summaryrefslogtreecommitdiff
path: root/dom/base/nsDocument.cpp
Commit message (Expand)AuthorAge
* Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]]Moonchild2023-11-11
* Issue #2346 - Remove MOZ_EME conditional codeMoonchild2023-10-17
* Issue #252 - Move getElementsByName from HTMLDocument to DocumentFranklinDM2023-04-07
* Issue #2135 - Bug 1393806/Part 1: Change nsNodeUtils cloning/adopting stuff t...FranklinDM2023-03-04
* Issue #2135 - Bug 1430301: Implement ShadowRoot.elementFromPoint/elementsFrom...FranklinDM2023-03-04
* Issue #2135 - Bug 1430305: Implement ShadowRoot.fullscreenElementFranklinDM2023-03-04
* Issue #2135 - Bug 1430303: Implement ShadowRoot.pointerLockElementFranklinDM2023-03-04
* Issue #1959 - Don't apply CSPs to explicit data documents and images.Moonchild2022-07-12
* Issue #21 - Remove use counters telemetryFranklinDM2022-04-24
* Issue #1830 - Remove --disable-xul config and conditionals.Moonchild2022-04-01
* Issue #1689 - Part 4: Add a preference for {Document,Element}.getAnimations()Moonchild2021-01-14
* Issue #1689 - Part 2: Add a preference for implicit keyframesMoonchild2021-01-14
* Issue #1689 - Part 1: Add pref for DOM Animation timelines APIMoonchild2021-01-14
* Issue #1705 - Part 3: Rename ScrollbarStyles to ScrollStyles.Moonchild2021-01-06
* Issue #1643 - Follow-up: Ensure we properly clear our pointers when theMoonchild2020-10-16
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23
* Issue #1655: Update MediaQueryList to the current draft spec.Moonchild2020-09-23
* Issue #1643 - Part 4: Hook up all the plumbing.Moonchild2020-09-16
* Issue #618 - (async) Implement async attribute for inline module scripts.Moonchild2020-08-25
* Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElementMoonchild2020-06-30
* Bug 1429656 - Implement ShadowRoot.activeElementMatt A. Tobin2020-06-13
* Bug 1426494 - Share more code between nsIDocument and ShadowRootMatt A. Tobin2020-06-13
* Bug 1355787 - nsIdentifierMapEntry should let one to use either strings or at...Matt A. Tobin2020-06-13
* Issue #1375 - Fix IsWebComponentsEnabled checksMatt A. Tobin2020-04-17
* Bug 1425769 - Base class for ShadowRoot and Document to manage style stateMatt A. Tobin2020-04-17
* Bug 1412775 - Implement Event.composedPathMatt A. Tobin2020-04-17
* Bug 1422931 - Fix crash with slot element and make webcomponents preference p...Matt A. Tobin2020-04-17
* Bug 1416999 - Remove document.registerElementMatt A. Tobin2020-04-17
* Issue #1375 - Stop largely using the parser serviceMatt A. Tobin2020-04-17
* Bug 1332353 - Make it clearer when a stylesheet is really owned by its mDocumentMatt A. Tobin2020-04-17
* Bug 1367683 - Optimize initializing nsRangeMatt A. Tobin2020-04-17
* Bug 1330843 - Allow JS to create NAC pseudo-elementsMatt A. Tobin2020-04-17
* Bug 1305458 - Changing -moz-appearence on hover breaks change eventMatt A. Tobin2020-04-14
* Issue #1395 - Remove FlyWeb ServiceMatt A. Tobin2020-02-06
* Bug 1405821 - Move microtask handling to CycleCollectedJSContextGaming4JC2020-01-26
* Bug 1415761 - Catch the exception and rethrow it after invoking custom elemen...Gaming4JC2020-01-26
* Bug 1378079 - Part 2: Introduce throw-on-dynamic-markup-insertion counter.Gaming4JC2020-01-26
* Bug 1392970 - Part 1: Make CustomElementDefinition ref-counted and put it in ...Gaming4JC2020-01-26
* Bug 1301024 - Part 1: Set CreateElement/CreateElementNS is attribute.Gaming4JC2020-01-26
* Bug 1299363 - Part 5-1: Make the constructor created by document.registerElem...Gaming4JC2020-01-26
* Creating customized built-in elements without relevant definitions registered...Gaming4JC2020-01-26
* Bug 1341898 - Make nsDocument::IsWebComponentsEnabled use a cached bool pref;Gaming4JC2020-01-26
* Bug 1309147 - Part 4: Add CEReactions for CustomElementRegistry.Gaming4JC2020-01-26
* Bug 1276438 part 3. Align the .body setter with the spec a bit better.Gaming4JC2020-01-26
* Bug 1276438 part 2. Move the implementation of the .body setter from nsHTMLDo...Gaming4JC2020-01-26
* Bug 1276438 part 1. Move the implementation of the .body getter from nsHTMLDo...Gaming4JC2020-01-26
* Issue #1118 - Part 7: Remove no-longer-used mWillReparent debug code.wolfbeast2019-12-23
* Issue #1118 - Part 5: Change the way document.open() workswolfbeast2019-12-22
* Update identifier map entries and notify if they get removed.wolfbeast2019-12-06
* Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2 and followups al...win7-72019-08-08