summaryrefslogtreecommitdiffstats
path: root/uriloader/base
Commit message (Collapse)AuthorAgeLines
* Issue #1118 - Part 5: Change the way document.open() workswolfbeast2019-12-22-14/+111
| | | | | | | | | | | | This changes the work we do for document.open() in the following ways: - We no longer create a new Window when doing document.open(). We use the same Window but remove all the event listeners on the existing DOM tree and Window before removing the document's existing children to provide a clean slate document to use for .write(). - We no longer create a session history entry (previously would be a wyciwyg URI). We now replace the current one, effectively losing the entry for the original document. - We now support document.open() on windowless documents.
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-10/+0
|
* Bug 1182569: Use AsyncOpen2 for docshell loadsjanekptacijarabaci2018-04-30-1/+1
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+4057