gecko/dom/html/HTMLSelectElement.cpp
Birunthan Mohanathas 3703bda816 Bug 946065 - Part 11: Move content/html/ to dom/ and flatten subdirectories. r=peterv
--HG--
rename : content/html/document/src/HTMLAllCollection.cpp => dom/html/HTMLAllCollection.cpp
rename : content/html/document/src/HTMLAllCollection.h => dom/html/HTMLAllCollection.h
rename : content/html/content/src/HTMLAnchorElement.cpp => dom/html/HTMLAnchorElement.cpp
rename : content/html/content/src/HTMLAnchorElement.h => dom/html/HTMLAnchorElement.h
rename : content/html/content/src/HTMLAreaElement.cpp => dom/html/HTMLAreaElement.cpp
rename : content/html/content/src/HTMLAreaElement.h => dom/html/HTMLAreaElement.h
rename : content/html/content/src/HTMLAudioElement.cpp => dom/html/HTMLAudioElement.cpp
rename : content/html/content/public/HTMLAudioElement.h => dom/html/HTMLAudioElement.h
rename : content/html/content/src/HTMLBRElement.cpp => dom/html/HTMLBRElement.cpp
rename : content/html/content/src/HTMLBRElement.h => dom/html/HTMLBRElement.h
rename : content/html/content/src/HTMLBodyElement.cpp => dom/html/HTMLBodyElement.cpp
rename : content/html/content/src/HTMLBodyElement.h => dom/html/HTMLBodyElement.h
rename : content/html/content/src/HTMLButtonElement.cpp => dom/html/HTMLButtonElement.cpp
rename : content/html/content/src/HTMLButtonElement.h => dom/html/HTMLButtonElement.h
rename : content/html/content/src/HTMLCanvasElement.cpp => dom/html/HTMLCanvasElement.cpp
rename : content/html/content/public/HTMLCanvasElement.h => dom/html/HTMLCanvasElement.h
rename : content/html/content/src/HTMLContentElement.cpp => dom/html/HTMLContentElement.cpp
rename : content/html/content/src/HTMLContentElement.h => dom/html/HTMLContentElement.h
rename : content/html/content/src/HTMLDataElement.cpp => dom/html/HTMLDataElement.cpp
rename : content/html/content/src/HTMLDataElement.h => dom/html/HTMLDataElement.h
rename : content/html/content/src/HTMLDataListElement.cpp => dom/html/HTMLDataListElement.cpp
rename : content/html/content/src/HTMLDataListElement.h => dom/html/HTMLDataListElement.h
rename : content/html/content/src/HTMLDivElement.cpp => dom/html/HTMLDivElement.cpp
rename : content/html/content/src/HTMLDivElement.h => dom/html/HTMLDivElement.h
rename : content/html/content/src/HTMLElement.cpp => dom/html/HTMLElement.cpp
rename : content/html/content/src/HTMLFieldSetElement.cpp => dom/html/HTMLFieldSetElement.cpp
rename : content/html/content/src/HTMLFieldSetElement.h => dom/html/HTMLFieldSetElement.h
rename : content/html/content/src/HTMLFontElement.cpp => dom/html/HTMLFontElement.cpp
rename : content/html/content/src/HTMLFontElement.h => dom/html/HTMLFontElement.h
rename : content/html/content/src/HTMLFormControlsCollection.cpp => dom/html/HTMLFormControlsCollection.cpp
rename : content/html/content/src/HTMLFormControlsCollection.h => dom/html/HTMLFormControlsCollection.h
rename : content/html/content/src/HTMLFormElement.cpp => dom/html/HTMLFormElement.cpp
rename : content/html/content/src/HTMLFormElement.h => dom/html/HTMLFormElement.h
rename : content/html/content/src/HTMLFrameElement.cpp => dom/html/HTMLFrameElement.cpp
rename : content/html/content/src/HTMLFrameElement.h => dom/html/HTMLFrameElement.h
rename : content/html/content/src/HTMLFrameSetElement.cpp => dom/html/HTMLFrameSetElement.cpp
rename : content/html/content/src/HTMLFrameSetElement.h => dom/html/HTMLFrameSetElement.h
rename : content/html/content/src/HTMLHRElement.cpp => dom/html/HTMLHRElement.cpp
rename : content/html/content/src/HTMLHRElement.h => dom/html/HTMLHRElement.h
rename : content/html/content/src/HTMLHeadingElement.cpp => dom/html/HTMLHeadingElement.cpp
rename : content/html/content/src/HTMLHeadingElement.h => dom/html/HTMLHeadingElement.h
rename : content/html/content/src/HTMLIFrameElement.cpp => dom/html/HTMLIFrameElement.cpp
rename : content/html/content/src/HTMLIFrameElement.h => dom/html/HTMLIFrameElement.h
rename : content/html/content/src/HTMLImageElement.cpp => dom/html/HTMLImageElement.cpp
rename : content/html/content/src/HTMLImageElement.h => dom/html/HTMLImageElement.h
rename : content/html/content/src/HTMLInputElement.cpp => dom/html/HTMLInputElement.cpp
rename : content/html/content/src/HTMLInputElement.h => dom/html/HTMLInputElement.h
rename : content/html/content/src/HTMLLIElement.cpp => dom/html/HTMLLIElement.cpp
rename : content/html/content/src/HTMLLIElement.h => dom/html/HTMLLIElement.h
rename : content/html/content/src/HTMLLabelElement.cpp => dom/html/HTMLLabelElement.cpp
rename : content/html/content/src/HTMLLabelElement.h => dom/html/HTMLLabelElement.h
rename : content/html/content/src/HTMLLegendElement.cpp => dom/html/HTMLLegendElement.cpp
rename : content/html/content/src/HTMLLegendElement.h => dom/html/HTMLLegendElement.h
rename : content/html/content/src/HTMLLinkElement.cpp => dom/html/HTMLLinkElement.cpp
rename : content/html/content/src/HTMLLinkElement.h => dom/html/HTMLLinkElement.h
rename : content/html/content/src/HTMLMapElement.cpp => dom/html/HTMLMapElement.cpp
rename : content/html/content/src/HTMLMapElement.h => dom/html/HTMLMapElement.h
rename : content/html/content/src/HTMLMediaElement.cpp => dom/html/HTMLMediaElement.cpp
rename : content/html/content/public/HTMLMediaElement.h => dom/html/HTMLMediaElement.h
rename : content/html/content/src/HTMLMenuElement.cpp => dom/html/HTMLMenuElement.cpp
rename : content/html/content/src/HTMLMenuElement.h => dom/html/HTMLMenuElement.h
rename : content/html/content/src/HTMLMenuItemElement.cpp => dom/html/HTMLMenuItemElement.cpp
rename : content/html/content/src/HTMLMenuItemElement.h => dom/html/HTMLMenuItemElement.h
rename : content/html/content/src/HTMLMetaElement.cpp => dom/html/HTMLMetaElement.cpp
rename : content/html/content/src/HTMLMetaElement.h => dom/html/HTMLMetaElement.h
rename : content/html/content/src/HTMLMeterElement.cpp => dom/html/HTMLMeterElement.cpp
rename : content/html/content/src/HTMLMeterElement.h => dom/html/HTMLMeterElement.h
rename : content/html/content/src/HTMLModElement.cpp => dom/html/HTMLModElement.cpp
rename : content/html/content/src/HTMLModElement.h => dom/html/HTMLModElement.h
rename : content/html/content/src/HTMLObjectElement.cpp => dom/html/HTMLObjectElement.cpp
rename : content/html/content/src/HTMLObjectElement.h => dom/html/HTMLObjectElement.h
rename : content/html/content/src/HTMLOptGroupElement.cpp => dom/html/HTMLOptGroupElement.cpp
rename : content/html/content/src/HTMLOptGroupElement.h => dom/html/HTMLOptGroupElement.h
rename : content/html/content/src/HTMLOptionElement.cpp => dom/html/HTMLOptionElement.cpp
rename : content/html/content/src/HTMLOptionElement.h => dom/html/HTMLOptionElement.h
rename : content/html/content/src/HTMLOptionsCollection.cpp => dom/html/HTMLOptionsCollection.cpp
rename : content/html/content/src/HTMLOptionsCollection.h => dom/html/HTMLOptionsCollection.h
rename : content/html/content/src/HTMLOutputElement.cpp => dom/html/HTMLOutputElement.cpp
rename : content/html/content/src/HTMLOutputElement.h => dom/html/HTMLOutputElement.h
rename : content/html/content/src/HTMLParagraphElement.cpp => dom/html/HTMLParagraphElement.cpp
rename : content/html/content/src/HTMLParagraphElement.h => dom/html/HTMLParagraphElement.h
rename : content/html/content/src/HTMLPictureElement.cpp => dom/html/HTMLPictureElement.cpp
rename : content/html/content/src/HTMLPictureElement.h => dom/html/HTMLPictureElement.h
rename : content/html/content/src/HTMLPreElement.cpp => dom/html/HTMLPreElement.cpp
rename : content/html/content/src/HTMLPreElement.h => dom/html/HTMLPreElement.h
rename : content/html/content/src/HTMLProgressElement.cpp => dom/html/HTMLProgressElement.cpp
rename : content/html/content/src/HTMLProgressElement.h => dom/html/HTMLProgressElement.h
rename : content/html/content/src/HTMLPropertiesCollection.cpp => dom/html/HTMLPropertiesCollection.cpp
rename : content/html/content/src/HTMLPropertiesCollection.h => dom/html/HTMLPropertiesCollection.h
rename : content/html/content/src/HTMLScriptElement.cpp => dom/html/HTMLScriptElement.cpp
rename : content/html/content/src/HTMLScriptElement.h => dom/html/HTMLScriptElement.h
rename : content/html/content/src/HTMLSelectElement.cpp => dom/html/HTMLSelectElement.cpp
rename : content/html/content/src/HTMLSelectElement.h => dom/html/HTMLSelectElement.h
rename : content/html/content/src/HTMLShadowElement.cpp => dom/html/HTMLShadowElement.cpp
rename : content/html/content/src/HTMLShadowElement.h => dom/html/HTMLShadowElement.h
rename : content/html/content/src/HTMLSharedElement.cpp => dom/html/HTMLSharedElement.cpp
rename : content/html/content/src/HTMLSharedElement.h => dom/html/HTMLSharedElement.h
rename : content/html/content/src/HTMLSharedListElement.cpp => dom/html/HTMLSharedListElement.cpp
rename : content/html/content/src/HTMLSharedListElement.h => dom/html/HTMLSharedListElement.h
rename : content/html/content/src/HTMLSharedObjectElement.cpp => dom/html/HTMLSharedObjectElement.cpp
rename : content/html/content/src/HTMLSharedObjectElement.h => dom/html/HTMLSharedObjectElement.h
rename : content/html/content/src/HTMLSourceElement.cpp => dom/html/HTMLSourceElement.cpp
rename : content/html/content/src/HTMLSourceElement.h => dom/html/HTMLSourceElement.h
rename : content/html/content/src/HTMLSpanElement.cpp => dom/html/HTMLSpanElement.cpp
rename : content/html/content/src/HTMLSpanElement.h => dom/html/HTMLSpanElement.h
rename : content/html/content/src/HTMLStyleElement.cpp => dom/html/HTMLStyleElement.cpp
rename : content/html/content/src/HTMLStyleElement.h => dom/html/HTMLStyleElement.h
rename : content/html/content/src/HTMLTableCaptionElement.cpp => dom/html/HTMLTableCaptionElement.cpp
rename : content/html/content/src/HTMLTableCaptionElement.h => dom/html/HTMLTableCaptionElement.h
rename : content/html/content/src/HTMLTableCellElement.cpp => dom/html/HTMLTableCellElement.cpp
rename : content/html/content/src/HTMLTableCellElement.h => dom/html/HTMLTableCellElement.h
rename : content/html/content/src/HTMLTableColElement.cpp => dom/html/HTMLTableColElement.cpp
rename : content/html/content/src/HTMLTableColElement.h => dom/html/HTMLTableColElement.h
rename : content/html/content/src/HTMLTableElement.cpp => dom/html/HTMLTableElement.cpp
rename : content/html/content/src/HTMLTableElement.h => dom/html/HTMLTableElement.h
rename : content/html/content/src/HTMLTableRowElement.cpp => dom/html/HTMLTableRowElement.cpp
rename : content/html/content/src/HTMLTableRowElement.h => dom/html/HTMLTableRowElement.h
rename : content/html/content/src/HTMLTableSectionElement.cpp => dom/html/HTMLTableSectionElement.cpp
rename : content/html/content/src/HTMLTableSectionElement.h => dom/html/HTMLTableSectionElement.h
rename : content/html/content/src/HTMLTemplateElement.cpp => dom/html/HTMLTemplateElement.cpp
rename : content/html/content/src/HTMLTemplateElement.h => dom/html/HTMLTemplateElement.h
rename : content/html/content/src/HTMLTextAreaElement.cpp => dom/html/HTMLTextAreaElement.cpp
rename : content/html/content/src/HTMLTextAreaElement.h => dom/html/HTMLTextAreaElement.h
rename : content/html/content/src/HTMLTimeElement.cpp => dom/html/HTMLTimeElement.cpp
rename : content/html/content/src/HTMLTimeElement.h => dom/html/HTMLTimeElement.h
rename : content/html/content/src/HTMLTitleElement.cpp => dom/html/HTMLTitleElement.cpp
rename : content/html/content/src/HTMLTitleElement.h => dom/html/HTMLTitleElement.h
rename : content/html/content/src/HTMLTrackElement.cpp => dom/html/HTMLTrackElement.cpp
rename : content/html/content/src/HTMLTrackElement.h => dom/html/HTMLTrackElement.h
rename : content/html/content/src/HTMLUnknownElement.cpp => dom/html/HTMLUnknownElement.cpp
rename : content/html/content/src/HTMLUnknownElement.h => dom/html/HTMLUnknownElement.h
rename : content/html/content/src/HTMLVideoElement.cpp => dom/html/HTMLVideoElement.cpp
rename : content/html/content/public/HTMLVideoElement.h => dom/html/HTMLVideoElement.h
rename : content/html/document/src/ImageDocument.cpp => dom/html/ImageDocument.cpp
rename : content/html/document/src/ImageDocument.h => dom/html/ImageDocument.h
rename : content/html/document/src/MediaDocument.cpp => dom/html/MediaDocument.cpp
rename : content/html/document/src/MediaDocument.h => dom/html/MediaDocument.h
rename : content/html/content/src/MediaError.cpp => dom/html/MediaError.cpp
rename : content/html/content/src/MediaError.h => dom/html/MediaError.h
rename : content/html/document/src/PluginDocument.cpp => dom/html/PluginDocument.cpp
rename : content/html/content/src/RadioNodeList.cpp => dom/html/RadioNodeList.cpp
rename : content/html/content/src/RadioNodeList.h => dom/html/RadioNodeList.h
rename : content/html/content/src/TextTrackManager.cpp => dom/html/TextTrackManager.cpp
rename : content/html/content/src/TextTrackManager.h => dom/html/TextTrackManager.h
rename : content/html/content/src/TimeRanges.cpp => dom/html/TimeRanges.cpp
rename : content/html/content/src/TimeRanges.h => dom/html/TimeRanges.h
rename : content/html/content/src/UndoManager.cpp => dom/html/UndoManager.cpp
rename : content/html/content/src/UndoManager.h => dom/html/UndoManager.h
rename : content/html/content/src/ValidityState.cpp => dom/html/ValidityState.cpp
rename : content/html/content/src/ValidityState.h => dom/html/ValidityState.h
rename : content/html/document/src/VideoDocument.cpp => dom/html/VideoDocument.cpp
rename : content/html/content/crashtests/1032654.html => dom/html/crashtests/1032654.html
rename : content/html/content/crashtests/257818-1.html => dom/html/crashtests/257818-1.html
rename : content/html/document/crashtests/285166-1.html => dom/html/crashtests/285166-1.html
rename : content/html/document/crashtests/294235-1.html => dom/html/crashtests/294235-1.html
rename : content/html/content/crashtests/307616-1.html => dom/html/crashtests/307616-1.html
rename : content/html/content/crashtests/324918-1.xhtml => dom/html/crashtests/324918-1.xhtml
rename : content/html/content/crashtests/338649-1.xhtml => dom/html/crashtests/338649-1.xhtml
rename : content/html/content/crashtests/339501-1.xhtml => dom/html/crashtests/339501-1.xhtml
rename : content/html/content/crashtests/339501-2.xhtml => dom/html/crashtests/339501-2.xhtml
rename : content/html/document/crashtests/378993-1.xhtml => dom/html/crashtests/378993-1.xhtml
rename : content/html/content/crashtests/382568-1-inner.xhtml => dom/html/crashtests/382568-1-inner.xhtml
rename : content/html/content/crashtests/382568-1.html => dom/html/crashtests/382568-1.html
rename : content/html/content/crashtests/383137.xhtml => dom/html/crashtests/383137.xhtml
rename : content/html/document/crashtests/388183-1.html => dom/html/crashtests/388183-1.html
rename : content/html/document/crashtests/395340-1.html => dom/html/crashtests/395340-1.html
rename : content/html/document/crashtests/399694-1.html => dom/html/crashtests/399694-1.html
rename : content/html/document/crashtests/407053.html => dom/html/crashtests/407053.html
rename : content/html/content/crashtests/423371-1.html => dom/html/crashtests/423371-1.html
rename : content/html/document/crashtests/448564.html => dom/html/crashtests/448564.html
rename : content/html/content/crashtests/451123-1.html => dom/html/crashtests/451123-1.html
rename : content/html/content/crashtests/453406-1.html => dom/html/crashtests/453406-1.html
rename : content/html/content/crashtests/464197-1.html => dom/html/crashtests/464197-1.html
rename : content/html/content/crashtests/465466-1.xhtml => dom/html/crashtests/465466-1.xhtml
rename : content/html/document/crashtests/468562-1.html => dom/html/crashtests/468562-1.html
rename : content/html/document/crashtests/468562-2.html => dom/html/crashtests/468562-2.html
rename : content/html/document/crashtests/494225.html => dom/html/crashtests/494225.html
rename : content/html/document/crashtests/495543.svg => dom/html/crashtests/495543.svg
rename : content/html/content/crashtests/504183-1.html => dom/html/crashtests/504183-1.html
rename : content/html/content/crashtests/515829-1.html => dom/html/crashtests/515829-1.html
rename : content/html/content/crashtests/515829-2.html => dom/html/crashtests/515829-2.html
rename : content/html/document/crashtests/564461.xhtml => dom/html/crashtests/564461.xhtml
rename : content/html/content/crashtests/570566-1.html => dom/html/crashtests/570566-1.html
rename : content/html/content/crashtests/571428-1.html => dom/html/crashtests/571428-1.html
rename : content/html/content/crashtests/580507-1.xhtml => dom/html/crashtests/580507-1.xhtml
rename : content/html/content/crashtests/590387.html => dom/html/crashtests/590387.html
rename : content/html/content/crashtests/596785-1.html => dom/html/crashtests/596785-1.html
rename : content/html/content/crashtests/596785-2.html => dom/html/crashtests/596785-2.html
rename : content/html/document/crashtests/601422.html => dom/html/crashtests/601422.html
rename : content/html/content/crashtests/602117.html => dom/html/crashtests/602117.html
rename : content/html/content/crashtests/604807.html => dom/html/crashtests/604807.html
rename : content/html/content/crashtests/605264.html => dom/html/crashtests/605264.html
rename : content/html/content/crashtests/606430-1.html => dom/html/crashtests/606430-1.html
rename : content/html/content/crashtests/613027.html => dom/html/crashtests/613027.html
rename : content/html/content/crashtests/614279.html => dom/html/crashtests/614279.html
rename : content/html/content/crashtests/614988-1.html => dom/html/crashtests/614988-1.html
rename : content/html/content/crashtests/616401.html => dom/html/crashtests/616401.html
rename : content/html/content/crashtests/620078-1.html => dom/html/crashtests/620078-1.html
rename : content/html/content/crashtests/620078-2.html => dom/html/crashtests/620078-2.html
rename : content/html/document/crashtests/631421.html => dom/html/crashtests/631421.html
rename : content/html/document/crashtests/631421.png => dom/html/crashtests/631421.png
rename : content/html/content/crashtests/673853.html => dom/html/crashtests/673853.html
rename : content/html/content/crashtests/680922-1.xul => dom/html/crashtests/680922-1.xul
rename : content/html/content/crashtests/680922-binding.xml => dom/html/crashtests/680922-binding.xml
rename : content/html/content/crashtests/682058.xhtml => dom/html/crashtests/682058.xhtml
rename : content/html/content/crashtests/682460.html => dom/html/crashtests/682460.html
rename : content/html/content/crashtests/68912-1.html => dom/html/crashtests/68912-1.html
rename : content/html/content/crashtests/738744.xhtml => dom/html/crashtests/738744.xhtml
rename : content/html/document/crashtests/741218.json => dom/html/crashtests/741218.json
rename : content/html/document/crashtests/741218.json^headers^ => dom/html/crashtests/741218.json^headers^
rename : content/html/content/crashtests/741250.xhtml => dom/html/crashtests/741250.xhtml
rename : content/html/content/crashtests/795221-1.html => dom/html/crashtests/795221-1.html
rename : content/html/content/crashtests/795221-2.html => dom/html/crashtests/795221-2.html
rename : content/html/content/crashtests/795221-3.html => dom/html/crashtests/795221-3.html
rename : content/html/content/crashtests/795221-4.html => dom/html/crashtests/795221-4.html
rename : content/html/content/crashtests/795221-5.xml => dom/html/crashtests/795221-5.xml
rename : content/html/content/crashtests/798802-1.html => dom/html/crashtests/798802-1.html
rename : content/html/content/crashtests/811226.html => dom/html/crashtests/811226.html
rename : content/html/content/crashtests/819745.html => dom/html/crashtests/819745.html
rename : content/html/content/crashtests/828180.html => dom/html/crashtests/828180.html
rename : content/html/content/crashtests/828472.html => dom/html/crashtests/828472.html
rename : content/html/content/crashtests/837033.html => dom/html/crashtests/837033.html
rename : content/html/content/crashtests/838256-1.html => dom/html/crashtests/838256-1.html
rename : content/html/content/crashtests/862084.html => dom/html/crashtests/862084.html
rename : content/html/content/crashtests/865147.html => dom/html/crashtests/865147.html
rename : content/html/content/crashtests/877910.html => dom/html/crashtests/877910.html
rename : content/html/content/crashtests/903106.html => dom/html/crashtests/903106.html
rename : content/html/content/crashtests/916322-1.html => dom/html/crashtests/916322-1.html
rename : content/html/content/crashtests/916322-2.html => dom/html/crashtests/916322-2.html
rename : content/html/content/crashtests/crashtests.list => dom/html/crashtests/crashtests.list
rename : content/html/moz.build => dom/html/moz.build
rename : content/html/content/src/nsDOMStringMap.cpp => dom/html/nsDOMStringMap.cpp
rename : content/html/content/src/nsDOMStringMap.h => dom/html/nsDOMStringMap.h
rename : content/html/content/src/nsFormSubmission.cpp => dom/html/nsFormSubmission.cpp
rename : content/html/content/public/nsFormSubmission.h => dom/html/nsFormSubmission.h
rename : content/html/content/src/nsFormSubmissionConstants.h => dom/html/nsFormSubmissionConstants.h
rename : content/html/content/src/nsGenericHTMLElement.cpp => dom/html/nsGenericHTMLElement.cpp
rename : content/html/content/src/nsGenericHTMLElement.h => dom/html/nsGenericHTMLElement.h
rename : content/html/content/src/nsGenericHTMLFrameElement.cpp => dom/html/nsGenericHTMLFrameElement.cpp
rename : content/html/content/src/nsGenericHTMLFrameElement.h => dom/html/nsGenericHTMLFrameElement.h
rename : content/html/document/src/nsHTMLContentSink.cpp => dom/html/nsHTMLContentSink.cpp
rename : content/html/content/src/nsHTMLDNSPrefetch.cpp => dom/html/nsHTMLDNSPrefetch.cpp
rename : content/html/content/src/nsHTMLDNSPrefetch.h => dom/html/nsHTMLDNSPrefetch.h
rename : content/html/document/src/nsHTMLDocument.cpp => dom/html/nsHTMLDocument.cpp
rename : content/html/document/src/nsHTMLDocument.h => dom/html/nsHTMLDocument.h
rename : content/html/content/src/nsIConstraintValidation.cpp => dom/html/nsIConstraintValidation.cpp
rename : content/html/content/public/nsIConstraintValidation.h => dom/html/nsIConstraintValidation.h
rename : content/html/content/public/nsIForm.h => dom/html/nsIForm.h
rename : content/html/content/public/nsIFormControl.h => dom/html/nsIFormControl.h
rename : content/html/content/public/nsIFormProcessor.h => dom/html/nsIFormProcessor.h
rename : content/html/content/public/nsIFormSubmitObserver.idl => dom/html/nsIFormSubmitObserver.idl
rename : content/html/content/public/nsIHTMLCollection.h => dom/html/nsIHTMLCollection.h
rename : content/html/document/src/nsIHTMLDocument.h => dom/html/nsIHTMLDocument.h
rename : content/html/content/public/nsIHTMLMenu.idl => dom/html/nsIHTMLMenu.idl
rename : content/html/document/public/nsIImageDocument.idl => dom/html/nsIImageDocument.idl
rename : content/html/content/public/nsIMenuBuilder.idl => dom/html/nsIMenuBuilder.idl
rename : content/html/content/public/nsIPhonetic.idl => dom/html/nsIPhonetic.idl
rename : content/html/content/public/nsIRadioGroupContainer.h => dom/html/nsIRadioGroupContainer.h
rename : content/html/content/public/nsIRadioVisitor.h => dom/html/nsIRadioVisitor.h
rename : content/html/content/public/nsITextControlElement.h => dom/html/nsITextControlElement.h
rename : content/html/content/src/nsRadioVisitor.cpp => dom/html/nsRadioVisitor.cpp
rename : content/html/content/src/nsRadioVisitor.h => dom/html/nsRadioVisitor.h
rename : content/html/content/src/nsTextEditorState.cpp => dom/html/nsTextEditorState.cpp
rename : content/html/content/src/nsTextEditorState.h => dom/html/nsTextEditorState.h
rename : content/html/content/reftests/41464-1-ref.html => dom/html/reftests/41464-1-ref.html
rename : content/html/content/reftests/41464-1a.html => dom/html/reftests/41464-1a.html
rename : content/html/content/reftests/41464-1b.html => dom/html/reftests/41464-1b.html
rename : content/html/content/reftests/468263-1a.html => dom/html/reftests/468263-1a.html
rename : content/html/content/reftests/468263-1b.html => dom/html/reftests/468263-1b.html
rename : content/html/content/reftests/468263-1c.html => dom/html/reftests/468263-1c.html
rename : content/html/content/reftests/468263-1d.html => dom/html/reftests/468263-1d.html
rename : content/html/content/reftests/468263-2-alternate-ref.html => dom/html/reftests/468263-2-alternate-ref.html
rename : content/html/content/reftests/468263-2-ref.html => dom/html/reftests/468263-2-ref.html
rename : content/html/content/reftests/468263-2.html => dom/html/reftests/468263-2.html
rename : content/html/content/reftests/484200-1-ref.html => dom/html/reftests/484200-1-ref.html
rename : content/html/content/reftests/484200-1.html => dom/html/reftests/484200-1.html
rename : content/html/content/reftests/485377-ref.html => dom/html/reftests/485377-ref.html
rename : content/html/content/reftests/485377.html => dom/html/reftests/485377.html
rename : content/html/content/reftests/52019-1-ref.html => dom/html/reftests/52019-1-ref.html
rename : content/html/content/reftests/52019-1.html => dom/html/reftests/52019-1.html
rename : content/html/content/reftests/557840-ref.html => dom/html/reftests/557840-ref.html
rename : content/html/content/reftests/557840.html => dom/html/reftests/557840.html
rename : content/html/content/reftests/560059-video-dimensions-ref.html => dom/html/reftests/560059-video-dimensions-ref.html
rename : content/html/content/reftests/560059-video-dimensions.html => dom/html/reftests/560059-video-dimensions.html
rename : content/html/content/reftests/573322-no-quirks-ref.html => dom/html/reftests/573322-no-quirks-ref.html
rename : content/html/content/reftests/573322-no-quirks.html => dom/html/reftests/573322-no-quirks.html
rename : content/html/content/reftests/573322-quirks-ref.html => dom/html/reftests/573322-quirks-ref.html
rename : content/html/content/reftests/573322-quirks.html => dom/html/reftests/573322-quirks.html
rename : content/html/content/reftests/596455-1a.html => dom/html/reftests/596455-1a.html
rename : content/html/content/reftests/596455-1b.html => dom/html/reftests/596455-1b.html
rename : content/html/content/reftests/596455-2a.html => dom/html/reftests/596455-2a.html
rename : content/html/content/reftests/596455-2b.html => dom/html/reftests/596455-2b.html
rename : content/html/content/reftests/596455-ref-1.html => dom/html/reftests/596455-ref-1.html
rename : content/html/content/reftests/596455-ref-2.html => dom/html/reftests/596455-ref-2.html
rename : content/html/content/reftests/610935-ref.html => dom/html/reftests/610935-ref.html
rename : content/html/content/reftests/610935.html => dom/html/reftests/610935.html
rename : content/html/content/reftests/649134-1.html => dom/html/reftests/649134-1.html
rename : content/html/content/reftests/649134-2-ref.html => dom/html/reftests/649134-2-ref.html
rename : content/html/content/reftests/649134-2.html => dom/html/reftests/649134-2.html
rename : content/html/content/reftests/649134-ref.html => dom/html/reftests/649134-ref.html
rename : content/html/content/reftests/autofocus/autofocus-after-body-focus-ref.html => dom/html/reftests/autofocus/autofocus-after-body-focus-ref.html
rename : content/html/content/reftests/autofocus/autofocus-after-body-focus.html => dom/html/reftests/autofocus/autofocus-after-body-focus.html
rename : content/html/content/reftests/autofocus/autofocus-after-load-ref.html => dom/html/reftests/autofocus/autofocus-after-load-ref.html
rename : content/html/content/reftests/autofocus/autofocus-after-load.html => dom/html/reftests/autofocus/autofocus-after-load.html
rename : content/html/content/reftests/autofocus/autofocus-leaves-iframe-ref.html => dom/html/reftests/autofocus/autofocus-leaves-iframe-ref.html
rename : content/html/content/reftests/autofocus/autofocus-leaves-iframe.html => dom/html/reftests/autofocus/autofocus-leaves-iframe.html
rename : content/html/content/reftests/autofocus/button-create.html => dom/html/reftests/autofocus/button-create.html
rename : content/html/content/reftests/autofocus/button-load.html => dom/html/reftests/autofocus/button-load.html
rename : content/html/content/reftests/autofocus/button-ref.html => dom/html/reftests/autofocus/button-ref.html
rename : content/html/content/reftests/autofocus/input-create.html => dom/html/reftests/autofocus/input-create.html
rename : content/html/content/reftests/autofocus/input-load.html => dom/html/reftests/autofocus/input-load.html
rename : content/html/content/reftests/autofocus/input-number-ref.html => dom/html/reftests/autofocus/input-number-ref.html
rename : content/html/content/reftests/autofocus/input-number.html => dom/html/reftests/autofocus/input-number.html
rename : content/html/content/reftests/autofocus/input-ref.html => dom/html/reftests/autofocus/input-ref.html
rename : content/html/content/reftests/autofocus/reftest.list => dom/html/reftests/autofocus/reftest.list
rename : content/html/content/reftests/autofocus/select-create.html => dom/html/reftests/autofocus/select-create.html
rename : content/html/content/reftests/autofocus/select-load.html => dom/html/reftests/autofocus/select-load.html
rename : content/html/content/reftests/autofocus/select-ref.html => dom/html/reftests/autofocus/select-ref.html
rename : content/html/content/reftests/autofocus/style.css => dom/html/reftests/autofocus/style.css
rename : content/html/content/reftests/autofocus/textarea-create.html => dom/html/reftests/autofocus/textarea-create.html
rename : content/html/content/reftests/autofocus/textarea-load.html => dom/html/reftests/autofocus/textarea-load.html
rename : content/html/content/reftests/autofocus/textarea-ref.html => dom/html/reftests/autofocus/textarea-ref.html
rename : content/html/document/reftests/bug448564-1_ideal.html => dom/html/reftests/bug448564-1_ideal.html
rename : content/html/document/reftests/bug448564-1_malformed.html => dom/html/reftests/bug448564-1_malformed.html
rename : content/html/document/reftests/bug448564-1_well-formed.html => dom/html/reftests/bug448564-1_well-formed.html
rename : content/html/document/reftests/bug448564-4a.html => dom/html/reftests/bug448564-4a.html
rename : content/html/document/reftests/bug448564-4b.html => dom/html/reftests/bug448564-4b.html
rename : content/html/document/reftests/bug448564_forms.css => dom/html/reftests/bug448564_forms.css
rename : content/html/document/reftests/bug502168-1_malformed.html => dom/html/reftests/bug502168-1_malformed.html
rename : content/html/document/reftests/bug502168-1_well-formed.html => dom/html/reftests/bug502168-1_well-formed.html
rename : content/html/document/reftests/bug917595-1-ref.html => dom/html/reftests/bug917595-1-ref.html
rename : content/html/document/reftests/bug917595-exif-rotated.jpg => dom/html/reftests/bug917595-exif-rotated.jpg
rename : content/html/document/reftests/bug917595-iframe-1.html => dom/html/reftests/bug917595-iframe-1.html
rename : content/html/document/reftests/bug917595-pixel-rotated.jpg => dom/html/reftests/bug917595-pixel-rotated.jpg
rename : content/html/document/reftests/bug917595-unrotated.jpg => dom/html/reftests/bug917595-unrotated.jpg
rename : content/html/content/reftests/figure-ref.html => dom/html/reftests/figure-ref.html
rename : content/html/content/reftests/figure.html => dom/html/reftests/figure.html
rename : content/html/content/reftests/href-attr-change-restyles-ref.html => dom/html/reftests/href-attr-change-restyles-ref.html
rename : content/html/content/reftests/href-attr-change-restyles.html => dom/html/reftests/href-attr-change-restyles.html
rename : content/html/content/reftests/pass.png => dom/html/reftests/pass.png
rename : content/html/content/reftests/pre-1-ref.html => dom/html/reftests/pre-1-ref.html
rename : content/html/content/reftests/pre-1.html => dom/html/reftests/pre-1.html
rename : content/html/content/reftests/reftest.list => dom/html/reftests/reftest.list
rename : content/html/content/reftests/table-border-1-ref.html => dom/html/reftests/table-border-1-ref.html
rename : content/html/content/reftests/table-border-1.html => dom/html/reftests/table-border-1.html
rename : content/html/content/reftests/table-border-2-notref.html => dom/html/reftests/table-border-2-notref.html
rename : content/html/content/reftests/table-border-2-ref.html => dom/html/reftests/table-border-2-ref.html
rename : content/html/content/reftests/table-border-2.html => dom/html/reftests/table-border-2.html
rename : content/html/content/reftests/toblob-todataurl/blob.js => dom/html/reftests/toblob-todataurl/blob.js
rename : content/html/content/reftests/toblob-todataurl/dataurl.js => dom/html/reftests/toblob-todataurl/dataurl.js
rename : content/html/content/reftests/toblob-todataurl/images/original.png => dom/html/reftests/toblob-todataurl/images/original.png
rename : content/html/content/reftests/toblob-todataurl/images/q0.jpg => dom/html/reftests/toblob-todataurl/images/q0.jpg
rename : content/html/content/reftests/toblob-todataurl/images/q100.jpg => dom/html/reftests/toblob-todataurl/images/q100.jpg
rename : content/html/content/reftests/toblob-todataurl/images/q25.jpg => dom/html/reftests/toblob-todataurl/images/q25.jpg
rename : content/html/content/reftests/toblob-todataurl/images/q50.jpg => dom/html/reftests/toblob-todataurl/images/q50.jpg
rename : content/html/content/reftests/toblob-todataurl/images/q75.jpg => dom/html/reftests/toblob-todataurl/images/q75.jpg
rename : content/html/content/reftests/toblob-todataurl/images/q92.jpg => dom/html/reftests/toblob-todataurl/images/q92.jpg
rename : content/html/content/reftests/toblob-todataurl/quality-0-ref.html => dom/html/reftests/toblob-todataurl/quality-0-ref.html
rename : content/html/content/reftests/toblob-todataurl/quality-100-ref.html => dom/html/reftests/toblob-todataurl/quality-100-ref.html
rename : content/html/content/reftests/toblob-todataurl/quality-25-ref.html => dom/html/reftests/toblob-todataurl/quality-25-ref.html
rename : content/html/content/reftests/toblob-todataurl/quality-50-ref.html => dom/html/reftests/toblob-todataurl/quality-50-ref.html
rename : content/html/content/reftests/toblob-todataurl/quality-75-ref.html => dom/html/reftests/toblob-todataurl/quality-75-ref.html
rename : content/html/content/reftests/toblob-todataurl/quality-92-ref.html => dom/html/reftests/toblob-todataurl/quality-92-ref.html
rename : content/html/content/reftests/toblob-todataurl/reftest.list => dom/html/reftests/toblob-todataurl/reftest.list
rename : content/html/content/reftests/toblob-todataurl/sample.js => dom/html/reftests/toblob-todataurl/sample.js
rename : content/html/content/reftests/toblob-todataurl/toblob-quality-0.html => dom/html/reftests/toblob-todataurl/toblob-quality-0.html
rename : content/html/content/reftests/toblob-todataurl/toblob-quality-100.html => dom/html/reftests/toblob-todataurl/toblob-quality-100.html
rename : content/html/content/reftests/toblob-todataurl/toblob-quality-25.html => dom/html/reftests/toblob-todataurl/toblob-quality-25.html
rename : content/html/content/reftests/toblob-todataurl/toblob-quality-50.html => dom/html/reftests/toblob-todataurl/toblob-quality-50.html
rename : content/html/content/reftests/toblob-todataurl/toblob-quality-75.html => dom/html/reftests/toblob-todataurl/toblob-quality-75.html
rename : content/html/content/reftests/toblob-todataurl/toblob-quality-92.html => dom/html/reftests/toblob-todataurl/toblob-quality-92.html
rename : content/html/content/reftests/toblob-todataurl/toblob-quality-default.html => dom/html/reftests/toblob-todataurl/toblob-quality-default.html
rename : content/html/content/reftests/toblob-todataurl/toblob-quality-undefined.html => dom/html/reftests/toblob-todataurl/toblob-quality-undefined.html
rename : content/html/content/reftests/toblob-todataurl/todataurl-quality-0.html => dom/html/reftests/toblob-todataurl/todataurl-quality-0.html
rename : content/html/content/reftests/toblob-todataurl/todataurl-quality-100.html => dom/html/reftests/toblob-todataurl/todataurl-quality-100.html
rename : content/html/content/reftests/toblob-todataurl/todataurl-quality-25.html => dom/html/reftests/toblob-todataurl/todataurl-quality-25.html
rename : content/html/content/reftests/toblob-todataurl/todataurl-quality-50.html => dom/html/reftests/toblob-todataurl/todataurl-quality-50.html
rename : content/html/content/reftests/toblob-todataurl/todataurl-quality-75.html => dom/html/reftests/toblob-todataurl/todataurl-quality-75.html
rename : content/html/content/reftests/toblob-todataurl/todataurl-quality-92.html => dom/html/reftests/toblob-todataurl/todataurl-quality-92.html
rename : content/html/content/reftests/toblob-todataurl/todataurl-quality-default.html => dom/html/reftests/toblob-todataurl/todataurl-quality-default.html
rename : content/html/content/reftests/toblob-todataurl/todataurl-quality-undefined.html => dom/html/reftests/toblob-todataurl/todataurl-quality-undefined.html
rename : content/html/content/test/347174transform.xsl => dom/html/test/347174transform.xsl
rename : content/html/content/test/347174transformable.xml => dom/html/test/347174transformable.xml
rename : content/html/content/test/allowMedia.sjs => dom/html/test/allowMedia.sjs
rename : content/html/content/test/browser.ini => dom/html/test/browser.ini
rename : content/html/document/test/browser_bug1081537.js => dom/html/test/browser_bug1081537.js
rename : content/html/document/test/browser_bug592641.js => dom/html/test/browser_bug592641.js
rename : content/html/content/test/browser_bug649778.js => dom/html/test/browser_bug649778.js
rename : content/html/content/test/bug100533_iframe.html => dom/html/test/bug100533_iframe.html
rename : content/html/content/test/bug100533_load.html => dom/html/test/bug100533_load.html
rename : content/html/document/test/bug196523-subframe.html => dom/html/test/bug196523-subframe.html
rename : content/html/document/test/bug199692-nested-d2.html => dom/html/test/bug199692-nested-d2.html
rename : content/html/document/test/bug199692-nested.html => dom/html/test/bug199692-nested.html
rename : content/html/document/test/bug199692-popup.html => dom/html/test/bug199692-popup.html
rename : content/html/document/test/bug199692-scrolled.html => dom/html/test/bug199692-scrolled.html
rename : content/html/content/test/bug242709_iframe.html => dom/html/test/bug242709_iframe.html
rename : content/html/content/test/bug242709_load.html => dom/html/test/bug242709_load.html
rename : content/html/content/test/bug277724_iframe1.html => dom/html/test/bug277724_iframe1.html
rename : content/html/content/test/bug277724_iframe2.xhtml => dom/html/test/bug277724_iframe2.xhtml
rename : content/html/content/test/bug277890_iframe.html => dom/html/test/bug277890_iframe.html
rename : content/html/content/test/bug277890_load.html => dom/html/test/bug277890_load.html
rename : content/html/content/test/bug340800_iframe.txt => dom/html/test/bug340800_iframe.txt
rename : content/html/document/test/bug369370-popup.png => dom/html/test/bug369370-popup.png
rename : content/html/content/test/bug372098-link-target.html => dom/html/test/bug372098-link-target.html
rename : content/html/content/test/bug392567.jar => dom/html/test/bug392567.jar
rename : content/html/content/test/bug392567.jar^headers^ => dom/html/test/bug392567.jar^headers^
rename : content/html/content/test/bug441930_iframe.html => dom/html/test/bug441930_iframe.html
rename : content/html/document/test/bug445004-inner.html => dom/html/test/bug445004-inner.html
rename : content/html/document/test/bug445004-inner.js => dom/html/test/bug445004-inner.js
rename : content/html/document/test/bug445004-outer-abs.html => dom/html/test/bug445004-outer-abs.html
rename : content/html/document/test/bug445004-outer-rel.html => dom/html/test/bug445004-outer-rel.html
rename : content/html/document/test/bug445004-outer-write.html => dom/html/test/bug445004-outer-write.html
rename : content/html/document/test/bug446483-iframe.html => dom/html/test/bug446483-iframe.html
rename : content/html/document/test/bug448564-echo.sjs => dom/html/test/bug448564-echo.sjs
rename : content/html/document/test/bug448564-iframe-1.html => dom/html/test/bug448564-iframe-1.html
rename : content/html/document/test/bug448564-iframe-2.html => dom/html/test/bug448564-iframe-2.html
rename : content/html/document/test/bug448564-iframe-3.html => dom/html/test/bug448564-iframe-3.html
rename : content/html/document/test/bug448564-submit.js => dom/html/test/bug448564-submit.js
rename : content/html/document/test/bug499092.html => dom/html/test/bug499092.html
rename : content/html/document/test/bug499092.xml => dom/html/test/bug499092.xml
rename : content/html/content/test/bug514856_iframe.html => dom/html/test/bug514856_iframe.html
rename : content/html/document/test/bug592641_img.jpg => dom/html/test/bug592641_img.jpg
rename : content/html/content/test/bug649134/file_bug649134-1.sjs => dom/html/test/bug649134/file_bug649134-1.sjs
rename : content/html/content/test/bug649134/file_bug649134-2.sjs => dom/html/test/bug649134/file_bug649134-2.sjs
rename : content/html/content/test/bug649134/index.html => dom/html/test/bug649134/index.html
rename : content/html/content/test/chrome.ini => dom/html/test/chrome.ini
rename : content/html/content/test/enableTestPlugin.js => dom/html/test/enableTestPlugin.js
rename : content/html/content/test/file_anchor_ping.html => dom/html/test/file_anchor_ping.html
rename : content/html/content/test/file_bug209275_1.html => dom/html/test/file_bug209275_1.html
rename : content/html/content/test/file_bug209275_2.html => dom/html/test/file_bug209275_2.html
rename : content/html/content/test/file_bug209275_3.html => dom/html/test/file_bug209275_3.html
rename : content/html/content/test/file_bug297761.html => dom/html/test/file_bug297761.html
rename : content/html/content/test/file_bug417760.png => dom/html/test/file_bug417760.png
rename : content/html/content/test/file_bug649778.html => dom/html/test/file_bug649778.html
rename : content/html/content/test/file_bug649778.html^headers^ => dom/html/test/file_bug649778.html^headers^
rename : content/html/document/test/file_bug871161-1.html => dom/html/test/file_bug871161-1.html
rename : content/html/document/test/file_bug871161-2.html => dom/html/test/file_bug871161-2.html
rename : content/html/content/test/file_bug893537.html => dom/html/test/file_bug893537.html
rename : content/html/content/test/file_formSubmission_img.jpg => dom/html/test/file_formSubmission_img.jpg
rename : content/html/content/test/file_formSubmission_text.txt => dom/html/test/file_formSubmission_text.txt
rename : content/html/content/test/file_fullscreen-ancestor-stacking-context.html => dom/html/test/file_fullscreen-ancestor-stacking-context.html
rename : content/html/content/test/file_fullscreen-api-keys.html => dom/html/test/file_fullscreen-api-keys.html
rename : content/html/content/test/file_fullscreen-api.html => dom/html/test/file_fullscreen-api.html
rename : content/html/content/test/file_fullscreen-denied-inner.html => dom/html/test/file_fullscreen-denied-inner.html
rename : content/html/content/test/file_fullscreen-denied.html => dom/html/test/file_fullscreen-denied.html
rename : content/html/content/test/file_fullscreen-esc-exit-inner.html => dom/html/test/file_fullscreen-esc-exit-inner.html
rename : content/html/content/test/file_fullscreen-esc-exit.html => dom/html/test/file_fullscreen-esc-exit.html
rename : content/html/content/test/file_fullscreen-hidden.html => dom/html/test/file_fullscreen-hidden.html
rename : content/html/content/test/file_fullscreen-multiple-inner.html => dom/html/test/file_fullscreen-multiple-inner.html
rename : content/html/content/test/file_fullscreen-multiple.html => dom/html/test/file_fullscreen-multiple.html
rename : content/html/content/test/file_fullscreen-navigation.html => dom/html/test/file_fullscreen-navigation.html
rename : content/html/content/test/file_fullscreen-plugins.html => dom/html/test/file_fullscreen-plugins.html
rename : content/html/content/test/file_fullscreen-rollback.html => dom/html/test/file_fullscreen-rollback.html
rename : content/html/content/test/file_fullscreen-svg-element.html => dom/html/test/file_fullscreen-svg-element.html
rename : content/html/content/test/file_fullscreen-utils.js => dom/html/test/file_fullscreen-utils.js
rename : content/html/content/test/file_iframe_sandbox_a_if1.html => dom/html/test/file_iframe_sandbox_a_if1.html
rename : content/html/content/test/file_iframe_sandbox_a_if10.html => dom/html/test/file_iframe_sandbox_a_if10.html
rename : content/html/content/test/file_iframe_sandbox_a_if11.html => dom/html/test/file_iframe_sandbox_a_if11.html
rename : content/html/content/test/file_iframe_sandbox_a_if12.html => dom/html/test/file_iframe_sandbox_a_if12.html
rename : content/html/content/test/file_iframe_sandbox_a_if13.html => dom/html/test/file_iframe_sandbox_a_if13.html
rename : content/html/content/test/file_iframe_sandbox_a_if14.html => dom/html/test/file_iframe_sandbox_a_if14.html
rename : content/html/content/test/file_iframe_sandbox_a_if15.html => dom/html/test/file_iframe_sandbox_a_if15.html
rename : content/html/content/test/file_iframe_sandbox_a_if16.html => dom/html/test/file_iframe_sandbox_a_if16.html
rename : content/html/content/test/file_iframe_sandbox_a_if17.html => dom/html/test/file_iframe_sandbox_a_if17.html
rename : content/html/content/test/file_iframe_sandbox_a_if18.html => dom/html/test/file_iframe_sandbox_a_if18.html
rename : content/html/content/test/file_iframe_sandbox_a_if19.html => dom/html/test/file_iframe_sandbox_a_if19.html
rename : content/html/content/test/file_iframe_sandbox_a_if2.html => dom/html/test/file_iframe_sandbox_a_if2.html
rename : content/html/content/test/file_iframe_sandbox_a_if3.html => dom/html/test/file_iframe_sandbox_a_if3.html
rename : content/html/content/test/file_iframe_sandbox_a_if4.html => dom/html/test/file_iframe_sandbox_a_if4.html
rename : content/html/content/test/file_iframe_sandbox_a_if5.html => dom/html/test/file_iframe_sandbox_a_if5.html
rename : content/html/content/test/file_iframe_sandbox_a_if6.html => dom/html/test/file_iframe_sandbox_a_if6.html
rename : content/html/content/test/file_iframe_sandbox_a_if7.html => dom/html/test/file_iframe_sandbox_a_if7.html
rename : content/html/content/test/file_iframe_sandbox_a_if8.html => dom/html/test/file_iframe_sandbox_a_if8.html
rename : content/html/content/test/file_iframe_sandbox_a_if9.html => dom/html/test/file_iframe_sandbox_a_if9.html
rename : content/html/content/test/file_iframe_sandbox_b_if1.html => dom/html/test/file_iframe_sandbox_b_if1.html
rename : content/html/content/test/file_iframe_sandbox_b_if2.html => dom/html/test/file_iframe_sandbox_b_if2.html
rename : content/html/content/test/file_iframe_sandbox_b_if3.html => dom/html/test/file_iframe_sandbox_b_if3.html
rename : content/html/content/test/file_iframe_sandbox_c_if1.html => dom/html/test/file_iframe_sandbox_c_if1.html
rename : content/html/content/test/file_iframe_sandbox_c_if2.html => dom/html/test/file_iframe_sandbox_c_if2.html
rename : content/html/content/test/file_iframe_sandbox_c_if3.html => dom/html/test/file_iframe_sandbox_c_if3.html
rename : content/html/content/test/file_iframe_sandbox_c_if4.html => dom/html/test/file_iframe_sandbox_c_if4.html
rename : content/html/content/test/file_iframe_sandbox_c_if5.html => dom/html/test/file_iframe_sandbox_c_if5.html
rename : content/html/content/test/file_iframe_sandbox_c_if6.html => dom/html/test/file_iframe_sandbox_c_if6.html
rename : content/html/content/test/file_iframe_sandbox_c_if7.html => dom/html/test/file_iframe_sandbox_c_if7.html
rename : content/html/content/test/file_iframe_sandbox_c_if8.html => dom/html/test/file_iframe_sandbox_c_if8.html
rename : content/html/content/test/file_iframe_sandbox_close.html => dom/html/test/file_iframe_sandbox_close.html
rename : content/html/content/test/file_iframe_sandbox_d_if1.html => dom/html/test/file_iframe_sandbox_d_if1.html
rename : content/html/content/test/file_iframe_sandbox_d_if10.html => dom/html/test/file_iframe_sandbox_d_if10.html
rename : content/html/content/test/file_iframe_sandbox_d_if11.html => dom/html/test/file_iframe_sandbox_d_if11.html
rename : content/html/content/test/file_iframe_sandbox_d_if12.html => dom/html/test/file_iframe_sandbox_d_if12.html
rename : content/html/content/test/file_iframe_sandbox_d_if13.html => dom/html/test/file_iframe_sandbox_d_if13.html
rename : content/html/content/test/file_iframe_sandbox_d_if14.html => dom/html/test/file_iframe_sandbox_d_if14.html
rename : content/html/content/test/file_iframe_sandbox_d_if15.html => dom/html/test/file_iframe_sandbox_d_if15.html
rename : content/html/content/test/file_iframe_sandbox_d_if16.html => dom/html/test/file_iframe_sandbox_d_if16.html
rename : content/html/content/test/file_iframe_sandbox_d_if17.html => dom/html/test/file_iframe_sandbox_d_if17.html
rename : content/html/content/test/file_iframe_sandbox_d_if18.html => dom/html/test/file_iframe_sandbox_d_if18.html
rename : content/html/content/test/file_iframe_sandbox_d_if19.html => dom/html/test/file_iframe_sandbox_d_if19.html
rename : content/html/content/test/file_iframe_sandbox_d_if2.html => dom/html/test/file_iframe_sandbox_d_if2.html
rename : content/html/content/test/file_iframe_sandbox_d_if20.html => dom/html/test/file_iframe_sandbox_d_if20.html
rename : content/html/content/test/file_iframe_sandbox_d_if21.html => dom/html/test/file_iframe_sandbox_d_if21.html
rename : content/html/content/test/file_iframe_sandbox_d_if22.html => dom/html/test/file_iframe_sandbox_d_if22.html
rename : content/html/content/test/file_iframe_sandbox_d_if23.html => dom/html/test/file_iframe_sandbox_d_if23.html
rename : content/html/content/test/file_iframe_sandbox_d_if3.html => dom/html/test/file_iframe_sandbox_d_if3.html
rename : content/html/content/test/file_iframe_sandbox_d_if4.html => dom/html/test/file_iframe_sandbox_d_if4.html
rename : content/html/content/test/file_iframe_sandbox_d_if5.html => dom/html/test/file_iframe_sandbox_d_if5.html
rename : content/html/content/test/file_iframe_sandbox_d_if6.html => dom/html/test/file_iframe_sandbox_d_if6.html
rename : content/html/content/test/file_iframe_sandbox_d_if7.html => dom/html/test/file_iframe_sandbox_d_if7.html
rename : content/html/content/test/file_iframe_sandbox_d_if8.html => dom/html/test/file_iframe_sandbox_d_if8.html
rename : content/html/content/test/file_iframe_sandbox_d_if9.html => dom/html/test/file_iframe_sandbox_d_if9.html
rename : content/html/content/test/file_iframe_sandbox_e_if1.html => dom/html/test/file_iframe_sandbox_e_if1.html
rename : content/html/content/test/file_iframe_sandbox_e_if10.html => dom/html/test/file_iframe_sandbox_e_if10.html
rename : content/html/content/test/file_iframe_sandbox_e_if11.html => dom/html/test/file_iframe_sandbox_e_if11.html
rename : content/html/content/test/file_iframe_sandbox_e_if12.html => dom/html/test/file_iframe_sandbox_e_if12.html
rename : content/html/content/test/file_iframe_sandbox_e_if13.html => dom/html/test/file_iframe_sandbox_e_if13.html
rename : content/html/content/test/file_iframe_sandbox_e_if14.html => dom/html/test/file_iframe_sandbox_e_if14.html
rename : content/html/content/test/file_iframe_sandbox_e_if15.html => dom/html/test/file_iframe_sandbox_e_if15.html
rename : content/html/content/test/file_iframe_sandbox_e_if16.html => dom/html/test/file_iframe_sandbox_e_if16.html
rename : content/html/content/test/file_iframe_sandbox_e_if2.html => dom/html/test/file_iframe_sandbox_e_if2.html
rename : content/html/content/test/file_iframe_sandbox_e_if3.html => dom/html/test/file_iframe_sandbox_e_if3.html
rename : content/html/content/test/file_iframe_sandbox_e_if4.html => dom/html/test/file_iframe_sandbox_e_if4.html
rename : content/html/content/test/file_iframe_sandbox_e_if5.html => dom/html/test/file_iframe_sandbox_e_if5.html
rename : content/html/content/test/file_iframe_sandbox_e_if6.html => dom/html/test/file_iframe_sandbox_e_if6.html
rename : content/html/content/test/file_iframe_sandbox_e_if7.html => dom/html/test/file_iframe_sandbox_e_if7.html
rename : content/html/content/test/file_iframe_sandbox_e_if8.html => dom/html/test/file_iframe_sandbox_e_if8.html
rename : content/html/content/test/file_iframe_sandbox_e_if9.html => dom/html/test/file_iframe_sandbox_e_if9.html
rename : content/html/content/test/file_iframe_sandbox_f_if1.html => dom/html/test/file_iframe_sandbox_f_if1.html
rename : content/html/content/test/file_iframe_sandbox_f_if2.html => dom/html/test/file_iframe_sandbox_f_if2.html
rename : content/html/content/test/file_iframe_sandbox_f_if2.html^headers^ => dom/html/test/file_iframe_sandbox_f_if2.html^headers^
rename : content/html/content/test/file_iframe_sandbox_fail.js => dom/html/test/file_iframe_sandbox_fail.js
rename : content/html/content/test/file_iframe_sandbox_form_fail.html => dom/html/test/file_iframe_sandbox_form_fail.html
rename : content/html/content/test/file_iframe_sandbox_form_pass.html => dom/html/test/file_iframe_sandbox_form_pass.html
rename : content/html/content/test/file_iframe_sandbox_g_if1.html => dom/html/test/file_iframe_sandbox_g_if1.html
rename : content/html/content/test/file_iframe_sandbox_h_if1.html => dom/html/test/file_iframe_sandbox_h_if1.html
rename : content/html/content/test/file_iframe_sandbox_j_if1.html => dom/html/test/file_iframe_sandbox_j_if1.html
rename : content/html/content/test/file_iframe_sandbox_j_if2.html => dom/html/test/file_iframe_sandbox_j_if2.html
rename : content/html/content/test/file_iframe_sandbox_j_if3.html => dom/html/test/file_iframe_sandbox_j_if3.html
rename : content/html/content/test/file_iframe_sandbox_k_if1.html => dom/html/test/file_iframe_sandbox_k_if1.html
rename : content/html/content/test/file_iframe_sandbox_k_if2.html => dom/html/test/file_iframe_sandbox_k_if2.html
rename : content/html/content/test/file_iframe_sandbox_k_if3.html => dom/html/test/file_iframe_sandbox_k_if3.html
rename : content/html/content/test/file_iframe_sandbox_k_if4.html => dom/html/test/file_iframe_sandbox_k_if4.html
rename : content/html/content/test/file_iframe_sandbox_k_if5.html => dom/html/test/file_iframe_sandbox_k_if5.html
rename : content/html/content/test/file_iframe_sandbox_k_if6.html => dom/html/test/file_iframe_sandbox_k_if6.html
rename : content/html/content/test/file_iframe_sandbox_k_if7.html => dom/html/test/file_iframe_sandbox_k_if7.html
rename : content/html/content/test/file_iframe_sandbox_k_if8.html => dom/html/test/file_iframe_sandbox_k_if8.html
rename : content/html/content/test/file_iframe_sandbox_k_if9.html => dom/html/test/file_iframe_sandbox_k_if9.html
rename : content/html/content/test/file_iframe_sandbox_navigation_fail.html => dom/html/test/file_iframe_sandbox_navigation_fail.html
rename : content/html/content/test/file_iframe_sandbox_navigation_pass.html => dom/html/test/file_iframe_sandbox_navigation_pass.html
rename : content/html/content/test/file_iframe_sandbox_navigation_start.html => dom/html/test/file_iframe_sandbox_navigation_start.html
rename : content/html/content/test/file_iframe_sandbox_open_window_fail.html => dom/html/test/file_iframe_sandbox_open_window_fail.html
rename : content/html/content/test/file_iframe_sandbox_open_window_pass.html => dom/html/test/file_iframe_sandbox_open_window_pass.html
rename : content/html/content/test/file_iframe_sandbox_pass.js => dom/html/test/file_iframe_sandbox_pass.js
rename : content/html/content/test/file_iframe_sandbox_redirect.html => dom/html/test/file_iframe_sandbox_redirect.html
rename : content/html/content/test/file_iframe_sandbox_redirect.html^headers^ => dom/html/test/file_iframe_sandbox_redirect.html^headers^
rename : content/html/content/test/file_iframe_sandbox_redirect_target.html => dom/html/test/file_iframe_sandbox_redirect_target.html
rename : content/html/content/test/file_iframe_sandbox_top_navigation_fail.html => dom/html/test/file_iframe_sandbox_top_navigation_fail.html
rename : content/html/content/test/file_iframe_sandbox_top_navigation_pass.html => dom/html/test/file_iframe_sandbox_top_navigation_pass.html
rename : content/html/content/test/file_iframe_sandbox_window_form_fail.html => dom/html/test/file_iframe_sandbox_window_form_fail.html
rename : content/html/content/test/file_iframe_sandbox_window_form_pass.html => dom/html/test/file_iframe_sandbox_window_form_pass.html
rename : content/html/content/test/file_iframe_sandbox_window_navigation_fail.html => dom/html/test/file_iframe_sandbox_window_navigation_fail.html
rename : content/html/content/test/file_iframe_sandbox_window_navigation_pass.html => dom/html/test/file_iframe_sandbox_window_navigation_pass.html
rename : content/html/content/test/file_iframe_sandbox_window_top_navigation_fail.html => dom/html/test/file_iframe_sandbox_window_top_navigation_fail.html
rename : content/html/content/test/file_iframe_sandbox_window_top_navigation_pass.html => dom/html/test/file_iframe_sandbox_window_top_navigation_pass.html
rename : content/html/content/test/file_iframe_sandbox_worker.js => dom/html/test/file_iframe_sandbox_worker.js
rename : content/html/content/test/file_ignoreuserfocus.html => dom/html/test/file_ignoreuserfocus.html
rename : content/html/content/test/file_imports_basics.html => dom/html/test/file_imports_basics.html
rename : content/html/content/test/file_imports_redirect.html => dom/html/test/file_imports_redirect.html
rename : content/html/content/test/file_imports_redirect.html^headers^ => dom/html/test/file_imports_redirect.html^headers^
rename : content/html/content/test/file_imports_redirected.html => dom/html/test/file_imports_redirected.html
rename : content/html/content/test/file_srcdoc-2.html => dom/html/test/file_srcdoc-2.html
rename : content/html/content/test/file_srcdoc.html => dom/html/test/file_srcdoc.html
rename : content/html/content/test/form_submit_server.sjs => dom/html/test/form_submit_server.sjs
rename : content/html/content/test/forms/chrome.ini => dom/html/test/forms/chrome.ini
rename : content/html/content/test/forms/mochitest.ini => dom/html/test/forms/mochitest.ini
rename : content/html/content/test/forms/save_restore_radio_groups.sjs => dom/html/test/forms/save_restore_radio_groups.sjs
rename : content/html/content/test/forms/submit_invalid_file.sjs => dom/html/test/forms/submit_invalid_file.sjs
rename : content/html/content/test/forms/test_autocompleteinfo.html => dom/html/test/forms/test_autocompleteinfo.html
rename : content/html/content/test/forms/test_bug1039548.html => dom/html/test/forms/test_bug1039548.html
rename : content/html/content/test/forms/test_button_attributes_reflection.html => dom/html/test/forms/test_button_attributes_reflection.html
rename : content/html/content/test/forms/test_change_event.html => dom/html/test/forms/test_change_event.html
rename : content/html/content/test/forms/test_datalist_element.html => dom/html/test/forms/test_datalist_element.html
rename : content/html/content/test/forms/test_experimental_forms_pref.html => dom/html/test/forms/test_experimental_forms_pref.html
rename : content/html/content/test/forms/test_form_attribute-1.html => dom/html/test/forms/test_form_attribute-1.html
rename : content/html/content/test/forms/test_form_attribute-2.html => dom/html/test/forms/test_form_attribute-2.html
rename : content/html/content/test/forms/test_form_attribute-3.html => dom/html/test/forms/test_form_attribute-3.html
rename : content/html/content/test/forms/test_form_attribute-4.html => dom/html/test/forms/test_form_attribute-4.html
rename : content/html/content/test/forms/test_form_attributes_reflection.html => dom/html/test/forms/test_form_attributes_reflection.html
rename : content/html/content/test/forms/test_form_named_getter_dynamic.html => dom/html/test/forms/test_form_named_getter_dynamic.html
rename : content/html/content/test/forms/test_formaction_attribute.html => dom/html/test/forms/test_formaction_attribute.html
rename : content/html/content/test/forms/test_formnovalidate_attribute.html => dom/html/test/forms/test_formnovalidate_attribute.html
rename : content/html/content/test/forms/test_input_attributes_reflection.html => dom/html/test/forms/test_input_attributes_reflection.html
rename : content/html/content/test/forms/test_input_autocomplete.html => dom/html/test/forms/test_input_autocomplete.html
rename : content/html/content/test/forms/test_input_color_input_change_events.html => dom/html/test/forms/test_input_color_input_change_events.html
rename : content/html/content/test/forms/test_input_color_picker_initial.html => dom/html/test/forms/test_input_color_picker_initial.html
rename : content/html/content/test/forms/test_input_color_picker_popup.html => dom/html/test/forms/test_input_color_picker_popup.html
rename : content/html/content/test/forms/test_input_color_picker_update.html => dom/html/test/forms/test_input_color_picker_update.html
rename : content/html/content/test/forms/test_input_defaultValue.html => dom/html/test/forms/test_input_defaultValue.html
rename : content/html/content/test/forms/test_input_email.html => dom/html/test/forms/test_input_email.html
rename : content/html/content/test/forms/test_input_event.html => dom/html/test/forms/test_input_event.html
rename : content/html/content/test/forms/test_input_file_picker.html => dom/html/test/forms/test_input_file_picker.html
rename : content/html/content/test/forms/test_input_list_attribute.html => dom/html/test/forms/test_input_list_attribute.html
rename : content/html/content/test/forms/test_input_number_data.js => dom/html/test/forms/test_input_number_data.js
rename : content/html/content/test/forms/test_input_number_key_events.html => dom/html/test/forms/test_input_number_key_events.html
rename : content/html/content/test/forms/test_input_number_l10n.html => dom/html/test/forms/test_input_number_l10n.html
rename : content/html/content/test/forms/test_input_number_mouse_events.html => dom/html/test/forms/test_input_number_mouse_events.html
rename : content/html/content/test/forms/test_input_number_rounding.html => dom/html/test/forms/test_input_number_rounding.html
rename : content/html/content/test/forms/test_input_number_validation.html => dom/html/test/forms/test_input_number_validation.html
rename : content/html/content/test/forms/test_input_radio_radiogroup.html => dom/html/test/forms/test_input_radio_radiogroup.html
rename : content/html/content/test/forms/test_input_range_attr_order.html => dom/html/test/forms/test_input_range_attr_order.html
rename : content/html/content/test/forms/test_input_range_key_events.html => dom/html/test/forms/test_input_range_key_events.html
rename : content/html/content/test/forms/test_input_range_mouse_and_touch_events.html => dom/html/test/forms/test_input_range_mouse_and_touch_events.html
rename : content/html/content/test/forms/test_input_range_rounding.html => dom/html/test/forms/test_input_range_rounding.html
rename : content/html/content/test/forms/test_input_sanitization.html => dom/html/test/forms/test_input_sanitization.html
rename : content/html/content/test/forms/test_input_textarea_set_value_no_scroll.html => dom/html/test/forms/test_input_textarea_set_value_no_scroll.html
rename : content/html/content/test/forms/test_input_typing_sanitization.html => dom/html/test/forms/test_input_typing_sanitization.html
rename : content/html/content/test/forms/test_input_untrusted_key_events.html => dom/html/test/forms/test_input_untrusted_key_events.html
rename : content/html/content/test/forms/test_input_url.html => dom/html/test/forms/test_input_url.html
rename : content/html/content/test/forms/test_label_control_attribute.html => dom/html/test/forms/test_label_control_attribute.html
rename : content/html/content/test/forms/test_label_input_controls.html => dom/html/test/forms/test_label_input_controls.html
rename : content/html/content/test/forms/test_max_attribute.html => dom/html/test/forms/test_max_attribute.html
rename : content/html/content/test/forms/test_maxlength_attribute.html => dom/html/test/forms/test_maxlength_attribute.html
rename : content/html/content/test/forms/test_meter_element.html => dom/html/test/forms/test_meter_element.html
rename : content/html/content/test/forms/test_meter_pseudo-classes.html => dom/html/test/forms/test_meter_pseudo-classes.html
rename : content/html/content/test/forms/test_min_attribute.html => dom/html/test/forms/test_min_attribute.html
rename : content/html/content/test/forms/test_mozistextfield.html => dom/html/test/forms/test_mozistextfield.html
rename : content/html/content/test/forms/test_novalidate_attribute.html => dom/html/test/forms/test_novalidate_attribute.html
rename : content/html/content/test/forms/test_option_disabled.html => dom/html/test/forms/test_option_disabled.html
rename : content/html/content/test/forms/test_option_index_attribute.html => dom/html/test/forms/test_option_index_attribute.html
rename : content/html/content/test/forms/test_option_text.html => dom/html/test/forms/test_option_text.html
rename : content/html/content/test/forms/test_output_element.html => dom/html/test/forms/test_output_element.html
rename : content/html/content/test/forms/test_pattern_attribute.html => dom/html/test/forms/test_pattern_attribute.html
rename : content/html/content/test/forms/test_progress_element.html => dom/html/test/forms/test_progress_element.html
rename : content/html/content/test/forms/test_radio_radionodelist.html => dom/html/test/forms/test_radio_radionodelist.html
rename : content/html/content/test/forms/test_required_attribute.html => dom/html/test/forms/test_required_attribute.html
rename : content/html/content/test/forms/test_restore_form_elements.html => dom/html/test/forms/test_restore_form_elements.html
rename : content/html/content/test/forms/test_save_restore_radio_groups.html => dom/html/test/forms/test_save_restore_radio_groups.html
rename : content/html/content/test/forms/test_select_selectedOptions.html => dom/html/test/forms/test_select_selectedOptions.html
rename : content/html/content/test/forms/test_select_validation.html => dom/html/test/forms/test_select_validation.html
rename : content/html/content/test/forms/test_set_range_text.html => dom/html/test/forms/test_set_range_text.html
rename : content/html/content/test/forms/test_step_attribute.html => dom/html/test/forms/test_step_attribute.html
rename : content/html/content/test/forms/test_stepup_stepdown.html => dom/html/test/forms/test_stepup_stepdown.html
rename : content/html/content/test/forms/test_submit_invalid_file.html => dom/html/test/forms/test_submit_invalid_file.html
rename : content/html/content/test/forms/test_textarea_attributes_reflection.html => dom/html/test/forms/test_textarea_attributes_reflection.html
rename : content/html/content/test/forms/test_validation.html => dom/html/test/forms/test_validation.html
rename : content/html/content/test/forms/test_validation_not_in_doc.html => dom/html/test/forms/test_validation_not_in_doc.html
rename : content/html/content/test/forms/test_valueAsDate_pref.html => dom/html/test/forms/test_valueAsDate_pref.html
rename : content/html/content/test/forms/test_valueasdate_attribute.html => dom/html/test/forms/test_valueasdate_attribute.html
rename : content/html/content/test/forms/test_valueasnumber_attribute.html => dom/html/test/forms/test_valueasnumber_attribute.html
rename : content/html/content/test/image-allow-credentials.png => dom/html/test/image-allow-credentials.png
rename : content/html/content/test/image-allow-credentials.png^headers^ => dom/html/test/image-allow-credentials.png^headers^
rename : content/html/content/test/image.png => dom/html/test/image.png
rename : content/html/content/test/imports/file_cycle_1_A.html => dom/html/test/imports/file_cycle_1_A.html
rename : content/html/content/test/imports/file_cycle_1_B.html => dom/html/test/imports/file_cycle_1_B.html
rename : content/html/content/test/imports/file_cycle_1_C.html => dom/html/test/imports/file_cycle_1_C.html
rename : content/html/content/test/imports/file_cycle_2_A.html => dom/html/test/imports/file_cycle_2_A.html
rename : content/html/content/test/imports/file_cycle_2_B.html => dom/html/test/imports/file_cycle_2_B.html
rename : content/html/content/test/imports/file_cycle_2_C.html => dom/html/test/imports/file_cycle_2_C.html
rename : content/html/content/test/imports/file_cycle_2_D.html => dom/html/test/imports/file_cycle_2_D.html
rename : content/html/content/test/imports/file_cycle_3_A.html => dom/html/test/imports/file_cycle_3_A.html
rename : content/html/content/test/imports/file_cycle_3_B.html => dom/html/test/imports/file_cycle_3_B.html
rename : content/html/content/test/imports/file_cycle_3_C.html => dom/html/test/imports/file_cycle_3_C.html
rename : content/html/content/test/imports/file_cycle_4_A.html => dom/html/test/imports/file_cycle_4_A.html
rename : content/html/content/test/imports/file_cycle_4_B.html => dom/html/test/imports/file_cycle_4_B.html
rename : content/html/content/test/imports/file_cycle_4_C.html => dom/html/test/imports/file_cycle_4_C.html
rename : content/html/content/test/imports/file_cycle_4_D.html => dom/html/test/imports/file_cycle_4_D.html
rename : content/html/content/test/imports/file_cycle_4_E.html => dom/html/test/imports/file_cycle_4_E.html
rename : content/html/content/test/imports/file_cycle_5_A.html => dom/html/test/imports/file_cycle_5_A.html
rename : content/html/content/test/imports/file_cycle_5_B.html => dom/html/test/imports/file_cycle_5_B.html
rename : content/html/content/test/imports/file_cycle_5_C.html => dom/html/test/imports/file_cycle_5_C.html
rename : content/html/content/test/imports/file_cycle_5_D.html => dom/html/test/imports/file_cycle_5_D.html
rename : content/html/content/test/imports/file_encoding.html => dom/html/test/imports/file_encoding.html
rename : content/html/content/test/imports/file_importA1.html => dom/html/test/imports/file_importA1.html
rename : content/html/content/test/imports/file_importA2.html => dom/html/test/imports/file_importA2.html
rename : content/html/content/test/imports/file_importB1.html => dom/html/test/imports/file_importB1.html
rename : content/html/content/test/imports/file_importB2.html => dom/html/test/imports/file_importB2.html
rename : content/html/content/test/imports/file_importC1.html => dom/html/test/imports/file_importC1.html
rename : content/html/content/test/imports/file_importC10.html => dom/html/test/imports/file_importC10.html
rename : content/html/content/test/imports/file_importC2.html => dom/html/test/imports/file_importC2.html
rename : content/html/content/test/imports/file_importC3.html => dom/html/test/imports/file_importC3.html
rename : content/html/content/test/imports/file_importC4.html => dom/html/test/imports/file_importC4.html
rename : content/html/content/test/imports/file_importC5.html => dom/html/test/imports/file_importC5.html
rename : content/html/content/test/imports/file_importC6.html => dom/html/test/imports/file_importC6.html
rename : content/html/content/test/imports/file_importC7.html => dom/html/test/imports/file_importC7.html
rename : content/html/content/test/imports/file_importC8.html => dom/html/test/imports/file_importC8.html
rename : content/html/content/test/imports/file_importC9.html => dom/html/test/imports/file_importC9.html
rename : content/html/content/test/imports/file_importD.html => dom/html/test/imports/file_importD.html
rename : content/html/content/test/imports/file_importE.html => dom/html/test/imports/file_importE.html
rename : content/html/content/test/imports/mochitest.ini => dom/html/test/imports/mochitest.ini
rename : content/html/content/test/imports/test_cycle_1.html => dom/html/test/imports/test_cycle_1.html
rename : content/html/content/test/imports/test_cycle_2.html => dom/html/test/imports/test_cycle_2.html
rename : content/html/content/test/imports/test_cycle_3.html => dom/html/test/imports/test_cycle_3.html
rename : content/html/content/test/imports/test_cycle_4.html => dom/html/test/imports/test_cycle_4.html
rename : content/html/content/test/imports/test_cycle_5.html => dom/html/test/imports/test_cycle_5.html
rename : content/html/content/test/imports/test_encoding.html => dom/html/test/imports/test_encoding.html
rename : content/html/content/test/mochitest.ini => dom/html/test/mochitest.ini
rename : content/html/content/test/nnc_lockup.gif => dom/html/test/nnc_lockup.gif
rename : content/html/content/test/reflect.js => dom/html/test/reflect.js
rename : content/html/content/test/test_a_text.html => dom/html/test/test_a_text.html
rename : content/html/content/test/test_allowMedia.html => dom/html/test/test_allowMedia.html
rename : content/html/content/test/test_anchor_href_cache_invalidation.html => dom/html/test/test_anchor_href_cache_invalidation.html
rename : content/html/content/test/test_anchor_ping.html => dom/html/test/test_anchor_ping.html
rename : content/html/content/test/test_applet_attributes_reflection.html => dom/html/test/test_applet_attributes_reflection.html
rename : content/html/content/test/test_audio_wakelock.html => dom/html/test/test_audio_wakelock.html
rename : content/html/content/test/test_base_attributes_reflection.html => dom/html/test/test_base_attributes_reflection.html
rename : content/html/content/test/test_bug1003539.html => dom/html/test/test_bug1003539.html
rename : content/html/content/test/test_bug100533.html => dom/html/test/test_bug100533.html
rename : content/html/document/test/test_bug1013316.html => dom/html/test/test_bug1013316.html
rename : content/html/content/test/test_bug1045270.html => dom/html/test/test_bug1045270.html
rename : content/html/content/test/test_bug109445.html => dom/html/test/test_bug109445.html
rename : content/html/content/test/test_bug109445.xhtml => dom/html/test/test_bug109445.xhtml
rename : content/html/content/test/test_bug1297.html => dom/html/test/test_bug1297.html
rename : content/html/content/test/test_bug1366.html => dom/html/test/test_bug1366.html
rename : content/html/content/test/test_bug1400.html => dom/html/test/test_bug1400.html
rename : content/html/content/test/test_bug143220.html => dom/html/test/test_bug143220.html
rename : content/html/document/test/test_bug1682.html => dom/html/test/test_bug1682.html
rename : content/html/document/test/test_bug172261.html => dom/html/test/test_bug172261.html
rename : content/html/content/test/test_bug182279.html => dom/html/test/test_bug182279.html
rename : content/html/document/test/test_bug1823.html => dom/html/test/test_bug1823.html
rename : content/html/document/test/test_bug196523.html => dom/html/test/test_bug196523.html
rename : content/html/document/test/test_bug199692.html => dom/html/test/test_bug199692.html
rename : content/html/content/test/test_bug2082.html => dom/html/test/test_bug2082.html
rename : content/html/content/test/test_bug209275.xhtml => dom/html/test/test_bug209275.xhtml
rename : content/html/content/test/test_bug237071.html => dom/html/test/test_bug237071.html
rename : content/html/content/test/test_bug242709.html => dom/html/test/test_bug242709.html
rename : content/html/content/test/test_bug24958.html => dom/html/test/test_bug24958.html
rename : content/html/document/test/test_bug255820.html => dom/html/test/test_bug255820.html
rename : content/html/document/test/test_bug259332.html => dom/html/test/test_bug259332.html
rename : content/html/content/test/test_bug274626.html => dom/html/test/test_bug274626.html
rename : content/html/content/test/test_bug277724.html => dom/html/test/test_bug277724.html
rename : content/html/content/test/test_bug277890.html => dom/html/test/test_bug277890.html
rename : content/html/content/test/test_bug287465.html => dom/html/test/test_bug287465.html
rename : content/html/content/test/test_bug295561.html => dom/html/test/test_bug295561.html
rename : content/html/content/test/test_bug297761.html => dom/html/test/test_bug297761.html
rename : content/html/content/test/test_bug300691-1.html => dom/html/test/test_bug300691-1.html
rename : content/html/content/test/test_bug300691-2.html => dom/html/test/test_bug300691-2.html
rename : content/html/content/test/test_bug300691-3.xhtml => dom/html/test/test_bug300691-3.xhtml
rename : content/html/document/test/test_bug311681.html => dom/html/test/test_bug311681.html
rename : content/html/document/test/test_bug311681.xhtml => dom/html/test/test_bug311681.xhtml
rename : content/html/document/test/test_bug324378.html => dom/html/test/test_bug324378.html
rename : content/html/content/test/test_bug330705-1.html => dom/html/test/test_bug330705-1.html
rename : content/html/content/test/test_bug332246.html => dom/html/test/test_bug332246.html
rename : content/html/document/test/test_bug332848.xhtml => dom/html/test/test_bug332848.xhtml
rename : content/html/content/test/test_bug332893-1.html => dom/html/test/test_bug332893-1.html
rename : content/html/content/test/test_bug332893-2.html => dom/html/test/test_bug332893-2.html
rename : content/html/content/test/test_bug332893-3.html => dom/html/test/test_bug332893-3.html
rename : content/html/content/test/test_bug332893-4.html => dom/html/test/test_bug332893-4.html
rename : content/html/content/test/test_bug332893-5.html => dom/html/test/test_bug332893-5.html
rename : content/html/content/test/test_bug332893-6.html => dom/html/test/test_bug332893-6.html
rename : content/html/content/test/test_bug332893-7.html => dom/html/test/test_bug332893-7.html
rename : content/html/content/test/test_bug3348.html => dom/html/test/test_bug3348.html
rename : content/html/document/test/test_bug340017.xhtml => dom/html/test/test_bug340017.xhtml
rename : content/html/content/test/test_bug340800.html => dom/html/test/test_bug340800.html
rename : content/html/content/test/test_bug347174.html => dom/html/test/test_bug347174.html
rename : content/html/content/test/test_bug347174_write.html => dom/html/test/test_bug347174_write.html
rename : content/html/content/test/test_bug347174_xsl.html => dom/html/test/test_bug347174_xsl.html
rename : content/html/content/test/test_bug347174_xslp.html => dom/html/test/test_bug347174_xslp.html
rename : content/html/content/test/test_bug353415-1.html => dom/html/test/test_bug353415-1.html
rename : content/html/content/test/test_bug353415-2.html => dom/html/test/test_bug353415-2.html
rename : content/html/document/test/test_bug359657.html => dom/html/test/test_bug359657.html
rename : content/html/document/test/test_bug369370.html => dom/html/test/test_bug369370.html
rename : content/html/content/test/test_bug371375.html => dom/html/test/test_bug371375.html
rename : content/html/content/test/test_bug372098.html => dom/html/test/test_bug372098.html
rename : content/html/content/test/test_bug373589.html => dom/html/test/test_bug373589.html
rename : content/html/content/test/test_bug375003-1.html => dom/html/test/test_bug375003-1.html
rename : content/html/content/test/test_bug375003-2.html => dom/html/test/test_bug375003-2.html
rename : content/html/content/test/test_bug377624.html => dom/html/test/test_bug377624.html
rename : content/html/document/test/test_bug380383.html => dom/html/test/test_bug380383.html
rename : content/html/content/test/test_bug383383.html => dom/html/test/test_bug383383.html
rename : content/html/content/test/test_bug383383_2.xhtml => dom/html/test/test_bug383383_2.xhtml
rename : content/html/content/test/test_bug384419.html => dom/html/test/test_bug384419.html
rename : content/html/content/test/test_bug386496.html => dom/html/test/test_bug386496.html
rename : content/html/content/test/test_bug386728.html => dom/html/test/test_bug386728.html
rename : content/html/content/test/test_bug386996.html => dom/html/test/test_bug386996.html
rename : content/html/content/test/test_bug388558.html => dom/html/test/test_bug388558.html
rename : content/html/content/test/test_bug388746.html => dom/html/test/test_bug388746.html
rename : content/html/content/test/test_bug388794.html => dom/html/test/test_bug388794.html
rename : content/html/content/test/test_bug389797.html => dom/html/test/test_bug389797.html
rename : content/html/content/test/test_bug390975.html => dom/html/test/test_bug390975.html
rename : content/html/document/test/test_bug391777.html => dom/html/test/test_bug391777.html
rename : content/html/content/test/test_bug391994.html => dom/html/test/test_bug391994.html
rename : content/html/content/test/test_bug392567.html => dom/html/test/test_bug392567.html
rename : content/html/content/test/test_bug394700.html => dom/html/test/test_bug394700.html
rename : content/html/content/test/test_bug395107.html => dom/html/test/test_bug395107.html
rename : content/html/content/test/test_bug401160.xhtml => dom/html/test/test_bug401160.xhtml
rename : content/html/document/test/test_bug402680.html => dom/html/test/test_bug402680.html
rename : content/html/document/test/test_bug403868.html => dom/html/test/test_bug403868.html
rename : content/html/document/test/test_bug403868.xhtml => dom/html/test/test_bug403868.xhtml
rename : content/html/content/test/test_bug405242.html => dom/html/test/test_bug405242.html
rename : content/html/content/test/test_bug406596.html => dom/html/test/test_bug406596.html
rename : content/html/content/test/test_bug417760.html => dom/html/test/test_bug417760.html
rename : content/html/content/test/test_bug421640.html => dom/html/test/test_bug421640.html
rename : content/html/content/test/test_bug424698.html => dom/html/test/test_bug424698.html
rename : content/html/content/test/test_bug428135.xhtml => dom/html/test/test_bug428135.xhtml
rename : content/html/content/test/test_bug430351.html => dom/html/test/test_bug430351.html
rename : content/html/content/test/test_bug430392.html => dom/html/test/test_bug430392.html
rename : content/html/document/test/test_bug435128.html => dom/html/test/test_bug435128.html
rename : content/html/content/test/test_bug441930.html => dom/html/test/test_bug441930.html
rename : content/html/content/test/test_bug442801.html => dom/html/test/test_bug442801.html
rename : content/html/document/test/test_bug445004.html => dom/html/test/test_bug445004.html
rename : content/html/document/test/test_bug446483.html => dom/html/test/test_bug446483.html
rename : content/html/content/test/test_bug448166.html => dom/html/test/test_bug448166.html
rename : content/html/document/test/test_bug448564.html => dom/html/test/test_bug448564.html
rename : content/html/content/test/test_bug456229.html => dom/html/test/test_bug456229.html
rename : content/html/content/test/test_bug458037.xhtml => dom/html/test/test_bug458037.xhtml
rename : content/html/content/test/test_bug460568.html => dom/html/test/test_bug460568.html
rename : content/html/document/test/test_bug463104.html => dom/html/test/test_bug463104.html
rename : content/html/document/test/test_bug478251.html => dom/html/test/test_bug478251.html
rename : content/html/content/test/test_bug481335.xhtml => dom/html/test/test_bug481335.xhtml
rename : content/html/document/test/test_bug481440.html => dom/html/test/test_bug481440.html
rename : content/html/document/test/test_bug481647.html => dom/html/test/test_bug481647.html
rename : content/html/document/test/test_bug482659.html => dom/html/test/test_bug482659.html
rename : content/html/document/test/test_bug486741.html => dom/html/test/test_bug486741.html
rename : content/html/document/test/test_bug489532.html => dom/html/test/test_bug489532.html
rename : content/html/document/test/test_bug497242.xhtml => dom/html/test/test_bug497242.xhtml
rename : content/html/document/test/test_bug499092.html => dom/html/test/test_bug499092.html
rename : content/html/content/test/test_bug500885.html => dom/html/test/test_bug500885.html
rename : content/html/document/test/test_bug512367.html => dom/html/test/test_bug512367.html
rename : content/html/content/test/test_bug514856.html => dom/html/test/test_bug514856.html
rename : content/html/content/test/test_bug518122.html => dom/html/test/test_bug518122.html
rename : content/html/content/test/test_bug519987.html => dom/html/test/test_bug519987.html
rename : content/html/content/test/test_bug523771.html => dom/html/test/test_bug523771.html
rename : content/html/content/test/test_bug529819.html => dom/html/test/test_bug529819.html
rename : content/html/content/test/test_bug529859.html => dom/html/test/test_bug529859.html
rename : content/html/content/test/test_bug535043.html => dom/html/test/test_bug535043.html
rename : content/html/content/test/test_bug536891.html => dom/html/test/test_bug536891.html
rename : content/html/content/test/test_bug536895.html => dom/html/test/test_bug536895.html
rename : content/html/content/test/test_bug546995.html => dom/html/test/test_bug546995.html
rename : content/html/content/test/test_bug547850.html => dom/html/test/test_bug547850.html
rename : content/html/content/test/test_bug551846.html => dom/html/test/test_bug551846.html
rename : content/html/content/test/test_bug555567.html => dom/html/test/test_bug555567.html
rename : content/html/content/test/test_bug556645.html => dom/html/test/test_bug556645.html
rename : content/html/content/test/test_bug557087-1.html => dom/html/test/test_bug557087-1.html
rename : content/html/content/test/test_bug557087-2.html => dom/html/test/test_bug557087-2.html
rename : content/html/content/test/test_bug557087-3.html => dom/html/test/test_bug557087-3.html
rename : content/html/content/test/test_bug557087-4.html => dom/html/test/test_bug557087-4.html
rename : content/html/content/test/test_bug557087-5.html => dom/html/test/test_bug557087-5.html
rename : content/html/content/test/test_bug557087-6.html => dom/html/test/test_bug557087-6.html
rename : content/html/content/test/test_bug557620.html => dom/html/test/test_bug557620.html
rename : content/html/content/test/test_bug558788-1.html => dom/html/test/test_bug558788-1.html
rename : content/html/content/test/test_bug558788-2.html => dom/html/test/test_bug558788-2.html
rename : content/html/content/test/test_bug560112.html => dom/html/test/test_bug560112.html
rename : content/html/content/test/test_bug561634.html => dom/html/test/test_bug561634.html
rename : content/html/content/test/test_bug561636.html => dom/html/test/test_bug561636.html
rename : content/html/content/test/test_bug561640.html => dom/html/test/test_bug561640.html
rename : content/html/content/test/test_bug564001.html => dom/html/test/test_bug564001.html
rename : content/html/content/test/test_bug566046.html => dom/html/test/test_bug566046.html
rename : content/html/content/test/test_bug567938-1.html => dom/html/test/test_bug567938-1.html
rename : content/html/content/test/test_bug567938-2.html => dom/html/test/test_bug567938-2.html
rename : content/html/content/test/test_bug567938-3.html => dom/html/test/test_bug567938-3.html
rename : content/html/content/test/test_bug567938-4.html => dom/html/test/test_bug567938-4.html
rename : content/html/content/test/test_bug569955.html => dom/html/test/test_bug569955.html
rename : content/html/content/test/test_bug573969.html => dom/html/test/test_bug573969.html
rename : content/html/document/test/test_bug57600.html => dom/html/test/test_bug57600.html
rename : content/html/content/test/test_bug579079.html => dom/html/test/test_bug579079.html
rename : content/html/content/test/test_bug582412-1.html => dom/html/test/test_bug582412-1.html
rename : content/html/content/test/test_bug582412-2.html => dom/html/test/test_bug582412-2.html
rename : content/html/content/test/test_bug583514.html => dom/html/test/test_bug583514.html
rename : content/html/content/test/test_bug583533.html => dom/html/test/test_bug583533.html
rename : content/html/content/test/test_bug586763.html => dom/html/test/test_bug586763.html
rename : content/html/content/test/test_bug586786.html => dom/html/test/test_bug586786.html
rename : content/html/content/test/test_bug587469.html => dom/html/test/test_bug587469.html
rename : content/html/content/test/test_bug589.html => dom/html/test/test_bug589.html
rename : content/html/content/test/test_bug590353-1.html => dom/html/test/test_bug590353-1.html
rename : content/html/content/test/test_bug590353-2.html => dom/html/test/test_bug590353-2.html
rename : content/html/content/test/test_bug590363.html => dom/html/test/test_bug590363.html
rename : content/html/content/test/test_bug592802.html => dom/html/test/test_bug592802.html
rename : content/html/content/test/test_bug593689.html => dom/html/test/test_bug593689.html
rename : content/html/content/test/test_bug595429.html => dom/html/test/test_bug595429.html
rename : content/html/content/test/test_bug595447.html => dom/html/test/test_bug595447.html
rename : content/html/content/test/test_bug595449.html => dom/html/test/test_bug595449.html
rename : content/html/content/test/test_bug596350.html => dom/html/test/test_bug596350.html
rename : content/html/content/test/test_bug596511.html => dom/html/test/test_bug596511.html
rename : content/html/content/test/test_bug598643.html => dom/html/test/test_bug598643.html
rename : content/html/content/test/test_bug598833-1.html => dom/html/test/test_bug598833-1.html
rename : content/html/content/test/test_bug600155.html => dom/html/test/test_bug600155.html
rename : content/html/content/test/test_bug601030.html => dom/html/test/test_bug601030.html
rename : content/html/content/test/test_bug605124-1.html => dom/html/test/test_bug605124-1.html
rename : content/html/content/test/test_bug605124-2.html => dom/html/test/test_bug605124-2.html
rename : content/html/content/test/test_bug605125-1.html => dom/html/test/test_bug605125-1.html
rename : content/html/content/test/test_bug605125-2.html => dom/html/test/test_bug605125-2.html
rename : content/html/content/test/test_bug606817.html => dom/html/test/test_bug606817.html
rename : content/html/content/test/test_bug607145.html => dom/html/test/test_bug607145.html
rename : content/html/content/test/test_bug610212.html => dom/html/test/test_bug610212.html
rename : content/html/content/test/test_bug610687.html => dom/html/test/test_bug610687.html
rename : content/html/content/test/test_bug611189.html => dom/html/test/test_bug611189.html
rename : content/html/content/test/test_bug612730.html => dom/html/test/test_bug612730.html
rename : content/html/content/test/test_bug613113.html => dom/html/test/test_bug613113.html
rename : content/html/content/test/test_bug613722.html => dom/html/test/test_bug613722.html
rename : content/html/content/test/test_bug613979.html => dom/html/test/test_bug613979.html
rename : content/html/content/test/test_bug615595.html => dom/html/test/test_bug615595.html
rename : content/html/content/test/test_bug615833.html => dom/html/test/test_bug615833.html
rename : content/html/content/test/test_bug617528.html => dom/html/test/test_bug617528.html
rename : content/html/content/test/test_bug618948.html => dom/html/test/test_bug618948.html
rename : content/html/content/test/test_bug619278.html => dom/html/test/test_bug619278.html
rename : content/html/content/test/test_bug622558.html => dom/html/test/test_bug622558.html
rename : content/html/content/test/test_bug622597.html => dom/html/test/test_bug622597.html
rename : content/html/content/test/test_bug623291.html => dom/html/test/test_bug623291.html
rename : content/html/content/test/test_bug6296.html => dom/html/test/test_bug6296.html
rename : content/html/content/test/test_bug629801.html => dom/html/test/test_bug629801.html
rename : content/html/content/test/test_bug633058.html => dom/html/test/test_bug633058.html
rename : content/html/content/test/test_bug636336.html => dom/html/test/test_bug636336.html
rename : content/html/content/test/test_bug641219.html => dom/html/test/test_bug641219.html
rename : content/html/content/test/test_bug643051.html => dom/html/test/test_bug643051.html
rename : content/html/content/test/test_bug646157.html => dom/html/test/test_bug646157.html
rename : content/html/content/test/test_bug649134.html => dom/html/test/test_bug649134.html
rename : content/html/content/test/test_bug651956.html => dom/html/test/test_bug651956.html
rename : content/html/content/test/test_bug658746.html => dom/html/test/test_bug658746.html
rename : content/html/content/test/test_bug659596.html => dom/html/test/test_bug659596.html
rename : content/html/content/test/test_bug659743.xml => dom/html/test/test_bug659743.xml
rename : content/html/content/test/test_bug660663.html => dom/html/test/test_bug660663.html
rename : content/html/content/test/test_bug660959-1.html => dom/html/test/test_bug660959-1.html
rename : content/html/content/test/test_bug660959-2.html => dom/html/test/test_bug660959-2.html
rename : content/html/content/test/test_bug660959-3.html => dom/html/test/test_bug660959-3.html
rename : content/html/content/test/test_bug666200.html => dom/html/test/test_bug666200.html
rename : content/html/content/test/test_bug666666.html => dom/html/test/test_bug666666.html
rename : content/html/content/test/test_bug669012.html => dom/html/test/test_bug669012.html
rename : content/html/content/test/test_bug674558.html => dom/html/test/test_bug674558.html
rename : content/html/content/test/test_bug674927.html => dom/html/test/test_bug674927.html
rename : content/html/content/test/test_bug677463.html => dom/html/test/test_bug677463.html
rename : content/html/document/test/test_bug677495-1.html => dom/html/test/test_bug677495-1.html
rename : content/html/document/test/test_bug677495.html => dom/html/test/test_bug677495.html
rename : content/html/content/test/test_bug677658.html => dom/html/test/test_bug677658.html
rename : content/html/content/test/test_bug682886.html => dom/html/test/test_bug682886.html
rename : content/html/content/test/test_bug691.html => dom/html/test/test_bug691.html
rename : content/html/content/test/test_bug694.html => dom/html/test/test_bug694.html
rename : content/html/content/test/test_bug694503.html => dom/html/test/test_bug694503.html
rename : content/html/content/test/test_bug696.html => dom/html/test/test_bug696.html
rename : content/html/content/test/test_bug717819.html => dom/html/test/test_bug717819.html
rename : content/html/document/test/test_bug741266.html => dom/html/test/test_bug741266.html
rename : content/html/content/test/test_bug742030.html => dom/html/test/test_bug742030.html
rename : content/html/content/test/test_bug742549.html => dom/html/test/test_bug742549.html
rename : content/html/content/test/test_bug745685.html => dom/html/test/test_bug745685.html
rename : content/html/content/test/test_bug763626.html => dom/html/test/test_bug763626.html
rename : content/html/document/test/test_bug765780.html => dom/html/test/test_bug765780.html
rename : content/html/content/test/test_bug780993.html => dom/html/test/test_bug780993.html
rename : content/html/content/test/test_bug787134.html => dom/html/test/test_bug787134.html
rename : content/html/content/test/test_bug797113.html => dom/html/test/test_bug797113.html
rename : content/html/content/test/test_bug803677.html => dom/html/test/test_bug803677.html
rename : content/html/content/test/test_bug821307.html => dom/html/test/test_bug821307.html
rename : content/html/content/test/test_bug827126.html => dom/html/test/test_bug827126.html
rename : content/html/content/test/test_bug827426.html => dom/html/test/test_bug827426.html
rename : content/html/content/test/test_bug838582.html => dom/html/test/test_bug838582.html
rename : content/html/content/test/test_bug839371.html => dom/html/test/test_bug839371.html
rename : content/html/content/test/test_bug839913.html => dom/html/test/test_bug839913.html
rename : content/html/content/test/test_bug840877.html => dom/html/test/test_bug840877.html
rename : content/html/content/test/test_bug841466.html => dom/html/test/test_bug841466.html
rename : content/html/content/test/test_bug845057.html => dom/html/test/test_bug845057.html
rename : content/html/content/test/test_bug869040.html => dom/html/test/test_bug869040.html
rename : content/html/content/test/test_bug870787.html => dom/html/test/test_bug870787.html
rename : content/html/document/test/test_bug871161.html => dom/html/test/test_bug871161.html
rename : content/html/content/test/test_bug874758.html => dom/html/test/test_bug874758.html
rename : content/html/content/test/test_bug879319.html => dom/html/test/test_bug879319.html
rename : content/html/content/test/test_bug885024.html => dom/html/test/test_bug885024.html
rename : content/html/content/test/test_bug893537.html => dom/html/test/test_bug893537.html
rename : content/html/content/test/test_bug95530.html => dom/html/test/test_bug95530.html
rename : content/html/content/test/test_bug969346.html => dom/html/test/test_bug969346.html
rename : content/html/content/test/test_bug982039.html => dom/html/test/test_bug982039.html
rename : content/html/content/test/test_change_crossorigin.html => dom/html/test/test_change_crossorigin.html
rename : content/html/content/test/test_checked.html => dom/html/test/test_checked.html
rename : content/html/content/test/test_dir_attributes_reflection.html => dom/html/test/test_dir_attributes_reflection.html
rename : content/html/content/test/test_dl_attributes_reflection.html => dom/html/test/test_dl_attributes_reflection.html
rename : content/html/document/test/test_document-element-inserted.html => dom/html/test/test_document-element-inserted.html
rename : content/html/document/test/test_document.watch.html => dom/html/test/test_document.watch.html
rename : content/html/document/test/test_documentAll.html => dom/html/test/test_documentAll.html
rename : content/html/content/test/test_element_prototype.html => dom/html/test/test_element_prototype.html
rename : content/html/content/test/test_embed_attributes_reflection.html => dom/html/test/test_embed_attributes_reflection.html
rename : content/html/document/test/test_form-parsing.html => dom/html/test/test_form-parsing.html
rename : content/html/content/test/test_formData.html => dom/html/test/test_formData.html
rename : content/html/content/test/test_formSubmission.html => dom/html/test/test_formSubmission.html
rename : content/html/content/test/test_formSubmission2.html => dom/html/test/test_formSubmission2.html
rename : content/html/content/test/test_formelements.html => dom/html/test/test_formelements.html
rename : content/html/content/test/test_fragment_form_pointer.html => dom/html/test/test_fragment_form_pointer.html
rename : content/html/content/test/test_fullscreen-api.html => dom/html/test/test_fullscreen-api.html
rename : content/html/content/test/test_hidden.html => dom/html/test/test_hidden.html
rename : content/html/content/test/test_html_attributes_reflection.html => dom/html/test/test_html_attributes_reflection.html
rename : content/html/content/test/test_htmlcollection.html => dom/html/test/test_htmlcollection.html
rename : content/html/content/test/test_iframe_sandbox_general.html => dom/html/test/test_iframe_sandbox_general.html
rename : content/html/content/test/test_iframe_sandbox_inheritance.html => dom/html/test/test_iframe_sandbox_inheritance.html
rename : content/html/content/test/test_iframe_sandbox_modal.html => dom/html/test/test_iframe_sandbox_modal.html
rename : content/html/content/test/test_iframe_sandbox_navigation.html => dom/html/test/test_iframe_sandbox_navigation.html
rename : content/html/content/test/test_iframe_sandbox_navigation2.html => dom/html/test/test_iframe_sandbox_navigation2.html
rename : content/html/content/test/test_iframe_sandbox_plugins.html => dom/html/test/test_iframe_sandbox_plugins.html
rename : content/html/content/test/test_iframe_sandbox_popups.html => dom/html/test/test_iframe_sandbox_popups.html
rename : content/html/content/test/test_iframe_sandbox_popups_inheritance.html => dom/html/test/test_iframe_sandbox_popups_inheritance.html
rename : content/html/content/test/test_iframe_sandbox_redirect.html => dom/html/test/test_iframe_sandbox_redirect.html
rename : content/html/content/test/test_iframe_sandbox_same_origin.html => dom/html/test/test_iframe_sandbox_same_origin.html
rename : content/html/content/test/test_iframe_sandbox_workers.html => dom/html/test/test_iframe_sandbox_workers.html
rename : content/html/content/test/test_ignoreuserfocus.html => dom/html/test/test_ignoreuserfocus.html
rename : content/html/content/test/test_imageSrcSet.html => dom/html/test/test_imageSrcSet.html
rename : content/html/content/test/test_img_attributes_reflection.html => dom/html/test/test_img_attributes_reflection.html
rename : content/html/content/test/test_imports_basics.html => dom/html/test/test_imports_basics.html
rename : content/html/content/test/test_imports_nested.html => dom/html/test/test_imports_nested.html
rename : content/html/content/test/test_imports_nested_2.html => dom/html/test/test_imports_nested_2.html
rename : content/html/content/test/test_imports_nonhttp.html => dom/html/test/test_imports_nonhttp.html
rename : content/html/content/test/test_imports_redirect.html => dom/html/test/test_imports_redirect.html
rename : content/html/content/test/test_input_files_not_nsIFile.html => dom/html/test/test_input_files_not_nsIFile.html
rename : content/html/content/test/test_li_attributes_reflection.html => dom/html/test/test_li_attributes_reflection.html
rename : content/html/content/test/test_link_attributes_reflection.html => dom/html/test/test_link_attributes_reflection.html
rename : content/html/content/test/test_link_sizes.html => dom/html/test/test_link_sizes.html
rename : content/html/content/test/test_map_attributes_reflection.html => dom/html/test/test_map_attributes_reflection.html
rename : content/html/content/test/test_meta_attributes_reflection.html => dom/html/test/test_meta_attributes_reflection.html
rename : content/html/content/test/test_mod_attributes_reflection.html => dom/html/test/test_mod_attributes_reflection.html
rename : content/html/content/test/test_mozaudiochannel.html => dom/html/test/test_mozaudiochannel.html
rename : content/html/content/test/test_named_options.html => dom/html/test/test_named_options.html
rename : content/html/content/test/test_nested_invalid_fieldsets.html => dom/html/test/test_nested_invalid_fieldsets.html
rename : content/html/document/test/test_non-ascii-cookie.html => dom/html/test/test_non-ascii-cookie.html
rename : content/html/document/test/test_non-ascii-cookie.html^headers^ => dom/html/test/test_non-ascii-cookie.html^headers^
rename : content/html/content/test/test_object_attributes_reflection.html => dom/html/test/test_object_attributes_reflection.html
rename : content/html/content/test/test_object_plugin_nav.html => dom/html/test/test_object_plugin_nav.html
rename : content/html/content/test/test_ol_attributes_reflection.html => dom/html/test/test_ol_attributes_reflection.html
rename : content/html/content/test/test_option_defaultSelected.html => dom/html/test/test_option_defaultSelected.html
rename : content/html/content/test/test_option_selected_state.html => dom/html/test/test_option_selected_state.html
rename : content/html/content/test/test_param_attributes_reflection.html => dom/html/test/test_param_attributes_reflection.html
rename : content/html/content/test/test_plugin.tst => dom/html/test/test_plugin.tst
rename : content/html/content/test/test_q_attributes_reflection.html => dom/html/test/test_q_attributes_reflection.html
rename : content/html/content/test/test_restore_from_parser_fragment.html => dom/html/test/test_restore_from_parser_fragment.html
rename : content/html/content/test/test_rowscollection.html => dom/html/test/test_rowscollection.html
rename : content/html/content/test/test_srcdoc-2.html => dom/html/test/test_srcdoc-2.html
rename : content/html/content/test/test_srcdoc.html => dom/html/test/test_srcdoc.html
rename : content/html/content/test/test_style_attributes_reflection.html => dom/html/test/test_style_attributes_reflection.html
rename : content/html/content/test/test_track.html => dom/html/test/test_track.html
rename : content/html/content/test/test_track_disabled.html => dom/html/test/test_track_disabled.html
rename : content/html/content/test/test_ul_attributes_reflection.html => dom/html/test/test_ul_attributes_reflection.html
rename : content/html/content/test/test_undoManager.html => dom/html/test/test_undoManager.html
rename : content/html/content/test/test_video_wakelock.html => dom/html/test/test_video_wakelock.html
rename : content/html/document/test/test_viewport.html => dom/html/test/test_viewport.html
rename : content/html/content/test/wakelock.ogg => dom/html/test/wakelock.ogg
rename : content/html/content/test/wakelock.ogv => dom/html/test/wakelock.ogv
2014-10-25 20:24:55 +03:00

