summaryrefslogtreecommitdiffstats
path: root/layout/base/nsDocumentViewer.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1118 - Part 5: Change the way document.open() workswolfbeast2019-12-22-0/+5
| | | | | | | | | | | | 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 all C++ telemetry autotimerswolfbeast2018-09-04-8/+2
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-4/+0
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* Bug 1379762 part 2. Use a more reliable test to figure out when we can skip ↵janekptacijarabaci2018-05-15-1/+14
| | | | | | firing onload in nsDocumentViewer::LoadComplete Issue #357
* Bug 1426087 - Decrement nsDocumentViewer::mDestroyRefCount in a separate ↵Bob Owen2018-03-14-1/+6
| | | | | | | | function. r=jwatt, a=RyanVM --HG-- extra : source : 86d41b5efe074f6988085082df9ef537eee0813a extra : intermediate-source : ea406489f93a0a8fa05ff568acdff07ce6b118c4
* Bug 1261175.wolfbeast2018-02-07-0/+6
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+4668