Mozilla2/LandingPattern-200806: Difference between revisions
< Mozilla2
Jump to navigation
Jump to search
(→Landing List: add details for my unlanded items) |
(→Landing List: split my stuff into batches) |
||
Line 9: | Line 9: | ||
** {{bug|435376}} (make leaks in some runs of Mochitest, on some platforms, turn the build orange) | ** {{bug|435376}} (make leaks in some runs of Mochitest, on some platforms, turn the build orange) | ||
** {{bug|421576}} (better interpretation of invalid UTF-16 data) (potentially might wait for non-half-gated open tree, since it's changing non-debug code, unlike the others) | ** {{bug|421576}} (better interpretation of invalid UTF-16 data) (potentially might wait for non-half-gated open tree, since it's changing non-debug code, unlike the others) | ||
* dbaron | * dbaron (batch 2) | ||
** 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: 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: Make nsPseudoClassList capable of storing integer pairs for :nth-*(). b=75375 r+sr=bzbarsky | ||
Line 15: | Line 15: | ||
** dbaron: Implement :first-of-type, :last-of-type, and :only-of-type. b=128585 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 01:29, 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
- Waldo
- bug 434076 (should print a stack when an abort happens)
- bug 429587 (trace-refcnt should complain when it's passed pointers it doesn't, but should, recognize)
- bug 434074 (fix some leaks in a test, npotb)
- bug 435376 (make leaks in some runs of Mochitest, on some platforms, turn the build orange)
- bug 421576 (better interpretation of invalid UTF-16 data) (potentially might wait for non-half-gated open tree, since it's changing non-debug code, unlike the others)
- dbaron (batch 2)
- 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 (batch 3)
- 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