MeteredCheckins: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 16: Line 16:
* {{bug|464788}} - Fix compilation warnings in XPConnect (mrbkap)
* {{bug|464788}} - Fix compilation warnings in XPConnect (mrbkap)
* {{bug|465626}} - Possible uninitialized memory usage in nsHTMLTableElement.cpp (mrbkap)
* {{bug|465626}} - Possible uninitialized memory usage in nsHTMLTableElement.cpp (mrbkap)
* {{bug|462940}} - check for existing ProgressListener before adding one in updates.xml (rob_strong)


== Did not follow directions ==
== Did not follow directions ==

Revision as of 11:48, 28 November 2008

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 459782 check the name calculation rules for nsHTMLLinkAccessible (surkov)
  • bug 456284 - Null pointer derefs with split objects (mrbkap)
  • bug 464498 - XSLT shouldn't warn so much (mrbkap)
  • bug 464788 - Fix compilation warnings in XPConnect (mrbkap)
  • bug 465626 - Possible uninitialized memory usage in nsHTMLTableElement.cpp (mrbkap)
  • bug 462940 - check for existing ProgressListener before adding one in updates.xml (rob_strong)

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.
  • bug 453865 - Allow JSON-able objects to be passed as messages to worker threads. Backed out because of unit test failure.
  • from peterv's bundle
    • bug 461566 - Don't call FindTearoff when not needed and cache XPCNativeInterfaces in quickstubs. Caused red on windows and leaks on linux.