зеркало из https://github.com/mozilla/gecko-dev.git
remove nsTriStateCheckboxFrame.cpp
This commit is contained in:
Родитель
4a51fac7b4
Коммит
80fdd59867
|
@ -36,7 +36,6 @@
|
|||
|
||||
|
||||
XUL_ATOM(button, "button")
|
||||
XUL_ATOM(checkbox, "checkbox")
|
||||
XUL_ATOM(spinner, "spinner")
|
||||
XUL_ATOM(scrollbar, "scrollbar")
|
||||
XUL_ATOM(slider, "slider")
|
||||
|
|
|
@ -113,9 +113,6 @@ NS_NewSliderFrame ( nsIFrame** aNewFrame );
|
|||
nsresult
|
||||
NS_NewScrollbarFrame ( nsIFrame** aNewFrame );
|
||||
|
||||
nsresult
|
||||
NS_NewTriStateCheckboxFrame ( nsIFrame** aNewFrame );
|
||||
|
||||
nsresult
|
||||
NS_NewSpinnerFrame ( nsIFrame** aNewFrame );
|
||||
|
||||
|
@ -1859,7 +1856,6 @@ nsCSSFrameConstructor::TableIsValidCellContent(nsIPresContext* aPresContext,
|
|||
(nsXULAtoms::titledbutton == tag.get()) ||
|
||||
(nsXULAtoms::grippy == tag.get()) ||
|
||||
(nsXULAtoms::splitter == tag.get()) ||
|
||||
(nsXULAtoms::checkbox == tag.get()) ||
|
||||
(nsXULAtoms::slider == tag.get()) ||
|
||||
(nsXULAtoms::spinner == tag.get()) ||
|
||||
(nsXULAtoms::scrollbar == tag.get()) ||
|
||||
|
@ -3437,8 +3433,6 @@ nsCSSFrameConstructor::ConstructXULFrame(nsIPresContext* aPresContext,
|
|||
// Create a frame based on the tag
|
||||
if (aTag == nsXULAtoms::button)
|
||||
rv = ConstructButtonControlFrame(aPresContext, newFrame);
|
||||
else if (aTag == nsXULAtoms::checkbox)
|
||||
rv = NS_NewTriStateCheckboxFrame(&newFrame);
|
||||
else if (aTag == nsXULAtoms::spinner)
|
||||
rv = NS_NewSpinnerFrame(&newFrame);
|
||||
else if (aTag == nsXULAtoms::colorpicker)
|
||||
|
|
|
@ -113,9 +113,6 @@ NS_NewSliderFrame ( nsIFrame** aNewFrame );
|
|||
nsresult
|
||||
NS_NewScrollbarFrame ( nsIFrame** aNewFrame );
|
||||
|
||||
nsresult
|
||||
NS_NewTriStateCheckboxFrame ( nsIFrame** aNewFrame );
|
||||
|
||||
nsresult
|
||||
NS_NewSpinnerFrame ( nsIFrame** aNewFrame );
|
||||
|
||||
|
@ -1859,7 +1856,6 @@ nsCSSFrameConstructor::TableIsValidCellContent(nsIPresContext* aPresContext,
|
|||
(nsXULAtoms::titledbutton == tag.get()) ||
|
||||
(nsXULAtoms::grippy == tag.get()) ||
|
||||
(nsXULAtoms::splitter == tag.get()) ||
|
||||
(nsXULAtoms::checkbox == tag.get()) ||
|
||||
(nsXULAtoms::slider == tag.get()) ||
|
||||
(nsXULAtoms::spinner == tag.get()) ||
|
||||
(nsXULAtoms::scrollbar == tag.get()) ||
|
||||
|
@ -3437,8 +3433,6 @@ nsCSSFrameConstructor::ConstructXULFrame(nsIPresContext* aPresContext,
|
|||
// Create a frame based on the tag
|
||||
if (aTag == nsXULAtoms::button)
|
||||
rv = ConstructButtonControlFrame(aPresContext, newFrame);
|
||||
else if (aTag == nsXULAtoms::checkbox)
|
||||
rv = NS_NewTriStateCheckboxFrame(&newFrame);
|
||||
else if (aTag == nsXULAtoms::spinner)
|
||||
rv = NS_NewSpinnerFrame(&newFrame);
|
||||
else if (aTag == nsXULAtoms::colorpicker)
|
||||
|
|
Двоичные данные
layout/macbuild/layout.mcp
Двоичные данные
layout/macbuild/layout.mcp
Двоичный файл не отображается.
|
@ -54,7 +54,6 @@ CPPSRCS = \
|
|||
nsTreeIndentationFrame.cpp \
|
||||
nsTreeCellFrame.cpp \
|
||||
nsTreeTwistyListener.cpp \
|
||||
nsTriStateCheckboxFrame.cpp \
|
||||
nsSpinnerFrame.cpp \
|
||||
nsScrollbarFrame.cpp \
|
||||
nsScrollbarButtonFrame.cpp \
|
||||
|
|
|
@ -42,7 +42,6 @@ CPPSRCS= \
|
|||
nsTreeIndentationFrame.cpp \
|
||||
nsTreeCellFrame.cpp \
|
||||
nsTreeTwistyListener.cpp \
|
||||
nsTriStateCheckboxFrame.cpp \
|
||||
nsSpinnerFrame.cpp \
|
||||
nsScrollbarFrame.cpp \
|
||||
nsScrollbarButtonFrame.cpp \
|
||||
|
@ -75,7 +74,6 @@ CPP_OBJS= \
|
|||
.\$(OBJDIR)\nsTreeIndentationFrame.obj \
|
||||
.\$(OBJDIR)\nsTreeCellFrame.obj \
|
||||
.\$(OBJDIR)\nsTreeTwistyListener.obj \
|
||||
.\$(OBJDIR)\nsTriStateCheckboxFrame.obj \
|
||||
.\$(OBJDIR)\nsSpinnerFrame.obj \
|
||||
.\$(OBJDIR)\nsScrollbarFrame.obj \
|
||||
.\$(OBJDIR)\nsScrollbarButtonFrame.obj \
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
|
||||
|
||||
XUL_ATOM(button, "button")
|
||||
XUL_ATOM(checkbox, "checkbox")
|
||||
XUL_ATOM(spinner, "spinner")
|
||||
XUL_ATOM(scrollbar, "scrollbar")
|
||||
XUL_ATOM(slider, "slider")
|
||||
|
|
Загрузка…
Ссылка в новой задаче