Name Description Size Coverage
ConstraintValidation.cpp 2932 -
ConstraintValidation.h The string representing the custom error. 1219 33 %
crashtests -
CustomStateSet.cpp 2952 -
CustomStateSet.h @brief Removes a given string from the state set. 1495 -
EditContext.cpp 42736 -
EditContext.h Returns whether there is any EditContext attached to any element in this process. 11803 91 %
ElementInternals.cpp 1. Let element be this's target element. 2. If element is not a form-associated custom element, then throw a "NotSupportedError" DOMException. 23074 -
ElementInternals.h 11198 100 %
FetchPriority.cpp See <nsISupportsPriority.idl>. 2879 -
FetchPriority.h 1874 -
HTMLAllCollection.cpp 4816 -
HTMLAllCollection.h Returns the HTMLCollection for document.all[aID], or null if there isn't one. 2469 100 %
HTMLAnchorElement.cpp 6349 -
HTMLAnchorElement.h 6447 100 %
HTMLAreaElement.cpp 3511 -
HTMLAreaElement.h 5532 100 %
HTMLBodyElement.cpp 10549 -
HTMLBodyElement.h nothing; handled by the shim 4109 100 %
HTMLBRElement.cpp 3191 -
HTMLBRElement.h 2397 100 %
HTMLButtonElement.cpp 22954 -
HTMLButtonElement.h Called when an attribute is about to be changed 6041 100 %
HTMLCanvasElement.cpp 52157 -
HTMLCanvasElement.h FrameCaptureListener is used by captureStream() as a way of getting video frames from the canvas. On a refresh driver tick after something has been drawn to the canvas since the last such tick, all registered FrameCaptureListeners that report true for FrameCaptureRequested() will be given a copy of the just-painted canvas. All FrameCaptureListeners get the same copy. 15373 90 %
HTMLDataElement.cpp 832 -
HTMLDataElement.h 1034 100 %
HTMLDataListElement.cpp 1297 -
HTMLDataListElement.h HTMLDataListElement_h_ 1643 100 %
HTMLDetailsElement.cpp 9039 -
HTMLDetailsElement.h mozilla_dom_HTMLDetailsElement_h 3116 100 %
HTMLDialogElement.cpp 28800 -
HTMLDialogElement.h 5133 93 %
HTMLDivElement.cpp 1843 -
HTMLDivElement.h HTMLDivElement_h_ 1533 100 %
HTMLDNSPrefetch.cpp 24861 -
HTMLDNSPrefetch.h 4842 100 %
HTMLElement.cpp 16922 -
HTMLElement.h 3193 100 %
HTMLElementFactory.cpp 2881 -
HTMLEmbedElement.cpp 8842 -
HTMLEmbedElement.h Calls LoadObject with the correct arguments to start the plugin load. 4854 100 %
HTMLFieldSetElement.cpp static 11025 -
HTMLFieldSetElement.h This method will update the fieldset's validity. This method has to be called by fieldset elements whenever their validity state or status regarding constraint validation changes. @note If an element becomes barred from constraint validation, it has to be considered as valid. @param aElementValidityState the new validity state of the element 4714 100 %
HTMLFontElement.cpp 3733 -
HTMLFontElement.h HTMLFontElement_h_ 1805 100 %
HTMLFormControlsCollection.cpp static 10346 -
HTMLFormControlsCollection.h Create a sorted list of form control elements. This list is sorted in document order and contains the controls in the mElements and mNotInElements list. This function does not add references to the elements. @param aControls The list of sorted controls[out]. @return NS_OK or NS_ERROR_OUT_OF_MEMORY. 4021 100 %
HTMLFormElement.cpp 67208 -
HTMLFormElement.h Whether we already dispatched a DOMFormHasPassword event or not 20449 100 %
HTMLFormSubmission.cpp @param aEncoding the character encoding of the form @param aMethod the method of the submit (either NS_FORM_METHOD_GET or NS_FORM_METHOD_POST). 28984 -
HTMLFormSubmission.h Class for form submissions; encompasses the function to call to submit as well as the form submission name/value pairs 9688 59 %
HTMLFormSubmissionConstants.h 1273 -
HTMLFrameElement.cpp 1860 -
HTMLFrameElement.h 3398 100 %
HTMLFrameSetElement.cpp The main goal here is to see whether the _number_ of rows or columns has changed. If it has, we need to reframe; otherwise we want to reflow. Ideally, the style hint would be changed back to reflow after the reframe has been performed. Unfortunately, however, the reframe will be performed by the call to MutationObservers::AttributeChanged, which occurs *after* AfterSetAttr is called, leaving us with no convenient way of changing the value back to reflow afterwards. However, MutationObservers::AttributeChanged is effectively the only consumer of this value, so as long as we always set the value correctly here, we should be fine. 10072 -
HTMLFrameSetElement.h The nsFramesetUnit enum is used to denote the type of each entry in the row or column spec. 4476 100 %
HTMLHeadingElement.cpp 5643 -
HTMLHeadingElement.h 2136 100 %
HTMLHRElement.cpp 7030 -
HTMLHRElement.h 2327 100 %
HTMLIFrameElement.cpp parse the permissions policy attribute 14252 -
HTMLIFrameElement.h 8772 100 %
HTMLImageElement.cpp 43110 -
HTMLImageElement.h 16811 100 %
HTMLInputElement.cpp 261611 -
HTMLInputElement.h A class we use to create a singleton object that is used to keep track of the last directory from which the user has picked files (via <input type=file>) on a per-domain basis. The implementation uses nsIContentPrefService2/NS_CONTENT_PREF_SERVICE_CONTRACTID to store the last directory per-domain, and to ensure that whether the directories are persistently saved (saved across sessions) or not honors whether or not the page is being viewed in private browsing. 60816 98 %
HTMLLabelElement.cpp Implementation of HTML <label> elements. 9735 -
HTMLLabelElement.h Declaration of HTML <label> elements. 2377 100 %
HTMLLegendElement.cpp 4755 -
HTMLLegendElement.h Return the align value to use for the given fieldset writing-mode. (This method resolves Left/Right to the appropriate InlineStart/InlineEnd). @param aCBWM the fieldset writing-mode @note we only parse left/right/center, so this method returns Center, InlineStart or InlineEnd. 2997 67 %
HTMLLIElement.cpp 3295 -
HTMLLIElement.h 1853 100 %
HTMLLinkElement.cpp 26192 -
HTMLLinkElement.h 7968 100 %
HTMLMapElement.cpp 1356 -
HTMLMapElement.h 1186 100 %
HTMLMarqueeElement.cpp 5331 -
HTMLMarqueeElement.h HTMLMarqueeElement_h_ 4147 100 %
HTMLMenuElement.cpp 810 -
HTMLMenuElement.h 1136 100 %
HTMLMetaElement.cpp 6266 -
HTMLMetaElement.h 2576 100 %
HTMLMeterElement.cpp If the attribute min is defined, the minimum is this value. Otherwise, the minimum is the default value. 7794 -
HTMLMeterElement.h @return the value 2925 100 %
HTMLModElement.cpp 826 -
HTMLModElement.h 1232 100 %
HTMLObjectElement.cpp 9425 -
HTMLObjectElement.h 7403 99 %
HTMLOptGroupElement.cpp The implementation of &lt;optgroup&gt; 3092 -
HTMLOptGroupElement.h mozilla_dom_HTMLOptGroupElement_h 1869 100 %
HTMLOptionElement.cpp Implementation of &lt;option&gt; 13819 -
HTMLOptionElement.h This callback is called by an optgroup on all its option elements whenever its disabled state is changed so that option elements can know their disabled state might have changed. 4657 100 %
HTMLOptionsCollection.cpp aDeep = 4736 -
HTMLOptionsCollection.h The collection of options in the select (what you get back when you do select.options in DOM) 2306 100 %
HTMLOutputElement.cpp 5037 -
HTMLOutputElement.h 3170 100 %
HTMLParagraphElement.cpp 2020 -
HTMLParagraphElement.h 1654 100 %
HTMLPictureElement.cpp 3191 -
HTMLPictureElement.h 1444 100 %
HTMLPreElement.cpp 2562 -
HTMLPreElement.h 1539 100 %
HTMLProgressElement.cpp 3040 -
HTMLProgressElement.h 1874 100 %
HTMLScriptElement.cpp aParser 13344 -
HTMLScriptElement.h 7383 100 %
HTMLSelectedContentElement.cpp 4006 -
HTMLSelectedContentElement.h 1362 100 %
HTMLSelectElement.cpp https://html.spec.whatwg.org/#the-select-element-2:the-select-element-13 98574 -
HTMLSelectElement.h Implementation of &lt;select&gt; 23954 100 %
HTMLSharedElement.cpp nsICSPEventListener 8287 -
HTMLSharedElement.h 4241 100 %
HTMLSharedListElement.cpp 4982 -
HTMLSharedListElement.h 2213 100 %
HTMLSlotElement.cpp Flatten assigned nodes given a slot, as in: https://dom.spec.whatwg.org/#find-flattened-slotables 15356 -
HTMLSlotElement.h 3160 100 %
HTMLSourceElement.cpp static 8148 -
HTMLSourceElement.h 5183 88 %
HTMLSpanElement.cpp 667 -
HTMLSpanElement.h 861 100 %
HTMLStyleElement.cpp 8404 -
HTMLStyleElement.h Mark this style element with a devtools-specific principal that skips Content Security Policy unsafe-inline checks. This triggering principal will be overwritten by any callers that set textContent or innerHTML on this element. 3964 100 %
HTMLSummaryElement.cpp 3692 -
HTMLSummaryElement.h mozilla_dom_HTMLSummaryElement_h 1740 100 %
HTMLTableCaptionElement.cpp 2478 -
HTMLTableCaptionElement.h mozilla_dom_HTMLTableCaptionElement_h 1557 100 %
HTMLTableCellElement.cpp ignore these attributes, stored simply as strings abbr, axis, ch, headers 6481 -
HTMLTableCellElement.h mozilla_dom_HTMLTableCellElement_h 4647 100 %
HTMLTableColElement.cpp ignore these attributes, stored simply as strings ch 3858 -
HTMLTableColElement.h mozilla_dom_HTMLTableColElement_h 2514 100 %
HTMLTableElement.cpp ------------------------- TableRowsCollection --------------------------- 33995 -
HTMLTableElement.h 6949 100 %
HTMLTableRowElement.cpp 7173 -
HTMLTableRowElement.h mozilla_dom_HTMLTableRowElement_h 3061 100 %
HTMLTableSectionElement.cpp ignore these attributes, stored simply as strings ch 5469 -
HTMLTableSectionElement.h mozilla_dom_HTMLTableSectionElement_h 2657 100 %
HTMLTemplateElement.cpp https://html.spec.whatwg.org/#dom-element-sethtmlunsafe 5483 -
HTMLTemplateElement.h 3991 93 %
HTMLTextAreaElement.cpp 36680 -
HTMLTextAreaElement.h Called when an attribute is about to be changed 14153 100 %
HTMLTimeElement.cpp 853 -
HTMLTimeElement.h 1087 100 %
HTMLTitleElement.cpp 2829 -
HTMLTitleElement.h 1617 100 %
HTMLUnknownElement.cpp 805 -
HTMLUnknownElement.h mozilla_dom_HTMLUnknownElement_h 1101 100 %
ImageDocument.cpp 25257 -
ImageDocument.h mozilla_dom_ImageDocument_h 4618 80 %
input 96 %
MediaDocument.cpp 14004 -
MediaDocument.h mozilla_dom_MediaDocument_h 4375 83 %
moz.build 5887 -
nsDOMStringMap.cpp virtual 7723 -
nsDOMStringMap.h 2013 100 %
nsGenericHTMLElement.cpp 147581 -
nsGenericHTMLElement.h A common superclass for HTML elements 56652 97 %
nsGenericHTMLFrameElement.cpp 10991 -
nsGenericHTMLFrameElement.h A helper class for frame elements 4984 100 %
nsHTMLDocument.cpp aConsiderForMemoryReporting 29285 -
nsHTMLDocument.h Called when form->BindToTree() is called so that document knows immediately when a form is added 6443 73 %
nsIConstraintValidation.cpp CanBubble 4455 -
nsIConstraintValidation.h This interface is for form elements implementing the validity constraint API. See: http://dev.w3.org/html5/spec/forms.html#the-constraint-validation-api This interface has to be implemented by all elements implementing the API and only them. 3398 100 %
nsIFormControl.h Interface which all form controls (e.g. buttons, checkboxes, text, radio buttons, select, etc) implement in addition to their dom specific interface. 9607 95 %
RadioNodeList.cpp virtual 1642 -
RadioNodeList.h 1162 100 %
reftests -
test -
TextControlElement.cpp aNotify = 14305 -
TextControlElement.h This abstract class is used for the text control frame to get the editor and selection controller objects, and some helper properties. 8797 94 %
TextControlState.cpp TextControlElement *************************************************************************** 100347 -
TextControlState.h PasswordMaskData stores making information and necessary timer for `TextEditor` instances. 21600 98 %
TextInputListener.h OnEditActionHandled() is called when the editor handles each edit action. 3196 100 %
ValidityState.cpp 1037 -
ValidityState.h Helper function to get a validity state from constraint validation instance. 2742 100 %
VideoDocument.cpp 5363 -