Name Description Size
crashtests
HTMLSelectEventListener.cpp 29338
HTMLSelectEventListener.h HTMLSelectEventListener This class is responsible for propagating events to the select element while it has a frame. Frames are not refcounted so they can't be used as event listeners. 3397
ListMutationObserver.cpp 2992
ListMutationObserver.h ListMutationObserver This class invalidates paint for the input element's frame when the content of its @list changes, or when the @list ID identifies a different element. It does *not* invalidate paint when the @list attribute itself changes. 2131
moz.build 1419
nsButtonFrameRenderer.cpp 17642
nsButtonFrameRenderer.h Create display list items for the button 2729
nsCheckboxRadioFrame.cpp virtual 6204
nsCheckboxRadioFrame.h nsCheckboxRadioFrame is used for radio buttons and checkboxes. It also has a static method (GetUsableScreenRect) that is used by other form controls. 3299
nsColorControlFrame.cpp aNotify 5198
nsColorControlFrame.h 2103
nsComboboxControlFrame.cpp 35542
nsComboboxControlFrame.h Inform the control that it got (or lost) focus. If it lost focus, the dropdown menu will be rolled up if needed, and FireOnChange() will be called. @param aOn true if got focus, false if lost focus. @param aRepaint if true then force repaint (NOTE: we always force repaint currently) @note This method might destroy |this|. 8412
nsDateTimeControlFrame.cpp This frame type is used for input type=date, time, month, week, and datetime-local. 7542
nsDateTimeControlFrame.h This frame type is used for input type=date, time, month, week, and datetime-local. NOTE: some of the above-mentioned input types are still to-be-implemented. See nsCSSFrameConstructor::FindInputData, as well as bug 1286182 (date), bug 1306215 (month), bug 1306216 (week) and bug 1306217 (datetime-local). 2326
nsFieldSetFrame.cpp 38625
nsFieldSetFrame.h The area to paint box-shadows around. It's the border rect except when there's a <legend> we offset the y-position to the center of it. 4441
nsFileControlFrame.cpp 13790
nsFileControlFrame.h The text box input. @see nsFileControlFrame::CreateAnonymousContent 4256
nsGfxButtonControlFrame.cpp 6973
nsGfxButtonControlFrame.h 2214
nsHTMLButtonControlFrame.cpp 15625
nsHTMLButtonControlFrame.h 4510
nsIFormControlFrame.h nsIFormControlFrame is the common interface for frames of form controls. It provides a uniform way of creating widgets, resizing, and painting. @see nsLeafFrame and its base classes for more info 1224
nsImageControlFrame.cpp 5204
nsISelectControlFrame.h nsISelectControlFrame is the interface for combo boxes and listboxes 1391
nsITextControlFrame.h Ensure editor is initialized with the proper flags and the default value. @throws NS_ERROR_NOT_INITIALIZED if mEditor has not been created @throws various and sundry other things 1503
nsListControlFrame.cpp This is called by the SelectsAreaFrame, which is the same as the frame returned by GetOptionsContainer. It's the frame which is scrolled by us. @param aPt the offset of this frame, relative to the rendering reference frame 41883
nsListControlFrame.h Frame-based listbox. 11268
nsMeterFrame.cpp 8427
nsMeterFrame.h Returns whether the frame and its child should use the native style. 2948
nsNumberControlFrame.cpp static 6161
nsNumberControlFrame.h This frame type is used for <input type=number>. TODO(emilio): Maybe merge with nsTextControlFrame? 3223
nsProgressFrame.cpp 9746
nsProgressFrame.h Returns whether the frame and its child should use the native style. 3231
nsRangeFrame.cpp 29756
nsRangeFrame.h Returns true if the slider's thumb moves horizontally, or else false if it moves vertically. 7017
nsSearchControlFrame.cpp 2784
nsSearchControlFrame.h This frame type is used for <input type=search>. 2125
nsSelectsAreaFrame.cpp This wrapper class lets us redirect mouse hits from the child frame of an option element to the element's own frame. REVIEW: This is what nsSelectsAreaFrame::GetFrameForPoint used to do 7571
nsSelectsAreaFrame.h nsSelectsAreaFrame_h___ 2051
nsTextControlFrame.cpp 49028
nsTextControlFrame.h DestroyFrom() causes preparing to destroy editor and that may cause running selection listeners of specllchecker selection and document state listeners. Not sure whether the former does something or not, but nobody should run content script. The latter is currently only FinderHighlighter to clean up its fields at destruction. Thus, the latter won't run content script too. Therefore, this won't run unsafe script. 13495
test