gecko-dev/dom/html
Mihai Alexandru Michis 67eecb03bf Backed out changeset 5eacf74bc04f (bug 1643450) for causing android mochitest failures in test_window_open_from_closing.html
CLOSED TREE
2021-01-06 19:44:21 +02:00
..
crashtests Bug 1680418 - avoid clobbering shared state in same-document navigations, r=peterv 2021-01-05 13:31:27 +00:00
input Bug 1681240 - Make `TextControlState::SetValueFlags` an enum class r=saschanaz 2020-12-09 23:34:28 +00:00
reftests Bug 1621454 - adjust fuzz for SWGL span shaders. r=jrmuizel 2020-10-31 13:30:57 +00:00
test Backed out changeset 5eacf74bc04f (bug 1643450) for causing android mochitest failures in test_window_open_from_closing.html 2021-01-06 19:44:21 +02:00
ElementInternals.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ElementInternals.h Bug 1552313 - Implement element.attachInternals; r=smaug,edgar 2019-11-12 11:27:55 +00:00
HTMLAllCollection.cpp Bug 1678374 - Reduce dependencies on js, in particular on jsfriendapi.h. r=jandem 2020-11-23 16:12:19 +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 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLAnchorElement.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
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
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 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLBodyElement.h
HTMLButtonElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +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 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
HTMLCanvasElement.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +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 Backed out changeset 0c3bb21d00d4 (bug 1675857) for multiple wpt perma failures at HTMLDialogElement. CLOSED TREE 2020-12-09 01:25:42 +02:00
HTMLDialogElement.h Bug 1200896 - Make the document blocked by the topmost element in the top layer r=emilio 2020-08-17 15:41:19 +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 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLEmbedElement.cpp Bug 1683226 - part 12: Get rid of `nsIWidget::SetPluginFocus()` r=m_kato 2020-12-24 02:46:02 +00:00
HTMLEmbedElement.h Bug 1683226 - part 12: Get rid of `nsIWidget::SetPluginFocus()` r=m_kato 2020-12-24 02:46:02 +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 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLFormControlsCollection.h Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
HTMLFormElement.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
HTMLFormElement.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
HTMLFormSubmission.cpp Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
HTMLFormSubmission.h Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +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
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 Bug 1590366 - Remove accessibility.heading-element-level-changes.enabled. r=MarcoZ 2019-10-22 13:51:41 +00:00
HTMLIFrameElement.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
HTMLIFrameElement.h Bug 1665252 - remove allowpaymentrequest attribute from HTMLIFrameElement r=dom-workers-and-storage-reviewers,smaug,asuth 2020-10-05 05:45:38 +00:00
HTMLImageElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLImageElement.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
HTMLInputElement.cpp Bug 1680951 - Do not scroll when calling select() r=masayuki 2020-12-09 20:59:17 +00:00
HTMLInputElement.h Bug 1681240 - Make `TextControlState::SetValueFlags` an enum class r=saschanaz 2020-12-09 23:34:28 +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 1680167 - Part 2: MOZ_CAN_RUN_SCRIPT in dom/html r=masayuki 2020-12-03 22:15:56 +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 1351248 - Simplify nsIFrame::IsFocusable API. r=layout-reviewers,mats 2021-01-03 23:30:51 +00:00
HTMLLegendElement.h Bug 1670919 - Cleanup some code around nsIFormControl::GetFormElement; r=emilio 2020-10-13 15:15:57 +00:00
HTMLLinkElement.cpp Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
HTMLLinkElement.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
HTMLMapElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLMapElement.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/html. r=smaug 2020-02-20 16:19:15 +00:00
HTMLMarqueeElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLMarqueeElement.h
HTMLMediaElement.cpp Bug 1601799 - Use a SharedDummyTrack for graph access in DecodedStream. r=karlt 2021-01-05 07:43:34 +00:00
HTMLMediaElement.h Bug 1601799 - Use a SharedDummyTrack for graph access in DecodedStream. r=karlt 2021-01-05 07:43:34 +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
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 1683226 - part 12: Get rid of `nsIWidget::SetPluginFocus()` r=m_kato 2020-12-24 02:46:02 +00:00
HTMLObjectElement.h Bug 1683226 - part 12: Get rid of `nsIWidget::SetPluginFocus()` r=m_kato 2020-12-24 02:46:02 +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 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +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
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 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +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 Bug 1554498 - Don't use nsIMutationObserver for ShadowRoot. r=smaug 2019-08-27 22:10:46 +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 Bug 1602421 - Remove some useless includes. r=jfkthame 2019-12-09 14:53:50 +00:00
HTMLStyleElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +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 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +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 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLTableRowElement.h
HTMLTableSectionElement.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
HTMLTableSectionElement.h
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 1680951 - Do not scroll when calling select() r=masayuki 2020-12-09 20:59:17 +00:00
HTMLTextAreaElement.h Bug 1681240 - Make `TextControlState::SetValueFlags` an enum class r=saschanaz 2020-12-09 23:34:28 +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 Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/html. r=smaug 2020-02-20 16:19:15 +00:00
HTMLVideoElement.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
HTMLVideoElement.h Bug 1674863 Part 1 - Improve type safety for APIs computing video's intrinsic size and ratio. r=emilio 2020-11-03 19:54:41 +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 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
MediaDocument.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
MediaError.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
MediaError.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/html. r=smaug 2020-02-20 16:19:15 +00:00
PlayPromise.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
PlayPromise.h
PluginDocument.cpp Bug 1648010 - Remove NS_NAMED_LITERAL_CSTRING and NS_NAMED_LITERAL_STRING macros. r=froydnj 2020-07-01 08:42:31 +00:00
RadioNodeList.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
RadioNodeList.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/html. r=smaug 2020-02-20 16:19:15 +00:00
TextControlElement.h Bug 1401657 - Make editor value changes always notify. r=masayuki 2020-03-13 02:29:48 +00:00
TextControlState.cpp Bug 1682706 - Use SelectionBatcher in SetRangeText r=masayuki 2021-01-04 23:29:36 +00:00
TextControlState.h Bug 1682313 - Make sure mMaxLength exists in SetSelectionRange r=masayuki 2020-12-15 02:06:38 +00:00
TextInputListener.h Bug 1597679 - part 2: Make `nsITextControlElement` inherit `nsGenericHTMLFormElementWithState` r=smaug 2019-11-25 06:35:15 +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
components.conf
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +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 Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/html. r=smaug 2020-02-20 16:19:15 +00:00
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 1680167 - Part 2: MOZ_CAN_RUN_SCRIPT in dom/html r=masayuki 2020-12-03 22:15:56 +00:00
nsGenericHTMLElement.h Bug 1680167 - Part 2: MOZ_CAN_RUN_SCRIPT in dom/html r=masayuki 2020-12-03 22:15:56 +00:00
nsGenericHTMLFrameElement.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
nsGenericHTMLFrameElement.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
nsHTMLContentSink.cpp Bug 1671641 - Make `dom/html` buildable outside of `unified-build` environment. r=sg 2020-10-28 12:24:01 +00:00
nsHTMLDNSPrefetch.cpp Bug 1652723 - Prefetch https rr in HTMLDNSPrefetch r=necko-reviewers,valentin 2021-01-05 21:14:20 +00:00
nsHTMLDNSPrefetch.h Bug 1639247 - Isolate DNS cache per first-party when privacy.partition.network_state is set to true - part 3 - implementation, r=valentin,necko-reviewers 2020-05-20 17:27:43 +00:00
nsHTMLDocument.cpp 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
nsHTMLDocument.h Bug 1639833 - IntrisincStoragePrincipal should always be partitioned - part 2 - Expose PartitionedPrincipal, r=dimi 2020-06-03 06:09:52 +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 1557303 - Implement form[method="dialog"] r=smaug 2020-05-11 22:56:13 +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
nsIRadioVisitor.h
nsRadioVisitor.cpp Backed out changeset dbed1cdf588f (bug 1684173) for mochitest plain and devtools failures. a=backout DONTBUILD 2020-12-28 00:43:51 +02:00
nsRadioVisitor.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/html. r=smaug 2020-02-20 16:19:15 +00:00