crashtests |
|
80 |
moz.build |
|
1458 |
nsButtonFrameRenderer.cpp |
|
19802 |
nsButtonFrameRenderer.h |
Create display list items for the button
|
2573 |
nsCheckboxRadioFrame.cpp |
virtual |
7289 |
nsCheckboxRadioFrame.h |
nsCheckboxRadioFrame is used for radio buttons and checkboxes.
It also has two static methods (RegUnRegAccessKey and
GetScreenHeight) that are used by other form controls.
|
4028 |
nsColorControlFrame.cpp |
aNotify |
5304 |
nsColorControlFrame.h |
|
2103 |
nsComboboxControlFrame.cpp |
Helper class that listens to the combo boxes button. If the button is pressed
the combo box is toggled to open or close. this is used by Accessibility
which presses that button Programmatically.
|
58736 |
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|.
|
11951 |
nsDateTimeControlFrame.cpp |
This frame type is used for input type=date, time, month, week, and
datetime-local.
|
7854 |
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).
|
2134 |
nsFieldSetFrame.cpp |
|
38086 |
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.
|
4646 |
nsFileControlFrame.cpp |
|
20104 |
nsFileControlFrame.h |
The text box input.
@see nsFileControlFrame::CreateAnonymousContent
|
5370 |
nsGfxButtonControlFrame.cpp |
|
6960 |
nsGfxButtonControlFrame.h |
|
2214 |
nsHTMLButtonControlFrame.cpp |
|
16037 |
nsHTMLButtonControlFrame.h |
|
4761 |
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 |
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
|
1482 |
nsImageControlFrame.cpp |
|
5716 |
nsLegendFrame.cpp |
|
3323 |
nsLegendFrame.h |
|
1285 |
nsListControlFrame.cpp |
nsListEventListener
This class is responsible for propagating events to the nsListControlFrame.
Frames are not refcounted so they can't be used as event listeners.
*************************************************************************** |
83008 |
nsListControlFrame.h |
Frame-based listbox.
|
15371 |
nsMeterFrame.cpp |
|
9017 |
nsMeterFrame.h |
Returns whether the frame and its child should use the native style.
|
2891 |
nsNumberControlFrame.cpp |
static |
9327 |
nsNumberControlFrame.h |
This frame type is used for <input type=number>.
TODO(emilio): Maybe merge with nsTextControlFrame?
|
3506 |
nsProgressFrame.cpp |
|
10065 |
nsProgressFrame.h |
Returns whether the frame and its child should use the native style.
|
3174 |
nsRangeFrame.cpp |
|
27660 |
nsRangeFrame.h |
Returns true if the slider's thumb moves horizontally, or else false if it
moves vertically.
|
5956 |
nsSearchControlFrame.cpp |
|
3901 |
nsSearchControlFrame.h |
This frame type is used for <input type=search>.
|
2158 |
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
|
7994 |
nsSelectsAreaFrame.h |
nsSelectsAreaFrame_h___ |
2051 |
nsTextControlFrame.cpp |
|
46493 |
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.
|
13256 |
test |
|
59 |