Name Description Size
crashtests
HTMLSelectEventListener.cpp 29566
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 1330
nsCheckboxRadioFrame.cpp virtual 5420
nsCheckboxRadioFrame.h nsCheckboxRadioFrame is used for radio buttons and checkboxes. 2356
nsColorControlFrame.cpp aNotify 5062
nsColorControlFrame.h 1958
nsComboboxControlFrame.cpp 19171
nsComboboxControlFrame.h @note This method might destroy |this|. 4850
nsDateTimeControlFrame.cpp This frame type is used for input type=date, time, month, week, and datetime-local. 6896
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). 2166
nsFieldSetFrame.cpp 37726
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. 4218
nsFileControlFrame.cpp 13859
nsFileControlFrame.h The text box input. @see nsFileControlFrame::CreateAnonymousContent 3944
nsGfxButtonControlFrame.cpp 6768
nsGfxButtonControlFrame.h 1955
nsHTMLButtonControlFrame.cpp 19417
nsHTMLButtonControlFrame.h 4310
nsImageControlFrame.cpp 4606
nsISelectControlFrame.h nsISelectControlFrame is the interface for combo boxes and listboxes 1391
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 40314
nsListControlFrame.h Frame-based listbox. 10219
nsMeterFrame.cpp 8001
nsMeterFrame.h Returns whether the frame and its child should use the native style. 2190
nsNumberControlFrame.cpp static 5749
nsNumberControlFrame.h This frame type is used for <input type=number>. TODO(emilio): Maybe merge with nsTextControlFrame? 2934
nsProgressFrame.cpp 9446
nsProgressFrame.h Returns whether the frame and its child should use the native style. 2451
nsRangeFrame.cpp 27103
nsRangeFrame.h Returns true if the slider's thumb moves horizontally, or else false if it moves vertically. 6582
nsSearchControlFrame.cpp 1786
nsSearchControlFrame.h This frame type is used for <input type=search>. 1217
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 7450
nsSelectsAreaFrame.h nsSelectsAreaFrame_h___ 2112
nsTextControlFrame.cpp 44124
nsTextControlFrame.h Destroy() causes preparing to destroy editor and that may cause running selection listeners of spellchecker 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. 12838
test