MeteredCheckins

From MozillaWiki
Revision as of 22:54, 27 November 2008 by Mstange (talk | contribs)
Jump to navigation Jump to search

Checkins are being metered by the active sheriff. If you wish to check in, add the bug number with the checkin to the list below. During this time, in order to land:

  • the patch must have approval1.9.1+ or fix a bug marked blocking1.9.1 or blocking-firefox3.1
  • the bug must have one of the following attached:
    • An mq patch file (straight from .hg/patches)
    • A patch created by hg export of a changeset
    • An hg bundle (use hg help bundle, see the FAQ, or ask in #hg if you need help).
  • which ever you choose make sure you include a commit message and an username in the attachment, otherwise the bug won't be checked in.

Checkin Queue

Add new items to the bottom of the list, and include your IRC nick in (parentheses).

  • bug 458924 activate the DidResizeColumns mechanism when column widths changes in fixed layout (bernd)
  • peterv's bundle, which includes:
  • bug 466395 - fix vertical alignment problems for large inline-blocks (dbaron)
  • bug 435474 - Provide a readline function for xpcshell to read a line from stdin (Fallen)
  • bug 463824 - Introduce GLOBAL_DEPS to build system (Callek)
  • mstange's bundle, which includes:
    • bug 430449 - Notification button and close are misaligned
    • bug 465402 - Tree header cells shouldn't draw borders around them, only between each other
    • bug 231313 - XUL tabs on Mac OS X render as 10.2-style tabs
    • bug 465348 - GrayText color is too dark on 10.5
    • bug 462650 - HUD panels: add half diamond arrow on the top of the panel
    • bug 458297 - Form widgets and scrollbar should not be grayed when clicking on menus or dock stacks

Did not follow directions

These patches didn't follow directions, so they will be gotten to if time pending. People are welcome to fix and add themselves back to the bottom of the queue.

  • bug 463687 "More info" on severity blocklist dialog doesnt do anything (Mossop)

Backouts

Landings that got backed out (add to the bottom, include reason why):

  • from roc's second hg bundle:
    • bug 430332 optimize reconstruction of textruns for text-transform text
  • bug 453432 Checking for MaybeGC
  • bug 414715 Notify the user if places.sqlite is locked, backed out due to possible Ts regression, needs new patch.
  • bent's worker bundle, which includes: (Backed out because of unit test failure.)
    • bug 464983 - Throw exceptions properly from XHR status getters and fake abort events in race conditions.
    • bug 465108 - Add navigator object.
    • bug 465141 - Implement expression flavor of timeouts, use nsAutoJSValHolder.
    • bug 465447 - Implement terminate() for explicitly killing a worker.
    • bug 466256 - Prevent cross-site workers and properly resolve relative URIs.
    • bug 466257 - Errors in sub workers aren't propagated to top-most parents like they should.
    • bug 459790 - Following Error console link causes uncaught exception ( 0x80004002 (NS_NOINTERFACE) [nsISupports.QueryInterface] ).
    • bug 465006 - Passing no arguments to the worker constructor throws an NS_ERROR_NOT_INITIALIZED error, incorrectly.
    • bug 453865 - Allow JSON-able objects to be passed as messages to worker threads.