gecko/dom/html/HTMLFormElement.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

2414 lines
74 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/HTMLFormElement.h"
#include "jsapi.h"
#include "mozilla/ContentEvents.h"
#include "mozilla/EventDispatcher.h"
#include "mozilla/EventStateManager.h"
#include "mozilla/EventStates.h"
#include "mozilla/dom/AutocompleteErrorEvent.h"
#include "mozilla/dom/HTMLFormControlsCollection.h"
#include "mozilla/dom/HTMLFormElementBinding.h"
#include "mozilla/Move.h"
#include "nsIHTMLDocument.h"
#include "nsGkAtoms.h"
#include "nsStyleConsts.h"
#include "nsPresContext.h"
#include "nsIDocument.h"
#include "nsIFormControlFrame.h"
#include "nsISecureBrowserUI.h"
#include "nsError.h"
#include "nsContentUtils.h"
#include "nsInterfaceHashtable.h"
#include "nsContentList.h"
#include "nsCOMArray.h"
#include "nsAutoPtr.h"
#include "nsTArray.h"
#include "nsIMutableArray.h"
#include "nsIFormAutofillContentService.h"
#include "mozilla/BinarySearch.h"
// form submission
#include "nsIFormSubmitObserver.h"
#include "nsIObserverService.h"
#include "nsICategoryManager.h"
#include "nsCategoryManagerUtils.h"
#include "nsISimpleEnumerator.h"
#include "nsRange.h"
#include "nsIScriptSecurityManager.h"
#include "nsNetUtil.h"
#include "nsIWebProgress.h"
#include "nsIDocShell.h"
#include "nsFormData.h"
#include "nsFormSubmissionConstants.h"
// radio buttons
#include "mozilla/dom/HTMLInputElement.h"
#include "nsIRadioVisitor.h"
#include "RadioNodeList.h"
#include "nsLayoutUtils.h"
#include "mozAutoDocUpdate.h"
#include "nsIHTMLCollection.h"
#include "nsIConstraintValidation.h"
#include "nsIDOMHTMLButtonElement.h"
#include "nsSandboxFlags.h"
// images
#include "mozilla/dom/HTMLImageElement.h"
// construction, destruction
NS_IMPL_NS_NEW_HTML_ELEMENT(Form)
namespace mozilla {
namespace dom {
static const uint8_t NS_FORM_AUTOCOMPLETE_ON = 1;
static const uint8_t NS_FORM_AUTOCOMPLETE_OFF = 0;
static const nsAttrValue::EnumTable kFormAutocompleteTable[] = {
{ "on", NS_FORM_AUTOCOMPLETE_ON },
{ "off", NS_FORM_AUTOCOMPLETE_OFF },
{ 0 }
};
// Default autocomplete value is 'on'.
static const nsAttrValue::EnumTable* kFormDefaultAutocomplete = &kFormAutocompleteTable[0];
bool HTMLFormElement::gFirstFormSubmitted = false;
bool HTMLFormElement::gPasswordManagerInitialized = false;
HTMLFormElement::HTMLFormElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo)
: nsGenericHTMLElement(aNodeInfo),
mControls(new HTMLFormControlsCollection(MOZ_THIS_IN_INITIALIZER_LIST())),
mSelectedRadioButtons(2),
mRequiredRadioButtonCounts(2),
mValueMissingRadioGroups(2),
mGeneratingSubmit(false),
mGeneratingReset(false),
mIsSubmitting(false),
mDeferSubmission(false),
mNotifiedObservers(false),
mNotifiedObserversResult(false),
mSubmitPopupState(openAbused),
mSubmitInitiatedFromUserInput(false),
mPendingSubmission(nullptr),
mSubmittingRequest(nullptr),
mDefaultSubmitElement(nullptr),
mFirstSubmitInElements(nullptr),
mFirstSubmitNotInElements(nullptr),
mImageNameLookupTable(FORM_CONTROL_LIST_HASHTABLE_LENGTH),
mPastNameLookupTable(FORM_CONTROL_LIST_HASHTABLE_LENGTH),
mInvalidElementsCount(0),
mEverTriedInvalidSubmit(false)
{
}
HTMLFormElement::~HTMLFormElement()
{
if (mControls) {
mControls->DropFormReference();
}
Clear();
}
// nsISupports
static PLDHashOperator
ElementTraverser(const nsAString& key, HTMLInputElement* element,
void* userArg)
{
nsCycleCollectionTraversalCallback *cb =
static_cast<nsCycleCollectionTraversalCallback*>(userArg);
cb->NoteXPCOMChild(ToSupports(element));
return PL_DHASH_NEXT;
}
NS_IMPL_CYCLE_COLLECTION_CLASS(HTMLFormElement)
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(HTMLFormElement,
nsGenericHTMLElement)
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mControls)
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mImageNameLookupTable)
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mPastNameLookupTable)
tmp->mSelectedRadioButtons.EnumerateRead(ElementTraverser, &cb);
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(HTMLFormElement,
nsGenericHTMLElement)
tmp->Clear();
tmp->mExpandoAndGeneration.Unlink();
NS_IMPL_CYCLE_COLLECTION_UNLINK_END
NS_IMPL_CYCLE_COLLECTION_TRACE_BEGIN_INHERITED(HTMLFormElement,
nsGenericHTMLElement)
if (tmp->PreservingWrapper()) {
NS_IMPL_CYCLE_COLLECTION_TRACE_JSVAL_MEMBER_CALLBACK(mExpandoAndGeneration.expando);
}
NS_IMPL_CYCLE_COLLECTION_TRACE_END
NS_IMPL_ADDREF_INHERITED(HTMLFormElement, Element)
NS_IMPL_RELEASE_INHERITED(HTMLFormElement, Element)
// QueryInterface implementation for HTMLFormElement
NS_INTERFACE_TABLE_HEAD_CYCLE_COLLECTION_INHERITED(HTMLFormElement)
NS_INTERFACE_TABLE_INHERITED(HTMLFormElement,
nsIDOMHTMLFormElement,
nsIForm,
nsIWebProgressListener,
nsIRadioGroupContainer)
NS_INTERFACE_TABLE_TAIL_INHERITING(nsGenericHTMLElement)
// nsIDOMHTMLFormElement
NS_IMPL_ELEMENT_CLONE(HTMLFormElement)
nsIHTMLCollection*
HTMLFormElement::Elements()
{
return mControls;
}
NS_IMETHODIMP
HTMLFormElement::GetElements(nsIDOMHTMLCollection** aElements)
{
*aElements = Elements();
NS_ADDREF(*aElements);
return NS_OK;
}
nsresult
HTMLFormElement::SetAttr(int32_t aNameSpaceID, nsIAtom* aName,
nsIAtom* aPrefix, const nsAString& aValue,
bool aNotify)
{
if ((aName == nsGkAtoms::action || aName == nsGkAtoms::target) &&
aNameSpaceID == kNameSpaceID_None) {
if (mPendingSubmission) {
// aha, there is a pending submission that means we're in
// the script and we need to flush it. let's tell it
// that the event was ignored to force the flush.
// the second argument is not playing a role at all.
FlushPendingSubmission();
}
// Don't forget we've notified the password manager already if the
// page sets the action/target in the during submit. (bug 343182)
bool notifiedObservers = mNotifiedObservers;
ForgetCurrentSubmission();
mNotifiedObservers = notifiedObservers;
}
return nsGenericHTMLElement::SetAttr(aNameSpaceID, aName, aPrefix, aValue,
aNotify);
}
nsresult
HTMLFormElement::AfterSetAttr(int32_t aNameSpaceID, nsIAtom* aName,
const nsAttrValue* aValue, bool aNotify)
{
if (aName == nsGkAtoms::novalidate && aNameSpaceID == kNameSpaceID_None) {
// Update all form elements states because they might be [no longer]
// affected by :-moz-ui-valid or :-moz-ui-invalid.
for (uint32_t i = 0, length = mControls->mElements.Length();
i < length; ++i) {
mControls->mElements[i]->UpdateState(true);
}
for (uint32_t i = 0, length = mControls->mNotInElements.Length();
i < length; ++i) {
mControls->mNotInElements[i]->UpdateState(true);
}
}
return nsGenericHTMLElement::AfterSetAttr(aNameSpaceID, aName, aValue, aNotify);
}
NS_IMPL_STRING_ATTR(HTMLFormElement, AcceptCharset, acceptcharset)
NS_IMPL_ACTION_ATTR(HTMLFormElement, Action, action)
NS_IMPL_ENUM_ATTR_DEFAULT_VALUE(HTMLFormElement, Autocomplete, autocomplete,
kFormDefaultAutocomplete->tag)
NS_IMPL_ENUM_ATTR_DEFAULT_VALUE(HTMLFormElement, Enctype, enctype,
kFormDefaultEnctype->tag)
NS_IMPL_ENUM_ATTR_DEFAULT_VALUE(HTMLFormElement, Method, method,
kFormDefaultMethod->tag)
NS_IMPL_BOOL_ATTR(HTMLFormElement, NoValidate, novalidate)
NS_IMPL_STRING_ATTR(HTMLFormElement, Name, name)
NS_IMPL_STRING_ATTR(HTMLFormElement, Target, target)
void
HTMLFormElement::Submit(ErrorResult& aRv)
{
// Send the submit event
if (mPendingSubmission) {
// aha, we have a pending submission that was not flushed
// (this happens when form.submit() is called twice)
// we have to delete it and build a new one since values
// might have changed inbetween (we emulate IE here, that's all)
mPendingSubmission = nullptr;
}
aRv = DoSubmitOrReset(nullptr, NS_FORM_SUBMIT);
}
NS_IMETHODIMP
HTMLFormElement::Submit()
{
ErrorResult rv;
Submit(rv);
return rv.ErrorCode();
}
NS_IMETHODIMP
HTMLFormElement::Reset()
{
InternalFormEvent event(true, NS_FORM_RESET);
EventDispatcher::Dispatch(static_cast<nsIContent*>(this), nullptr, &event);
return NS_OK;
}
NS_IMETHODIMP
HTMLFormElement::CheckValidity(bool* retVal)
{
*retVal = CheckValidity();
return NS_OK;
}
void
HTMLFormElement::RequestAutocomplete()
{
bool dummy;
nsCOMPtr<nsIDOMWindow> window =
do_QueryInterface(OwnerDoc()->GetScriptHandlingObject(dummy));
nsCOMPtr<nsIFormAutofillContentService> formAutofillContentService =
do_GetService("@mozilla.org/formautofill/content-service;1");
if (!formAutofillContentService || !window) {
AutocompleteErrorEventInit init;
init.mBubbles = true;
init.mCancelable = false;
init.mReason = AutoCompleteErrorReason::Disabled;
nsRefPtr<AutocompleteErrorEvent> event =
AutocompleteErrorEvent::Constructor(this, NS_LITERAL_STRING("autocompleteerror"), init);
(new AsyncEventDispatcher(this, event))->PostDOMEvent();
return;
}
formAutofillContentService->RequestAutocomplete(this, window);
}
bool
HTMLFormElement::ParseAttribute(int32_t aNamespaceID,
nsIAtom* aAttribute,
const nsAString& aValue,
nsAttrValue& aResult)
{
if (aNamespaceID == kNameSpaceID_None) {
if (aAttribute == nsGkAtoms::method) {
return aResult.ParseEnumValue(aValue, kFormMethodTable, false);
}
if (aAttribute == nsGkAtoms::enctype) {
return aResult.ParseEnumValue(aValue, kFormEnctypeTable, false);
}
if (aAttribute == nsGkAtoms::autocomplete) {
return aResult.ParseEnumValue(aValue, kFormAutocompleteTable, false);
}
}
return nsGenericHTMLElement::ParseAttribute(aNamespaceID, aAttribute, aValue,
aResult);
}
nsresult
HTMLFormElement::BindToTree(nsIDocument* aDocument, nsIContent* aParent,
nsIContent* aBindingParent,
bool aCompileEventHandlers)
{
nsresult rv = nsGenericHTMLElement::BindToTree(aDocument, aParent,
aBindingParent,
aCompileEventHandlers);
NS_ENSURE_SUCCESS(rv, rv);
nsCOMPtr<nsIHTMLDocument> htmlDoc(do_QueryInterface(aDocument));
if (htmlDoc) {
htmlDoc->AddedForm();
}
return rv;
}
template<typename T>
static void
MarkOrphans(const nsTArray<T*>& aArray)
{
uint32_t length = aArray.Length();
for (uint32_t i = 0; i < length; ++i) {
aArray[i]->SetFlags(MAYBE_ORPHAN_FORM_ELEMENT);
}
}
static void
CollectOrphans(nsINode* aRemovalRoot,
const nsTArray<nsGenericHTMLFormElement*>& aArray
#ifdef DEBUG
, nsIDOMHTMLFormElement* aThisForm
#endif
)
{
// Put a script blocker around all the notifications we're about to do.
nsAutoScriptBlocker scriptBlocker;
// Walk backwards so that if we remove elements we can just keep iterating
uint32_t length = aArray.Length();
for (uint32_t i = length; i > 0; --i) {
nsGenericHTMLFormElement* node = aArray[i-1];
// Now if MAYBE_ORPHAN_FORM_ELEMENT is not set, that would mean that the
// node is in fact a descendant of the form and hence should stay in the
// form. If it _is_ set, then we need to check whether the node is a
// descendant of aRemovalRoot. If it is, we leave it in the form.
#ifdef DEBUG
bool removed = false;
#endif
if (node->HasFlag(MAYBE_ORPHAN_FORM_ELEMENT)) {
node->UnsetFlags(MAYBE_ORPHAN_FORM_ELEMENT);
if (!nsContentUtils::ContentIsDescendantOf(node, aRemovalRoot)) {
node->ClearForm(true);
// When a form control loses its form owner, its state can change.
node->UpdateState(true);
#ifdef DEBUG
removed = true;
#endif
}
}
#ifdef DEBUG
if (!removed) {
nsCOMPtr<nsIDOMHTMLFormElement> form;
node->GetForm(getter_AddRefs(form));
NS_ASSERTION(form == aThisForm, "How did that happen?");
}
#endif /* DEBUG */
}
}
static void
CollectOrphans(nsINode* aRemovalRoot,
const nsTArray<HTMLImageElement*>& aArray
#ifdef DEBUG
, nsIDOMHTMLFormElement* aThisForm
#endif
)
{
// Walk backwards so that if we remove elements we can just keep iterating
uint32_t length = aArray.Length();
for (uint32_t i = length; i > 0; --i) {
HTMLImageElement* node = aArray[i-1];
// Now if MAYBE_ORPHAN_FORM_ELEMENT is not set, that would mean that the
// node is in fact a descendant of the form and hence should stay in the
// form. If it _is_ set, then we need to check whether the node is a
// descendant of aRemovalRoot. If it is, we leave it in the form.
#ifdef DEBUG
bool removed = false;
#endif
if (node->HasFlag(MAYBE_ORPHAN_FORM_ELEMENT)) {
node->UnsetFlags(MAYBE_ORPHAN_FORM_ELEMENT);
if (!nsContentUtils::ContentIsDescendantOf(node, aRemovalRoot)) {
node->ClearForm(true);
#ifdef DEBUG
removed = true;
#endif
}
}
#ifdef DEBUG
if (!removed) {
nsCOMPtr<nsIDOMHTMLFormElement> form = node->GetForm();
NS_ASSERTION(form == aThisForm, "How did that happen?");
}
#endif /* DEBUG */
}
}
void
HTMLFormElement::UnbindFromTree(bool aDeep, bool aNullParent)
{
nsCOMPtr<nsIHTMLDocument> oldDocument = do_QueryInterface(GetUncomposedDoc());
// Mark all of our controls as maybe being orphans
MarkOrphans(mControls->mElements);
MarkOrphans(mControls->mNotInElements);
MarkOrphans(mImageElements);
nsGenericHTMLElement::UnbindFromTree(aDeep, aNullParent);
nsINode* ancestor = this;
nsINode* cur;
do {
cur = ancestor->GetParentNode();
if (!cur) {
break;
}
ancestor = cur;
} while (1);
CollectOrphans(ancestor, mControls->mElements
#ifdef DEBUG
, this
#endif
);
CollectOrphans(ancestor, mControls->mNotInElements
#ifdef DEBUG
, this
#endif
);
CollectOrphans(ancestor, mImageElements
#ifdef DEBUG
, this
#endif
);
if (oldDocument) {
oldDocument->RemovedForm();
}
ForgetCurrentSubmission();
}
nsresult
HTMLFormElement::PreHandleEvent(EventChainPreVisitor& aVisitor)
{
aVisitor.mWantsWillHandleEvent = true;
if (aVisitor.mEvent->originalTarget == static_cast<nsIContent*>(this)) {
uint32_t msg = aVisitor.mEvent->message;
if (msg == NS_FORM_SUBMIT) {
if (mGeneratingSubmit) {
aVisitor.mCanHandle = false;
return NS_OK;
}
mGeneratingSubmit = true;
// let the form know that it needs to defer the submission,
// that means that if there are scripted submissions, the
// latest one will be deferred until after the exit point of the handler.
mDeferSubmission = true;
}
else if (msg == NS_FORM_RESET) {
if (mGeneratingReset) {
aVisitor.mCanHandle = false;
return NS_OK;
}
mGeneratingReset = true;
}
}
return nsGenericHTMLElement::PreHandleEvent(aVisitor);
}
nsresult
HTMLFormElement::WillHandleEvent(EventChainPostVisitor& aVisitor)
{
// If this is the bubble stage and there is a nested form below us which
// received a submit event we do *not* want to handle the submit event
// for this form too.
if ((aVisitor.mEvent->message == NS_FORM_SUBMIT ||
aVisitor.mEvent->message == NS_FORM_RESET) &&
aVisitor.mEvent->mFlags.mInBubblingPhase &&
aVisitor.mEvent->originalTarget != static_cast<nsIContent*>(this)) {
aVisitor.mEvent->mFlags.mPropagationStopped = true;
}
return NS_OK;
}
nsresult
HTMLFormElement::PostHandleEvent(EventChainPostVisitor& aVisitor)
{
if (aVisitor.mEvent->originalTarget == static_cast<nsIContent*>(this)) {
uint32_t msg = aVisitor.mEvent->message;
if (msg == NS_FORM_SUBMIT) {
// let the form know not to defer subsequent submissions
mDeferSubmission = false;
}
if (aVisitor.mEventStatus == nsEventStatus_eIgnore) {
switch (msg) {
case NS_FORM_RESET:
case NS_FORM_SUBMIT:
{
if (mPendingSubmission && msg == NS_FORM_SUBMIT) {
// tell the form to forget a possible pending submission.
// the reason is that the script returned true (the event was
// ignored) so if there is a stored submission, it will miss
// the name/value of the submitting element, thus we need
// to forget it and the form element will build a new one
mPendingSubmission = nullptr;
}
DoSubmitOrReset(aVisitor.mEvent, msg);
}
break;
}
} else {
if (msg == NS_FORM_SUBMIT) {
// tell the form to flush a possible pending submission.
// the reason is that the script returned false (the event was
// not ignored) so if there is a stored submission, it needs to
// be submitted immediatelly.
FlushPendingSubmission();
}
}
if (msg == NS_FORM_SUBMIT) {
mGeneratingSubmit = false;
}
else if (msg == NS_FORM_RESET) {
mGeneratingReset = false;
}
}
return NS_OK;
}
nsresult
HTMLFormElement::DoSubmitOrReset(WidgetEvent* aEvent,
int32_t aMessage)
{
// Make sure the presentation is up-to-date
nsIDocument* doc = GetComposedDoc();
if (doc) {
doc->FlushPendingNotifications(Flush_ContentAndNotify);
}
// JBK Don't get form frames anymore - bug 34297
// Submit or Reset the form
if (NS_FORM_RESET == aMessage) {
return DoReset();
}
if (NS_FORM_SUBMIT == aMessage) {
// Don't submit if we're not in a document or if we're in
// a sandboxed frame and form submit is disabled.
if (!doc || (doc->GetSandboxFlags() & SANDBOXED_FORMS)) {
return NS_OK;
}
return DoSubmit(aEvent);
}
MOZ_ASSERT(false);
return NS_OK;
}
nsresult
HTMLFormElement::DoReset()
{
// JBK walk the elements[] array instead of form frame controls - bug 34297
uint32_t numElements = GetElementCount();
for (uint32_t elementX = 0; elementX < numElements; ++elementX) {
// Hold strong ref in case the reset does something weird
nsCOMPtr<nsIFormControl> controlNode = GetElementAt(elementX);
if (controlNode) {
controlNode->Reset();
}
}
return NS_OK;
}
#define NS_ENSURE_SUBMIT_SUCCESS(rv) \
if (NS_FAILED(rv)) { \
ForgetCurrentSubmission(); \
return rv; \
}
nsresult
HTMLFormElement::DoSubmit(WidgetEvent* aEvent)
{
NS_ASSERTION(GetComposedDoc(), "Should never get here without a current doc");
if (mIsSubmitting) {
NS_WARNING("Preventing double form submission");
// XXX Should this return an error?
return NS_OK;
}
// Mark us as submitting so that we don't try to submit again
mIsSubmitting = true;
NS_ASSERTION(!mWebProgress && !mSubmittingRequest, "Web progress / submitting request should not exist here!");
nsAutoPtr<nsFormSubmission> submission;
//
// prepare the submission object
//
nsresult rv = BuildSubmission(getter_Transfers(submission), aEvent);
if (NS_FAILED(rv)) {
mIsSubmitting = false;
return rv;
}
// XXXbz if the script global is that for an sXBL/XBL2 doc, it won't
// be a window...
nsPIDOMWindow *window = OwnerDoc()->GetWindow();
if (window) {
mSubmitPopupState = window->GetPopupControlState();
} else {
mSubmitPopupState = openAbused;
}
mSubmitInitiatedFromUserInput = EventStateManager::IsHandlingUserInput();
if(mDeferSubmission) {
// we are in an event handler, JS submitted so we have to
// defer this submission. let's remember it and return
// without submitting
mPendingSubmission = submission;
// ensure reentrancy
mIsSubmitting = false;
return NS_OK;
}
//
// perform the submission
//
return SubmitSubmission(submission);
}
nsresult
HTMLFormElement::BuildSubmission(nsFormSubmission** aFormSubmission,
WidgetEvent* aEvent)
{
NS_ASSERTION(!mPendingSubmission, "tried to build two submissions!");
// Get the originating frame (failure is non-fatal)
nsGenericHTMLElement* originatingElement = nullptr;
if (aEvent) {
InternalFormEvent* formEvent = aEvent->AsFormEvent();
if (formEvent) {
nsIContent* originator = formEvent->originator;
if (originator) {
if (!originator->IsHTML()) {
return NS_ERROR_UNEXPECTED;
}
originatingElement = static_cast<nsGenericHTMLElement*>(originator);
}
}
}
nsresult rv;
//
// Get the submission object
//
rv = GetSubmissionFromForm(this, originatingElement, aFormSubmission);
NS_ENSURE_SUBMIT_SUCCESS(rv);
//
// Dump the data into the submission object
//
rv = WalkFormElements(*aFormSubmission);
NS_ENSURE_SUBMIT_SUCCESS(rv);
return NS_OK;
}
nsresult
HTMLFormElement::SubmitSubmission(nsFormSubmission* aFormSubmission)
{
nsresult rv;
nsIContent* originatingElement = aFormSubmission->GetOriginatingElement();
//
// Get the action and target
//
nsCOMPtr<nsIURI> actionURI;
rv = GetActionURL(getter_AddRefs(actionURI), originatingElement);
NS_ENSURE_SUBMIT_SUCCESS(rv);
if (!actionURI) {
mIsSubmitting = false;
return NS_OK;
}
// If there is no link handler, then we won't actually be able to submit.
nsIDocument* doc = GetComposedDoc();
nsCOMPtr<nsISupports> container = doc ? doc->GetContainer() : nullptr;
nsCOMPtr<nsILinkHandler> linkHandler(do_QueryInterface(container));
if (!linkHandler || IsEditable()) {
mIsSubmitting = false;
return NS_OK;
}
// javascript URIs are not really submissions; they just call a function.
// Also, they may synchronously call submit(), and we want them to be able to
// do so while still disallowing other double submissions. (Bug 139798)
// Note that any other URI types that are of equivalent type should also be
// added here.
// XXXbz this is a mess. The real issue here is that nsJSChannel sets the
// LOAD_BACKGROUND flag, so doesn't notify us, compounded by the fact that
// the JS executes before we forget the submission in OnStateChange on
// STATE_STOP. As a result, we have to make sure that we simply pretend
// we're not submitting when submitting to a JS URL. That's kinda bogus, but
// there we are.
bool schemeIsJavaScript = false;
if (NS_SUCCEEDED(actionURI->SchemeIs("javascript", &schemeIsJavaScript)) &&
schemeIsJavaScript) {
mIsSubmitting = false;
}
// The target is the originating element formtarget attribute if the element
// is a submit control and has such an attribute.
// Otherwise, the target is the form owner's target attribute,
// if it has such an attribute.
// Finally, if one of the child nodes of the head element is a base element
// with a target attribute, then the value of the target attribute of the
// first such base element; or, if there is no such element, the empty string.
nsAutoString target;
if (!(originatingElement && originatingElement->GetAttr(kNameSpaceID_None,
nsGkAtoms::formtarget,
target)) &&
!GetAttr(kNameSpaceID_None, nsGkAtoms::target, target)) {
GetBaseTarget(target);
}
//
// Notify observers of submit
//
bool cancelSubmit = false;
if (mNotifiedObservers) {
cancelSubmit = mNotifiedObserversResult;
} else {
rv = NotifySubmitObservers(actionURI, &cancelSubmit, true);
NS_ENSURE_SUBMIT_SUCCESS(rv);
}
if (cancelSubmit) {
mIsSubmitting = false;
return NS_OK;
}
cancelSubmit = false;
rv = NotifySubmitObservers(actionURI, &cancelSubmit, false);
NS_ENSURE_SUBMIT_SUCCESS(rv);
if (cancelSubmit) {
mIsSubmitting = false;
return NS_OK;
}
//
// Submit
//
nsCOMPtr<nsIDocShell> docShell;
{
nsAutoPopupStatePusher popupStatePusher(mSubmitPopupState);
AutoHandlingUserInputStatePusher userInpStatePusher(
mSubmitInitiatedFromUserInput,
nullptr, doc);
nsCOMPtr<nsIInputStream> postDataStream;
rv = aFormSubmission->GetEncodedSubmission(actionURI,
getter_AddRefs(postDataStream));
NS_ENSURE_SUBMIT_SUCCESS(rv);
rv = linkHandler->OnLinkClickSync(this, actionURI,
target.get(),
NullString(),
postDataStream, nullptr,
getter_AddRefs(docShell),
getter_AddRefs(mSubmittingRequest));
NS_ENSURE_SUBMIT_SUCCESS(rv);
}
// Even if the submit succeeds, it's possible for there to be no docshell
// or request; for example, if it's to a named anchor within the same page
// the submit will not really do anything.
if (docShell) {
// If the channel is pending, we have to listen for web progress.
bool pending = false;
mSubmittingRequest->IsPending(&pending);
if (pending && !schemeIsJavaScript) {
nsCOMPtr<nsIWebProgress> webProgress = do_GetInterface(docShell);
NS_ASSERTION(webProgress, "nsIDocShell not converted to nsIWebProgress!");
rv = webProgress->AddProgressListener(this, nsIWebProgress::NOTIFY_STATE_ALL);
NS_ENSURE_SUBMIT_SUCCESS(rv);
mWebProgress = do_GetWeakReference(webProgress);
NS_ASSERTION(mWebProgress, "can't hold weak ref to webprogress!");
} else {
ForgetCurrentSubmission();
}
} else {
ForgetCurrentSubmission();
}
return rv;
}
nsresult
HTMLFormElement::NotifySubmitObservers(nsIURI* aActionURL,
bool* aCancelSubmit,
bool aEarlyNotify)
{
// If this is the first form, bring alive the first form submit
// category observers
if (!gFirstFormSubmitted) {
gFirstFormSubmitted = true;
NS_CreateServicesFromCategory(NS_FIRST_FORMSUBMIT_CATEGORY,
nullptr,
NS_FIRST_FORMSUBMIT_CATEGORY);
}
// XXXbz what do the submit observers actually want? The window
// of the document this is shown in? Or something else?
// sXBL/XBL2 issue
nsCOMPtr<nsPIDOMWindow> window = OwnerDoc()->GetWindow();
// Notify the secure browser UI, if any, that the form is being submitted.
nsCOMPtr<nsIDocShell> docshell = OwnerDoc()->GetDocShell();
if (docshell && !aEarlyNotify) {
nsCOMPtr<nsISecureBrowserUI> secureUI;
docshell->GetSecurityUI(getter_AddRefs(secureUI));
nsCOMPtr<nsIFormSubmitObserver> formSubmitObserver =
do_QueryInterface(secureUI);
if (formSubmitObserver) {
nsresult rv = formSubmitObserver->Notify(this,
window,
aActionURL,
aCancelSubmit);
NS_ENSURE_SUCCESS(rv, rv);
if (*aCancelSubmit) {
return NS_OK;
}
}
}
// Notify observers that the form is being submitted.
nsCOMPtr<nsIObserverService> service =
mozilla::services::GetObserverService();
if (!service)
return NS_ERROR_FAILURE;
nsCOMPtr<nsISimpleEnumerator> theEnum;
nsresult rv = service->EnumerateObservers(aEarlyNotify ?
NS_EARLYFORMSUBMIT_SUBJECT :
NS_FORMSUBMIT_SUBJECT,
getter_AddRefs(theEnum));
NS_ENSURE_SUCCESS(rv, rv);
if (theEnum) {
nsCOMPtr<nsISupports> inst;
*aCancelSubmit = false;
bool loop = true;
while (NS_SUCCEEDED(theEnum->HasMoreElements(&loop)) && loop) {
theEnum->GetNext(getter_AddRefs(inst));
nsCOMPtr<nsIFormSubmitObserver> formSubmitObserver(
do_QueryInterface(inst));
if (formSubmitObserver) {
rv = formSubmitObserver->Notify(this,
window,
aActionURL,
aCancelSubmit);
NS_ENSURE_SUCCESS(rv, rv);
}
if (*aCancelSubmit) {
return NS_OK;
}
}
}
return rv;
}
nsresult
HTMLFormElement::WalkFormElements(nsFormSubmission* aFormSubmission)
{
nsTArray<nsGenericHTMLFormElement*> sortedControls;
nsresult rv = mControls->GetSortedControls(sortedControls);
NS_ENSURE_SUCCESS(rv, rv);
uint32_t len = sortedControls.Length();
// Hold a reference to the elements so they can't be deleted while
// calling SubmitNamesValues().
for (uint32_t i = 0; i < len; ++i) {
static_cast<nsGenericHTMLElement*>(sortedControls[i])->AddRef();
}
//
// Walk the list of nodes and call SubmitNamesValues() on the controls
//
for (uint32_t i = 0; i < len; ++i) {
// Tell the control to submit its name/value pairs to the submission
sortedControls[i]->SubmitNamesValues(aFormSubmission);
}
// Release the references.
for (uint32_t i = 0; i < len; ++i) {
static_cast<nsGenericHTMLElement*>(sortedControls[i])->Release();
}
return NS_OK;
}
// nsIForm
NS_IMETHODIMP_(uint32_t)
HTMLFormElement::GetElementCount() const
{
uint32_t count = 0;
mControls->GetLength(&count);
return count;
}
Element*
HTMLFormElement::IndexedGetter(uint32_t aIndex, bool &aFound)
{
Element* element = mControls->mElements.SafeElementAt(aIndex, nullptr);
aFound = element != nullptr;
return element;
}
NS_IMETHODIMP_(nsIFormControl*)
HTMLFormElement::GetElementAt(int32_t aIndex) const
{
return mControls->mElements.SafeElementAt(aIndex, nullptr);
}
/**
* Compares the position of aControl1 and aControl2 in the document
* @param aControl1 First control to compare.
* @param aControl2 Second control to compare.
* @param aForm Parent form of the controls.
* @return < 0 if aControl1 is before aControl2,
* > 0 if aControl1 is after aControl2,
* 0 otherwise
*/
/* static */ int32_t
HTMLFormElement::CompareFormControlPosition(Element* aElement1,
Element* aElement2,
const nsIContent* aForm)
{
NS_ASSERTION(aElement1 != aElement2, "Comparing a form control to itself");
// If an element has a @form, we can assume it *might* be able to not have
// a parent and still be in the form.
NS_ASSERTION((aElement1->HasAttr(kNameSpaceID_None, nsGkAtoms::form) ||
aElement1->GetParent()) &&
(aElement2->HasAttr(kNameSpaceID_None, nsGkAtoms::form) ||
aElement2->GetParent()),
"Form controls should always have parents");
// If we pass aForm, we are assuming both controls are form descendants which
// is not always the case. This function should work but maybe slower.
// However, checking if both elements are form descendants may be slow too...
// TODO: remove the prevent asserts fix, see bug 598468.
#ifdef DEBUG
nsLayoutUtils::gPreventAssertInCompareTreePosition = true;
int32_t rVal = nsLayoutUtils::CompareTreePosition(aElement1, aElement2, aForm);
nsLayoutUtils::gPreventAssertInCompareTreePosition = false;
return rVal;
#else // DEBUG
return nsLayoutUtils::CompareTreePosition(aElement1, aElement2, aForm);
#endif // DEBUG
}
#ifdef DEBUG
/**
* Checks that all form elements are in document order. Asserts if any pair of
* consecutive elements are not in increasing document order.
*
* @param aControls List of form controls to check.
* @param aForm Parent form of the controls.
*/
/* static */ void
HTMLFormElement::AssertDocumentOrder(
const nsTArray<nsGenericHTMLFormElement*>& aControls, nsIContent* aForm)
{
// TODO: remove the return statement with bug 598468.
// This is done to prevent asserts in some edge cases.
return;
// Only iterate if aControls is not empty, since otherwise
// |aControls.Length() - 1| will be a very large unsigned number... not what
// we want here.
if (!aControls.IsEmpty()) {
for (uint32_t i = 0; i < aControls.Length() - 1; ++i) {
NS_ASSERTION(CompareFormControlPosition(aControls[i], aControls[i + 1],
aForm) < 0,
"Form controls not ordered correctly");
}
}
}
#endif
void
HTMLFormElement::PostPasswordEvent()
{
// Don't fire another add event if we have a pending add event.
if (mFormPasswordEventDispatcher.get()) {
return;
}
mFormPasswordEventDispatcher =
new FormPasswordEventDispatcher(this,
NS_LITERAL_STRING("DOMFormHasPassword"));
mFormPasswordEventDispatcher->PostDOMEvent();
}
namespace {
struct FormComparator
{
Element* const mChild;
HTMLFormElement* const mForm;
FormComparator(Element* aChild, HTMLFormElement* aForm)
: mChild(aChild), mForm(aForm) {}
int operator()(Element* aElement) const {
return HTMLFormElement::CompareFormControlPosition(mChild, aElement, mForm);
}
};
} // namespace
// This function return true if the element, once appended, is the last one in
// the array.
template<typename ElementType>
static bool
AddElementToList(nsTArray<ElementType*>& aList, ElementType* aChild,
HTMLFormElement* aForm)
{
NS_ASSERTION(aList.IndexOf(aChild) == aList.NoIndex,
"aChild already in aList");
const uint32_t count = aList.Length();
ElementType* element;
bool lastElement = false;
// Optimize most common case where we insert at the end.
int32_t position = -1;
if (count > 0) {
element = aList[count - 1];
position =
HTMLFormElement::CompareFormControlPosition(aChild, element, aForm);
}
// If this item comes after the last element, or the elements array is
// empty, we append to the end. Otherwise, we do a binary search to
// determine where the element should go.
if (position >= 0 || count == 0) {
// WEAK - don't addref
aList.AppendElement(aChild);
lastElement = true;
}
else {
size_t idx;
BinarySearchIf(aList, 0, count, FormComparator(aChild, aForm), &idx);
// WEAK - don't addref
aList.InsertElementAt(idx, aChild);
}
return lastElement;
}
nsresult
HTMLFormElement::AddElement(nsGenericHTMLFormElement* aChild,
bool aUpdateValidity, bool aNotify)
{
// If an element has a @form, we can assume it *might* be able to not have
// a parent and still be in the form.
NS_ASSERTION(aChild->HasAttr(kNameSpaceID_None, nsGkAtoms::form) ||
aChild->GetParent(),
"Form control should have a parent");
// Determine whether to add the new element to the elements or
// the not-in-elements list.
bool childInElements = HTMLFormControlsCollection::ShouldBeInElements(aChild);
nsTArray<nsGenericHTMLFormElement*>& controlList = childInElements ?
mControls->mElements : mControls->mNotInElements;
bool lastElement = AddElementToList(controlList, aChild, this);
#ifdef DEBUG
AssertDocumentOrder(controlList, this);
#endif
int32_t type = aChild->GetType();
//
// If it is a password control, and the password manager has not yet been
// initialized, initialize the password manager
//
if (type == NS_FORM_INPUT_PASSWORD) {
if (!gPasswordManagerInitialized) {
gPasswordManagerInitialized = true;
NS_CreateServicesFromCategory(NS_PASSWORDMANAGER_CATEGORY,
nullptr,
NS_PASSWORDMANAGER_CATEGORY);
}
PostPasswordEvent();
}
// Default submit element handling
if (aChild->IsSubmitControl()) {
// Update mDefaultSubmitElement, mFirstSubmitInElements,
// mFirstSubmitNotInElements.
nsGenericHTMLFormElement** firstSubmitSlot =
childInElements ? &mFirstSubmitInElements : &mFirstSubmitNotInElements;
// The new child is the new first submit in its list if the firstSubmitSlot
// is currently empty or if the child is before what's currently in the
// slot. Note that if we already have a control in firstSubmitSlot and
// we're appending this element can't possibly replace what's currently in
// the slot. Also note that aChild can't become the mDefaultSubmitElement
// unless it replaces what's in the slot. If it _does_ replace what's in
// the slot, it becomes the default submit if either the default submit is
// what's in the slot or the child is earlier than the default submit.
nsGenericHTMLFormElement* oldDefaultSubmit = mDefaultSubmitElement;
if (!*firstSubmitSlot ||
(!lastElement &&
CompareFormControlPosition(aChild, *firstSubmitSlot, this) < 0)) {
// Update mDefaultSubmitElement if it's currently in a valid state.
// Valid state means either non-null or null because there are in fact
// no submit elements around.
if ((mDefaultSubmitElement ||
(!mFirstSubmitInElements && !mFirstSubmitNotInElements)) &&
(*firstSubmitSlot == mDefaultSubmitElement ||
CompareFormControlPosition(aChild,
mDefaultSubmitElement, this) < 0)) {
mDefaultSubmitElement = aChild;
}
*firstSubmitSlot = aChild;
}
NS_POSTCONDITION(mDefaultSubmitElement == mFirstSubmitInElements ||
mDefaultSubmitElement == mFirstSubmitNotInElements ||
!mDefaultSubmitElement,
"What happened here?");
// Notify that the state of the previous default submit element has changed
// if the element which is the default submit element has changed. The new
// default submit element is responsible for its own state update.
if (oldDefaultSubmit && oldDefaultSubmit != mDefaultSubmitElement) {
oldDefaultSubmit->UpdateState(aNotify);
}
}
// If the element is subject to constraint validaton and is invalid, we need
// to update our internal counter.
if (aUpdateValidity) {
nsCOMPtr<nsIConstraintValidation> cvElmt = do_QueryObject(aChild);
if (cvElmt &&
cvElmt->IsCandidateForConstraintValidation() && !cvElmt->IsValid()) {
UpdateValidity(false);
}
}
// Notify the radio button it's been added to a group
// This has to be done _after_ UpdateValidity() call to prevent the element
// being count twice.
if (type == NS_FORM_INPUT_RADIO) {
nsRefPtr<HTMLInputElement> radio =
static_cast<HTMLInputElement*>(aChild);
radio->AddedToRadioGroup();
}
return NS_OK;
}
nsresult
HTMLFormElement::AddElementToTable(nsGenericHTMLFormElement* aChild,
const nsAString& aName)
{
return mControls->AddElementToTable(aChild, aName);
}
nsresult
HTMLFormElement::RemoveElement(nsGenericHTMLFormElement* aChild,
bool aUpdateValidity)
{
//
// Remove it from the radio group if it's a radio button
//
nsresult rv = NS_OK;
if (aChild->GetType() == NS_FORM_INPUT_RADIO) {
nsRefPtr<HTMLInputElement> radio =
static_cast<HTMLInputElement*>(aChild);
radio->WillRemoveFromRadioGroup();
}
// Determine whether to remove the child from the elements list
// or the not in elements list.
bool childInElements = HTMLFormControlsCollection::ShouldBeInElements(aChild);
nsTArray<nsGenericHTMLFormElement*>& controls = childInElements ?
mControls->mElements : mControls->mNotInElements;
// Find the index of the child. This will be used later if necessary
// to find the default submit.
size_t index = controls.IndexOf(aChild);
NS_ENSURE_STATE(index != controls.NoIndex);
controls.RemoveElementAt(index);
// Update our mFirstSubmit* values.
nsGenericHTMLFormElement** firstSubmitSlot =
childInElements ? &mFirstSubmitInElements : &mFirstSubmitNotInElements;
if (aChild == *firstSubmitSlot) {
*firstSubmitSlot = nullptr;
// We are removing the first submit in this list, find the new first submit
uint32_t length = controls.Length();
for (uint32_t i = index; i < length; ++i) {
nsGenericHTMLFormElement* currentControl = controls[i];
if (currentControl->IsSubmitControl()) {
*firstSubmitSlot = currentControl;
break;
}
}
}
if (aChild == mDefaultSubmitElement) {
// Need to reset mDefaultSubmitElement. Do this asynchronously so
// that we're not doing it while the DOM is in flux.
mDefaultSubmitElement = nullptr;
nsContentUtils::AddScriptRunner(new RemoveElementRunnable(this));
// Note that we don't need to notify on the old default submit (which is
// being removed) because it's either being removed from the DOM or
// changing attributes in a way that makes it responsible for sending its
// own notifications.
}
// If the element was subject to constraint validaton and is invalid, we need
// to update our internal counter.
if (aUpdateValidity) {
nsCOMPtr<nsIConstraintValidation> cvElmt = do_QueryObject(aChild);
if (cvElmt &&
cvElmt->IsCandidateForConstraintValidation() && !cvElmt->IsValid()) {
UpdateValidity(true);
}
}
return rv;
}
void
HTMLFormElement::HandleDefaultSubmitRemoval()
{
if (mDefaultSubmitElement) {
// Already got reset somehow; nothing else to do here
return;
}
if (!mFirstSubmitNotInElements) {
mDefaultSubmitElement = mFirstSubmitInElements;
} else if (!mFirstSubmitInElements) {
mDefaultSubmitElement = mFirstSubmitNotInElements;
} else {
NS_ASSERTION(mFirstSubmitInElements != mFirstSubmitNotInElements,
"How did that happen?");
// Have both; use the earlier one
mDefaultSubmitElement =
CompareFormControlPosition(mFirstSubmitInElements,
mFirstSubmitNotInElements, this) < 0 ?
mFirstSubmitInElements : mFirstSubmitNotInElements;
}
NS_POSTCONDITION(mDefaultSubmitElement == mFirstSubmitInElements ||
mDefaultSubmitElement == mFirstSubmitNotInElements,
"What happened here?");
// Notify about change if needed.
if (mDefaultSubmitElement) {
mDefaultSubmitElement->UpdateState(true);
}
}
nsresult
HTMLFormElement::RemoveElementFromTableInternal(
nsInterfaceHashtable<nsStringHashKey,nsISupports>& aTable,
nsIContent* aChild, const nsAString& aName)
{
nsCOMPtr<nsISupports> supports;
if (!aTable.Get(aName, getter_AddRefs(supports)))
return NS_OK;
// Single element in the hash, just remove it if it's the one
// we're trying to remove...
if (supports == aChild) {
aTable.Remove(aName);
++mExpandoAndGeneration.generation;
return NS_OK;
}
nsCOMPtr<nsIContent> content(do_QueryInterface(supports));
if (content) {
return NS_OK;
}
nsCOMPtr<nsIDOMNodeList> nodeList(do_QueryInterface(supports));
NS_ENSURE_TRUE(nodeList, NS_ERROR_FAILURE);
// Upcast, uggly, but it works!
nsBaseContentList *list = static_cast<nsBaseContentList*>(nodeList.get());
list->RemoveElement(aChild);
uint32_t length = 0;
list->GetLength(&length);
if (!length) {
// If the list is empty we remove if from our hash, this shouldn't
// happen tho
aTable.Remove(aName);
++mExpandoAndGeneration.generation;
} else if (length == 1) {
// Only one element left, replace the list in the hash with the
// single element.
nsIContent* node = list->Item(0);
if (node) {
aTable.Put(aName, node);
}
}
return NS_OK;
}
static PLDHashOperator
RemovePastNames(const nsAString& aName,
nsCOMPtr<nsISupports>& aData,
void* aClosure)
{
return aClosure == aData ? PL_DHASH_REMOVE : PL_DHASH_NEXT;
}
nsresult
HTMLFormElement::RemoveElementFromTable(nsGenericHTMLFormElement* aElement,
const nsAString& aName,
RemoveElementReason aRemoveReason)
{
// If the element is being removed from the form, we have to remove it from
// the past names map.
if (aRemoveReason == ElementRemoved) {
uint32_t oldCount = mPastNameLookupTable.Count();
mPastNameLookupTable.Enumerate(RemovePastNames, aElement);
if (oldCount != mPastNameLookupTable.Count()) {
++mExpandoAndGeneration.generation;
}
}
return mControls->RemoveElementFromTable(aElement, aName);
}
already_AddRefed<nsISupports>
HTMLFormElement::NamedGetter(const nsAString& aName, bool &aFound)
{
aFound = true;
nsCOMPtr<nsISupports> result = DoResolveName(aName, true);
if (result) {
AddToPastNamesMap(aName, result);
return result.forget();
}
result = mImageNameLookupTable.GetWeak(aName);
if (result) {
AddToPastNamesMap(aName, result);
return result.forget();
}
result = mPastNameLookupTable.GetWeak(aName);
if (result) {
return result.forget();
}
aFound = false;
return nullptr;
}
bool
HTMLFormElement::NameIsEnumerable(const nsAString& aName)
{
return true;
}
void
HTMLFormElement::GetSupportedNames(unsigned, nsTArray<nsString >& aRetval)
{
// TODO https://www.w3.org/Bugs/Public/show_bug.cgi?id=22320
}
already_AddRefed<nsISupports>
HTMLFormElement::FindNamedItem(const nsAString& aName,
nsWrapperCache** aCache)
{
// FIXME Get the wrapper cache from DoResolveName.
bool found;
nsCOMPtr<nsISupports> result = NamedGetter(aName, found);
if (result) {
*aCache = nullptr;
return result.forget();
}
return nullptr;
}
already_AddRefed<nsISupports>
HTMLFormElement::DoResolveName(const nsAString& aName,
bool aFlushContent)
{
nsCOMPtr<nsISupports> result =
mControls->NamedItemInternal(aName, aFlushContent);
return result.forget();
}
void
HTMLFormElement::OnSubmitClickBegin(nsIContent* aOriginatingElement)
{
mDeferSubmission = true;
// Prepare to run NotifySubmitObservers early before the
// scripts on the page get to modify the form data, possibly
// throwing off any password manager. (bug 257781)
nsCOMPtr<nsIURI> actionURI;
nsresult rv;
rv = GetActionURL(getter_AddRefs(actionURI), aOriginatingElement);
if (NS_FAILED(rv) || !actionURI)
return;
// Notify observers of submit if the form is valid.
// TODO: checking for mInvalidElementsCount is a temporary fix that should be
// removed with bug 610402.
if (mInvalidElementsCount == 0) {
bool cancelSubmit = false;
rv = NotifySubmitObservers(actionURI, &cancelSubmit, true);
if (NS_SUCCEEDED(rv)) {
mNotifiedObservers = true;
mNotifiedObserversResult = cancelSubmit;
}
}
}
void
HTMLFormElement::OnSubmitClickEnd()
{
mDeferSubmission = false;
}
void
HTMLFormElement::FlushPendingSubmission()
{
if (mPendingSubmission) {
// Transfer owning reference so that the submissioin doesn't get deleted
// if we reenter
nsAutoPtr<nsFormSubmission> submission = Move(mPendingSubmission);
SubmitSubmission(submission);
}
}
nsresult
HTMLFormElement::GetActionURL(nsIURI** aActionURL,
nsIContent* aOriginatingElement)
{
nsresult rv = NS_OK;
*aActionURL = nullptr;
//
// Grab the URL string
//
// If the originating element is a submit control and has the formaction
// attribute specified, it should be used. Otherwise, the action attribute
// from the form element should be used.
//
nsAutoString action;
if (aOriginatingElement &&
aOriginatingElement->HasAttr(kNameSpaceID_None, nsGkAtoms::formaction)) {
#ifdef DEBUG
nsCOMPtr<nsIFormControl> formControl = do_QueryInterface(aOriginatingElement);
NS_ASSERTION(formControl && formControl->IsSubmitControl(),
"The originating element must be a submit form control!");
#endif // DEBUG
nsCOMPtr<nsIDOMHTMLInputElement> inputElement = do_QueryInterface(aOriginatingElement);
if (inputElement) {
inputElement->GetFormAction(action);
} else {
nsCOMPtr<nsIDOMHTMLButtonElement> buttonElement = do_QueryInterface(aOriginatingElement);
if (buttonElement) {
buttonElement->GetFormAction(action);
} else {
NS_ERROR("Originating element must be an input or button element!");
return NS_ERROR_UNEXPECTED;
}
}
} else {
GetAction(action);
}
//
// Form the full action URL
//
// Get the document to form the URL.
// We'll also need it later to get the DOM window when notifying form submit
// observers (bug 33203)
if (!IsInDoc()) {
return NS_OK; // No doc means don't submit, see Bug 28988
}
// Get base URL
nsIDocument *document = OwnerDoc();
nsIURI *docURI = document->GetDocumentURI();
NS_ENSURE_TRUE(docURI, NS_ERROR_UNEXPECTED);
// If an action is not specified and we are inside
// a HTML document then reload the URL. This makes us
// compatible with 4.x browsers.
// If we are in some other type of document such as XML or
// XUL, do nothing. This prevents undesirable reloading of
// a document inside XUL.
nsCOMPtr<nsIURI> actionURL;
if (action.IsEmpty()) {
nsCOMPtr<nsIHTMLDocument> htmlDoc(do_QueryInterface(document));
if (!htmlDoc) {
// Must be a XML, XUL or other non-HTML document type
// so do nothing.
return NS_OK;
}
rv = docURI->Clone(getter_AddRefs(actionURL));
NS_ENSURE_SUCCESS(rv, rv);
} else {
nsCOMPtr<nsIURI> baseURL = GetBaseURI();
NS_ASSERTION(baseURL, "No Base URL found in Form Submit!\n");
if (!baseURL) {
return NS_OK; // No base URL -> exit early, see Bug 30721
}
rv = NS_NewURI(getter_AddRefs(actionURL), action, nullptr, baseURL);
NS_ENSURE_SUCCESS(rv, rv);
}
//
// Verify the URL should be reached
//
// Get security manager, check to see if access to action URI is allowed.
//
nsIScriptSecurityManager *securityManager =
nsContentUtils::GetSecurityManager();
rv = securityManager->
CheckLoadURIWithPrincipal(NodePrincipal(), actionURL,
nsIScriptSecurityManager::STANDARD);
NS_ENSURE_SUCCESS(rv, rv);
//
// Assign to the output
//
*aActionURL = actionURL;
NS_ADDREF(*aActionURL);
return rv;
}
NS_IMETHODIMP_(nsIFormControl*)
HTMLFormElement::GetDefaultSubmitElement() const
{
NS_PRECONDITION(mDefaultSubmitElement == mFirstSubmitInElements ||
mDefaultSubmitElement == mFirstSubmitNotInElements,
"What happened here?");
return mDefaultSubmitElement;
}
bool
HTMLFormElement::IsDefaultSubmitElement(const nsIFormControl* aControl) const
{
NS_PRECONDITION(aControl, "Unexpected call");
if (aControl == mDefaultSubmitElement) {
// Yes, it is
return true;
}
if (mDefaultSubmitElement ||
(aControl != mFirstSubmitInElements &&
aControl != mFirstSubmitNotInElements)) {
// It isn't
return false;
}
// mDefaultSubmitElement is null, but we have a non-null submit around
// (aControl, in fact). figure out whether it's in fact the default submit
// and just hasn't been set that way yet. Note that we can't just call
// HandleDefaultSubmitRemoval because we might need to notify to handle that
// correctly and we don't know whether that's safe right here.
if (!mFirstSubmitInElements || !mFirstSubmitNotInElements) {
// We only have one first submit; aControl has to be it
return true;
}
// We have both kinds of submits. Check which comes first.
nsIFormControl* defaultSubmit =
CompareFormControlPosition(mFirstSubmitInElements,
mFirstSubmitNotInElements, this) < 0 ?
mFirstSubmitInElements : mFirstSubmitNotInElements;
return aControl == defaultSubmit;
}
bool
HTMLFormElement::ImplicitSubmissionIsDisabled() const
{
// Input text controls are always in the elements list.
uint32_t numDisablingControlsFound = 0;
uint32_t length = mControls->mElements.Length();
for (uint32_t i = 0; i < length && numDisablingControlsFound < 2; ++i) {
if (mControls->mElements[i]->IsSingleLineTextControl(false) ||
mControls->mElements[i]->GetType() == NS_FORM_INPUT_NUMBER) {
numDisablingControlsFound++;
}
}
return numDisablingControlsFound != 1;
}
NS_IMETHODIMP
HTMLFormElement::GetEncoding(nsAString& aEncoding)
{
return GetEnctype(aEncoding);
}
NS_IMETHODIMP
HTMLFormElement::SetEncoding(const nsAString& aEncoding)
{
return SetEnctype(aEncoding);
}
int32_t
HTMLFormElement::Length()
{
return mControls->Length();
}
NS_IMETHODIMP
HTMLFormElement::GetLength(int32_t* aLength)
{
*aLength = Length();
return NS_OK;
}
void
HTMLFormElement::ForgetCurrentSubmission()
{
mNotifiedObservers = false;
mIsSubmitting = false;
mSubmittingRequest = nullptr;
nsCOMPtr<nsIWebProgress> webProgress = do_QueryReferent(mWebProgress);
if (webProgress) {
webProgress->RemoveProgressListener(this);
}
mWebProgress = nullptr;
}
bool
HTMLFormElement::CheckFormValidity(nsIMutableArray* aInvalidElements) const
{
bool ret = true;
nsTArray<nsGenericHTMLFormElement*> sortedControls;
if (NS_FAILED(mControls->GetSortedControls(sortedControls))) {
return false;
}
uint32_t len = sortedControls.Length();
// Hold a reference to the elements so they can't be deleted while calling
// the invalid events.
for (uint32_t i = 0; i < len; ++i) {
sortedControls[i]->AddRef();
}
for (uint32_t i = 0; i < len; ++i) {
nsCOMPtr<nsIConstraintValidation> cvElmt = do_QueryObject(sortedControls[i]);
if (cvElmt && cvElmt->IsCandidateForConstraintValidation() &&
!cvElmt->IsValid()) {
ret = false;
bool defaultAction = true;
nsContentUtils::DispatchTrustedEvent(sortedControls[i]->OwnerDoc(),
static_cast<nsIContent*>(sortedControls[i]),
NS_LITERAL_STRING("invalid"),
false, true, &defaultAction);
// Add all unhandled invalid controls to aInvalidElements if the caller
// requested them.
if (defaultAction && aInvalidElements) {
aInvalidElements->AppendElement(ToSupports(sortedControls[i]),
false);
}
}
}
// Release the references.
for (uint32_t i = 0; i < len; ++i) {
static_cast<nsGenericHTMLElement*>(sortedControls[i])->Release();
}
return ret;
}
bool
HTMLFormElement::CheckValidFormSubmission()
{
/**
* Check for form validity: do not submit a form if there are unhandled
* invalid controls in the form.
* This should not be done if the form has been submitted with .submit().
*
* NOTE: for the moment, we are also checking that there is an observer for
* NS_INVALIDFORMSUBMIT_SUBJECT so it will prevent blocking form submission
* if the browser does not have implemented a UI yet.
*
* TODO: the check for observer should be removed later when HTML5 Forms will
* be spread enough and authors will assume forms can't be submitted when
* invalid. See bug 587671.
*/
NS_ASSERTION(!HasAttr(kNameSpaceID_None, nsGkAtoms::novalidate),
"We shouldn't be there if novalidate is set!");
// Don't do validation for a form submit done by a sandboxed document that
// doesn't have 'allow-forms', the submit will have been blocked and the
// HTML5 spec says we shouldn't validate in this case.
nsIDocument* doc = GetComposedDoc();
if (doc && (doc->GetSandboxFlags() & SANDBOXED_FORMS)) {
return true;
}
// When .submit() is called aEvent = nullptr so we can rely on that to know if
// we have to check the validity of the form.
nsCOMPtr<nsIObserverService> service =
mozilla::services::GetObserverService();
if (!service) {
NS_WARNING("No observer service available!");
return true;
}
nsCOMPtr<nsISimpleEnumerator> theEnum;
nsresult rv = service->EnumerateObservers(NS_INVALIDFORMSUBMIT_SUBJECT,
getter_AddRefs(theEnum));
// Return true on error here because that's what we always did
NS_ENSURE_SUCCESS(rv, true);
bool hasObserver = false;
rv = theEnum->HasMoreElements(&hasObserver);
// Do not check form validity if there is no observer for
// NS_INVALIDFORMSUBMIT_SUBJECT.
if (NS_SUCCEEDED(rv) && hasObserver) {
nsCOMPtr<nsIMutableArray> invalidElements =
do_CreateInstance(NS_ARRAY_CONTRACTID, &rv);
// Return true on error here because that's what we always did
NS_ENSURE_SUCCESS(rv, true);
if (!CheckFormValidity(invalidElements.get())) {
// For the first invalid submission, we should update element states.
// We have to do that _before_ calling the observers so we are sure they
// will not interfere (like focusing the element).
if (!mEverTriedInvalidSubmit) {
mEverTriedInvalidSubmit = true;
/*
* We are going to call update states assuming elements want to
* be notified because we can't know.
* Submissions shouldn't happen during parsing so it _should_ be safe.
*/
nsAutoScriptBlocker scriptBlocker;
for (uint32_t i = 0, length = mControls->mElements.Length();
i < length; ++i) {
// Input elements can trigger a form submission and we want to
// update the style in that case.
if (mControls->mElements[i]->IsHTML(nsGkAtoms::input) &&
nsContentUtils::IsFocusedContent(mControls->mElements[i])) {
static_cast<HTMLInputElement*>(mControls->mElements[i])
->UpdateValidityUIBits(true);
}
mControls->mElements[i]->UpdateState(true);
}
// Because of backward compatibility, <input type='image'> is not in
// elements but can be invalid.
// TODO: should probably be removed when bug 606491 will be fixed.
for (uint32_t i = 0, length = mControls->mNotInElements.Length();
i < length; ++i) {
mControls->mNotInElements[i]->UpdateState(true);
}
}
nsCOMPtr<nsISupports> inst;
nsCOMPtr<nsIFormSubmitObserver> observer;
bool more = true;
while (NS_SUCCEEDED(theEnum->HasMoreElements(&more)) && more) {
theEnum->GetNext(getter_AddRefs(inst));
observer = do_QueryInterface(inst);
if (observer) {
observer->NotifyInvalidSubmit(this,
static_cast<nsIArray*>(invalidElements));
}
}
// The form is invalid. Observers have been alerted. Do not submit.
return false;
}
} else {
NS_WARNING("There is no observer for \"invalidformsubmit\". \
One should be implemented!");
}
return true;
}
void
HTMLFormElement::UpdateValidity(bool aElementValidity)
{
if (aElementValidity) {
--mInvalidElementsCount;
} else {
++mInvalidElementsCount;
}
NS_ASSERTION(mInvalidElementsCount >= 0, "Something went seriously wrong!");
// The form validity has just changed if:
// - there are no more invalid elements ;
// - or there is one invalid elmement and an element just became invalid.
// If we have invalid elements and we used to before as well, do nothing.
if (mInvalidElementsCount &&
(mInvalidElementsCount != 1 || aElementValidity)) {
return;
}
/*
* We are going to update states assuming submit controls want to
* be notified because we can't know.
* UpdateValidity shouldn't be called so much during parsing so it _should_
* be safe.
*/
nsAutoScriptBlocker scriptBlocker;
// Inform submit controls that the form validity has changed.
for (uint32_t i = 0, length = mControls->mElements.Length();
i < length; ++i) {
if (mControls->mElements[i]->IsSubmitControl()) {
mControls->mElements[i]->UpdateState(true);
}
}
// Because of backward compatibility, <input type='image'> is not in elements
// so we have to check for controls not in elements too.
uint32_t length = mControls->mNotInElements.Length();
for (uint32_t i = 0; i < length; ++i) {
if (mControls->mNotInElements[i]->IsSubmitControl()) {
mControls->mNotInElements[i]->UpdateState(true);
}
}
UpdateState(true);
}
// nsIWebProgressListener
NS_IMETHODIMP
HTMLFormElement::OnStateChange(nsIWebProgress* aWebProgress,
nsIRequest* aRequest,
uint32_t aStateFlags,
nsresult aStatus)
{
// If STATE_STOP is never fired for any reason (redirect? Failed state
// change?) the form element will leak. It will be kept around by the
// nsIWebProgressListener (assuming it keeps a strong pointer). We will
// consequently leak the request.
if (aRequest == mSubmittingRequest &&
aStateFlags & nsIWebProgressListener::STATE_STOP) {
ForgetCurrentSubmission();
}
return NS_OK;
}
NS_IMETHODIMP
HTMLFormElement::OnProgressChange(nsIWebProgress* aWebProgress,
nsIRequest* aRequest,
int32_t aCurSelfProgress,
int32_t aMaxSelfProgress,
int32_t aCurTotalProgress,
int32_t aMaxTotalProgress)
{
NS_NOTREACHED("notification excluded in AddProgressListener(...)");
return NS_OK;
}
NS_IMETHODIMP
HTMLFormElement::OnLocationChange(nsIWebProgress* aWebProgress,
nsIRequest* aRequest,
nsIURI* location,
uint32_t aFlags)
{
NS_NOTREACHED("notification excluded in AddProgressListener(...)");
return NS_OK;
}
NS_IMETHODIMP
HTMLFormElement::OnStatusChange(nsIWebProgress* aWebProgress,
nsIRequest* aRequest,
nsresult aStatus,
const char16_t* aMessage)
{
NS_NOTREACHED("notification excluded in AddProgressListener(...)");
return NS_OK;
}
NS_IMETHODIMP
HTMLFormElement::OnSecurityChange(nsIWebProgress* aWebProgress,
nsIRequest* aRequest,
uint32_t state)
{
NS_NOTREACHED("notification excluded in AddProgressListener(...)");
return NS_OK;
}
NS_IMETHODIMP_(int32_t)
HTMLFormElement::IndexOfControl(nsIFormControl* aControl)
{
int32_t index = 0;
return mControls->IndexOfControl(aControl, &index) == NS_OK ? index : 0;
}
void
HTMLFormElement::SetCurrentRadioButton(const nsAString& aName,
HTMLInputElement* aRadio)
{
mSelectedRadioButtons.Put(aName, aRadio);
}
HTMLInputElement*
HTMLFormElement::GetCurrentRadioButton(const nsAString& aName)
{
return mSelectedRadioButtons.GetWeak(aName);
}
NS_IMETHODIMP
HTMLFormElement::GetNextRadioButton(const nsAString& aName,
const bool aPrevious,
HTMLInputElement* aFocusedRadio,
HTMLInputElement** aRadioOut)
{
// Return the radio button relative to the focused radio button.
// If no radio is focused, get the radio relative to the selected one.
*aRadioOut = nullptr;
nsRefPtr<HTMLInputElement> currentRadio;
if (aFocusedRadio) {
currentRadio = aFocusedRadio;
}
else {
mSelectedRadioButtons.Get(aName, getter_AddRefs(currentRadio));
}
nsCOMPtr<nsISupports> itemWithName = DoResolveName(aName, true);
nsCOMPtr<nsINodeList> radioGroup(do_QueryInterface(itemWithName));
if (!radioGroup) {
return NS_ERROR_FAILURE;
}
int32_t index = radioGroup->IndexOf(currentRadio);
if (index < 0) {
return NS_ERROR_FAILURE;
}
uint32_t numRadios;
radioGroup->GetLength(&numRadios);
nsRefPtr<HTMLInputElement> radio;
bool isRadio = false;
do {
if (aPrevious) {
if (--index < 0) {
index = numRadios -1;
}
}
else if (++index >= (int32_t)numRadios) {
index = 0;
}
radio = HTMLInputElement::FromContentOrNull(radioGroup->Item(index));
isRadio = radio && radio->GetType() == NS_FORM_INPUT_RADIO;
if (!isRadio) {
continue;
}
nsAutoString name;
radio->GetName(name);
isRadio = aName.Equals(name);
} while (!isRadio || (radio->Disabled() && radio != currentRadio));
NS_IF_ADDREF(*aRadioOut = radio);
return NS_OK;
}
NS_IMETHODIMP
HTMLFormElement::WalkRadioGroup(const nsAString& aName,
nsIRadioVisitor* aVisitor,
bool aFlushContent)
{
if (aName.IsEmpty()) {
//
// XXX If the name is empty, it's not stored in the control list. There
// *must* be a more efficient way to do this.
//
nsCOMPtr<nsIFormControl> control;
uint32_t len = GetElementCount();
for (uint32_t i = 0; i < len; i++) {
control = GetElementAt(i);
if (control->GetType() == NS_FORM_INPUT_RADIO) {
nsCOMPtr<nsIContent> controlContent = do_QueryInterface(control);
if (controlContent &&
controlContent->AttrValueIs(kNameSpaceID_None, nsGkAtoms::name,
EmptyString(), eCaseMatters) &&
!aVisitor->Visit(control)) {
break;
}
}
}
return NS_OK;
}
// Get the control / list of controls from the form using form["name"]
nsCOMPtr<nsISupports> item = DoResolveName(aName, aFlushContent);
if (!item) {
return NS_ERROR_FAILURE;
}
// If it's just a lone radio button, then select it.
nsCOMPtr<nsIFormControl> formControl = do_QueryInterface(item);
if (formControl) {
if (formControl->GetType() == NS_FORM_INPUT_RADIO) {
aVisitor->Visit(formControl);
}
return NS_OK;
}
nsCOMPtr<nsIDOMNodeList> nodeList = do_QueryInterface(item);
if (!nodeList) {
return NS_OK;
}
uint32_t length = 0;
nodeList->GetLength(&length);
for (uint32_t i = 0; i < length; i++) {
nsCOMPtr<nsIDOMNode> node;
nodeList->Item(i, getter_AddRefs(node));
nsCOMPtr<nsIFormControl> formControl = do_QueryInterface(node);
if (formControl && formControl->GetType() == NS_FORM_INPUT_RADIO &&
!aVisitor->Visit(formControl)) {
break;
}
}
return NS_OK;
}
void
HTMLFormElement::AddToRadioGroup(const nsAString& aName,
nsIFormControl* aRadio)
{
nsCOMPtr<nsIContent> element = do_QueryInterface(aRadio);
NS_ASSERTION(element, "radio controls have to be content elements!");
if (element->HasAttr(kNameSpaceID_None, nsGkAtoms::required)) {
mRequiredRadioButtonCounts.Put(aName,
mRequiredRadioButtonCounts.Get(aName)+1);
}
}
void
HTMLFormElement::RemoveFromRadioGroup(const nsAString& aName,
nsIFormControl* aRadio)
{
nsCOMPtr<nsIContent> element = do_QueryInterface(aRadio);
NS_ASSERTION(element, "radio controls have to be content elements!");
if (element->HasAttr(kNameSpaceID_None, nsGkAtoms::required)) {
uint32_t requiredNb = mRequiredRadioButtonCounts.Get(aName);
NS_ASSERTION(requiredNb >= 1,
"At least one radio button has to be required!");
if (requiredNb == 1) {
mRequiredRadioButtonCounts.Remove(aName);
} else {
mRequiredRadioButtonCounts.Put(aName, requiredNb-1);
}
}
}
uint32_t
HTMLFormElement::GetRequiredRadioCount(const nsAString& aName) const
{
return mRequiredRadioButtonCounts.Get(aName);
}
void
HTMLFormElement::RadioRequiredChanged(const nsAString& aName,
nsIFormControl* aRadio)
{
nsCOMPtr<nsIContent> element = do_QueryInterface(aRadio);
NS_ASSERTION(element, "radio controls have to be content elements!");
if (element->HasAttr(kNameSpaceID_None, nsGkAtoms::required)) {
mRequiredRadioButtonCounts.Put(aName,
mRequiredRadioButtonCounts.Get(aName)+1);
} else {
uint32_t requiredNb = mRequiredRadioButtonCounts.Get(aName);
NS_ASSERTION(requiredNb >= 1,
"At least one radio button has to be required!");
if (requiredNb == 1) {
mRequiredRadioButtonCounts.Remove(aName);
} else {
mRequiredRadioButtonCounts.Put(aName, requiredNb-1);
}
}
}
bool
HTMLFormElement::GetValueMissingState(const nsAString& aName) const
{
return mValueMissingRadioGroups.Get(aName);
}
void
HTMLFormElement::SetValueMissingState(const nsAString& aName, bool aValue)
{
mValueMissingRadioGroups.Put(aName, aValue);
}
EventStates
HTMLFormElement::IntrinsicState() const
{
EventStates state = nsGenericHTMLElement::IntrinsicState();
if (mInvalidElementsCount) {
state |= NS_EVENT_STATE_INVALID;
} else {
state |= NS_EVENT_STATE_VALID;
}
return state;
}
void
HTMLFormElement::Clear()
{
for (int32_t i = mImageElements.Length() - 1; i >= 0; i--) {
mImageElements[i]->ClearForm(false);
}
mImageElements.Clear();
mImageNameLookupTable.Clear();
mPastNameLookupTable.Clear();
}
namespace {
struct PositionComparator
{
nsIContent* const mElement;
explicit PositionComparator(nsIContent* const aElement) : mElement(aElement) {}
int operator()(nsIContent* aElement) const {
if (mElement == aElement) {
return 0;
}
if (nsContentUtils::PositionIsBefore(mElement, aElement)) {
return -1;
}
return 1;
}
};
struct NodeListAdaptor
{
nsINodeList* const mList;
explicit NodeListAdaptor(nsINodeList* aList) : mList(aList) {}
nsIContent* operator[](size_t aIdx) const {
return mList->Item(aIdx);
}
};
} // namespace
nsresult
HTMLFormElement::AddElementToTableInternal(
nsInterfaceHashtable<nsStringHashKey,nsISupports>& aTable,
nsIContent* aChild, const nsAString& aName)
{
nsCOMPtr<nsISupports> supports;
aTable.Get(aName, getter_AddRefs(supports));
if (!supports) {
// No entry found, add the element
aTable.Put(aName, aChild);
++mExpandoAndGeneration.generation;
} else {
// Found something in the hash, check its type
nsCOMPtr<nsIContent> content = do_QueryInterface(supports);
if (content) {
// Check if the new content is the same as the one we found in the
// hash, if it is then we leave it in the hash as it is, this will
// happen if a form control has both a name and an id with the same
// value
if (content == aChild) {
return NS_OK;
}
// Found an element, create a list, add the element to the list and put
// the list in the hash
RadioNodeList *list = new RadioNodeList(this);
// If an element has a @form, we can assume it *might* be able to not have
// a parent and still be in the form.
NS_ASSERTION(content->HasAttr(kNameSpaceID_None, nsGkAtoms::form) ||
content->GetParent(), "Item in list without parent");
// Determine the ordering between the new and old element.
bool newFirst = nsContentUtils::PositionIsBefore(aChild, content);
list->AppendElement(newFirst ? aChild : content.get());
list->AppendElement(newFirst ? content.get() : aChild);
nsCOMPtr<nsISupports> listSupports = do_QueryObject(list);
// Replace the element with the list.
aTable.Put(aName, listSupports);
} else {
// There's already a list in the hash, add the child to the list
nsCOMPtr<nsIDOMNodeList> nodeList = do_QueryInterface(supports);
NS_ENSURE_TRUE(nodeList, NS_ERROR_FAILURE);
// Upcast, uggly, but it works!
RadioNodeList *list =
static_cast<RadioNodeList*>(nodeList.get());
NS_ASSERTION(list->Length() > 1,
"List should have been converted back to a single element");
// Fast-path appends; this check is ok even if the child is
// already in the list, since if it tests true the child would
// have come at the end of the list, and the PositionIsBefore
// will test false.
if (nsContentUtils::PositionIsBefore(list->Item(list->Length() - 1), aChild)) {
list->AppendElement(aChild);
return NS_OK;
}
// If a control has a name equal to its id, it could be in the
// list already.
if (list->IndexOf(aChild) != -1) {
return NS_OK;
}
size_t idx;
DebugOnly<bool> found = BinarySearchIf(NodeListAdaptor(list), 0, list->Length(),
PositionComparator(aChild), &idx);
MOZ_ASSERT(!found, "should not have found an element");
list->InsertElementAt(aChild, idx);
}
}
return NS_OK;
}
nsresult
HTMLFormElement::AddImageElement(HTMLImageElement* aChild)
{
AddElementToList(mImageElements, aChild, this);
return NS_OK;
}
nsresult
HTMLFormElement::AddImageElementToTable(HTMLImageElement* aChild,
const nsAString& aName)
{
return AddElementToTableInternal(mImageNameLookupTable, aChild, aName);
}
nsresult
HTMLFormElement::RemoveImageElement(HTMLImageElement* aChild)
{
size_t index = mImageElements.IndexOf(aChild);
NS_ENSURE_STATE(index != mImageElements.NoIndex);
mImageElements.RemoveElementAt(index);
return NS_OK;
}
nsresult
HTMLFormElement::RemoveImageElementFromTable(HTMLImageElement* aElement,
const nsAString& aName,
RemoveElementReason aRemoveReason)
{
// If the element is being removed from the form, we have to remove it from
// the past names map.
if (aRemoveReason == ElementRemoved) {
mPastNameLookupTable.Enumerate(RemovePastNames, aElement);
}
return RemoveElementFromTableInternal(mImageNameLookupTable, aElement, aName);
}
void
HTMLFormElement::AddToPastNamesMap(const nsAString& aName,
nsISupports* aChild)
{
// If candidates contains exactly one node. Add a mapping from name to the
// node in candidates in the form element's past names map, replacing the
// previous entry with the same name, if any.
nsCOMPtr<nsIContent> node = do_QueryInterface(aChild);
if (node) {
mPastNameLookupTable.Put(aName, aChild);
}
}
JSObject*
HTMLFormElement::WrapNode(JSContext* aCx)
{
return HTMLFormElementBinding::Wrap(aCx, this);
}
} // namespace dom
} // namespace mozilla