| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
| |
This removes the (default disabled) node.rootNode readonly attribute
and replaces it with a node.getRootNode() function per WhatWG
spec discussion.
Based on work by John Dai <jdai@mozilla.com>
|
|
|
|
|
|
|
|
|
|
|
| |
CheckForOutdatedParent()
This was only used to check for cases when document.open() changed the
global, and elements being inserted into the document needing a new
reflector as a result.
Since document.open() no longer changes the global, this code is no
longer needed.
|
| |
|
|
|
|
| |
ConvertNodesOrStringsIntoNode. r=smaug, a=abillings
|
|
|
|
| |
https://github.com/MoonchildProductions/moebius/pull/138
|
|
|