gecko-dev/dom/html
Boris Chiou a721e570f1 Bug 1789475 - Run image source selection algorithm synchronously during adopting steps. r=emilio
Document.adoptNode() transfers a node from another document into this
method's document. Per spec, we have to react to the DOM mutations when
the elements adopting steps are run. So we have to update the image
responsive source to reflect the change of the environment.

For adopt, we update the source synchronously in NodeInfoChanged(), and
queue the image load task if the new document should load it (which is
done by StartLoadingIfNeeded()).

In the test case, without the patch, we don't add the script runner
because ShouldLoadImage() of the new document returns false, during
adopting steps. There is a pending image load task queued by setting
srcset, and this microtask runs after we finish adopting steps, so
we hit this assertion because this image element doesn't update its
image resource during adopting steps (with the new owner doucment).

Differential Revision: https://phabricator.services.mozilla.com/D156916
2022-09-09 23:34:54 +00:00
..
crashtests Bug 1789475 - Run image source selection algorithm synchronously during adopting steps. r=emilio 2022-09-09 23:34:54 +00:00
input Bug 1788115 - Add length check to EmailInputType::PunycodeEncodeEmailAddress r=smaug 2022-09-07 12:05:21 +00:00
reftests Bug 1423850 - Take into account video's rotation metadata at context.drawImage() with <video> r=gfx-reviewers,bradwerth 2022-03-18 00:01:02 +00:00
test Bug 1756211 - Follow-up: fix indentation of new tests. DONTBUILD 2022-09-09 04:17:25 +02: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 1: Add Aria reflection attributes to ElementInternals. r=edgar 2022-09-08 19:02:23 +00:00
ElementInternals.h Bug 1665151 - Part 1: Add Aria reflection attributes to ElementInternals. r=edgar 2022-09-08 19:02:23 +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 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLAnchorElement.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLAreaElement.cpp Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLAreaElement.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +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 1768189 - Part 12: Apply modernize-concat-nested-namespaces to dom/gamepad/windows/WindowsGamepad.cpp ... r=andi 2022-05-09 20:41:07 +00: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 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLCanvasElement.cpp Bug 1780385 - Remove canvas hit region api. r=jrmuizel 2022-07-20 16:52:47 +00:00
HTMLCanvasElement.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
HTMLDNSPrefetch.cpp Bug 1780788 - Use abstract strings as in-arguments for ipdl. r=nika,necko-reviewers,media-playback-reviewers,alwu,dragana 2022-07-25 20:19:48 +00:00
HTMLDNSPrefetch.h
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 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 1768189 - Part 12: Apply modernize-concat-nested-namespaces to dom/gamepad/windows/WindowsGamepad.cpp ... r=andi 2022-05-09 20:41:07 +00:00
HTMLDetailsElement.cpp
HTMLDetailsElement.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
HTMLDialogElement.cpp Bug 1771150 - Make fullscreen modal. r=smaug 2022-07-06 00:16:28 +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 1773070 - While at it use some better names for some bits. r=smaug 2022-06-07 23:09:53 +00:00
HTMLElement.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +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 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLFormElement.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +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
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 1789475 - Run image source selection algorithm synchronously during adopting steps. r=emilio 2022-09-09 23:34:54 +00:00
HTMLImageElement.h Bug 1789475 - Run image source selection algorithm synchronously during adopting steps. r=emilio 2022-09-09 23:34:54 +00:00
HTMLInputElement.cpp Bug 1679474 - Removed DispatchSelectEvent from HTMLInputElement::PostHandleEvent. r=masayuki 2022-08-24 09:23:39 +00:00
HTMLInputElement.h Bug 1679474 - Removed DispatchSelectEvent from HTMLInputElement::PostHandleEvent. r=masayuki 2022-08-24 09:23:39 +00:00
HTMLLIElement.cpp
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 1777496 - Check if ModuleLoader exists before calling SetAcquiringImportMaps. r=smaug 2022-07-11 09:38:55 +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 1787561 Part 2: Expose HDR telemetry to HTMLMediaElement as a Chrome property. r=alwu,emilio 2022-09-08 18:02:04 +00:00
HTMLMediaElement.h Bug 1787561 Part 2: Expose HDR telemetry to HTMLMediaElement as a Chrome property. r=alwu,emilio 2022-09-08 18:02:04 +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 Bug 1525107 - Implement <meta name=color-scheme>. r=dholbert 2021-10-29 19:58:24 +00:00
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 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +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 1422260 - Prevent default value of output element from being truncated after reset. r=edgar 2022-07-29 15:11:57 +00:00
HTMLOutputElement.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
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 1688879 - Part 2: Add support for import maps in ScriptElement/ScriptLoader/ScriptKind. r=jonco,yulia,smaug 2022-05-05 21:19:01 +00:00
HTMLScriptElement.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
HTMLSelectElement.cpp Bug 1773070 - While at it use some better names for some bits. r=smaug 2022-06-07 23:09:53 +00:00
HTMLSelectElement.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
HTMLSharedElement.cpp Bug 1770094 r=freddyb,emilio 2022-08-15 14:41:10 +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 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 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 1752694 - Invalidate layout before moving out of mAssignedNodes. r=sefeng 2022-02-03 21:52:20 +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
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 1748975 - Don't trigger click event on untrusted keypresses for buttons and summaries. r=edgar 2022-08-25 01:25:58 +00:00
HTMLSummaryElement.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
HTMLTableCaptionElement.cpp
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
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 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +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 1773070 - While at it use some better names for some bits. r=smaug 2022-06-07 23:09:53 +00:00
HTMLTextAreaElement.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +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
HTMLTitleElement.h
HTMLTrackElement.cpp Bug 1445089 - Revert workaround for a VS2017 <15.6 constexpr pointer math bug. r=alwu 2022-09-09 17:20:47 +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 1757637 - Use the ImageContainer to determine video{Width,Height} instead of passing through the state machine. r=alwu 2022-07-11 13:32:40 +00:00
HTMLVideoElement.h Bug 1757637 - Use the ImageContainer to determine video{Width,Height} instead of passing through the state machine. r=alwu 2022-07-11 13:32:40 +00:00
ImageDocument.cpp Bug 1785933 - Use ScriptRunner to do property update in ImageDocument::UpdateRemoteStyle r=emilio 2022-09-07 16:33:18 +00:00
ImageDocument.h Bug 1595491 - Part 1: Make <embed> and <object> behave more like <iframe>. r=smaug,emilio 2022-08-16 16:42:58 +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
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 1785739 - Ensure the editor is initialized in RestoreSelectionState r=masayuki 2022-08-19 18:42:39 +00:00
TextControlState.h Bug 1776909 - Simplify TextControlState reuse. r=smaug 2022-06-28 20:34:44 +00:00
TextInputListener.h
TextTrackManager.cpp Bug 1754649 - remove the probe 'WEBVTT_TRACK_KINDS'. r=media-playback-reviewers,bryce 2022-03-03 18:37:40 +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 1748975 - Don't trigger click event on untrusted keypresses for buttons and summaries. r=edgar 2022-08-25 01:25:58 +00:00
nsGenericHTMLElement.h Bug 1694741 - Part 6: Map width/height attributes to the style of img elements. r=emilio 2022-08-22 20:18:39 +00:00
nsGenericHTMLFrameElement.cpp Bug 1740989 - Implement focus fixup rule. r=smaug 2022-09-01 11:28:47 +00:00
nsGenericHTMLFrameElement.h
nsHTMLContentSink.cpp Bug 1767996 - Apply readability-make-member-function-const on dom/html r=smaug 2022-05-13 05:35:25 +00:00
nsHTMLDocument.cpp Bug 1767996 - Apply readability-make-member-function-const on dom/html r=smaug 2022-05-13 05:35:25 +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 1766395 - Remove dom.forms.datetime-local prefs. r=edgar 2022-04-27 14:10:27 +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