summaryrefslogtreecommitdiffstats
path: root/dom/base/nsDocument.cpp
Commit message (Expand)AuthorAgeLines
* Issue #1643 - Follow-up: Ensure we properly clear our pointers when theMoonchild2020-10-16-0/+6
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-1/+0
* Issue #1655: Update MediaQueryList to the current draft spec.Moonchild2020-09-23-1/+1
* Issue #1643 - Part 4: Hook up all the plumbing.Moonchild2020-09-16-0/+26
* Issue #618 - (async) Implement async attribute for inline module scripts.Moonchild2020-08-25-0/+13
* Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElementMoonchild2020-06-30-2/+2
* Bug 1429656 - Implement ShadowRoot.activeElementMatt A. Tobin2020-06-13-14/+3
* Bug 1426494 - Share more code between nsIDocument and ShadowRootMatt A. Tobin2020-06-13-56/+26
* Bug 1355787 - nsIdentifierMapEntry should let one to use either strings or at...Matt A. Tobin2020-06-13-11/+7
* Issue #1375 - Fix IsWebComponentsEnabled checksMatt A. Tobin2020-04-17-53/+23
* Bug 1425769 - Base class for ShadowRoot and Document to manage style stateMatt A. Tobin2020-04-17-113/+14
* Bug 1412775 - Implement Event.composedPathMatt A. Tobin2020-04-17-2/+2
* Bug 1422931 - Fix crash with slot element and make webcomponents preference p...Matt A. Tobin2020-04-17-0/+10
* Bug 1416999 - Remove document.registerElementMatt A. Tobin2020-04-17-247/+0
* Issue #1375 - Stop largely using the parser serviceMatt A. Tobin2020-04-17-1/+0
* Bug 1332353 - Make it clearer when a stylesheet is really owned by its mDocumentMatt A. Tobin2020-04-17-11/+11
* Bug 1367683 - Optimize initializing nsRangeMatt A. Tobin2020-04-17-1/+1
* Bug 1330843 - Allow JS to create NAC pseudo-elementsMatt A. Tobin2020-04-17-1/+48
* Bug 1305458 - Changing -moz-appearence on hover breaks change eventMatt A. Tobin2020-04-14-1/+1
* Issue #1395 - Remove FlyWeb ServiceMatt A. Tobin2020-02-06-8/+0
* Bug 1405821 - Move microtask handling to CycleCollectedJSContextGaming4JC2020-01-26-3/+10
* Bug 1415761 - Catch the exception and rethrow it after invoking custom elemen...Gaming4JC2020-01-26-1/+2
* Bug 1378079 - Part 2: Introduce throw-on-dynamic-markup-insertion counter.Gaming4JC2020-01-26-1/+2
* Bug 1392970 - Part 1: Make CustomElementDefinition ref-counted and put it in ...Gaming4JC2020-01-26-1/+2
* Bug 1301024 - Part 1: Set CreateElement/CreateElementNS is attribute.Gaming4JC2020-01-26-0/+8
* Bug 1299363 - Part 5-1: Make the constructor created by document.registerElem...Gaming4JC2020-01-26-9/+54
* Creating customized built-in elements without relevant definitions registered...Gaming4JC2020-01-26-40/+0
* Bug 1341898 - Make nsDocument::IsWebComponentsEnabled use a cached bool pref;Gaming4JC2020-01-26-2/+2
* Bug 1309147 - Part 4: Add CEReactions for CustomElementRegistry.Gaming4JC2020-01-26-0/+1
* Bug 1276438 part 3. Align the .body setter with the spec a bit better.Gaming4JC2020-01-26-5/+3
* Bug 1276438 part 2. Move the implementation of the .body setter from nsHTMLDo...Gaming4JC2020-01-26-0/+25
* Bug 1276438 part 1. Move the implementation of the .body getter from nsHTMLDo...Gaming4JC2020-01-26-0/+20
* Issue #1118 - Part 7: Remove no-longer-used mWillReparent debug code.wolfbeast2019-12-23-12/+0
* Issue #1118 - Part 5: Change the way document.open() workswolfbeast2019-12-22-21/+29
* Update identifier map entries and notify if they get removed.wolfbeast2019-12-06-6/+29
* Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2 and followups al...win7-72019-08-08-8/+14
* Attach FrameProperties to each frame instead of using a shared hashtablewin7-72019-06-26-1/+2
* Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18-4/+0
* Rewrite IntersectionObserver list handling to be more robust.wolfbeast2019-01-18-3/+15
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-74/+0
* Revise lifetime management of IntersectionObservers.wolfbeast2018-12-22-8/+15
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-96/+1
* Stabilize and align Intersection Observerswolfbeast2018-06-27-1/+2
* moebius#138: Optimize operations on root of deeply-nested frame treejanekptacijarabaci2018-04-24-2/+19
* moebius#121: DOM - Selection API - getSelection() should exist on XMLDocument...janekptacijarabaci2018-04-23-0/+16
* Don't include MediaKeySystemAccess without EME.wolfbeast2018-02-24-0/+4
* CSP 2 - ignore (x-)frame-options if CSP with frame-ancestors directive existsjanekptacijarabaci2018-02-22-0/+10
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+12834