Dactyloidae/layout
wolfbeast fc5d61608c Issue #1118 - Part 5: Change the way document.open() works
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.
2019-12-28 21:20:03 +08:00
..
base Issue #1118 - Part 5: Change the way document.open() works 2019-12-28 21:20:03 +08:00
build 1332245 - Move nsScriptError from js/xpconnect to dom/bindings. 2019-07-22 19:50:13 +08:00
doc import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
forms Attach FrameProperties to each frame instead of using a shared hashtable 2019-07-05 21:32:14 +08:00
generic Check if we're already at the end of the frame's content. 2019-12-06 22:46:45 +08:00
inspector Issue #1288 - Part 1a: Update brotli to 1.0.7 2019-11-15 14:23:54 +08:00
ipc import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
mathml Attach FrameProperties to each frame instead of using a shared hashtable 2019-07-05 21:32:14 +08:00
media import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
printing Bug 1426087 - Decrement nsDocumentViewer::mDestroyRefCount in a separate function. r=jwatt, a=RyanVM 2019-02-15 23:36:54 +08:00
reftests Issue #1288 - Part 4: Update the OpenType Sanitizer component to 8.0.0 2019-11-15 14:24:00 +08:00
style Issue #1219 - Align computed DOM styles with mainstream behvior. 2019-12-21 07:12:56 +08:00
svg Issue #438: Make the nsSVGOuterSVGAnonChildFrame a reference frame. 2019-08-17 13:32:19 +08:00
tables Issue #1309 - Fix handling of display rows where the elements are not 2019-12-02 15:46:02 +08:00
tools Issue #991 Part 5: DOM and layout 2019-04-27 08:21:58 +08:00
xul Attach FrameProperties to each frame instead of using a shared hashtable 2019-07-05 21:32:14 +08:00
moz.build import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00