gecko-dev/dom/html
Brendan Dahl 237d762715 Bug 1510785 - Skip all XBL related tests when XBL is disabled. r=bzbarsky
XBL will be disabled on android, so these tests must be skipped. Where possible
tests are copied to create shadow DOM tests.

Depends on D45615

Differential Revision: https://phabricator.services.mozilla.com/D45616

--HG--
rename : layout/inspector/tests/test_bug522601.xhtml => layout/inspector/tests/test_bug522601-shadow.xhtml
rename : layout/inspector/tests/test_bug609549.xhtml => layout/inspector/tests/test_bug609549-shadow.xhtml
rename : layout/reftests/bugs/334829-1a.xhtml => layout/reftests/bugs/334829-1a-shadow.xhtml
rename : layout/reftests/bugs/334829-1b.xhtml => layout/reftests/bugs/334829-1b-shadow.xhtml
rename : layout/reftests/bugs/386310-1b.html => layout/reftests/bugs/386310-1b-shadow.html
rename : layout/reftests/bugs/386310-1c.html => layout/reftests/bugs/386310-1c-shadow.html
rename : layout/reftests/bugs/386310-1d.html => layout/reftests/bugs/386310-1d-shadow.html
rename : layout/reftests/bugs/482592-1a.xhtml => layout/reftests/bugs/482592-1a-shadow.xhtml
rename : layout/reftests/bugs/482592-1b.xhtml => layout/reftests/bugs/482592-1b-shadow.xhtml
rename : layout/reftests/css-selectors/sibling-combinators-on-anon-content-1.xhtml => layout/reftests/css-selectors/sibling-combinators-on-anon-content-1-shadow.xhtml
rename : layout/reftests/css-selectors/sibling-combinators-on-anon-content-2.xhtml => layout/reftests/css-selectors/sibling-combinators-on-anon-content-2-shadow.xhtml
rename : layout/reftests/dom/multipleinsertionpoints-appendmultiple.xhtml => layout/reftests/dom/multipleinsertionpoints-appendmultiple-shadow.xhtml
rename : layout/reftests/dom/multipleinsertionpoints-appendsingle-1.xhtml => layout/reftests/dom/multipleinsertionpoints-appendsingle-1-shadow.xhtml
rename : layout/reftests/dom/multipleinsertionpoints-appendsingle-2.xhtml => layout/reftests/dom/multipleinsertionpoints-appendsingle-2-shadow.xhtml
rename : layout/reftests/dom/multipleinsertionpoints-insertmultiple.xhtml => layout/reftests/dom/multipleinsertionpoints-insertmultiple-shadow.xhtml
rename : layout/reftests/dom/multipleinsertionpoints-insertsingle-1.xhtml => layout/reftests/dom/multipleinsertionpoints-insertsingle-1-shadow.xhtml
rename : layout/reftests/dom/multipleinsertionpoints-insertsingle-2.xhtml => layout/reftests/dom/multipleinsertionpoints-insertsingle-2-shadow.xhtml
rename : layout/reftests/dom/multipleinsertionpoints-ref2.xhtml => layout/reftests/dom/multipleinsertionpoints-ref2-shadow.xhtml
rename : layout/reftests/ib-split/insert-into-split-inline-5.html => layout/reftests/ib-split/insert-into-split-inline-5-shadow.html
extra : moz-landing-system : lando
2019-10-08 23:52:46 +00:00
..
crashtests Bug 1510785 - Skip all XBL related tests when XBL is disabled. r=bzbarsky 2019-10-08 23:52:46 +00:00
input Bug 1579788 - Don't update validity state when the JS engine fails to execute the pattern. r=smaug 2019-09-16 10:11:42 +00:00
reftests
test Bug 1129227 - Part 3: Add test for requesting fullscreen in async callback; r=smaug 2019-10-07 08:54:40 +00:00
components.conf
HTMLAllCollection.cpp
HTMLAllCollection.h
HTMLAnchorElement.cpp Bug 1586008 - Factor out IsNodeInEditableRegion. r=bzbarsky 2019-10-05 11:39:16 +00:00
HTMLAnchorElement.h
HTMLAreaElement.cpp
HTMLAreaElement.h
HTMLAudioElement.cpp
HTMLAudioElement.h
HTMLBodyElement.cpp
HTMLBodyElement.h
HTMLBRElement.cpp
HTMLBRElement.h
HTMLButtonElement.cpp
HTMLButtonElement.h
HTMLCanvasElement.cpp Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
HTMLCanvasElement.h
HTMLDataElement.cpp
HTMLDataElement.h
HTMLDataListElement.cpp
HTMLDataListElement.h
HTMLDetailsElement.cpp
HTMLDetailsElement.h
HTMLDialogElement.cpp
HTMLDialogElement.h
HTMLDivElement.cpp
HTMLDivElement.h
HTMLElement.cpp
HTMLEmbedElement.cpp
HTMLEmbedElement.h
HTMLFieldSetElement.cpp
HTMLFieldSetElement.h
HTMLFontElement.cpp
HTMLFontElement.h
HTMLFormControlsCollection.cpp
HTMLFormControlsCollection.h
HTMLFormElement.cpp Bug 1580782 - Change Callsites to use nsIPrincipal->SchemeIs r=ckerschb 2019-09-26 10:47:16 +00:00
HTMLFormElement.h Bug 1518442 - Part 2: Implement Event-based form participation; r=smaug,edgar 2019-09-09 13:53:27 +00:00
HTMLFormSubmission.cpp Bug 1518442 - Part 2: Implement Event-based form participation; r=smaug,edgar 2019-09-09 13:53:27 +00:00
HTMLFormSubmission.h Bug 1578355 - Part 1: Move user-activation code from EventStateManager to UserActivation; r=smaug 2019-09-20 20:51:25 +00:00
HTMLFormSubmissionConstants.h
HTMLFrameElement.cpp
HTMLFrameElement.h
HTMLFrameSetElement.cpp
HTMLFrameSetElement.h
HTMLHeadingElement.cpp
HTMLHeadingElement.h
HTMLHRElement.cpp
HTMLHRElement.h
HTMLIFrameElement.cpp
HTMLIFrameElement.h
HTMLImageElement.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
HTMLImageElement.h
HTMLInputElement.cpp Bug 1578355 - Part 1: Move user-activation code from EventStateManager to UserActivation; r=smaug 2019-09-20 20:51:25 +00:00
HTMLInputElement.h Bug 1579788 - Don't update validity state when the JS engine fails to execute the pattern. r=smaug 2019-09-16 10:11:42 +00:00
HTMLLabelElement.cpp
HTMLLabelElement.h
HTMLLegendElement.cpp
HTMLLegendElement.h
HTMLLIElement.cpp
HTMLLIElement.h
HTMLLinkElement.cpp
HTMLLinkElement.h
HTMLMapElement.cpp
HTMLMapElement.h
HTMLMarqueeElement.cpp
HTMLMarqueeElement.h
HTMLMediaElement.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-10-06 18:29:55 +00:00
HTMLMediaElement.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
HTMLMenuBuilder.jsm
HTMLMenuElement.cpp
HTMLMenuElement.h
HTMLMenuItemElement.cpp
HTMLMenuItemElement.h
HTMLMetaElement.cpp
HTMLMetaElement.h
HTMLMeterElement.cpp
HTMLMeterElement.h
HTMLModElement.cpp
HTMLModElement.h
HTMLObjectElement.cpp
HTMLObjectElement.h
HTMLOptGroupElement.cpp
HTMLOptGroupElement.h
HTMLOptionElement.cpp
HTMLOptionElement.h
HTMLOptionsCollection.cpp
HTMLOptionsCollection.h
HTMLOutputElement.cpp
HTMLOutputElement.h
HTMLParagraphElement.cpp
HTMLParagraphElement.h
HTMLPictureElement.cpp
HTMLPictureElement.h
HTMLPreElement.cpp
HTMLPreElement.h
HTMLProgressElement.cpp
HTMLProgressElement.h
HTMLScriptElement.cpp
HTMLScriptElement.h
HTMLSelectElement.cpp
HTMLSelectElement.h
HTMLSharedElement.cpp
HTMLSharedElement.h
HTMLSharedListElement.cpp
HTMLSharedListElement.h
HTMLSlotElement.cpp
HTMLSlotElement.h
HTMLSourceElement.cpp
HTMLSourceElement.h
HTMLSpanElement.cpp
HTMLSpanElement.h
HTMLStyleElement.cpp
HTMLStyleElement.h
HTMLSummaryElement.cpp
HTMLSummaryElement.h
HTMLTableCaptionElement.cpp
HTMLTableCaptionElement.h
HTMLTableCellElement.cpp
HTMLTableCellElement.h
HTMLTableColElement.cpp
HTMLTableColElement.h
HTMLTableElement.cpp
HTMLTableElement.h
HTMLTableRowElement.cpp
HTMLTableRowElement.h
HTMLTableSectionElement.cpp
HTMLTableSectionElement.h
HTMLTemplateElement.cpp
HTMLTemplateElement.h
HTMLTextAreaElement.cpp Bug 1581523: part 2) Remove outdated comment in HTMLTextAreaElement. r=jorgk 2019-09-23 11:43:55 +00:00
HTMLTextAreaElement.h
HTMLTimeElement.cpp
HTMLTimeElement.h
HTMLTitleElement.cpp
HTMLTitleElement.h
HTMLTrackElement.cpp
HTMLTrackElement.h
HTMLUnknownElement.cpp
HTMLUnknownElement.h
HTMLVideoElement.cpp Bug 1583882 - Fire an event when a <video> being visually cloned is removed from the DOM. r=dminor 2019-09-30 15:49:56 +00:00
HTMLVideoElement.h Bug 1583882 - Remove vestigial TogglePictureInPicture privileged method on HTMLVideoElement. r=webidl,dminor,smaug* 2019-09-30 15:34:43 +00:00
ImageDocument.cpp
ImageDocument.h
MediaDocument.cpp
MediaDocument.h
MediaError.cpp
MediaError.h
moz.build Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
nsBrowserElement.cpp
nsBrowserElement.h
nsDOMStringMap.cpp
nsDOMStringMap.h
nsGenericHTMLElement.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
nsGenericHTMLElement.h Bug 1583980 - Restrict mapping of width and height to aspect-ratio for <img> for now. r=bzbarsky 2019-09-25 22:33:47 +00:00
nsGenericHTMLFrameElement.cpp Bug 1579213 - Remove unused fields from ChangeRemoteness API, r=farre 2019-09-11 08:09:58 +00:00
nsGenericHTMLFrameElement.h
nsHTMLContentSink.cpp
nsHTMLDNSPrefetch.cpp
nsHTMLDNSPrefetch.h
nsHTMLDocument.cpp
nsHTMLDocument.h Bug 1578700 - Change use counter setup to propagate the page use counters together. r=smaug 2019-09-04 23:36:21 +00:00
nsIConstraintValidation.cpp
nsIConstraintValidation.h
nsIForm.h
nsIFormControl.h
nsIFormSubmitObserver.idl
nsIHTMLCollection.h
nsIImageDocument.idl
nsIMenuBuilder.idl
nsIRadioGroupContainer.h
nsIRadioVisitor.h
nsITextControlElement.h
nsRadioVisitor.cpp
nsRadioVisitor.h
nsTextEditorState.cpp Bug 1581523: part 3) Assert nsTextEditorState::PrepareEditor sets only non-negative wrap-columns. r=jorgk 2019-09-23 11:43:57 +00:00
nsTextEditorState.h Bug 1586862, replace XUL textbox with HTML input and generic XUL box in testcases within dom directory r=emilio 2019-10-08 21:09:48 +00:00
PlayPromise.cpp
PlayPromise.h
PluginDocument.cpp
RadioNodeList.cpp
RadioNodeList.h
TextInputListener.h
TextTrackManager.cpp
TextTrackManager.h
TimeRanges.cpp
TimeRanges.h
ValidityState.cpp
ValidityState.h
VideoDocument.cpp