MeteredCheckins: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
** {{bug|455826}} avoid reconstructing textruns just because we deleted an empty nsContinuingTextFrame
** {{bug|455826}} avoid reconstructing textruns just because we deleted an empty nsContinuingTextFrame
** {{bug|457398}} don't treat empty lines as the first line for text-indent/first-line/first-letter
** {{bug|457398}} don't treat empty lines as the first line for text-indent/first-line/first-letter
* [https://bugzilla.mozilla.org/attachment.cgi?id=350129 bug 464791 hg bundle] {{bug|464791}} Add ifdef MOZ_UPDATER for the app update preferences UI and Help menu - rob_strong
* [https://bugzilla.mozilla.org/attachment.cgi?id=350129 hg bundle] for {{bug|464791}} Add ifdef MOZ_UPDATER for the app update preferences UI and Help menu - rob_strong

Revision as of 09:01, 26 November 2008

Please add your bugs to the end of the list. Only add bugs that are blocking1.9.1/blocking-firefox3.1+ or approval1.9.1+. The sheriff may not be taking patches from the exact order of the queue in order to speed things up, so if order matters (as in, a series of bugs depends on a certain order), please place those bugs in that order within the same bullet point.

Also add your name or irc-nick to each bullet.

Make sure all bugs that you add to this have one of the following uploaded to it:

  • An mq patch file with the proper username and commit message set. You can set this by adding the -U and -e arguments when you qrefresh.
  • An hg bundle of the changeset in question that has the proper commit message and user set (use hg help bundle or ask in #hg if you need help).

Landing Queue (please add to bottom of list)

  • bug 451426 jfkthame (fix for incorrect CJK font fallback)
  • roc's second hg bundle, which contains:
    • bug 430332 optimize reconstruction of textruns for text-transform text
    • bug 455826 fix textrun construction to look inside the overflow-list of inline flrames
    • bug 459968 fix some integer overflows
    • bug 462968 sanitize block height
    • bug 463292 Make XUL text-shadows that overflow draw correctly
  • roc's third hg bundle, which contains:
    • bug 455826 avoid reconstructing textruns just because we deleted an empty nsContinuingTextFrame
    • bug 457398 don't treat empty lines as the first line for text-indent/first-line/first-letter
  • hg bundle for bug 464791 Add ifdef MOZ_UPDATER for the app update preferences UI and Help menu - rob_strong