Commit b20bbf76 authored by bzbarsky%mit.edu's avatar bzbarsky%mit.edu
Browse files

Finish removing the -moz-bulletinboard display value from the tree. All the

code implementing it is long removed; we shouldn't be parsing it.  Bug 289967,
r+sr=dbaron, a=asa
parent 3077e2ca
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -342,10 +342,9 @@
#define NS_STYLE_DISPLAY_STACK                  24
#define NS_STYLE_DISPLAY_INLINE_STACK           25
#define NS_STYLE_DISPLAY_DECK                   26
#define NS_STYLE_DISPLAY_BULLETINBOARD          27
#define NS_STYLE_DISPLAY_POPUP                  28
#define NS_STYLE_DISPLAY_GROUPBOX               29
#define NS_STYLE_DISPLAY_PAGE_BREAK             30
#define NS_STYLE_DISPLAY_POPUP                  27
#define NS_STYLE_DISPLAY_GROUPBOX               28
#define NS_STYLE_DISPLAY_PAGE_BREAK             29

// See nsStyleDisplay
#define NS_STYLE_FLOAT_NONE                     0
+0 −1
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@ CSS_KEY(-moz-bg-inset, _moz_bg_inset)
CSS_KEY(-moz-bg-outset, _moz_bg_outset)
CSS_KEY(-moz-bg-solid, _moz_bg_solid)
CSS_KEY(-moz-box, _moz_box)
CSS_KEY(-moz-bulletinboard, _moz_bulletinboard)
CSS_KEY(-moz-button, _moz_button)
CSS_KEY(-moz-buttondefault, _moz_buttondefault)
CSS_KEY(-moz-buttonhoverface, _moz_buttonhoverface)
+0 −1
Original line number Diff line number Diff line
@@ -531,7 +531,6 @@ const PRInt32 nsCSSProps::kDisplayKTable[] = {
  eCSSKeyword__moz_stack,         NS_STYLE_DISPLAY_STACK,
  eCSSKeyword__moz_inline_stack,  NS_STYLE_DISPLAY_INLINE_STACK,
  eCSSKeyword__moz_deck,          NS_STYLE_DISPLAY_DECK,
  eCSSKeyword__moz_bulletinboard, NS_STYLE_DISPLAY_BULLETINBOARD,
  eCSSKeyword__moz_popup,         NS_STYLE_DISPLAY_POPUP,
  eCSSKeyword__moz_groupbox,      NS_STYLE_DISPLAY_GROUPBOX,
  eCSSKeyword__moz_page_break,    NS_STYLE_DISPLAY_PAGE_BREAK,