gecko-dev/dom/html
Emilio Cobos Álvarez 641fa20731 Bug 1825825 - Simplify NAC setup. r=smaug
Make all UA widgets also NAC.

Keep the UA widget flag but break at anonymous subtree boundaries, so
that only nodes inside the UA widget directly (and not NAC from those)
get the flag.

This is important because two callers depend on this difference:

 * The style system, since we still want to match content rules from
   stylesheets in the UA widget. We also match user rules, which is a
   bit sketchy, but that was the previous behavior, will file a
   follow-up for that.

 * The reflector code, since we want the scope for UA widgets to not
   include the NAC nodes inside that UA widget. nsINode::IsInUAWidget
   got it wrong.

After this patch, ChromeOnlyAccess is equivalent to
IsInNativeAnonymousSubtree, so we should probably unify the naming.
That's left for a follow-up patch because I don't have a strong
preference.

Differential Revision: https://phabricator.services.mozilla.com/D174310
2023-04-05 09:19:15 +00:00
..
crashtests Bug 1631441 - Remove no longer relevant tests with XBL bindings. r=emilio DONTBUILD 2022-11-23 13:41:15 +00:00
input Bug 1660405 - Move away from mozilla::IsNaN in favor of std::isnan. r=nbp,media-playback-reviewers,sergesanspaille,padenot 2023-03-22 11:35:33 +00:00
reftests Bug 1444491 - Update existing internal tests based on the autofocus algorithm updates r=emilio 2023-02-15 20:08:37 +00:00
test Bug 1824603 - Use BrowsingContext zoom level rather than nsPresContext zoom level for root SVGs. r=longsonr 2023-04-03 16:43:51 +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 1665151 - Part 2: Expose custom element default accessibility attributes. r=edgar,Jamie,credential-management-reviewers,sgalich 2022-11-02 14:50:56 +00:00
ElementInternals.h Bug 1665151 - Part 2: Expose custom element default accessibility attributes. r=edgar,Jamie,credential-management-reviewers,sgalich 2022-11-02 14:50:56 +00:00
HTMLAllCollection.cpp
HTMLAllCollection.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
HTMLAnchorElement.cpp Bug 1509346 - Add support for <form rel>. r=smaug 2023-01-18 16:41:04 +00:00
HTMLAnchorElement.h Bug 1509346 - Add support for <form rel>. r=smaug 2023-01-18 16:41:04 +00:00
HTMLAreaElement.cpp Bug 1509346 - Add support for <form rel>. r=smaug 2023-01-18 16:41:04 +00:00
HTMLAreaElement.h Bug 1509346 - Add support for <form rel>. r=smaug 2023-01-18 16:41:04 +00:00
HTMLAudioElement.cpp
HTMLAudioElement.h Bug 1768189 - Part 12: Apply modernize-concat-nested-namespaces to dom/gamepad/windows/WindowsGamepad.cpp ... r=andi 2022-05-09 20:41:07 +00:00
HTMLBRElement.cpp
HTMLBRElement.h Bug 1816328 - Fix a typo in the first patch of this bug. 2023-02-13 15:28:43 +01:00
HTMLBodyElement.cpp
HTMLBodyElement.h
HTMLButtonElement.cpp Bug 1748975 - Don't trigger click event on untrusted keypresses for buttons and summaries. r=edgar 2022-08-25 01:25:58 +00:00
HTMLButtonElement.h Bug 1575154 - Add autofocus attribute to HTMLOrForeignElement. r=edgar 2022-12-19 15:09:15 +00:00
HTMLCanvasElement.cpp Bug 1805209 - Use RemoteTexture for WebGPU r=gfx-reviewers,lsalzman 2022-12-23 20:41:02 +00:00
HTMLCanvasElement.h Bug 1805209 - Use RemoteTexture for WebGPU r=gfx-reviewers,lsalzman 2022-12-23 20:41:02 +00:00
HTMLDNSPrefetch.cpp Bug 1596845 - Turn nsIDNSService dns flags into a cenum r=necko-reviewers,geckoview-reviewers,kershaw,m_kato 2022-12-23 09:26:17 +00:00
HTMLDNSPrefetch.h Bug 1596845 - Turn nsIDNSService dns flags into a cenum r=necko-reviewers,geckoview-reviewers,kershaw,m_kato 2022-12-23 09:26:17 +00:00
HTMLDataElement.cpp
HTMLDataElement.h Bug 1768189 - Part 12: Apply modernize-concat-nested-namespaces to dom/gamepad/windows/WindowsGamepad.cpp ... r=andi 2022-05-09 20:41:07 +00:00
HTMLDataListElement.cpp
HTMLDataListElement.h Bug 841942 - Display tick marks for <input type=range> when @list/<datalist> is used r=emilio,credential-management-reviewers,sgalich 2022-11-28 22:06:33 +00:00
HTMLDetailsElement.cpp Bug 1308080 - Make <details> use a shadow tree as per spec. r=TYLin,smaug 2022-09-16 14:54:12 +00:00
HTMLDetailsElement.h Bug 1308080 - Make <details> use a shadow tree as per spec. r=TYLin,smaug 2022-09-16 14:54:12 +00:00
HTMLDialogElement.cpp Bug 1823897 - Implement popover focusing steps, r=emilio 2023-03-28 16:01:25 +00:00
HTMLDialogElement.h Bug 1680611 - part 8: Mark `nsFocusManager::Blur` and its callers in `nsFocusManager` as `MOZ_CAN_RUN_SCRIPT` r=smaug 2022-05-26 04:37:20 +00:00
HTMLDivElement.cpp
HTMLDivElement.h Bug 1768189 - Part 12: Apply modernize-concat-nested-namespaces to dom/gamepad/windows/WindowsGamepad.cpp ... r=andi 2022-05-09 20:41:07 +00:00
HTMLElement.cpp Bug 1808426 - Event handlers for form-associated img and custom elements occur within the form's context. r=edgar 2023-01-06 18:17:05 +00:00
HTMLElement.h Bug 1808426 - Event handlers for form-associated img and custom elements occur within the form's context. r=edgar 2023-01-06 18:17:05 +00:00
HTMLEmbedElement.cpp Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLEmbedElement.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLFieldSetElement.cpp Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLFieldSetElement.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLFontElement.cpp
HTMLFontElement.h Bug 1768189 - Part 12: Apply modernize-concat-nested-namespaces to dom/gamepad/windows/WindowsGamepad.cpp ... r=andi 2022-05-09 20:41:07 +00:00
HTMLFormControlsCollection.cpp
HTMLFormControlsCollection.h
HTMLFormElement.cpp Bug 1812696 - Implement FormData constructor submitter parameter r=webidl,smaug 2023-02-02 12:26:50 +00:00
HTMLFormElement.h Bug 1509346 - Add support for <form rel>. r=smaug 2023-01-18 16:41:04 +00:00
HTMLFormSubmission.cpp Bug 1770094 r=freddyb,emilio 2022-08-15 14:41:10 +00:00
HTMLFormSubmission.h Bug 1768189 - Part 12: Apply modernize-concat-nested-namespaces to dom/gamepad/windows/WindowsGamepad.cpp ... r=andi 2022-05-09 20:41:07 +00:00
HTMLFormSubmissionConstants.h
HTMLFrameElement.cpp
HTMLFrameElement.h Bug 1768189 - Part 12: Apply modernize-concat-nested-namespaces to dom/gamepad/windows/WindowsGamepad.cpp ... r=andi 2022-05-09 20:41:07 +00:00
HTMLFrameSetElement.cpp Bug 1768418 - Move various methods from nsTString to nsTSubstring/nsTStringRepr. r=xpcom-reviewers,nika 2022-05-13 15:39:19 +00:00
HTMLFrameSetElement.h Bug 1768189 - Part 12: Apply modernize-concat-nested-namespaces to dom/gamepad/windows/WindowsGamepad.cpp ... r=andi 2022-05-09 20:41:07 +00:00
HTMLHRElement.cpp
HTMLHRElement.h Bug 1768189 - Part 12: Apply modernize-concat-nested-namespaces to dom/gamepad/windows/WindowsGamepad.cpp ... r=andi 2022-05-09 20:41:07 +00:00
HTMLHeadingElement.cpp
HTMLHeadingElement.h Bug 1768189 - Part 12: Apply modernize-concat-nested-namespaces to dom/gamepad/windows/WindowsGamepad.cpp ... r=andi 2022-05-09 20:41:07 +00:00
HTMLIFrameElement.cpp Bug 1793483 - [refactor] Migrate NS_STYLE_FRAME_* defines r=emilio 2022-10-26 18:51:45 +00:00
HTMLIFrameElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLImageElement.cpp Bug 1823686 - Share URLExtraData between SVG attribute mapping and style attribute. r=smaug 2023-03-22 14:54:43 +00:00
HTMLImageElement.h Bug 1808426 - Event handlers for form-associated img and custom elements occur within the form's context. r=edgar 2023-01-06 18:17:05 +00:00
HTMLInputElement.cpp Bug 1824323 - Open picker from datetimebox to get current date/time value. r=emilio 2023-03-29 19:18:41 +00:00
HTMLInputElement.h Bug 1750072 - Allow to prevent password revealing/unrevealing. r=mtigley 2023-03-27 23:30:33 +00:00
HTMLLIElement.cpp Bug 1803968 - [refactor] Migrate NS_STYLE_LIST_STYLE_* defines r=emilio 2022-12-07 09:58:22 +00:00
HTMLLIElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLLabelElement.cpp Bug 1782380 - Consider trusted accesskey event user activation. r=edgar 2022-08-01 13:39:53 +00:00
HTMLLabelElement.h
HTMLLegendElement.cpp
HTMLLegendElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLLinkElement.cpp Bug 1823686 - Share URLExtraData between SVG attribute mapping and style attribute. r=smaug 2023-03-22 14:54:43 +00:00
HTMLLinkElement.h Bug 1761242 - Make link asset parsing accessible in nsNetUtils.h r=necko-reviewers,dragana 2022-04-01 13:45:20 +00:00
HTMLMapElement.cpp
HTMLMapElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLMarqueeElement.cpp
HTMLMarqueeElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLMediaElement.cpp Bug 1825825 - Simplify NAC setup. r=smaug 2023-04-05 09:19:15 +00:00
HTMLMediaElement.h Bug 1807215 - Make the intrinsic size arg in MediaDecoderOwner::Invalidate a const ref. r=padenot 2023-04-03 08:36:39 +00:00
HTMLMenuElement.cpp Bug 1372276 - Remove HTML menuitem. r=smaug,mconley,agi 2022-06-22 22:31:42 +00:00
HTMLMenuElement.h Bug 1372276 - Remove HTML menuitem. r=smaug,mconley,agi 2022-06-22 22:31:42 +00:00
HTMLMetaElement.cpp
HTMLMetaElement.h Bug 1706179 - Add HTMLMetaElement.media. r=smaug 2022-09-07 23:32:19 +00:00
HTMLMeterElement.cpp Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLMeterElement.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLModElement.cpp
HTMLModElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLObjectElement.cpp Bug 1740989 - Implement focus fixup rule. r=smaug 2022-09-01 11:28:47 +00:00
HTMLObjectElement.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLOptGroupElement.cpp Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLOptGroupElement.h
HTMLOptionElement.cpp Bug 1300405 - Fix insertion of already selected options r=emilio 2023-02-12 20:44:50 +00:00
HTMLOptionElement.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLOptionsCollection.cpp
HTMLOptionsCollection.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
HTMLOutputElement.cpp Bug 1800553 - part 2: Change `HTMLAnchorElement::GetText` to a `const` method r=smaug 2022-11-16 00:21:30 +00:00
HTMLOutputElement.h Bug 1800553 - part 2: Change `HTMLAnchorElement::GetText` to a `const` method r=smaug 2022-11-16 00:21:30 +00:00
HTMLParagraphElement.cpp
HTMLParagraphElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLPictureElement.cpp Bug 1694741 - Part 6: Map width/height attributes to the style of img elements. r=emilio 2022-08-22 20:18:39 +00:00
HTMLPictureElement.h
HTMLPreElement.cpp
HTMLPreElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLProgressElement.cpp Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLProgressElement.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLScriptElement.cpp Bug 1800553 - part 2: Change `HTMLAnchorElement::GetText` to a `const` method r=smaug 2022-11-16 00:21:30 +00:00
HTMLScriptElement.h Bug 1800553 - part 2: Change `HTMLAnchorElement::GetText` to a `const` method r=smaug 2022-11-16 00:21:30 +00:00
HTMLSelectElement.cpp Bug 1300405 - Fix insertion of already selected options r=emilio 2023-02-12 20:44:50 +00:00
HTMLSelectElement.h Bug 1300405 - Fix insertion of already selected options r=emilio 2023-02-12 20:44:50 +00:00
HTMLSharedElement.cpp Bug 1803968 - [refactor] Migrate NS_STYLE_LIST_STYLE_* defines r=emilio 2022-12-07 09:58:22 +00:00
HTMLSharedElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLSharedListElement.cpp Bug 1803968 - [refactor] Migrate NS_STYLE_LIST_STYLE_* defines r=emilio 2022-12-07 09:58:22 +00:00
HTMLSharedListElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLSlotElement.cpp Bug 1797688 - Part 3: Bail out from HTMLSlotElement::EnqueueSlotChangeEvent InOrBeyond(XPCOMShutdownThreads). r=xpcom-reviewers,mccr8 2022-11-01 14:08:43 +00:00
HTMLSlotElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLSourceElement.cpp Bug 1694741 - Part 6: Map width/height attributes to the style of img elements. r=emilio 2022-08-22 20:18:39 +00:00
HTMLSourceElement.h Bug 1694741 - Part 7: Fix the reflection of percentage values for width/height attributes on source elements. r=emilio 2022-08-22 20:18:40 +00:00
HTMLSpanElement.cpp
HTMLSpanElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLStyleElement.cpp Bug 1823686 - Share URLExtraData between SVG attribute mapping and style attribute. r=smaug 2023-03-22 14:54:43 +00:00
HTMLStyleElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLSummaryElement.cpp Bug 1797957 - Fix HTMLSummaryElement::GetDetails() for XML pretty print. r=smaug 2022-10-31 10:37:33 +00:00
HTMLSummaryElement.h Bug 1308080 - Make <details> use a shadow tree as per spec. r=TYLin,smaug 2022-09-16 14:54:12 +00:00
HTMLTableCaptionElement.cpp Bug 1807963 - Remove non-standard values of caption-side for good. r=TYLin,layout-reviewers 2023-01-09 18:02:23 +00:00
HTMLTableCaptionElement.h Bug 1768189 - Part 13: Apply modernize-concat-nested-namespaces to dom/html/HTMLIFrameElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLTableCellElement.cpp Bug 1799348 - [refactor] Migrate NS_STYLE_CELL_SCOPE_* defines r=emilio 2022-11-08 20:18:45 +00:00
HTMLTableCellElement.h Bug 1694741 - Part 3: Add NS_IMPL_FROMNODE_HELPER() for HTMLTableCellElement. r=emilio 2022-08-22 20:18:38 +00:00
HTMLTableColElement.cpp
HTMLTableColElement.h Bug 1768189 - Part 14: Apply modernize-concat-nested-namespaces to dom/html/HTMLTableCellElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLTableElement.cpp Bug 1793485: Fixed memory issue in `NodeWillBeDestroyed()` for `MultiMutationObserver` classes. r=smaug 2022-10-13 14:26:07 +00:00
HTMLTableElement.h Bug 1768189 - Part 14: Apply modernize-concat-nested-namespaces to dom/html/HTMLTableCellElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLTableRowElement.cpp
HTMLTableRowElement.h Bug 1768189 - Part 14: Apply modernize-concat-nested-namespaces to dom/html/HTMLTableCellElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLTableSectionElement.cpp
HTMLTableSectionElement.h Bug 1768189 - Part 14: Apply modernize-concat-nested-namespaces to dom/html/HTMLTableCellElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLTemplateElement.cpp
HTMLTemplateElement.h Bug 1768189 - Part 14: Apply modernize-concat-nested-namespaces to dom/html/HTMLTableCellElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLTextAreaElement.cpp Bug 1818686: Reset selection after replacing textarea content when no editor is present. r=masayuki 2023-03-17 12:52:46 +00:00
HTMLTextAreaElement.h Bug 1575154 - Add autofocus attribute to HTMLOrForeignElement. r=edgar 2022-12-19 15:09:15 +00:00
HTMLTimeElement.cpp
HTMLTimeElement.h Bug 1768189 - Part 14: Apply modernize-concat-nested-namespaces to dom/html/HTMLTableCellElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLTitleElement.cpp Bug 1800553 - part 2: Change `HTMLAnchorElement::GetText` to a `const` method r=smaug 2022-11-16 00:21:30 +00:00
HTMLTitleElement.h Bug 1800553 - part 2: Change `HTMLAnchorElement::GetText` to a `const` method r=smaug 2022-11-16 00:21:30 +00:00
HTMLTrackElement.cpp Bug 1803834 - part2 : pause/resume non-audible autoplay video when its visibility changes. r=media-playback-reviewers,padenot 2022-12-06 18:21:39 +00:00
HTMLTrackElement.h Bug 1768189 - Part 14: Apply modernize-concat-nested-namespaces to dom/html/HTMLTableCellElement.h ... r=andi 2022-05-09 20:41:08 +00:00
HTMLUnknownElement.cpp
HTMLUnknownElement.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLVideoElement.cpp Bug 1807215 - Take video element intrinsic dimensions from VideoFrameContainer instead of ImageContainer. r=padenot 2023-04-03 08:36:40 +00:00
HTMLVideoElement.h Bug 1807215 - Make the intrinsic size arg in MediaDecoderOwner::Invalidate a const ref. r=padenot 2023-04-03 08:36:39 +00:00
ImageDocument.cpp Bug 1811863 - Replace the remaining users of privacy_resistFingerprinting(). r=tjr 2023-01-30 21:37:04 +00:00
ImageDocument.h Bug 1461610. In image documents change the cursor to zoom in/out based on full zoom. r=emilio 2022-11-17 00:39:33 +00:00
MediaDocument.cpp Bug 1783601 remove unused MediaDocumentStreamListener::SetStreamListener() r=chunmin 2022-08-24 02:59:25 +00:00
MediaDocument.h Bug 1783601 remove unused MediaDocumentStreamListener::SetStreamListener() r=chunmin 2022-08-24 02:59:25 +00:00
MediaError.cpp Bug 1799435 - Make RFP checks faster. r=smaug 2022-11-08 02:36:25 +00:00
MediaError.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
PlayPromise.cpp
PlayPromise.h Bug 1768189 - Part 14: Apply modernize-concat-nested-namespaces to dom/html/HTMLTableCellElement.h ... r=andi 2022-05-09 20:41:08 +00:00
RadioNodeList.cpp
RadioNodeList.h Bug 1768189 - Part 14: Apply modernize-concat-nested-namespaces to dom/html/HTMLTableCellElement.h ... r=andi 2022-05-09 20:41:08 +00:00
TextControlElement.h
TextControlState.cpp Bug 1797148: Simplify checkVisibility API (on nsISelectionController and nsIFrame) into a single nsTextFrame::HasVisibleText method. r=masayuki 2022-10-28 17:56:04 +00:00
TextControlState.h Bug 1776909 - Simplify TextControlState reuse. r=smaug 2022-06-28 20:34:44 +00:00
TextInputListener.h
TextTrackManager.cpp Bug 1814314 - use the script runner for calling ProcessCues. r=emilio 2023-03-15 17:26:33 +00:00
TextTrackManager.h Bug 1754649 - remove the probe 'WEBVTT_TRACK_KINDS'. r=media-playback-reviewers,bryce 2022-03-03 18:37:40 +00:00
TimeRanges.cpp
TimeRanges.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
ValidityState.cpp
ValidityState.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
VideoDocument.cpp Bug 1763667 part 1: Merge our two copies of TopLevelImageDocument.css and TopLevelVideoDocument.css. r=emilio,jaws 2022-04-13 16:45:54 +00:00
moz.build Bug 1595491 - Part 1: Make <embed> and <object> behave more like <iframe>. r=smaug,emilio 2022-08-16 16:42:58 +00:00
nsBrowserElement.cpp
nsBrowserElement.h
nsDOMStringMap.cpp Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
nsDOMStringMap.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
nsGenericHTMLElement.cpp Bug 1823757 implement PopoverInvokerElement::popoverTargetElement, r=emilio 2023-04-03 13:21:36 +00:00
nsGenericHTMLElement.h Bug 1823897 - Implement popover focusing steps, r=emilio 2023-03-28 16:01:25 +00:00
nsGenericHTMLFrameElement.cpp Bug 1793483 - [refactor] Migrate NS_STYLE_FRAME_* defines r=emilio 2022-10-26 18:51:45 +00:00
nsGenericHTMLFrameElement.h
nsHTMLContentSink.cpp Bug 1444491 - Check the number of script blocking style sheets in autofocus algorithm r=hsivonen 2023-02-15 20:08:38 +00:00
nsHTMLDocument.cpp Bug 1449669 - Remove IsNodeOfType. r=longsonr 2023-03-17 19:22:14 +00:00
nsHTMLDocument.h Bug 1767996 - Apply readability-make-member-function-const on dom/html r=smaug 2022-05-13 05:35:25 +00:00
nsIConstraintValidation.cpp Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
nsIConstraintValidation.h Bug 1767996 - Apply readability-make-member-function-const on dom/html r=smaug 2022-05-13 05:35:25 +00:00
nsIFormControl.h Bug 1821732 - implement get popover target alg, r=emilio 2023-04-03 13:22:05 +00:00
nsIHTMLCollection.h Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
nsIRadioGroupContainer.h Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
nsIRadioVisitor.h
nsRadioVisitor.cpp
nsRadioVisitor.h