Mozilla2/LandingPattern-200806: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(remove my commits)
Line 3: Line 3:
=== Landing List ===
=== Landing List ===


* dbaron (batch 2)
* dbaron (batch 3)
** dbaron: Rename nsAtomStringList to nsPseudoClassList, since that's what it's for, and we want to make it more than just atoms and strings.  Also remove an unused constructor.  b=75375  r+sr=bzbarsky
** dbaron: Make nsPseudoClassList capable of storing integer pairs for :nth-*().  b=75375  r+sr=bzbarsky
** dbaron: Implement :nth-child(), :nth-last-child(), :nth-of-type(), :nth-last-of-type().  Patch by Daniel Glazman <daniel@glazman.org> and me.  b=75375  r+sr=bzbarsky
** dbaron: Implement :first-of-type, :last-of-type, and :only-of-type.  b=128585  r+sr=bzbarsky
** dbaron: Allow the initial value of -moz-user-select to be specified with 'auto'.  b=432888  r+sr=bzbarsky
** dbaron: Allow the initial value of -moz-user-select to be specified with 'auto'.  b=432888  r+sr=bzbarsky
* dbaron (batch 3)
** dbaron: Remove no-longer-needed else clauses, and make the *IsExact members DEBUG-only.  b=419076  r+sr=bzbarsky
** dbaron: Remove no-longer-needed else clauses, and make the *IsExact members DEBUG-only.  b=419076  r+sr=bzbarsky
** cbiesinger: Implement the computed value of text-shadow in the style system.  b=10713  r+sr=dbaron
** cbiesinger: Implement the computed value of text-shadow in the style system.  b=10713  r+sr=dbaron

Revision as of 05:55, 3 June 2008

If you have stuff you'd like to push up to mozilla-central during the early June '08 initial mozilla-central opening period, add your name to this list. The sheriff will go down the list and try to find the next person down on irc; if they're not available, they'll continue to the next person.

Landing List

  • dbaron (batch 3)
    • dbaron: Allow the initial value of -moz-user-select to be specified with 'auto'. b=432888 r+sr=bzbarsky
    • dbaron: Remove no-longer-needed else clauses, and make the *IsExact members DEBUG-only. b=419076 r+sr=bzbarsky
    • cbiesinger: Implement the computed value of text-shadow in the style system. b=10713 r+sr=dbaron
    • dbaron: Eliminate unnecessary reference counting of gfxContext objects. b=433640 r+sr=roc
    • dbaron: Snap background origin and clip areas to device pixels to prevent tiling from varying for subpixel position changes that don't change the box's visible position at all. Tests by roc (433640-*) and me (background-image-tiling-*). b=433640 r+sr=roc
    • skumar: Increase the initial sizes of hash tables that are guaranteed to grow. b=432633 r=dbaron
  • vlad