1938 lines
55 KiB
C++

/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "mozilla/dom/HTMLSelectElement.h"
#include "mozAutoDocUpdate.h"
#include "mozilla/Attributes.h"
#include "mozilla/BasicEvents.h"
#include "mozilla/EventDispatcher.h"
#include "mozilla/EventStates.h"
#include "mozilla/dom/Element.h"
#include "mozilla/dom/HTMLOptGroupElement.h"
#include "mozilla/dom/HTMLOptionElement.h"
#include "mozilla/dom/HTMLSelectElementBinding.h"
#include "mozilla/dom/UnionTypes.h"
#include "nsContentCreatorFunctions.h"
#include "nsContentList.h"
#include "nsError.h"
#include "nsFormSubmission.h"
#include "nsGkAtoms.h"
#include "nsIComboboxControlFrame.h"
#include "nsIDocument.h"
#include "nsIFormControlFrame.h"
#include "nsIForm.h"
#include "nsIFormProcessor.h"
#include "nsIFrame.h"
#include "nsIListControlFrame.h"
#include "nsISelectControlFrame.h"
#include "nsLayoutUtils.h"
#include "nsMappedAttributes.h"
#include "nsPresState.h"
#include "nsRuleData.h"
#include "nsServiceManagerUtils.h"
#include "nsStyleConsts.h"
#include "nsTextNode.h"
NS_IMPL_NS_NEW_HTML_ELEMENT_CHECK_PARSER(Select)
namespace mozilla {
namespace dom {
NS_IMPL_ISUPPORTS(SelectState, SelectState)
//----------------------------------------------------------------------
//
// SafeOptionListMutation
//
SafeOptionListMutation::SafeOptionListMutation(nsIContent* aSelect,
nsIContent* aParent,
nsIContent* aKid,
uint32_t aIndex,
bool aNotify)
: mSelect(HTMLSelectElement::FromContentOrNull(aSelect))
, mTopLevelMutation(false)
, mNeedsRebuild(false)
{
if (mSelect) {
mTopLevelMutation = !mSelect->mMutating;
if (mTopLevelMutation) {
mSelect->mMutating = true;
} else {
// This is very unfortunate, but to handle mutation events properly,
// option list must be up-to-date before inserting or removing options.
// Fortunately this is called only if mutation event listener
// adds or removes options.
mSelect->RebuildOptionsArray(aNotify);
}
nsresult rv;
if (aKid) {
rv = mSelect->WillAddOptions(aKid, aParent, aIndex, aNotify);
} else {
rv = mSelect->WillRemoveOptions(aParent, aIndex, aNotify);
}
mNeedsRebuild = NS_FAILED(rv);
}
}
SafeOptionListMutation::~SafeOptionListMutation()
{
if (mSelect) {
if (mNeedsRebuild || (mTopLevelMutation && mGuard.Mutated(1))) {
mSelect->RebuildOptionsArray(true);
}
if (mTopLevelMutation) {
mSelect->mMutating = false;
}
#ifdef DEBUG
mSelect->VerifyOptionsArray();
#endif
}
}
//----------------------------------------------------------------------
//
// HTMLSelectElement
//
// construction, destruction
HTMLSelectElement::HTMLSelectElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo,
FromParser aFromParser)
: nsGenericHTMLFormElementWithState(aNodeInfo),
mOptions(new HTMLOptionsCollection(MOZ_THIS_IN_INITIALIZER_LIST())),
mAutocompleteAttrState(nsContentUtils::eAutocompleteAttrState_Unknown),
mIsDoneAddingChildren(!aFromParser),
mDisabledChanged(false),
mMutating(false),
mInhibitStateRestoration(!!(aFromParser & FROM_PARSER_FRAGMENT)),
mSelectionHasChanged(false),
mDefaultSelectionSet(false),
mCanShowInvalidUI(true),
mCanShowValidUI(true),
mNonOptionChildren(0),
mOptGroupCount(0),
mSelectedIndex(-1)
{
SetHasWeirdParserInsertionMode();
// DoneAddingChildren() will be called later if it's from the parser,
// otherwise it is
// Set up our default state: enabled, optional, and valid.
AddStatesSilently(NS_EVENT_STATE_ENABLED |
NS_EVENT_STATE_OPTIONAL |
NS_EVENT_STATE_VALID);
}
HTMLSelectElement::~HTMLSelectElement()
{
mOptions->DropReference();
}
// ISupports
NS_IMPL_CYCLE_COLLECTION_CLASS(HTMLSelectElement)
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(HTMLSelectElement,
nsGenericHTMLFormElementWithState)
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mValidity)
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mOptions)
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mSelectedOptions)
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(HTMLSelectElement,
nsGenericHTMLFormElementWithState)
NS_IMPL_CYCLE_COLLECTION_UNLINK(mValidity)
NS_IMPL_CYCLE_COLLECTION_UNLINK(mSelectedOptions)
NS_IMPL_CYCLE_COLLECTION_UNLINK_END
NS_IMPL_ADDREF_INHERITED(HTMLSelectElement, Element)
NS_IMPL_RELEASE_INHERITED(HTMLSelectElement, Element)
// QueryInterface implementation for HTMLSelectElement
NS_INTERFACE_TABLE_HEAD_CYCLE_COLLECTION_INHERITED(HTMLSelectElement)
NS_INTERFACE_TABLE_INHERITED(HTMLSelectElement,
nsIDOMHTMLSelectElement,
nsIConstraintValidation)
NS_INTERFACE_TABLE_TAIL_INHERITING(nsGenericHTMLFormElementWithState)
// nsIDOMHTMLSelectElement
NS_IMPL_ELEMENT_CLONE(HTMLSelectElement)
// nsIConstraintValidation
NS_IMPL_NSICONSTRAINTVALIDATION_EXCEPT_SETCUSTOMVALIDITY(HTMLSelectElement)
NS_IMETHODIMP
HTMLSelectElement::SetCustomValidity(const nsAString& aError)
{
nsIConstraintValidation::SetCustomValidity(aError);
UpdateState(true);
return NS_OK;
}
void
HTMLSelectElement::GetAutocomplete(DOMString& aValue)
{
const nsAttrValue* attributeVal = GetParsedAttr(nsGkAtoms::autocomplete);
mAutocompleteAttrState =
nsContentUtils::SerializeAutocompleteAttribute(attributeVal, aValue,
mAutocompleteAttrState);
}
NS_IMETHODIMP
HTMLSelectElement::GetForm(nsIDOMHTMLFormElement** aForm)
{
return nsGenericHTMLFormElementWithState::GetForm(aForm);
}
nsresult
HTMLSelectElement::InsertChildAt(nsIContent* aKid,
uint32_t aIndex,
bool aNotify)
{
SafeOptionListMutation safeMutation(this, this, aKid, aIndex, aNotify);
nsresult rv = nsGenericHTMLFormElementWithState::InsertChildAt(aKid, aIndex,
aNotify);
if (NS_FAILED(rv)) {
safeMutation.MutationFailed();
}
return rv;
}
void
HTMLSelectElement::RemoveChildAt(uint32_t aIndex, bool aNotify)
{
SafeOptionListMutation safeMutation(this, this, nullptr, aIndex, aNotify);
nsGenericHTMLFormElementWithState::RemoveChildAt(aIndex, aNotify);
}
void
HTMLSelectElement::InsertOptionsIntoList(nsIContent* aOptions,
int32_t aListIndex,
int32_t aDepth,
bool aNotify)
{
int32_t insertIndex = aListIndex;
InsertOptionsIntoListRecurse(aOptions, &insertIndex, aDepth);
// Deal with the selected list
if (insertIndex - aListIndex) {
// Fix the currently selected index
if (aListIndex <= mSelectedIndex) {
mSelectedIndex += (insertIndex - aListIndex);
SetSelectionChanged(true, aNotify);
}
// Get the frame stuff for notification. No need to flush here
// since if there's no frame for the select yet the select will
// get into the right state once it's created.
nsISelectControlFrame* selectFrame = nullptr;
nsWeakFrame weakSelectFrame;
bool didGetFrame = false;
// Actually select the options if the added options warrant it
for (int32_t i = aListIndex; i < insertIndex; i++) {
// Notify the frame that the option is added
if (!didGetFrame || (selectFrame && !weakSelectFrame.IsAlive())) {
selectFrame = GetSelectFrame();
weakSelectFrame = do_QueryFrame(selectFrame);
didGetFrame = true;
}
if (selectFrame) {
selectFrame->AddOption(i);
}
nsRefPtr<HTMLOptionElement> option = Item(i);
if (option && option->Selected()) {
// Clear all other options
if (!HasAttr(kNameSpaceID_None, nsGkAtoms::multiple)) {
uint32_t mask = IS_SELECTED | CLEAR_ALL | SET_DISABLED | NOTIFY;
SetOptionsSelectedByIndex(i, i, mask);
}
// This is sort of a hack ... we need to notify that the option was
// set and change selectedIndex even though we didn't really change
// its value.
OnOptionSelected(selectFrame, i, true, false, false);
}
}
CheckSelectSomething(aNotify);
}
}
nsresult
HTMLSelectElement::RemoveOptionsFromList(nsIContent* aOptions,
int32_t aListIndex,
int32_t aDepth,
bool aNotify)
{
int32_t numRemoved = 0;
nsresult rv = RemoveOptionsFromListRecurse(aOptions, aListIndex, &numRemoved,
aDepth);
NS_ENSURE_SUCCESS(rv, rv);
if (numRemoved) {
// Tell the widget we removed the options
nsISelectControlFrame* selectFrame = GetSelectFrame();
if (selectFrame) {
nsAutoScriptBlocker scriptBlocker;
for (int32_t i = aListIndex; i < aListIndex + numRemoved; ++i) {
selectFrame->RemoveOption(i);
}
}
// Fix the selected index
if (aListIndex <= mSelectedIndex) {
if (mSelectedIndex < (aListIndex+numRemoved)) {
// aListIndex <= mSelectedIndex < aListIndex+numRemoved
// Find a new selected index if it was one of the ones removed.
FindSelectedIndex(aListIndex, aNotify);
} else {
// Shift the selected index if something in front of it was removed
// aListIndex+numRemoved <= mSelectedIndex
mSelectedIndex -= numRemoved;
SetSelectionChanged(true, aNotify);
}
}
// Select something in case we removed the selected option on a
// single select
if (!CheckSelectSomething(aNotify) && mSelectedIndex == -1) {
// Update the validity state in case of we've just removed the last
// option.
UpdateValueMissingValidityState();
UpdateState(aNotify);
}
}
return NS_OK;
}
// If the document is such that recursing over these options gets us
// deeper than four levels, there is something terribly wrong with the
// world.
void
HTMLSelectElement::InsertOptionsIntoListRecurse(nsIContent* aOptions,
int32_t* aInsertIndex,
int32_t aDepth)
{
// We *assume* here that someone's brain has not gone horribly
// wrong by putting <option> inside of <option>. I'm sorry, I'm
// just not going to look for an option inside of an option.
// Sue me.
HTMLOptionElement* optElement = HTMLOptionElement::FromContent(aOptions);
if (optElement) {
mOptions->InsertOptionAt(optElement, *aInsertIndex);
(*aInsertIndex)++;
return;
}
// If it's at the top level, then we just found out there are non-options
// at the top level, which will throw off the insert count
if (aDepth == 0) {
mNonOptionChildren++;
}
// Recurse down into optgroups
if (aOptions->IsHTML(nsGkAtoms::optgroup)) {
mOptGroupCount++;
for (nsIContent* child = aOptions->GetFirstChild();
child;
child = child->GetNextSibling()) {
InsertOptionsIntoListRecurse(child, aInsertIndex, aDepth + 1);
}
}
}
// If the document is such that recursing over these options gets us deeper than
// four levels, there is something terribly wrong with the world.
nsresult
HTMLSelectElement::RemoveOptionsFromListRecurse(nsIContent* aOptions,
int32_t aRemoveIndex,
int32_t* aNumRemoved,
int32_t aDepth)
{
// We *assume* here that someone's brain has not gone horribly
// wrong by putting <option> inside of <option>. I'm sorry, I'm
// just not going to look for an option inside of an option.
// Sue me.
nsCOMPtr<nsIDOMHTMLOptionElement> optElement(do_QueryInterface(aOptions));
if (optElement) {
if (mOptions->ItemAsOption(aRemoveIndex) != optElement) {
NS_ERROR("wrong option at index");
return NS_ERROR_UNEXPECTED;
}
mOptions->RemoveOptionAt(aRemoveIndex);
(*aNumRemoved)++;
return NS_OK;
}
// Yay, one less artifact at the top level.
if (aDepth == 0) {
mNonOptionChildren--;
}
// Recurse down deeper for options
if (mOptGroupCount && aOptions->IsHTML(nsGkAtoms::optgroup)) {
mOptGroupCount--;
for (nsIContent* child = aOptions->GetFirstChild();
child;
child = child->GetNextSibling()) {
nsresult rv = RemoveOptionsFromListRecurse(child,
aRemoveIndex,
aNumRemoved,
aDepth + 1);
NS_ENSURE_SUCCESS(rv, rv);
}
}
return NS_OK;
}
// XXXldb Doing the processing before the content nodes have been added
// to the document (as the name of this function seems to require, and
// as the callers do), is highly unusual. Passing around unparented
// content to other parts of the app can make those things think the
// options are the root content node.
NS_IMETHODIMP
HTMLSelectElement::WillAddOptions(nsIContent* aOptions,
nsIContent* aParent,
int32_t aContentIndex,
bool aNotify)
{
int32_t level = GetContentDepth(aParent);
if (level == -1) {
return NS_ERROR_FAILURE;
}
// Get the index where the options will be inserted
int32_t ind = -1;
if (!mNonOptionChildren) {
// If there are no artifacts, aContentIndex == ind
ind = aContentIndex;
} else {
// If there are artifacts, we have to get the index of the option the
// hard way
int32_t children = aParent->GetChildCount();
if (aContentIndex >= children) {
// If the content insert is after the end of the parent, then we want to get
// the next index *after* the parent and insert there.
ind = GetOptionIndexAfter(aParent);
} else {
// If the content insert is somewhere in the middle of the container, then
// we want to get the option currently at the index and insert in front of
// that.
nsIContent* currentKid = aParent->GetChildAt(aContentIndex);
NS_ASSERTION(currentKid, "Child not found!");
if (currentKid) {
ind = GetOptionIndexAt(currentKid);
} else {
ind = -1;
}
}
}
InsertOptionsIntoList(aOptions, ind, level, aNotify);
return NS_OK;
}
NS_IMETHODIMP
HTMLSelectElement::WillRemoveOptions(nsIContent* aParent,
int32_t aContentIndex,
bool aNotify)
{
int32_t level = GetContentDepth(aParent);
NS_ASSERTION(level >= 0, "getting notified by unexpected content");
if (level == -1) {
return NS_ERROR_FAILURE;
}
// Get the index where the options will be removed
nsIContent* currentKid = aParent->GetChildAt(aContentIndex);
if (currentKid) {
int32_t ind;
if (!mNonOptionChildren) {
// If there are no artifacts, aContentIndex == ind
ind = aContentIndex;
} else {
// If there are artifacts, we have to get the index of the option the
// hard way
ind = GetFirstOptionIndex(currentKid);
}
if (ind != -1) {
nsresult rv = RemoveOptionsFromList(currentKid, ind, level, aNotify);
NS_ENSURE_SUCCESS(rv, rv);
}
}
return NS_OK;
}
int32_t
HTMLSelectElement::GetContentDepth(nsIContent* aContent)
{
nsIContent* content = aContent;
int32_t retval = 0;
while (content != this) {
retval++;
content = content->GetParent();
if (!content) {
retval = -1;
break;
}
}
return retval;
}
int32_t
HTMLSelectElement::GetOptionIndexAt(nsIContent* aOptions)
{
// Search this node and below.
// If not found, find the first one *after* this node.
int32_t retval = GetFirstOptionIndex(aOptions);
if (retval == -1) {
retval = GetOptionIndexAfter(aOptions);
}
return retval;
}
int32_t
HTMLSelectElement::GetOptionIndexAfter(nsIContent* aOptions)
{
// - If this is the select, the next option is the last.
// - If not, search all the options after aOptions and up to the last option
// in the parent.
// - If it's not there, search for the first option after the parent.
if (aOptions == this) {
uint32_t len;
GetLength(&len);
return len;
}
int32_t retval = -1;
nsCOMPtr<nsIContent> parent = aOptions->GetParent();
if (parent) {
int32_t index = parent->IndexOf(aOptions);
int32_t count = parent->GetChildCount();
retval = GetFirstChildOptionIndex(parent, index+1, count);
if (retval == -1) {
retval = GetOptionIndexAfter(parent);
}
}
return retval;
}
int32_t
HTMLSelectElement::GetFirstOptionIndex(nsIContent* aOptions)
{
int32_t listIndex = -1;
HTMLOptionElement* optElement = HTMLOptionElement::FromContent(aOptions);
if (optElement) {
GetOptionIndex(optElement, 0, true, &listIndex);
// If you nested stuff under the option, you're just plain
// screwed. *I'm* not going to aid and abet your evil deed.
return listIndex;
}
listIndex = GetFirstChildOptionIndex(aOptions, 0, aOptions->GetChildCount());
return listIndex;
}
int32_t
HTMLSelectElement::GetFirstChildOptionIndex(nsIContent* aOptions,
int32_t aStartIndex,
int32_t aEndIndex)
{
int32_t retval = -1;
for (int32_t i = aStartIndex; i < aEndIndex; ++i) {
retval = GetFirstOptionIndex(aOptions->GetChildAt(i));
if (retval != -1) {
break;
}
}
return retval;
}
nsISelectControlFrame*
HTMLSelectElement::GetSelectFrame()
{
nsIFormControlFrame* form_control_frame = GetFormControlFrame(false);
nsISelectControlFrame* select_frame = nullptr;
if (form_control_frame) {
select_frame = do_QueryFrame(form_control_frame);
}
return select_frame;
}
void
HTMLSelectElement::Add(const HTMLOptionElementOrHTMLOptGroupElement& aElement,
const Nullable<HTMLElementOrLong>& aBefore,
ErrorResult& aRv)
{
nsGenericHTMLElement& element =
aElement.IsHTMLOptionElement() ?
static_cast<nsGenericHTMLElement&>(aElement.GetAsHTMLOptionElement()) :
static_cast<nsGenericHTMLElement&>(aElement.GetAsHTMLOptGroupElement());
if (aBefore.IsNull()) {
Add(element, static_cast<nsGenericHTMLElement*>(nullptr), aRv);
} else if (aBefore.Value().IsHTMLElement()) {
Add(element, &aBefore.Value().GetAsHTMLElement(), aRv);
} else {
Add(element, aBefore.Value().GetAsLong(), aRv);
}
}
void
HTMLSelectElement::Add(nsGenericHTMLElement& aElement,
nsGenericHTMLElement* aBefore,
ErrorResult& aError)
{
if (!aBefore) {
Element::AppendChild(aElement, aError);
return;
}
// Just in case we're not the parent, get the parent of the reference
// element
nsINode* parent = aBefore->Element::GetParentNode();
if (!parent || !nsContentUtils::ContentIsDescendantOf(parent, this)) {
// NOT_FOUND_ERR: Raised if before is not a descendant of the SELECT
// element.
aError.Throw(NS_ERROR_DOM_NOT_FOUND_ERR);
return;
}
// If the before parameter is not null, we are equivalent to the
// insertBefore method on the parent of before.
parent->InsertBefore(aElement, aBefore, aError);
}
NS_IMETHODIMP
HTMLSelectElement::Add(nsIDOMHTMLElement* aElement,
nsIVariant* aBefore)
{
uint16_t dataType;
nsresult rv = aBefore->GetDataType(&dataType);
NS_ENSURE_SUCCESS(rv, rv);
nsCOMPtr<nsIContent> element = do_QueryInterface(aElement);
nsGenericHTMLElement* htmlElement =
nsGenericHTMLElement::FromContentOrNull(element);
if (!htmlElement) {
return NS_ERROR_NULL_POINTER;
}
// aBefore is omitted, undefined or null
if (dataType == nsIDataType::VTYPE_EMPTY ||
dataType == nsIDataType::VTYPE_VOID) {
ErrorResult error;
Add(*htmlElement, (nsGenericHTMLElement*)nullptr, error);
return error.ErrorCode();
}
nsCOMPtr<nsISupports> supports;
nsCOMPtr<nsIDOMHTMLElement> beforeElement;
// whether aBefore is nsIDOMHTMLElement...
if (NS_SUCCEEDED(aBefore->GetAsISupports(getter_AddRefs(supports)))) {
nsCOMPtr<nsIContent> beforeElement = do_QueryInterface(supports);
nsGenericHTMLElement* beforeHTMLElement =
nsGenericHTMLElement::FromContentOrNull(beforeElement);
NS_ENSURE_TRUE(beforeHTMLElement, NS_ERROR_DOM_SYNTAX_ERR);
ErrorResult error;
Add(*htmlElement, beforeHTMLElement, error);
return error.ErrorCode();
}
// otherwise, whether aBefore is long
int32_t index;
NS_ENSURE_SUCCESS(aBefore->GetAsInt32(&index), NS_ERROR_DOM_SYNTAX_ERR);
ErrorResult error;
Add(*htmlElement, index, error);
return error.ErrorCode();
}
NS_IMETHODIMP
HTMLSelectElement::Remove(int32_t aIndex)
{
nsCOMPtr<nsINode> option = Item(static_cast<uint32_t>(aIndex));
if (!option) {
return NS_OK;
}
option->Remove();
return NS_OK;
}
NS_IMETHODIMP
HTMLSelectElement::GetOptions(nsIDOMHTMLOptionsCollection** aValue)
{
NS_IF_ADDREF(*aValue = GetOptions());
return NS_OK;
}
NS_IMETHODIMP
HTMLSelectElement::GetType(nsAString& aType)
{
if (HasAttr(kNameSpaceID_None, nsGkAtoms::multiple)) {
aType.AssignLiteral("select-multiple");
}
else {
aType.AssignLiteral("select-one");
}
return NS_OK;
}
NS_IMETHODIMP
HTMLSelectElement::GetLength(uint32_t* aLength)
{
return mOptions->GetLength(aLength);
}
#define MAX_DYNAMIC_SELECT_LENGTH 10000
NS_IMETHODIMP
HTMLSelectElement::SetLength(uint32_t aLength)
{
ErrorResult rv;
SetLength(aLength, rv);
return rv.ErrorCode();
}
void
HTMLSelectElement::SetLength(uint32_t aLength, ErrorResult& aRv)
{
uint32_t curlen = Length();
if (curlen > aLength) { // Remove extra options
for (uint32_t i = curlen; i > aLength; --i) {
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(Remove(i - 1)));
}
} else if (aLength > curlen) {
if (aLength > MAX_DYNAMIC_SELECT_LENGTH) {
aRv.Throw(NS_ERROR_DOM_NOT_SUPPORTED_ERR);
return;
}
nsRefPtr<mozilla::dom::NodeInfo> nodeInfo;
nsContentUtils::NameChanged(mNodeInfo, nsGkAtoms::option,
getter_AddRefs(nodeInfo));
nsCOMPtr<nsINode> node = NS_NewHTMLOptionElement(nodeInfo.forget());
nsRefPtr<nsTextNode> text = new nsTextNode(mNodeInfo->NodeInfoManager());
aRv = node->AppendChildTo(text, false);
if (aRv.Failed()) {
return;
}
for (uint32_t i = curlen; i < aLength; i++) {
nsINode::AppendChild(*node, aRv);
if (aRv.Failed()) {
return;
}
if (i + 1 < aLength) {
node = node->CloneNode(true, aRv);
if (aRv.Failed()) {
return;
}
MOZ_ASSERT(node);
}
}
}
}
/* static */
bool
HTMLSelectElement::MatchSelectedOptions(nsIContent* aContent,
int32_t /* unused */,
nsIAtom* /* unused */,
void* /* unused*/)
{
HTMLOptionElement* option = HTMLOptionElement::FromContent(aContent);
return option && option->Selected();
}
nsIHTMLCollection*
HTMLSelectElement::SelectedOptions()
{
if (!mSelectedOptions) {
mSelectedOptions = new nsContentList(this, MatchSelectedOptions, nullptr,
nullptr, /* deep */ true);
}
return mSelectedOptions;
}
NS_IMETHODIMP
HTMLSelectElement::GetSelectedOptions(nsIDOMHTMLCollection** aSelectedOptions)
{
NS_ADDREF(*aSelectedOptions = SelectedOptions());
return NS_OK;
}
//NS_IMPL_INT_ATTR(HTMLSelectElement, SelectedIndex, selectedindex)
NS_IMETHODIMP
HTMLSelectElement::GetSelectedIndex(int32_t* aValue)
{
*aValue = SelectedIndex();
return NS_OK;
}
nsresult
HTMLSelectElement::SetSelectedIndexInternal(int32_t aIndex, bool aNotify)
{
int32_t oldSelectedIndex = mSelectedIndex;
uint32_t mask = IS_SELECTED | CLEAR_ALL | SET_DISABLED;
if (aNotify) {
mask |= NOTIFY;
}
SetOptionsSelectedByIndex(aIndex, aIndex, mask);
nsresult rv = NS_OK;
nsISelectControlFrame* selectFrame = GetSelectFrame();
if (selectFrame) {
rv = selectFrame->OnSetSelectedIndex(oldSelectedIndex, mSelectedIndex);
}
SetSelectionChanged(true, aNotify);
return rv;
}
NS_IMETHODIMP
HTMLSelectElement::SetSelectedIndex(int32_t aIndex)
{
return SetSelectedIndexInternal(aIndex, true);
}
NS_IMETHODIMP
HTMLSelectElement::GetOptionIndex(nsIDOMHTMLOptionElement* aOption,
int32_t aStartIndex, bool aForward,
int32_t* aIndex)
{
nsCOMPtr<nsINode> option = do_QueryInterface(aOption);
return mOptions->GetOptionIndex(option->AsElement(), aStartIndex, aForward, aIndex);
}
bool
HTMLSelectElement::IsOptionSelectedByIndex(int32_t aIndex)
{
HTMLOptionElement* option = Item(static_cast<uint32_t>(aIndex));
return option && option->Selected();
}
void
HTMLSelectElement::OnOptionSelected(nsISelectControlFrame* aSelectFrame,
int32_t aIndex,
bool aSelected,
bool aChangeOptionState,
bool aNotify)
{
// Set the selected index
if (aSelected && (aIndex < mSelectedIndex || mSelectedIndex < 0)) {
mSelectedIndex = aIndex;
SetSelectionChanged(true, aNotify);
} else if (!aSelected && aIndex == mSelectedIndex) {
FindSelectedIndex(aIndex + 1, aNotify);
}
if (aChangeOptionState) {
// Tell the option to get its bad self selected
nsRefPtr<HTMLOptionElement> option = Item(static_cast<uint32_t>(aIndex));
if (option) {
option->SetSelectedInternal(aSelected, aNotify);
}
}
// Let the frame know too
if (aSelectFrame) {
aSelectFrame->OnOptionSelected(aIndex, aSelected);
}
UpdateSelectedOptions();
UpdateValueMissingValidityState();
UpdateState(aNotify);
}
void
HTMLSelectElement::FindSelectedIndex(int32_t aStartIndex, bool aNotify)
{
mSelectedIndex = -1;
SetSelectionChanged(true, aNotify);
uint32_t len = Length();
for (int32_t i = aStartIndex; i < int32_t(len); i++) {
if (IsOptionSelectedByIndex(i)) {
mSelectedIndex = i;
SetSelectionChanged(true, aNotify);
break;
}
}
}
// XXX Consider splitting this into two functions for ease of reading:
// SelectOptionsByIndex(startIndex, endIndex, clearAll, checkDisabled)
// startIndex, endIndex - the range of options to turn on
// (-1, -1) will clear all indices no matter what.
// clearAll - will clear all other options unless checkDisabled is on
// and all the options attempted to be set are disabled
// (note that if it is not multiple, and an option is selected,
// everything else will be cleared regardless).
// checkDisabled - if this is TRUE, and an option is disabled, it will not be
// changed regardless of whether it is selected or not.
// Generally the UI passes TRUE and JS passes FALSE.
// (setDisabled currently is the opposite)
// DeselectOptionsByIndex(startIndex, endIndex, checkDisabled)
// startIndex, endIndex - the range of options to turn on
// (-1, -1) will clear all indices no matter what.
// checkDisabled - if this is TRUE, and an option is disabled, it will not be
// changed regardless of whether it is selected or not.
// Generally the UI passes TRUE and JS passes FALSE.
// (setDisabled currently is the opposite)
//
// XXXbz the above comment is pretty confusing. Maybe we should actually
// document the args to this function too, in addition to documenting what
// things might end up looking like? In particular, pay attention to the
// setDisabled vs checkDisabled business.
bool
HTMLSelectElement::SetOptionsSelectedByIndex(int32_t aStartIndex,
int32_t aEndIndex,
uint32_t aOptionsMask)
{
#if 0
printf("SetOption(%d-%d, %c, ClearAll=%c)\n", aStartIndex, aEndIndex,
(aOptionsMask & IS_SELECTED ? 'Y' : 'N'),
(aOptionsMask & CLEAR_ALL ? 'Y' : 'N'));
#endif
// Don't bother if the select is disabled
if (!(aOptionsMask & SET_DISABLED) && IsDisabled()) {
return false;
}
// Don't bother if there are no options
uint32_t numItems = Length();
if (numItems == 0) {
return false;
}
// First, find out whether multiple items can be selected
bool isMultiple = Multiple();
// These variables tell us whether any options were selected
// or deselected.
bool optionsSelected = false;
bool optionsDeselected = false;
nsISelectControlFrame* selectFrame = nullptr;
bool didGetFrame = false;
nsWeakFrame weakSelectFrame;
if (aOptionsMask & IS_SELECTED) {
// Setting selectedIndex to an out-of-bounds index means -1. (HTML5)
if (aStartIndex < 0 || AssertedCast<uint32_t>(aStartIndex) >= numItems ||
aEndIndex < 0 || AssertedCast<uint32_t>(aEndIndex) >= numItems) {
aStartIndex = -1;
aEndIndex = -1;
}
// Only select the first value if it's not multiple
if (!isMultiple) {
aEndIndex = aStartIndex;
}
// This variable tells whether or not all of the options we attempted to
// select are disabled. If ClearAll is passed in as true, and we do not
// select anything because the options are disabled, we will not clear the
// other options. (This is to make the UI work the way one might expect.)
bool allDisabled = !(aOptionsMask & SET_DISABLED);
//
// Save a little time when clearing other options
//
int32_t previousSelectedIndex = mSelectedIndex;
//
// Select the requested indices
//
// If index is -1, everything will be deselected (bug 28143)
if (aStartIndex != -1) {
MOZ_ASSERT(aStartIndex >= 0);
MOZ_ASSERT(aEndIndex >= 0);
// Loop through the options and select them (if they are not disabled and
// if they are not already selected).
for (uint32_t optIndex = AssertedCast<uint32_t>(aStartIndex);
optIndex <= AssertedCast<uint32_t>(aEndIndex);
optIndex++) {
nsRefPtr<HTMLOptionElement> option = Item(optIndex);
// Ignore disabled options.
if (!(aOptionsMask & SET_DISABLED)) {
if (option && IsOptionDisabled(option)) {
continue;
}
allDisabled = false;
}
// If the index is already selected, ignore it.
if (option && !option->Selected()) {
// To notify the frame if anything gets changed. No need
// to flush here, if there's no frame yet we don't need to
// force it to be created just to notify it about a change
// in the select.
selectFrame = GetSelectFrame();
weakSelectFrame = do_QueryFrame(selectFrame);
didGetFrame = true;
OnOptionSelected(selectFrame, optIndex, true, true,
aOptionsMask & NOTIFY);
optionsSelected = true;
}
}
}
// Next remove all other options if single select or all is clear
// If index is -1, everything will be deselected (bug 28143)
if (((!isMultiple && optionsSelected)
|| ((aOptionsMask & CLEAR_ALL) && !allDisabled)
|| aStartIndex == -1)
&& previousSelectedIndex != -1) {
for (uint32_t optIndex = AssertedCast<uint32_t>(previousSelectedIndex);
optIndex < numItems;
optIndex++) {
if (static_cast<int32_t>(optIndex) < aStartIndex ||
static_cast<int32_t>(optIndex) > aEndIndex) {
HTMLOptionElement* option = Item(optIndex);
// If the index is already selected, ignore it.
if (option && option->Selected()) {
if (!didGetFrame || (selectFrame && !weakSelectFrame.IsAlive())) {
// To notify the frame if anything gets changed, don't
// flush, if the frame doesn't exist we don't need to
// create it just to tell it about this change.
selectFrame = GetSelectFrame();
weakSelectFrame = do_QueryFrame(selectFrame);
didGetFrame = true;
}
OnOptionSelected(selectFrame, optIndex, false, true,
aOptionsMask & NOTIFY);
optionsDeselected = true;
// Only need to deselect one option if not multiple
if (!isMultiple) {
break;
}
}
}
}
}
} else {
// If we're deselecting, loop through all selected items and deselect
// any that are in the specified range.
for (int32_t optIndex = aStartIndex; optIndex <= aEndIndex; optIndex++) {
HTMLOptionElement* option = Item(optIndex);
if (!(aOptionsMask & SET_DISABLED) && IsOptionDisabled(option)) {
continue;
}
// If the index is already selected, ignore it.
if (option && option->Selected()) {
if (!didGetFrame || (selectFrame && !weakSelectFrame.IsAlive())) {
// To notify the frame if anything gets changed, don't
// flush, if the frame doesn't exist we don't need to
// create it just to tell it about this change.
selectFrame = GetSelectFrame();
weakSelectFrame = do_QueryFrame(selectFrame);
didGetFrame = true;
}
OnOptionSelected(selectFrame, optIndex, false, true,
aOptionsMask & NOTIFY);
optionsDeselected = true;
}
}
}
// Make sure something is selected unless we were set to -1 (none)
if (optionsDeselected && aStartIndex != -1) {
optionsSelected =
CheckSelectSomething(aOptionsMask & NOTIFY) || optionsSelected;
}
// Let the caller know whether anything was changed
return optionsSelected || optionsDeselected;
}
NS_IMETHODIMP
HTMLSelectElement::IsOptionDisabled(int32_t aIndex, bool* aIsDisabled)
{
*aIsDisabled = false;
nsRefPtr<HTMLOptionElement> option = Item(aIndex);
NS_ENSURE_TRUE(option, NS_ERROR_FAILURE);
*aIsDisabled = IsOptionDisabled(option);
return NS_OK;
}
bool
HTMLSelectElement::IsOptionDisabled(HTMLOptionElement* aOption)
{
MOZ_ASSERT(aOption);
if (aOption->Disabled()) {
return true;
}
// Check for disabled optgroups
// If there are no artifacts, there are no optgroups
if (mNonOptionChildren) {
for (nsCOMPtr<Element> node = static_cast<nsINode*>(aOption)->GetParentElement();
node;
node = node->GetParentElement()) {
// If we reached the select element, we're done
if (node->IsHTML(nsGkAtoms::select)) {
return false;
}
nsRefPtr<HTMLOptGroupElement> optGroupElement =
HTMLOptGroupElement::FromContent(node);
if (!optGroupElement) {
// If you put something else between you and the optgroup, you're a
// moron and you deserve not to have optgroup disabling work.
return false;
}
if (optGroupElement->Disabled()) {
return true;
}
}
}
return false;
}
NS_IMETHODIMP
HTMLSelectElement::GetValue(nsAString& aValue)
{
DOMString value;
GetValue(value);
value.ToString(aValue);
return NS_OK;
}
void
HTMLSelectElement::GetValue(DOMString& aValue)
{
int32_t selectedIndex = SelectedIndex();
if (selectedIndex < 0) {
return;
}
nsRefPtr<HTMLOptionElement> option =
Item(static_cast<uint32_t>(selectedIndex));
if (!option) {
return;
}
DebugOnly<nsresult> rv = option->GetValue(aValue);
MOZ_ASSERT(NS_SUCCEEDED(rv));
}
NS_IMETHODIMP
HTMLSelectElement::SetValue(const nsAString& aValue)
{
uint32_t length = Length();
for (uint32_t i = 0; i < length; i++) {
nsRefPtr<HTMLOptionElement> option = Item(i);
if (!option) {
continue;
}
nsAutoString optionVal;
option->GetValue(optionVal);
if (optionVal.Equals(aValue)) {
SetSelectedIndexInternal(int32_t(i), true);
break;
}
}
return NS_OK;
}
NS_IMPL_BOOL_ATTR(HTMLSelectElement, Autofocus, autofocus)
NS_IMPL_BOOL_ATTR(HTMLSelectElement, Disabled, disabled)
NS_IMPL_BOOL_ATTR(HTMLSelectElement, Multiple, multiple)
NS_IMPL_STRING_ATTR(HTMLSelectElement, Name, name)
NS_IMPL_BOOL_ATTR(HTMLSelectElement, Required, required)
NS_IMPL_UINT_ATTR(HTMLSelectElement, Size, size)
int32_t
HTMLSelectElement::TabIndexDefault()
{
return 0;
}
bool
HTMLSelectElement::IsHTMLFocusable(bool aWithMouse,
bool* aIsFocusable, int32_t* aTabIndex)
{
if (nsGenericHTMLFormElementWithState::IsHTMLFocusable(aWithMouse, aIsFocusable,
aTabIndex))
{
return true;
}
*aIsFocusable = !IsDisabled();
return false;
}
NS_IMETHODIMP
HTMLSelectElement::Item(uint32_t aIndex, nsIDOMNode** aReturn)
{
return mOptions->Item(aIndex, aReturn);
}
NS_IMETHODIMP
HTMLSelectElement::NamedItem(const nsAString& aName, nsIDOMNode** aReturn)
{
return mOptions->NamedItem(aName, aReturn);
}
bool
HTMLSelectElement::CheckSelectSomething(bool aNotify)
{
if (mIsDoneAddingChildren) {
if (mSelectedIndex < 0 && IsCombobox()) {
return SelectSomething(aNotify);
}
}
return false;
}
bool
HTMLSelectElement::SelectSomething(bool aNotify)
{
// If we're not done building the select, don't play with this yet.
if (!mIsDoneAddingChildren) {
return false;
}
uint32_t count;
GetLength(&count);
for (uint32_t i = 0; i < count; i++) {
bool disabled;
nsresult rv = IsOptionDisabled(i, &disabled);
if (NS_FAILED(rv) || !disabled) {
rv = SetSelectedIndexInternal(i, aNotify);
NS_ENSURE_SUCCESS(rv, false);
UpdateValueMissingValidityState();
UpdateState(aNotify);
return true;
}
}
return false;
}
nsresult
HTMLSelectElement::BindToTree(nsIDocument* aDocument, nsIContent* aParent,
nsIContent* aBindingParent,
bool aCompileEventHandlers)
{
nsresult rv = nsGenericHTMLFormElementWithState::BindToTree(aDocument, aParent,
aBindingParent,
aCompileEventHandlers);
NS_ENSURE_SUCCESS(rv, rv);
// If there is a disabled fieldset in the parent chain, the element is now
// barred from constraint validation.
// XXXbz is this still needed now that fieldset changes always call
// FieldSetDisabledChanged?
UpdateBarredFromConstraintValidation();
// And now make sure our state is up to date
UpdateState(false);
return rv;
}
void
HTMLSelectElement::UnbindFromTree(bool aDeep, bool aNullParent)
{
nsGenericHTMLFormElementWithState::UnbindFromTree(aDeep, aNullParent);
// We might be no longer disabled because our parent chain changed.
// XXXbz is this still needed now that fieldset changes always call
// FieldSetDisabledChanged?
UpdateBarredFromConstraintValidation();
// And now make sure our state is up to date
UpdateState(false);
}
nsresult
HTMLSelectElement::BeforeSetAttr(int32_t aNameSpaceID, nsIAtom* aName,
const nsAttrValueOrString* aValue,
bool aNotify)
{
if (aNotify && aName == nsGkAtoms::disabled &&
aNameSpaceID == kNameSpaceID_None) {
mDisabledChanged = true;
}
return nsGenericHTMLFormElementWithState::BeforeSetAttr(aNameSpaceID, aName,
aValue, aNotify);
}
nsresult
HTMLSelectElement::AfterSetAttr(int32_t aNameSpaceID, nsIAtom* aName,
const nsAttrValue* aValue, bool aNotify)
{
if (aNameSpaceID == kNameSpaceID_None) {
if (aName == nsGkAtoms::disabled) {
UpdateBarredFromConstraintValidation();
} else if (aName == nsGkAtoms::required) {
UpdateValueMissingValidityState();
} else if (aName == nsGkAtoms::autocomplete) {
// Clear the cached @autocomplete attribute state
mAutocompleteAttrState = nsContentUtils::eAutocompleteAttrState_Unknown;
}
UpdateState(aNotify);
}
return nsGenericHTMLFormElementWithState::AfterSetAttr(aNameSpaceID, aName,
aValue, aNotify);
}
nsresult
HTMLSelectElement::UnsetAttr(int32_t aNameSpaceID, nsIAtom* aAttribute,
bool aNotify)
{
if (aNotify && aNameSpaceID == kNameSpaceID_None &&
aAttribute == nsGkAtoms::multiple) {
// We're changing from being a multi-select to a single-select.
// Make sure we only have one option selected before we do that.
// Note that this needs to come before we really unset the attr,
// since SetOptionsSelectedByIndex does some bail-out type
// optimization for cases when the select is not multiple that
// would lead to only a single option getting deselected.
if (mSelectedIndex >= 0) {
SetSelectedIndexInternal(mSelectedIndex, aNotify);
}
}
nsresult rv = nsGenericHTMLFormElementWithState::UnsetAttr(aNameSpaceID, aAttribute,
aNotify);
NS_ENSURE_SUCCESS(rv, rv);
if (aNotify && aNameSpaceID == kNameSpaceID_None &&
aAttribute == nsGkAtoms::multiple) {
// We might have become a combobox; make sure _something_ gets
// selected in that case
CheckSelectSomething(aNotify);
}
return rv;
}
void
HTMLSelectElement::DoneAddingChildren(bool aHaveNotified)
{
mIsDoneAddingChildren = true;
nsISelectControlFrame* selectFrame = GetSelectFrame();
// If we foolishly tried to restore before we were done adding
// content, restore the rest of the options proper-like
if (mRestoreState) {
RestoreStateTo(mRestoreState);
mRestoreState = nullptr;
}
// Notify the frame
if (selectFrame) {
selectFrame->DoneAddingChildren(true);
}
if (!mInhibitStateRestoration) {
nsresult rv = GenerateStateKey();
if (NS_SUCCEEDED(rv)) {
RestoreFormControlState();
}
}
// Now that we're done, select something (if it's a single select something
// must be selected)
if (!CheckSelectSomething(false)) {
// If an option has @selected set, it will be selected during parsing but
// with an empty value. We have to make sure the select element updates it's
// validity state to take this into account.
UpdateValueMissingValidityState();
// And now make sure we update our content state too
UpdateState(aHaveNotified);
}
mDefaultSelectionSet = true;
}
bool
HTMLSelectElement::ParseAttribute(int32_t aNamespaceID,
nsIAtom* aAttribute,
const nsAString& aValue,
nsAttrValue& aResult)
{
if (kNameSpaceID_None == aNamespaceID) {
if (aAttribute == nsGkAtoms::size) {
return aResult.ParsePositiveIntValue(aValue);
} else if (aAttribute == nsGkAtoms::autocomplete) {
aResult.ParseAtomArray(aValue);
return true;
}
}
return nsGenericHTMLElement::ParseAttribute(aNamespaceID, aAttribute, aValue,
aResult);
}
void
HTMLSelectElement::MapAttributesIntoRule(const nsMappedAttributes* aAttributes,
nsRuleData* aData)
{
nsGenericHTMLFormElementWithState::MapImageAlignAttributeInto(aAttributes, aData);
nsGenericHTMLFormElementWithState::MapCommonAttributesInto(aAttributes, aData);
}
nsChangeHint
HTMLSelectElement::GetAttributeChangeHint(const nsIAtom* aAttribute,
int32_t aModType) const
{
nsChangeHint retval =
nsGenericHTMLFormElementWithState::GetAttributeChangeHint(aAttribute, aModType);
if (aAttribute == nsGkAtoms::multiple ||
aAttribute == nsGkAtoms::size) {
NS_UpdateHint(retval, NS_STYLE_HINT_FRAMECHANGE);
}
return retval;
}
NS_IMETHODIMP_(bool)
HTMLSelectElement::IsAttributeMapped(const nsIAtom* aAttribute) const
{
static const MappedAttributeEntry* const map[] = {
sCommonAttributeMap,
sImageAlignAttributeMap
};
return FindAttributeDependence(aAttribute, map);
}
nsMapRuleToAttributesFunc
HTMLSelectElement::GetAttributeMappingFunction() const
{
return &MapAttributesIntoRule;
}
bool
HTMLSelectElement::IsDisabledForEvents(uint32_t aMessage)
{
nsIFormControlFrame* formControlFrame = GetFormControlFrame(false);
nsIFrame* formFrame = nullptr;
if (formControlFrame) {
formFrame = do_QueryFrame(formControlFrame);
}
return IsElementDisabledForEvents(aMessage, formFrame);
}
nsresult
HTMLSelectElement::PreHandleEvent(EventChainPreVisitor& aVisitor)
{
aVisitor.mCanHandle = false;
if (IsDisabledForEvents(aVisitor.mEvent->message)) {
return NS_OK;
}
return nsGenericHTMLFormElementWithState::PreHandleEvent(aVisitor);
}
nsresult
HTMLSelectElement::PostHandleEvent(EventChainPostVisitor& aVisitor)
{
if (aVisitor.mEvent->message == NS_FOCUS_CONTENT) {
// If the invalid UI is shown, we should show it while focused and
// update the invalid/valid UI.
mCanShowInvalidUI = !IsValid() && ShouldShowValidityUI();
// If neither invalid UI nor valid UI is shown, we shouldn't show the valid
// UI while focused.
mCanShowValidUI = ShouldShowValidityUI();
// We don't have to update NS_EVENT_STATE_MOZ_UI_INVALID nor
// NS_EVENT_STATE_MOZ_UI_VALID given that the states should not change.
} else if (aVisitor.mEvent->message == NS_BLUR_CONTENT) {
mCanShowInvalidUI = true;
mCanShowValidUI = true;
UpdateState(true);
}
return nsGenericHTMLFormElementWithState::PostHandleEvent(aVisitor);
}
EventStates
HTMLSelectElement::IntrinsicState() const
{
EventStates state = nsGenericHTMLFormElementWithState::IntrinsicState();
if (IsCandidateForConstraintValidation()) {
if (IsValid()) {
state |= NS_EVENT_STATE_VALID;
} else {
state |= NS_EVENT_STATE_INVALID;
if ((!mForm || !mForm->HasAttr(kNameSpaceID_None, nsGkAtoms::novalidate)) &&
(GetValidityState(VALIDITY_STATE_CUSTOM_ERROR) ||
(mCanShowInvalidUI && ShouldShowValidityUI()))) {
state |= NS_EVENT_STATE_MOZ_UI_INVALID;
}
}
// :-moz-ui-valid applies if all the following are true:
// 1. The element is not focused, or had either :-moz-ui-valid or
// :-moz-ui-invalid applying before it was focused ;
// 2. The element is either valid or isn't allowed to have
// :-moz-ui-invalid applying ;
// 3. The element has no form owner or its form owner doesn't have the
// novalidate attribute set ;
// 4. The element has already been modified or the user tried to submit the
// form owner while invalid.
if ((!mForm || !mForm->HasAttr(kNameSpaceID_None, nsGkAtoms::novalidate)) &&
(mCanShowValidUI && ShouldShowValidityUI() &&
(IsValid() || (state.HasState(NS_EVENT_STATE_MOZ_UI_INVALID) &&
!mCanShowInvalidUI)))) {
state |= NS_EVENT_STATE_MOZ_UI_VALID;
}
}
if (HasAttr(kNameSpaceID_None, nsGkAtoms::required)) {
state |= NS_EVENT_STATE_REQUIRED;
} else {
state |= NS_EVENT_STATE_OPTIONAL;
}
return state;
}
// nsIFormControl
NS_IMETHODIMP
HTMLSelectElement::SaveState()
{
nsRefPtr<SelectState> state = new SelectState();
uint32_t len = Length();
for (uint32_t optIndex = 0; optIndex < len; optIndex++) {
HTMLOptionElement* option = Item(optIndex);
if (option && option->Selected()) {
nsAutoString value;
option->GetValue(value);
state->PutOption(optIndex, value);
}
}
nsPresState* presState = GetPrimaryPresState();
if (presState) {
presState->SetStateProperty(state);
if (mDisabledChanged) {
// We do not want to save the real disabled state but the disabled
// attribute.
presState->SetDisabled(HasAttr(kNameSpaceID_None, nsGkAtoms::disabled));
}
}
return NS_OK;
}
bool
HTMLSelectElement::RestoreState(nsPresState* aState)
{
// Get the presentation state object to retrieve our stuff out of.
nsCOMPtr<SelectState> state(
do_QueryInterface(aState->GetStateProperty()));
if (state) {
RestoreStateTo(state);
// Don't flush, if the frame doesn't exist yet it doesn't care if
// we're reset or not.
DispatchContentReset();
}
if (aState->IsDisabledSet()) {
SetDisabled(aState->GetDisabled());
}
return false;
}
void
HTMLSelectElement::RestoreStateTo(SelectState* aNewSelected)
{
if (!mIsDoneAddingChildren) {
mRestoreState = aNewSelected;
return;
}
uint32_t len = Length();
uint32_t mask = IS_SELECTED | CLEAR_ALL | SET_DISABLED | NOTIFY;
// First clear all
SetOptionsSelectedByIndex(-1, -1, mask);
// Next set the proper ones
for (uint32_t i = 0; i < len; i++) {
HTMLOptionElement* option = Item(i);
if (option) {
nsAutoString value;
nsresult rv = option->GetValue(value);
if (NS_SUCCEEDED(rv) && aNewSelected->ContainsOption(i, value)) {
SetOptionsSelectedByIndex(i, i, IS_SELECTED | SET_DISABLED | NOTIFY);
}
}
}
}
NS_IMETHODIMP
HTMLSelectElement::Reset()
{
uint32_t numSelected = 0;
//
// Cycle through the options array and reset the options
//
uint32_t numOptions = Length();
for (uint32_t i = 0; i < numOptions; i++) {
nsRefPtr<HTMLOptionElement> option = Item(i);
if (option) {
//
// Reset the option to its default value
//
uint32_t mask = SET_DISABLED | NOTIFY;
if (option->DefaultSelected()) {
mask |= IS_SELECTED;
numSelected++;
}
SetOptionsSelectedByIndex(i, i, mask);
}
}
//
// If nothing was selected and it's not multiple, select something
//
if (numSelected == 0 && IsCombobox()) {
SelectSomething(true);
}
SetSelectionChanged(false, true);
//
// Let the frame know we were reset
//
// Don't flush, if there's no frame yet it won't care about us being
// reset even if we forced it to be created now.
//
DispatchContentReset();
return NS_OK;
}
static NS_DEFINE_CID(kFormProcessorCID, NS_FORMPROCESSOR_CID);
NS_IMETHODIMP
HTMLSelectElement::SubmitNamesValues(nsFormSubmission* aFormSubmission)
{
// Disabled elements don't submit
if (IsDisabled()) {
return NS_OK;
}
//
// Get the name (if no name, no submit)
//
nsAutoString name;
GetAttr(kNameSpaceID_None, nsGkAtoms::name, name);
if (name.IsEmpty()) {
return NS_OK;
}
//
// Submit
//
uint32_t len = Length();
nsAutoString mozType;
nsCOMPtr<nsIFormProcessor> keyGenProcessor;
if (GetAttr(kNameSpaceID_None, nsGkAtoms::moztype, mozType) &&
mozType.EqualsLiteral("-mozilla-keygen")) {
keyGenProcessor = do_GetService(kFormProcessorCID);
}
for (uint32_t optIndex = 0; optIndex < len; optIndex++) {
HTMLOptionElement* option = Item(optIndex);
// Don't send disabled options
if (!option || IsOptionDisabled(option)) {
continue;
}
if (!option->Selected()) {
continue;
}
nsString value;
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(option->GetValue(value)));
if (keyGenProcessor) {
nsString tmp(value);
if (NS_SUCCEEDED(keyGenProcessor->ProcessValue(this, name, tmp))) {
value = tmp;
}
}
aFormSubmission->AddNameValuePair(name, value);
}
return NS_OK;
}
void
HTMLSelectElement::DispatchContentReset()
{
nsIFormControlFrame* formControlFrame = GetFormControlFrame(false);
if (formControlFrame) {
// Only dispatch content reset notification if this is a list control
// frame or combo box control frame.
if (IsCombobox()) {
nsIComboboxControlFrame* comboFrame = do_QueryFrame(formControlFrame);
if (comboFrame) {
comboFrame->OnContentReset();
}
} else {
nsIListControlFrame* listFrame = do_QueryFrame(formControlFrame);
if (listFrame) {
listFrame->OnContentReset();
}
}
}
}
static void
AddOptionsRecurse(nsIContent* aRoot, HTMLOptionsCollection* aArray)
{
for (nsIContent* cur = aRoot->GetFirstChild();
cur;
cur = cur->GetNextSibling()) {
HTMLOptionElement* opt = HTMLOptionElement::FromContent(cur);
if (opt) {
aArray->AppendOption(opt);
} else if (cur->IsHTML(nsGkAtoms::optgroup)) {
AddOptionsRecurse(cur, aArray);
}
}
}
void
HTMLSelectElement::RebuildOptionsArray(bool aNotify)
{
mOptions->Clear();
AddOptionsRecurse(this, mOptions);
FindSelectedIndex(0, aNotify);
}
bool
HTMLSelectElement::IsValueMissing()
{
if (!Required()) {
return false;
}
uint32_t length = Length();
for (uint32_t i = 0; i < length; ++i) {
nsRefPtr<HTMLOptionElement> option = Item(i);
if (!option->Selected()) {
continue;
}
if (IsOptionDisabled(option)) {
continue;
}
nsAutoString value;
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(option->GetValue(value)));
if (!value.IsEmpty()) {
return false;
}
}
return true;
}
void
HTMLSelectElement::UpdateValueMissingValidityState()
{
SetValidityState(VALIDITY_STATE_VALUE_MISSING, IsValueMissing());
}
nsresult
HTMLSelectElement::GetValidationMessage(nsAString& aValidationMessage,
ValidityStateType aType)
{
switch (aType) {
case VALIDITY_STATE_VALUE_MISSING: {
nsXPIDLString message;
nsresult rv = nsContentUtils::GetLocalizedString(nsContentUtils::eDOM_PROPERTIES,
"FormValidationSelectMissing",
message);
aValidationMessage = message;
return rv;
}
default: {
return nsIConstraintValidation::GetValidationMessage(aValidationMessage, aType);
}
}
}
#ifdef DEBUG
static void
VerifyOptionsRecurse(nsIContent* aRoot, int32_t& aIndex,
HTMLOptionsCollection* aArray)
{
for (nsIContent* cur = aRoot->GetFirstChild();
cur;
cur = cur->GetNextSibling()) {
nsCOMPtr<nsIDOMHTMLOptionElement> opt = do_QueryInterface(cur);
if (opt) {
NS_ASSERTION(opt == aArray->ItemAsOption(aIndex++),
"Options collection broken");
} else if (cur->IsHTML(nsGkAtoms::optgroup)) {
VerifyOptionsRecurse(cur, aIndex, aArray);
}
}
}
void
HTMLSelectElement::VerifyOptionsArray()
{
int32_t aIndex = 0;
VerifyOptionsRecurse(this, aIndex, mOptions);
}
#endif
void
HTMLSelectElement::UpdateBarredFromConstraintValidation()
{
SetBarredFromConstraintValidation(IsDisabled());
}
void
HTMLSelectElement::FieldSetDisabledChanged(bool aNotify)
{
UpdateBarredFromConstraintValidation();
nsGenericHTMLFormElementWithState::FieldSetDisabledChanged(aNotify);
}
void
HTMLSelectElement::SetSelectionChanged(bool aValue, bool aNotify)
{
if (!mDefaultSelectionSet) {
return;
}
UpdateSelectedOptions();
bool previousSelectionChangedValue = mSelectionHasChanged;
mSelectionHasChanged = aValue;
if (mSelectionHasChanged != previousSelectionChangedValue) {
UpdateState(aNotify);
}
}
void
HTMLSelectElement::UpdateSelectedOptions()
{
if (mSelectedOptions) {
mSelectedOptions->SetDirty();
}
}
JSObject*
HTMLSelectElement::WrapNode(JSContext* aCx)
{
return HTMLSelectElementBinding::Wrap(aCx, this);
}
} // namespace dom
} // namespace mozilla