..
crashtests
Bug 1704660, add a null check for a CreateStringBlob caller, r=edgar
2021-04-13 19:41:51 +00:00
input
Bug 1681240 - Make TextControlState::SetValueFlags
an enum class r=saschanaz
2020-12-09 23:34:28 +00:00
reftests
Bug 1704332 - Remove various image-orientation related prefs. r=tnikkel
2021-04-11 17:39:12 +00:00
test
Bug 1709225
- Add more logging to test file_fullscreen-scrollbar.html r=mac-reviewers,tnikkel
2021-05-04 00:11:12 +00:00
components.conf
ElementInternals.cpp
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
ElementInternals.h
HTMLAllCollection.cpp
Bug 1691913 - Rename nsBaseHashtable::GetOrInsert(With) to LookupOrInsert(With). r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika
2021-02-26 09:11:45 +00:00
HTMLAllCollection.h
Bug 1660470 - Add missing include directives/forward declarations. r=nika
2020-11-23 16:21:38 +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
Bug 1628500 - Remove aIgnoreTabindex argument from Element::IsInteractiveHTMLContent(). r=edgar
2020-04-28 11:22:32 +00:00
HTMLBodyElement.cpp
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLBodyElement.h
HTMLBRElement.cpp
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLBRElement.h
HTMLButtonElement.cpp
Bug 1699570 - Make mouse_focuses_formcontrol on chrome documents match the old behavior. r=mstange
2021-03-18 23:01:45 +00:00
HTMLButtonElement.h
Bug 1628500 - Remove aIgnoreTabindex argument from Element::IsInteractiveHTMLContent(). r=edgar
2020-04-28 11:22:32 +00:00
HTMLCanvasElement.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
HTMLCanvasElement.h
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
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 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLDataListElement.h
HTMLDetailsElement.cpp
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLDetailsElement.h
Bug 1628500 - Remove aIgnoreTabindex argument from Element::IsInteractiveHTMLContent(). r=edgar
2020-04-28 11:22:32 +00:00
HTMLDialogElement.cpp
Bug 1709233 - Fix a null pointer crash in HTMLDialogElement::StorePreviouslyFocusedElement r=emilio
2021-05-04 18:39:04 +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
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
HTMLElement.cpp
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLEmbedElement.cpp
Bug 1682030 - Clean up NPAPI plugin fallback behavior. r=jmathies,emilio
2021-04-06 19:28:18 +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 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLFieldSetElement.h
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 1708228 - Part 1: Remove redundant flushing from HTMLFormControlsCollection r=smaug
2021-04-30 11:25:22 +00:00
HTMLFormControlsCollection.h
Bug 1708228 - Part 1: Remove redundant flushing from HTMLFormControlsCollection r=smaug
2021-04-30 11:25:22 +00:00
HTMLFormElement.cpp
Bug 1708228 - Part 2: Remove redundant flush param from nsIRadioGroupContainer r=smaug
2021-04-30 11:25:23 +00:00
HTMLFormElement.h
Bug 1708228 - Part 2: Remove redundant flush param from nsIRadioGroupContainer r=smaug
2021-04-30 11:25:23 +00:00
HTMLFormSubmission.cpp
Bug 1459859 - Treat an empty <input type=file> as an empty File in FormData. r=smaug,robwu
2021-03-24 18:43:58 +00:00
HTMLFormSubmission.h
Bug 1459859 - Treat an empty <input type=file> as an empty File in FormData. r=smaug,robwu
2021-03-24 18:43:58 +00:00
HTMLFormSubmissionConstants.h
Bug 1557303 - Implement form[method="dialog"] r=smaug
2020-05-11 22:56:13 +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
HTMLHeadingElement.cpp
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLHeadingElement.h
HTMLHRElement.cpp
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLHRElement.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 1680387 - Apply intrinsic image resolution as appropriate in layout/style/dom, and update test expectations. r=tnikkel
2021-05-05 09:41:24 +00:00
HTMLImageElement.h
Bug 1680387 - Apply intrinsic image resolution as appropriate in layout/style/dom, and update test expectations. r=tnikkel
2021-05-05 09:41:24 +00:00
HTMLInputElement.cpp
Bug 1708702 - Add to radio group after handling type change r=edgar
2021-05-03 08:53:02 +00:00
HTMLInputElement.h
Bug 1708228 - Part 3: Remove aNotify from HTMLInputElement::VisitGroup r=smaug
2021-04-30 11:25:23 +00:00
HTMLLabelElement.cpp
Bug 1700241 - Mark click event as position-less event when accesskey of label element is pressed; r=masayuki
2021-03-23 10:29:14 +00:00
HTMLLabelElement.h
Bug 1680167 - Part 2: MOZ_CAN_RUN_SCRIPT in dom/html r=masayuki
2020-12-03 22:15:56 +00:00
HTMLLegendElement.cpp
Bug 1683748 - Support Grid/Flex/Table/Column layout for the rendered legend of a fieldset. r=emilio
2021-01-30 13:47:10 +00:00
HTMLLegendElement.h
Bug 1683748 - Support Grid/Flex/Table/Column layout for the rendered legend of a fieldset. r=emilio
2021-01-30 13:47:10 +00:00
HTMLLIElement.cpp
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLLIElement.h
HTMLLinkElement.cpp
Bug 1695404 - follow-up: Avoid redundant string copy in Gecko_IsSupportedImageMimeType. r=tnikkel
2021-04-17 22:21:19 +00: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 1689741 - not controlling the real-time media via the media control. r=padenot
2021-04-20 16:47:41 +00:00
HTMLMediaElement.h
Bug 1120222 - Set AudioSink name to title of MediaElement's parent r=padenot
2021-04-19 15:17:26 +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
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 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLMetaElement.h
HTMLMeterElement.cpp
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLMeterElement.h
Bug 1689252
- Simplify progress/meter painting in nsNativeBasicTheme. r=spohl
2021-01-28 20:58:39 +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 1682030 - Clean up NPAPI plugin fallback behavior. r=jmathies,emilio
2021-04-06 19:28:18 +00:00
HTMLObjectElement.h
Bug 1682030 - Remove nsIPluginDocument. r=jmathies,emilio
2021-04-06 19:28:13 +00:00
HTMLOptGroupElement.cpp
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLOptGroupElement.h
HTMLOptionElement.cpp
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLOptionElement.h
Bug 40545 - Fix the empty-label attribute case in the select popup. r=chutten
2020-04-06 16:43:17 +00:00
HTMLOptionsCollection.cpp
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLOptionsCollection.h
Bug 1678062 - Remove unnecessary includes. r=andi
2020-11-23 16:12:02 +00:00
HTMLOutputElement.cpp
Bug 1693969 - Remove <form novalidate> handling from :-moz-ui-{valid,invalid} pseudo-classes. r=smaug
2021-02-23 11:26:17 +00:00
HTMLOutputElement.h
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 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLPictureElement.h
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 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLProgressElement.h
Bug 1689252
- Simplify progress/meter painting in nsNativeBasicTheme. r=spohl
2021-01-28 20:58:39 +00:00
HTMLScriptElement.cpp
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLScriptElement.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
HTMLSelectElement.cpp
Bug 1569314 - Remove IsOptionDisabled check and add relevant test case. r=emilio
2021-03-14 01:07:31 +00:00
HTMLSelectElement.h
Bug 1678062 - Remove unnecessary includes. r=andi
2020-11-23 16:12:02 +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 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
HTMLSharedListElement.h
HTMLSlotElement.cpp
Bug 1660470 - Add missing include directives/forward declarations. r=nika
2020-11-23 16:21:38 +00:00
HTMLSlotElement.h
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 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +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 1660470 - Add missing include directives/forward declarations. r=nika
2020-11-23 16:21:38 +00:00
HTMLTableElement.h
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 1702670 - Fix some orange by keeping the UpdateState() call from SetValueChanged unconditionally.
2021-04-08 19:05:00 +02:00
HTMLTextAreaElement.h
Bug 1702670 - Fix some orange by keeping the UpdateState() call from SetValueChanged unconditionally.
2021-04-08 19:05:00 +02: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 1660470 - Add missing include directives/forward declarations. r=nika
2020-11-23 16:21:38 +00:00
ImageDocument.h
Bug 1619165 - Reformat recent changes to the Google coding style r=andi
2020-04-25 09:40:08 +00:00
MediaDocument.cpp
Bug 1686616 - make StringBundle use Components instead of Services. r=kmag
2021-02-18 13:26:32 +00:00
MediaDocument.h
Bug 1691889 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/. r=peterv
2021-03-10 08:19:25 +00:00
MediaError.cpp
Bug 1660470 - Add missing include directives/forward declarations. r=nika
2020-11-23 16:21:38 +00:00
MediaError.h
moz.build
Bug 1682030 - Remove nsIPluginDocument. r=jmathies,emilio
2021-04-06 19:28:13 +00:00
nsBrowserElement.cpp
Bug 1630691: Part 1 - Get rid of most of the remaining mozbrowser API. r=nika,mtigley,bradwerth
2020-04-29 19:29:06 +00:00
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 1037709 - Part 2: Make element in a shadow DOM also handling accesskey; r=smaug
2021-04-01 17:52:40 +00:00
nsGenericHTMLElement.h
Bug 1037709 - Part 1: Remove nsGenericHTMLElement::RegAccessKey/UnregAccessKey; r=smaug
2021-04-01 17:52:39 +00:00
nsGenericHTMLFrameElement.cpp
Bug 1691589 - Reduce reliance on GeckoProfiler.h when only labels (and maybe markers) are needed - r=necko-reviewers,geckoview-reviewers,sg,agi,florian
2021-02-16 04:44:19 +00:00
nsGenericHTMLFrameElement.h
Bug 1678062 - Remove unnecessary includes. r=andi
2020-11-23 16:12:02 +00:00
nsHTMLContentSink.cpp
Bug 1694662 - Remove appcache logic from content sink r=necko-reviewers,dragana
2021-04-30 07:20:18 +00:00
nsHTMLDocument.cpp
Bug 829543 - Rename hintCharset to reloadEncoding and remove unnecessary code. r=emk
2021-04-28 12:15:47 +00:00
nsHTMLDocument.h
Bug 829543 - Rename hintCharset to reloadEncoding and remove unnecessary code. r=emk
2021-04-28 12:15:47 +00:00
nsIConstraintValidation.cpp
Bug 1660470 - Add missing include directives/forward declarations. r=nika
2020-11-23 16:21:38 +00:00
nsIConstraintValidation.h
nsIForm.h
Bug 1557303 - Implement form[method="dialog"] r=smaug
2020-05-11 22:56:13 +00:00
nsIFormControl.h
Bug 1706960
- IsSingleLineFormControl shouldn't return true for datetime-local if it creates a widget. r=smaug
2021-04-22 15:14:33 +00:00
nsIFormSubmitObserver.idl
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
nsRadioVisitor.cpp
Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi
2021-01-07 08:53:08 +00:00
nsRadioVisitor.h
Bug 1708228 - Part 4: Remove aNotify from nsRadioSetValueMissingState r=smaug
2021-04-30 11:25:24 +00:00
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 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00
RadioNodeList.h
TextControlElement.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
TextControlState.cpp
Bug 1698315 - Manage placeholder and autofill preview visibility using CSS rather than custom code. r=masayuki
2021-03-15 08:52:43 +00:00
TextControlState.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
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 1660470 - Add missing include directives/forward declarations. r=nika
2020-11-23 16:21:38 +00:00
TextTrackManager.h
Bug 1660470 - Add missing include directives/forward declarations. r=nika
2020-11-23 16:21:38 +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 1674637 - Use nested namespaces in dom/ r=sg,andi
2020-11-04 17:04:01 +00:00