gecko-dev/dom/html
Andrew Osmond 917fa4c58a Bug 1755698 - Ensure we destroy HTMLCanvasElement's members during cycle collection unlinking. r=gfx-reviewers,lsalzman
OffscreenCanvasDisplayHelper may call back into HTMLCanvasElement after
it has been unlinked and violate our assumption that
HTMLCanvasElement::InvalidateCanvasPlaceholder is only called when we
have an OffscreenCanvas member. This patch makes it so that we clear the
relevant references during unlinking so that we don't make this mistake.

Differential Revision: https://phabricator.services.mozilla.com/D139380
2022-02-23 00:20:01 +00:00
..
crashtests Bug 1724816 - Check the focused window still persists after MoveCaretToFocus r=smaug 2021-08-16 18:51:26 +00:00
input Bug 1753233 - Add missing bad input messages for datetime types. r=smaug 2022-02-15 17:39:17 +00:00
reftests Bug 1733945 - Simplify reftest annotations to assume skiaContent == true. r=jrmuizel 2021-10-04 15:19:10 +00:00
test Bug 1741280 - Part 3: Add fullscreen tests for tab close; r=Gijs 2022-01-19 06:08:46 +00:00
ConstraintValidation.cpp Bug 1556367 - Part 2: Factor dispatching invalid event code into a common place; r=smaug 2021-12-03 15:47:34 +00:00
ConstraintValidation.h Bug 1556367 - Part 2: Factor dispatching invalid event code into a common place; r=smaug 2021-12-03 15:47:34 +00:00
ElementInternals.cpp Bug 1556370 - Part 2: Implement reportValidity() of ElementInternals; r=smaug 2021-12-09 18:06:04 +00:00
ElementInternals.h Bug 1556370 - Part 2: Implement reportValidity() of ElementInternals; r=smaug 2021-12-09 18:06:04 +00:00
HTMLAllCollection.cpp Bug 1725145 - header files fixes in the hybrid build env. r=valentin 2021-08-22 10:21:55 +00:00
HTMLAllCollection.h Bug 1725145 - header files fixes in the hybrid build env. r=valentin 2021-08-22 10:21:55 +00:00
HTMLAnchorElement.cpp Bug 1688925 - Move DNS prefetch state out of Link into its own super-class. r=smaug,edgar 2021-01-27 22:38:13 +00:00
HTMLAnchorElement.h Bug 1688925 - Move DNS prefetch state out of Link into its own super-class. r=smaug,edgar 2021-01-27 22:38:13 +00:00
HTMLAreaElement.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
HTMLAreaElement.h Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
HTMLAudioElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLAudioElement.h
HTMLBRElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLBRElement.h
HTMLBodyElement.cpp Bug 1713758 - Make everyone outside editor module use `EditorBase` instead of `TextEditor` if the instance can be an `HTMLEditor` instance r=m_kato 2021-06-09 23:51:37 +00:00
HTMLBodyElement.h Bug 1713758 - Make everyone outside editor module use `EditorBase` instead of `TextEditor` if the instance can be an `HTMLEditor` instance r=m_kato 2021-06-09 23:51:37 +00:00
HTMLButtonElement.cpp Bug 1556364 - Part 2-1: Split nsGenericHTMLFormControlElement-only members from nsIConstraintValidation to a separated class; r=smaug 2021-11-26 11:47:39 +00:00
HTMLButtonElement.h Bug 1556364 - Part 2-1: Split nsGenericHTMLFormControlElement-only members from nsIConstraintValidation to a separated class; r=smaug 2021-11-26 11:47:39 +00:00
HTMLCanvasElement.cpp Bug 1755698 - Ensure we destroy HTMLCanvasElement's members during cycle collection unlinking. r=gfx-reviewers,lsalzman 2022-02-23 00:20:01 +00:00
HTMLCanvasElement.h Bug 1755698 - Ensure we destroy HTMLCanvasElement's members during cycle collection unlinking. r=gfx-reviewers,lsalzman 2022-02-23 00:20:01 +00:00
HTMLDNSPrefetch.cpp Bug 1688925 - Move DNS prefetch state out of Link into its own super-class. r=smaug,edgar 2021-01-27 22:38:13 +00:00
HTMLDNSPrefetch.h Bug 1688925 - Move DNS prefetch state out of Link into its own super-class. r=smaug,edgar 2021-01-27 22:38:13 +00:00
HTMLDataElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLDataElement.h
HTMLDataListElement.cpp Bug 1737364 - Part 2: Elements should be barred from constraint validation if it has a datalist element ancestor; r=smaug 2021-11-03 20:07:43 +00:00
HTMLDataListElement.h Bug 1737364 - Part 2: Elements should be barred from constraint validation if it has a datalist element ancestor; r=smaug 2021-11-03 20:07:43 +00:00
HTMLDetailsElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLDetailsElement.h
HTMLDialogElement.cpp Bug 1743082 - Only clear focus for modal dialog. r=sefeng 2022-01-03 19:31:57 +00:00
HTMLDialogElement.h Bug 1660271 - Move the focus to the previously focused element when <dialog> is closed r=smaug 2021-04-29 19:35:23 +00:00
HTMLDivElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLDivElement.h
HTMLElement.cpp Bug 1556364 - Part 4: Support updating valid/invalid state on form-associated custom elements; r=smaug 2021-11-26 11:47:40 +00:00
HTMLElement.h Bug 1556364 - Part 4: Support updating valid/invalid state on form-associated custom elements; r=smaug 2021-11-26 11:47:40 +00:00
HTMLEmbedElement.cpp Bug 1666184 - Defer loading object when setting attribute; r=nika 2021-07-14 14:46:12 +00:00
HTMLEmbedElement.h Bug 1696507 - Remove support for NO_UNLINK version of cycle collector macros. r=smaug 2021-03-10 19:50:40 +00:00
HTMLFieldSetElement.cpp Bug 1741148 - part 3: Make users of `nsINode::ComputeIndexOf_Deprecated()` use `nsINode::ComputeIndexOf()` if the result is not set to `int32_t` nor return as `int32_t` r=smaug 2021-12-09 11:55:36 +00:00
HTMLFieldSetElement.h Bug 1556364 - Part 2-1: Split nsGenericHTMLFormControlElement-only members from nsIConstraintValidation to a separated class; r=smaug 2021-11-26 11:47:39 +00:00
HTMLFontElement.cpp Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
HTMLFontElement.h
HTMLFormControlsCollection.cpp Bug 1556351 - Part 9: Implement FACE upgrade; r=smaug 2021-10-04 20:51:28 +00:00
HTMLFormControlsCollection.h Bug 1556351 - Part 5: Make nsGenericHTMLFormControlElement implement nsIFormControl; r=smaug 2021-10-04 20:51:27 +00:00
HTMLFormElement.cpp Bug 1743439 - Part 5: Mark callers in dom/events and dom/html as MOZ_CAN_RUN_SCRIPT_BOUNDARY r=masayuki 2021-12-09 19:56:09 +00:00
HTMLFormElement.h Bug 1539884 - Part 11: Mark HTMLFormElement::Reset as CAN_RUN_SCRIPT r=masayuki 2021-12-16 17:17:08 +00:00
HTMLFormSubmission.cpp Bug 1603127 - Replaced mozilla::Tuple with std::tuple and applied structured bindings in mozilla/Encoding.h. r=hsivonen 2021-11-08 08:14:00 +00:00
HTMLFormSubmission.h Bug 1721349 - Move mSubmitter from HTMLFormSubmission to FormData and make it participate in cycle collection; r=mccr8 2021-07-21 09:52:20 +00:00
HTMLFormSubmissionConstants.h Bug 1728081 - Part 3: Merge nsIForm into HTMLFormElement; r=smaug 2021-08-30 18:44:51 +00:00
HTMLFrameElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLFrameElement.h
HTMLFrameSetElement.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
HTMLFrameSetElement.h
HTMLHRElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLHRElement.h
HTMLHeadingElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLHeadingElement.h
HTMLIFrameElement.cpp Bug 1612147 - Don't store FeaturePolicy in BrowsingContext. r=smaug 2021-01-14 11:15:24 +00:00
HTMLIFrameElement.h Bug 1686234 - Add missing includes. r=peterv 2021-01-14 11:15:22 +00:00
HTMLImageElement.cpp Bug 1741148 - part 3: Make users of `nsINode::ComputeIndexOf_Deprecated()` use `nsINode::ComputeIndexOf()` if the result is not set to `int32_t` nor return as `int32_t` r=smaug 2021-12-09 11:55:36 +00:00
HTMLImageElement.h Bug 1709577 - Check list of available images before deciding to defer a lazy load. r=edgar 2021-05-07 13:56:33 +00:00
HTMLInputElement.cpp Bug 1754767 - Remove duplicate includes r=media-playback-reviewers,padenot 2022-02-11 10:01:15 +00:00
HTMLInputElement.h Bug 1743047 - Use "reveal" rather than show terminology consistently for the reveal password button. r=Gijs,fluent-reviewers 2022-01-17 14:18:51 +00:00
HTMLLIElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLLIElement.h
HTMLLabelElement.cpp Bug 1539884 - Part 14: Mark nsGenericHTMLElement::Click/DispatchSimulatedClick as CAN_RUN_SCRIPT r=masayuki 2021-12-17 13:27:51 +00:00
HTMLLabelElement.h Bug 1723010 - Part 2: Stop iterating to find next element for an accesskey once the accesskey has been processed; r=masayuki 2021-08-20 19:32:43 +00:00
HTMLLegendElement.cpp Bug 1723010 - Part 2: Stop iterating to find next element for an accesskey once the accesskey has been processed; r=masayuki 2021-08-20 19:32:43 +00:00
HTMLLegendElement.h Bug 1723010 - Part 2: Stop iterating to find next element for an accesskey once the accesskey has been processed; r=masayuki 2021-08-20 19:32:43 +00:00
HTMLLinkElement.cpp Backed out 2 changesets (bug 1737694) for causing web platform tests failures on autocapitalize.html CLOSED TREE 2021-10-27 10:50:15 -04:00
HTMLLinkElement.h Bug 1687538 - Make HTMLLinkElement not inherit from Link. r=smaug 2021-01-28 05:35:05 +00:00
HTMLMapElement.cpp Bug 1696507 - Remove support for NO_UNLINK version of cycle collector macros. r=smaug 2021-03-10 19:50:40 +00:00
HTMLMapElement.h Bug 1696507 - Remove support for NO_UNLINK version of cycle collector macros. r=smaug 2021-03-10 19:50:40 +00:00
HTMLMarqueeElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLMarqueeElement.h Bug 1695578 part 1: Add macro to implement HTMLMarqueeElement::FromNodeOrNull, so that some marquee-specific zero-intrinsic-sizing code is actually marquee-specific. r=emilio 2021-03-03 09:50:44 +00:00
HTMLMediaElement.cpp Bug 1630569 - Change the limit at which audio is muted with high or low playback rates, and make it and other parameters configurable via prefs. r=alwu 2022-01-05 18:11:58 +00:00
HTMLMediaElement.h Bug 1678373 - Add a way to measure the duration a media was muted. r=alwu,webidl,emilio 2021-10-12 09:03:53 +00:00
HTMLMenuBuilder.jsm Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
HTMLMenuElement.cpp Bug 1680596 - Part 1: Hide <menuitem> behind a flag r=smaug 2020-12-08 05:36:27 +00:00
HTMLMenuElement.h Bug 1539884 - Part 13: Mark HTMLMenuElement::SendShowEvent as CAN_RUN_SCRIPT r=masayuki 2021-12-17 13:27:50 +00:00
HTMLMenuItemElement.cpp Bug 1680596 - Part 1: Hide <menuitem> behind a flag r=smaug 2020-12-08 05:36:27 +00:00
HTMLMenuItemElement.h
HTMLMetaElement.cpp Bug 1525107 - Implement <meta name=color-scheme>. r=dholbert 2021-10-29 19:58:24 +00:00
HTMLMetaElement.h Bug 1525107 - Implement <meta name=color-scheme>. r=dholbert 2021-10-29 19:58:24 +00:00
HTMLMeterElement.cpp Bug 1746758 - Correctly compute meter position in nsNativeBasicTheme. r=spohl 2021-12-22 18:16:21 +00:00
HTMLMeterElement.h Bug 1746758 - Correctly compute meter position in nsNativeBasicTheme. r=spohl 2021-12-22 18:16:21 +00:00
HTMLModElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLModElement.h
HTMLObjectElement.cpp Bug 1732845 - Add `nsINode::IsInDesignMode()` to check whether the node is directly in design mode r=smaug 2021-10-12 03:14:43 +00:00
HTMLObjectElement.h Bug 1556364 - Part 2-1: Split nsGenericHTMLFormControlElement-only members from nsIConstraintValidation to a separated class; r=smaug 2021-11-26 11:47:39 +00:00
HTMLOptGroupElement.cpp Bug 1741148 - part 3: Make users of `nsINode::ComputeIndexOf_Deprecated()` use `nsINode::ComputeIndexOf()` if the result is not set to `int32_t` nor return as `int32_t` r=smaug 2021-12-09 11:55:36 +00:00
HTMLOptGroupElement.h Bug 1685421 - Part 2: Stop using NS_ERROR_DOM_HIERARCHY_REQUEST_ERR in nsINode; r=smaug 2021-06-02 13:43:39 +00:00
HTMLOptionElement.cpp Bug 1728081 - Part 3: Merge nsIForm into HTMLFormElement; r=smaug 2021-08-30 18:44:51 +00:00
HTMLOptionElement.h Bug 1744009 - Accessibility fixes for new combobox layout code. r=eeejay 2022-01-17 11:10:05 +00:00
HTMLOptionsCollection.cpp Bug 1728081 - Part 3: Merge nsIForm into HTMLFormElement; r=smaug 2021-08-30 18:44:51 +00:00
HTMLOptionsCollection.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
HTMLOutputElement.cpp Bug 1556364 - Part 2-1: Split nsGenericHTMLFormControlElement-only members from nsIConstraintValidation to a separated class; r=smaug 2021-11-26 11:47:39 +00:00
HTMLOutputElement.h Bug 1556364 - Part 2-1: Split nsGenericHTMLFormControlElement-only members from nsIConstraintValidation to a separated class; r=smaug 2021-11-26 11:47:39 +00:00
HTMLParagraphElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLParagraphElement.h
HTMLPictureElement.cpp Bug 1685421 - Part 2: Stop using NS_ERROR_DOM_HIERARCHY_REQUEST_ERR in nsINode; r=smaug 2021-06-02 13:43:39 +00:00
HTMLPictureElement.h Bug 1685421 - Part 2: Stop using NS_ERROR_DOM_HIERARCHY_REQUEST_ERR in nsINode; r=smaug 2021-06-02 13:43:39 +00:00
HTMLPreElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLPreElement.h
HTMLProgressElement.cpp Bug 1746758 - Correctly compute meter position in nsNativeBasicTheme. r=spohl 2021-12-22 18:16:21 +00:00
HTMLProgressElement.h Bug 1746758 - Correctly compute meter position in nsNativeBasicTheme. r=spohl 2021-12-22 18:16:21 +00:00
HTMLScriptElement.cpp Bug 1729239 - Implement HTMLScriptElement.supports(type) method. r=smaug 2021-09-27 12:49:51 +00:00
HTMLScriptElement.h Bug 1729239 - Implement HTMLScriptElement.supports(type) method. r=smaug 2021-09-27 12:49:51 +00:00
HTMLSelectElement.cpp Bug 1440506 - Do not destroy dropdowns on reframe. r=dholbert 2022-02-15 22:00:27 +00:00
HTMLSelectElement.h Bug 1440506 - Do not destroy dropdowns on reframe. r=dholbert 2022-02-15 22:00:27 +00:00
HTMLSharedElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLSharedElement.h
HTMLSharedListElement.cpp Bug 1706346 part 1 - [css-lists] Style system changes to support 'reversed(<counter-name>)'. r=emilio 2021-11-14 03:49:35 +00:00
HTMLSharedListElement.h
HTMLSlotElement.cpp Bug 1752694 - Invalidate layout before moving out of mAssignedNodes. r=sefeng 2022-02-03 21:52:20 +00:00
HTMLSlotElement.h Bug 1705141 - Implement imperative slotting API r=smaug,emilio 2021-07-20 18:06:25 +00:00
HTMLSourceElement.cpp Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
HTMLSourceElement.h
HTMLSpanElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLSpanElement.h
HTMLStyleElement.cpp Bug 1687126 - Fix HTMLStyleElement::UnbindFromTree to always remove its stylesheet. r=smaug 2021-01-18 11:09:55 +00:00
HTMLStyleElement.h Bug 1228985 Part 1: Extend HTMLStyleElement to allow devtools to become the triggering principal. r=ckerschb,emilio 2020-07-28 15:45:35 +00:00
HTMLSummaryElement.cpp Bug 1481400 - Centralize keyboard activation code. r=masayuki 2021-06-03 08:15:24 +00:00
HTMLSummaryElement.h
HTMLTableCaptionElement.cpp Bug 1690706 - Move caption-side outside of mako. r=TYLin 2021-02-07 12:33:45 +00:00
HTMLTableCaptionElement.h
HTMLTableCellElement.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
HTMLTableCellElement.h
HTMLTableColElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLTableColElement.h
HTMLTableElement.cpp Bug 1725145 - header files fixes in the hybrid build env. r=valentin 2021-08-22 10:21:55 +00:00
HTMLTableElement.h Bug 1685421 - Part 4: Stop using NS_ERROR_DOM_HIERARCHY_REQUEST_ERR in HTMLTableElement; r=smaug 2021-06-02 13:43:40 +00:00
HTMLTableRowElement.cpp Bug 1696507 - Remove support for NO_UNLINK version of cycle collector macros. r=smaug 2021-03-10 19:50:40 +00:00
HTMLTableRowElement.h Bug 1696507 - Remove support for NO_UNLINK version of cycle collector macros. r=smaug 2021-03-10 19:50:40 +00:00
HTMLTableSectionElement.cpp Bug 1696507 - Remove support for NO_UNLINK version of cycle collector macros. r=smaug 2021-03-10 19:50:40 +00:00
HTMLTableSectionElement.h Bug 1696507 - Remove support for NO_UNLINK version of cycle collector macros. r=smaug 2021-03-10 19:50:40 +00:00
HTMLTemplateElement.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
HTMLTemplateElement.h
HTMLTextAreaElement.cpp Bug 1754767 - Remove duplicate includes r=media-playback-reviewers,padenot 2022-02-11 10:01:15 +00:00
HTMLTextAreaElement.h Bug 1556364 - Part 2-1: Split nsGenericHTMLFormControlElement-only members from nsIConstraintValidation to a separated class; r=smaug 2021-11-26 11:47:39 +00:00
HTMLTimeElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLTimeElement.h
HTMLTitleElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLTitleElement.h
HTMLTrackElement.cpp Bug 1675326 - part1 : move webvtt related files into `dom/media/webvtt`. r=bryce 2020-11-09 15:47:07 +00:00
HTMLTrackElement.h Backed out changeset f2508a6e4c53 (bug 1636572) for causing wpt failures in track-element/cors/* 2020-05-11 10:47:22 +03:00
HTMLUnknownElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLUnknownElement.h
HTMLVideoElement.cpp Bug 1700640 - Map width and height to aspect-ratio in <canvas>, <input type=image>, and <video>. r=boris 2021-03-24 22:18:55 +00:00
HTMLVideoElement.h Bug 1685399 - part7 : implement a helper class to accumulate and report the telemetry probe. r=padenot,bryce 2021-01-19 17:34:47 +00:00
ImageDocument.cpp Bug 1748608 - Remove unused aSink argument from Document::StartDocumentLoad. r=edgar 2022-01-05 13:38:56 +00:00
ImageDocument.h Bug 1748608 - Remove unused aSink argument from Document::StartDocumentLoad. r=edgar 2022-01-05 13:38:56 +00:00
MediaDocument.cpp Bug 1748608 - Remove unused aSink argument from Document::StartDocumentLoad. r=edgar 2022-01-05 13:38:56 +00:00
MediaDocument.h Bug 1748608 - Remove unused aSink argument from Document::StartDocumentLoad. r=edgar 2022-01-05 13:38:56 +00:00
MediaError.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
MediaError.h
PlayPromise.cpp Bug 1686696 - part1 : store pending event runner instead of saving event name. r=bryce,mccr8 2021-02-11 20:19:23 +00:00
PlayPromise.h Bug 1686696 - part1 : store pending event runner instead of saving event name. r=bryce,mccr8 2021-02-11 20:19:23 +00:00
RadioNodeList.cpp Bug 1715134 - Make form control type an enum class. r=masayuki 2021-06-08 09:43:59 +00:00
RadioNodeList.h
TextControlElement.h Bug 1556351 - Part 3: Rename nsGenericHTMLFormElementWithState to nsGenericHTMLFormControlElementWithState; r=smaug 2021-10-04 20:51:26 +00:00
TextControlState.cpp Bug 1191862 - part 1: Make `nsIWidget::NativeKeyBindingsType` independent from `nsIWidget` and defined in an independent header file r=smaug 2022-02-15 08:00:05 +00:00
TextControlState.h Bug 1676702 - part 3: Make `TextControlState` store unmasked range while it does not have `TextEditor` r=m_kato 2021-06-28 04:37:54 +00:00
TextInputListener.h Bug 1698315 - Manage placeholder and autofill preview visibility using CSS rather than custom code. r=masayuki 2021-03-15 08:52:43 +00:00
TextTrackManager.cpp Bug 1741148 - part 8: Make `TextTrackManager` treat offset in DOM node with `Maybe<uint32_t>` r=smaug 2021-12-09 15:11:24 +00:00
TextTrackManager.h Bug 1741148 - part 8: Make `TextTrackManager` treat offset in DOM node with `Maybe<uint32_t>` r=smaug 2021-12-09 15:11:24 +00:00
TimeRanges.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
TimeRanges.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
ValidityState.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ValidityState.h Bug 1634474. Make `dom/html/` buildable outside of `unified-build` environment. r=farre 2020-05-04 14:29:02 +00:00
VideoDocument.cpp Bug 1748608 - Remove unused aSink argument from Document::StartDocumentLoad. r=edgar 2022-01-05 13:38:56 +00:00
components.conf
moz.build Bug 1749935 - Create nsParser directly instead of with a CID. r=hsivonen 2022-02-14 13:03:51 +00:00
nsBrowserElement.cpp
nsBrowserElement.h
nsDOMStringMap.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsDOMStringMap.h Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
nsGenericHTMLElement.cpp Bug 1709790 - Implement HTMLElement.outerText. r=smaug 2022-01-19 12:49:29 +00:00
nsGenericHTMLElement.h Bug 1709790 - Implement HTMLElement.outerText. r=smaug 2022-01-19 12:49:29 +00:00
nsGenericHTMLFrameElement.cpp Bug 1719285 - Make nsFrameLoader::GetExistingDocShell returning nsDocShell; r=smaug 2021-07-06 13:30:08 +00:00
nsGenericHTMLFrameElement.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
nsHTMLContentSink.cpp Bug 1749935 - Remove nsDTDMode::eDTDMode_unknown and unused nsDTDMode::eDTDMode_almost_standards/eDTDMode_fragment. r=hsivonen 2022-02-14 13:03:46 +00:00
nsHTMLDocument.cpp Bug 1749935 - Create nsParser directly instead of with a CID. r=hsivonen 2022-02-14 13:03:51 +00:00
nsHTMLDocument.h Bug 1748608 - Remove unused aSink argument from Document::StartDocumentLoad. r=edgar 2022-01-05 13:38:56 +00:00
nsIConstraintValidation.cpp Bug 1742714 - Get rid of nsIFormSubmitObserver; r=geckoview-reviewers,agi,smaug 2021-12-06 12:23:08 +00:00
nsIConstraintValidation.h Bug 1556367 - Part 2: Factor dispatching invalid event code into a common place; r=smaug 2021-12-03 15:47:34 +00:00
nsIFormControl.h Bug 1556351 - Part 9: Implement FACE upgrade; r=smaug 2021-10-04 20:51:28 +00:00
nsIHTMLCollection.h Bug 1678374 - Avoid including js/RootingAPI.h from header files. r=jandem 2020-11-23 16:12:12 +00:00
nsIMenuBuilder.idl
nsIRadioGroupContainer.h Bug 1708228 - Part 2: Remove redundant flush param from nsIRadioGroupContainer r=smaug 2021-04-30 11:25:23 +00:00
nsIRadioVisitor.h Bug 1727631 - Part 2: Make nsIRadioVisitor and subclasses use HTMLInputElement directly; r=smaug 2021-08-28 18:53:15 +00:00
nsRadioVisitor.cpp Bug 1727631 - Part 2: Make nsIRadioVisitor and subclasses use HTMLInputElement directly; r=smaug 2021-08-28 18:53:15 +00:00
nsRadioVisitor.h Bug 1727631 - Part 2: Make nsIRadioVisitor and subclasses use HTMLInputElement directly; r=smaug 2021-08-28 18:53:15 +00:00