Catégorie: "Mozilla"
Auto-comment on the Release Management flags
Juillet 23rd, 2014Implemented in bug 853108 by the bmo team, using the tracking flags will automatically updated the comment field with some templates.
The goal is to reduce back and forth in Bugzilla on bug tracking. We also hope that is going to improve our response time.
For example, for the tracking requests (tracking-firefoxNN, tracking-firefox-esrNN or blocking-b2g), the user will see the text added into the Bugzilla comment field:
[Tracking Requested - why for this release]:
With this change, we hope to simplify the decision process for the release team.
For the relnotes-* flags:
Release Note Request (optional, but appreciated)
[Why is this notable]:
[Suggested wording]:
[Links (documentation, blog post, etc)]:
This change aims to simplify the process of release notes writing. In some cases, it can be hard for release manager to translate a bug into a new feature description.
Flags on which this option is enabled are:
- relnote-firefox
- relnote-b2g
- tracking-firefoxNN
- tracking-firefox-esrNN
- blocking-b2g
Finally, we reported bug 1041964 to discuss about a potential auto-focus on the comment area.
Changes Firefox 30 beta6 to beta7
Mai 27th, 2014- 31 changesets
- 49 files changed
- 435 insertions
- 305 deletions
Extension | Occurrences |
js | 10 |
jsm | 7 |
java | 7 |
cpp | 7 |
html | 6 |
h | 4 |
xml | 3 |
ini | 2 |
sh | 1 |
json | 1 |
css | 1 |
Module | Occurrences |
dom | 11 |
toolkit | 10 |
mobile | 10 |
layout | 5 |
browser | 4 |
js | 3 |
content | 2 |
services | 1 |
hal | 1 |
build | 1 |
List of changesets:
Ben Turner | Bug 1003766, StopSyncLoopRunnable::Cancel should call base class Cancel. r=mrbkap, a=lsblakk. - 7d980d9af355 |
Boris Zbarsky | Bug 976920 - Mostly back out Bug 932322 for now; only define the unforgeable properties on the window object itself. r=jst, a=lsblakk - 1c26f6798184 |
Drew Willcoxon | Bug 998303 - browser/base/content/test/general/browser_urlbar_search_healthreport.js attempts to connect to www.google.com. r=mak, a=test-only - 2b437d292f56 |
Nathan Froyd | Bug 1010322 - Change toolkit/mozapps/extensions/test/browser/ tests to point at actual http servers. r=jmaher, a=test-only - 8438a548150d |
Ben Turner | Bug 999274 - Wait for the last runnable before calling ShutdownScriptLoader. r=sicking, a=abillings - 50428e91f0bc |
Daniel Holbert | Bug 1000185 - Part 1: Perform synchronous SMIL sample after registering with refresh driver, not before, for consistency. r=birtles, a=abillings - 542f83ec6345 |
Daniel Holbert | Bug 1000185 - Part 2: Add a bool to keep track of whether nsSMILAnimationController instances are registered with a refresh driver. r=birtles, a=abillings - cb78c3777143 |
Marco Bonardo | Bug 992901 - Not all bookmarks are saved in the backup JSON or HTML. r=mano a=sylvestre - 3fb029a11c05 |
Jim Chen | Bug 993261 - Remove legacy code for redirecting key events to URL bar. r=lucasr, a=sledru - 869aefb78e22 |
Alexandre Lissy | Bug 1000337 - Make NotificationStorage cache origin-aware. r=mhenretty, a=abillings - d520b0344613 |
Dão Gottwald | Bug 987859 - TabsToolbar margin needs to be dropped when entering fullscreen mode rather than when the sizemode attribute changes, which is too late. r=gijs, a=sledru - 2925e9a0a33d |
Benjamin Smedberg | Bug 959356 - Fix the spelling and type of the isWow64 measurement. r=rnewman, a=sledru - ff1925aa6f85 |
Marco Bonardo | Bug 997030 - Don't encodeURI twice in bookmarks.html. r=mano a=sylvestre - 05baa07365d9 |
Lukas Blakk | updating EARLY_BETA_OR_EARLIER a=release-mgmt - 77795a696555 |
Matteo Ferretti | Bug 980714 - Remove blinking caret in panel text. r=gozala, a=lsblakk - 4363817b56ca |
Randell Jesup | Bug 921622 - AudioStream rework. r=padenot, a=lsblakk - eaa2b716ce89 |
Ryan VanderMeulen | Backed out changeset eaa2b716ce89 (Bug 921622) for mochitest-1 asserts. - b7913b826440 |
Blair McBride | Bug 1012526 - UITour.jsm only registers with UITelemetry when it's lazily imported on-demand. r=mconley a=lsblakk - b19932497b46 |
Randell Jesup | Bug 921622 - AudioStream rework. r=padenot, a=lsblakk - 3090db8c413f |
Mats Palmgren | Bug 1007065 - Don't apply the special -moz-hidden-unscrollable clipping on nsTextControlFrame since it always has an anonymous scroll frame that deals with overflow. r=roc, a=lsblakk - 36df173cb6a2 |
Margaret Leibovic | Bug 1009473 - Remove padding around list item images. r=lucasr, a=lsblakk - 841a1b085b5b |
Margaret Leibovic | Bug 1009473 - Use lighter gray for item descriptions. r=lucasr, a=lsblakk - 82c33d14844a |
Asaf Romano | Bug 1003839 - Live bookmark is still created despite cancelling the subscription. r=mak, a=lsblakk - 9b9c4281ccb2 |
Nicolas B. Pierron | Bug 1013922 - Avoid flattenning strings after each concatenation. r=jorendorff, a=lsblakk - af6bb6bacb0e |
Myk Melez | Bug 991394 - Actually rename profiles.ini sections when removing profile. r=mfinkle, a=lsblakk - eac674ed7cfe |
Ted Mielczarek | Bug 1011859 - Order gamepad axes properly. r=jimm, a=sledru - 0bcc74404878 |
Benjamin Bouvier | Bug 1010747 - Part 1: Cleanups and factor out float32 specialization for unary instructions returning int32. r=jandem, a=sledru - 586ed41fa2d1 |
Benjamin Bouvier | Bug 1010747 - Part 2: Implement Ceil (floating-point) -> int32 in Ion. r=sunfish, r=mjrosenb, a=sledru - 80950d72bd71 |
Benjamin Bouvier | Bug 1010747 - Part 3: Factor out floating-point conversion to int32 and bailout code. r=sunfish, a=sledru - 0db12290df12 |
Ryan VanderMeulen | Backed out changesets 0db12290df12, 80950d72bd71, and 586ed41fa2d1 (Bug 1010747) for landing without approval. - a89aa1e3e367 |
Benjamin Bouvier | Bug 1010747 - Don't inline Ceil when input is a FP value and output is an Int32. r=jandem, a=sledru - d3f2e54cf39c |
Previous changelogs:
- Firefox 30 beta 1 to beta 2
- Firefox 30 beta 2 to beta 3
- Firefox 30 beta 3 to beta 4
- Firefox 30 beta 4 to beta 5
- Firefox 30 beta 5 to beta 6
Changes Firefox 30 beta5 to beta6
Mai 23rd, 2014- 30 changesets
- 77 files changed
- 788 insertions
- 643 deletions
Extension | Occurrences |
cpp | 39 |
h | 15 |
js | 8 |
css | 4 |
mm | 2 |
xml | 1 |
webidl | 1 |
mozbuild | 1 |
m4 | 1 |
jsm | 1 |
java | 1 |
ini | 1 |
html | 1 |
cc | 1 |
Module | Occurrences |
js | 22 |
content | 13 |
browser | 9 |
editor | 6 |
dom | 6 |
services | 4 |
widget | 3 |
layout | 3 |
gfx | 3 |
embedding | 3 |
build | 2 |
testing | 1 |
mobile | 1 |
media | 1 |
List of changesets:
Benjamin Smedberg | Bug 1007389 - Implement plugin whitelist round 2. r=gfritzsche, a=sledru - 859a8098cd8d |
Olli Pettay | Bug 1009624 - Startup crash in nsXULPrototypeDocument::GetCompilationGlobal(). r=bholley, a=sledru - 28cb773f6e23 |
Gijs Kruitbosch | Bug 998523 - updateUI after logout. r=markh, a=sledru - dfcd5c18e0a8 |
Steven Michaud | Bug 995603 - Ensure mouse-enter/exit events are sent to plugins as appropriate. r=mstange,masayuki a=sledru - 70f056b3a700 |
Ehsan Akhgari | Bug 1007940 - Improve the performance of editor initialization; r=bzbarsky a=sylvestre - d3ccc8465e4b |
Dan Gohman | Bug 993174 - SpiderMonkey: Fix missing declarations under --disable-unified-compilation. r=mrosenberg, a=NPOTB - 46fdf6041673 |
Jared Wein | Bug 985509 - Edit Bookmark panel button doesn't have an open state. r=mconley, a=sledru - 54f0d0bea5e6 |
Mark Hammond | Bug 1006943 - Non-sensitive FxA log info is included with sync logs. r=rnewman, a=lsblakk - 107fdcd0b146 |
Mark Hammond | Bug 961471 - Ensure the initial sync prefs pane writes the sync preferences. r=ttaubert, a=sledru - 09a9c1859b6b |
Karl Tomlinson | Bug 991533 - Limit AudioBuffer channel counts and sample rate range. r=padenot, r=ehsan, r=bz, a=abillings - ece051d029de |
Karl Tomlinson | Bug 990868 - Limit ChannelMergerNode output channel count. r=padenot, a=lsblakk - 20143f06748b |
Joel Maher | Bug 1004671 - SpecialPowers observer isn't robust enough in OOP. r=ted, a=test-only - b01e7d87ef31 |
Tim Nguyen | Bug 998687 - Wrong Edit bookmark open state styling on Windows 7. r=jaws, a=sledru - ebf5c0367290 |
Mike Conley | Bug 1008183 - Show a private browsing indicator on Windows in fullscreen mode if tabs are in the titlebar. r=jaws, a=lsblakk - e17059d22a5b |
Bobby Holley | Bug 1005552 - Stop binding marquee event handlers. r=bz, a=abillings - e09ccb39a409 |
Douglas Crosher | Bug 988789 - Ionmonkey: Rework the instruction cache flushing. r=luke, a=sledru - 7d6a74b90622 |
Boris Zbarsky | Bug 976920 - Mostly back out Bug 932322 for now; only define the unforgeable properties on the window object itself. r=jst, a=lsblakk - d5fb33c4194e |
Margaret Leibovic | Bug 1010268 - Don't adjust default panel check for "Add panel" item. r=liuche, a=lsblakk - e1174b7947c9 |
Douglas Crosher | Bug 1001569 - Yarr ARM: Free Segments using js_delete to match their allocation with js_new. r=jorendorff, a=sledru - 18d40554e01f |
Masayuki Nakano | Bug 1008244 - Don't consume Enter key at keypress event when <select size=1> has focus but its dropdown list is closed. r=smaug, a=sledru - ba6d1a086b1a |
Mike Hommey | Bug 1005449 - Use CPU_ARCH for unknown target_arch in gyp. r=mshal, f=landry, a=lsblakk - 4b8b6909705c |
Bobby Holley | Bug 1010577 - Shim window.controllers (with a warning) in RELEASE_BUILDs (without string changes). r=bz, a=lsblakk - 8104a9e1bfaf |
Boris Zbarsky | Bug 1004458 - Maintain modal state on outer windows only instead of relying on forwarding from inner to outer. r=peterv, a=sledru - 4ffac6a8ab14 |
Chris Lord | Bug 983169 - Fix up TiledLayerHost rendering method. r=BenWa, a=lsblakk - 35fe7342d5aa |
Chris Lord | Bug 983169 - Fix handling of tile resolution in TiledContentClient. r=bas, a=lsblakk - fd3adb4a2d16 |
Andrea Marchesini | Bug 1006027 - ConsoleAPI uses timestamps in msecs. r=bz, a=lsblakk - 5608c1796eee |
Mike Hommey | Bug 1011797 - Add GNU/kFreeBSD to the list of ECMAScript i18n API supported platforms. r=mshal, a=NPOTB - ddae11a4c731 |
Mike Hommey | Bug 1012180 - Fix build/gyp.mozbuild for GNU/kFreeBSD. r=mshal, a=NPOTB - e8aaa68f8cb8 |
Mike Hommey | Bug 1012232 - Only use the perf opcode on mips arches that support it. r=jesup, a=NPOTB - 26ba0b7f24ef |
Ryan VanderMeulen | Backed out changeset d5fb33c4194e (Bug 976920) for suspicion of causing mochitest-bc leaks. - 8b801635d8ce |
Previous changelogs:
- Firefox 30 beta 1 to beta 2
- Firefox 30 beta 2 to beta 3
- Firefox 30 beta 3 to beta 4
- Firefox 30 beta 4 to beta 5
Changes Firefox 30 beta4 to beta5
Mai 20th, 2014- 37 changesets
- 97 files changed
- 791 insertions
- 323 deletions
Extension | Occurrences |
cpp | 21 |
html | 16 |
js | 15 |
h | 9 |
css | 8 |
list | 3 |
ini | 3 |
webidl | 2 |
py | 2 |
mozbuild | 2 |
mn | 2 |
jsm | 2 |
xul | 1 |
xml | 1 |
mm | 1 |
gypi | 1 |
build | 1 |
Module | Occurrences |
layout | 18 |
browser | 18 |
gfx | 13 |
dom | 11 |
content | 9 |
toolkit | 6 |
media | 3 |
testing | 2 |
netwerk | 2 |
widget | 1 |
mozglue | 1 |
modules | 1 |
mobile | 1 |
js | 1 |
ipc | 1 |
docshell | 1 |
build | 1 |
List of changesets:
Margaret Leibovic | Bug 999760 - Fix mistake in uplift. a=bustage - ea7fa7d12c15 |
Matt Woodrow | Bug 1003707 - Pass surfaces sizes in to CreateSourceSurfaceFromNativeSurface instead of trying to extract it from cairo. r=Bas, a=sledru - 956578072396 |
JW Wang | Bug 1004669 - Fix leaks in MediaTaskQueue::Dispatch(). r=cpearce, a=sledru - 662c516a1858 |
David Major | Bug 1002748 - Blocklist libinject.dll. r=bsmedberg, a=sledru - b334e79cf04f |
David Major | Bug 988311 - Blocklist rf-firefox-22.dll. r=bsmedberg, a=sledru - 79e75d908e1d |
Chris Peterson | Bug 757726 - Part 7 - Reenable navigator.plugins enumeration. r=bsmedberg, a=sledru - a7b30030153c |
Mark Hammond | Bug 999518 - Don't hit the production FxA server during mochitests. r=froydnj, a=test-only - 2c4e64ce090e |
Dão Gottwald | Bug 1007229 - Background tabs need to use the CaptionText color when using a high contrast theme on Windows 8/8.1. r=Gijs, a=lsblakk - ee16a6a74667 |
Gijs Kruitbosch | Bug 1004255 - Adjust flex so that inner panelUI-contents sizes correctly. r=mconley, a=lsblakk - 68037a299c56 |
Tim Taubert | Bug 966098 - Handle inactive/no windows case for "sync started" notification r=markh a=sylvestre - 937f11ea90b2 |
Neil Deakin | Bug 994194, don't set height of panels when they are on the toolbar, prevents scrollbars from appearing, r=mconley, a=lsblakk - 9bd4a69ee2e0 |
Tim Taubert | Bug 495123 - Save an empty window state if it's the last window closed and there were no others closed in series before r=smacleod a=lsblakk - f29ab60028d4 |
Giovanni Sferro | Bug 982189 - Fix Input type="number" immutability. r=jst, a=lsblakk - dcd4cf44e61b |
Andrea Marchesini | Bug 1000947 - Console::Methods must not throw exceptions. r=bz, a=lsblakk - e295406432eb |
Bob Owen | Bug 973837 - Don't allow view-source in <object>s. r=johns, a=lsblakk - acb6d71ba45d |
Bob Owen | Bug 973837 - Check that view-source is not allowed for <object>s. r=johns, a=lsblakk - ff4da156e917 |
Andrea Marchesini | Bug 1004814 - console.time/timeEnd work in workers. r=bz, a=sledru - aa9bc2b880a1 |
Stephen Pohl | Bug 989769 - Allow for vertical scrolls to interrupt horizontal swipes on OSX. r=smichaud, a=lsblakk - a713e6bd540d |
Chris Pearce | Bug 1008785 - Ensure the last video frame end time is correct on Android MP4 playback. r=kinetik, a=lsblakk - e9cfd7705824 |
Matt Woodrow | Bug 1008610 - Convert right xlib surface into a SourceSurface. r=Bas, a=sledru - 1c2c267a019f |
Gijs Kruitbosch | Bug 1000051 - Fix hidpi close icon size. r=dao, a=lsblakk - 504c3281b663 |
Gijs Kruitbosch | Bug 1008559 - setLocationAttributes, as called from buildArea, should remove anchor attribute if set. r=mconley, a=lsblakk - b927870d378d |
Jonathan Kew | Bug 1001233 - Convert bullet frame's margin to the block frame's writing mode when positioning bullet. r=smontagu, a=lsblakk - 542398357372 |
Gijs Kruitbosch | Bug 1009529 - Treat null features as '' features in window.open calls. r=bz, a=sledru - 41a1653a0199 |
Mark Hammond | Bug 966579 - Tweaks to mutation observer usage for fix intermittent chat orange. r=mixedpuppy, a=test-only - c3db2214834e |
Randell Jesup | Bug 981780 - Fix --disable-webrtc. r=glandium, a=sledru - 83f031a76d0a |
Landry Breuil | Bug 981780 - Disable some dom/media webrtc tests if webrtc isnt enabled. r=drno, a=sledru - 3f803365277a |
Mark Hammond | Bug 916497 - PageThumbs no longer expires thumbnails being tested to fix intermittent oranges. r=adw, a=test-only - c5f7b330dd3a |
Tim Nguyen | Bug 983978 - download-glow.png should be blue on Windows and Linux. r=Gijs, a=sledru - c3bcd563e6ce |
Gijs Kruitbosch | Bug 986866, Bug 1008647 - duplicate the 'show all bookmarks' item, r=mak, ui-r=shorlander, a=sylvestre - d087200dd934 |
Marty Rosenberg | Bug 995542 - Add extra consumers of the congruence-head when we split it from the class. r=sstangl, a=sledru - 9e2975cd6792 |
Bob Owen | Bug 996280 - Use the docshell's sandbox flags if we can't get the active document in IsSandboxedFrom(). r=smaug, a=sledru - 68b0fb01bfdc |
David Major | Bug 1000364 - Drop nonqueued messages for QuickTime's QTNSHIDDEN class. r=jimm, a=sledru - 19554eb3bed1 |
Gijs Kruitbosch | Bug 1008402 - Linux downloads button icon loses lwtheme color if using dark lwtheme (bright text). r=mconley, a=sledru - 792de35e26c0 |
Arnaud Bienner | Bug 1007278 - Restore the distinct text-color on disabled buttons. r=dholbert, a=sledru - 75ff52caee21 |
Margaret Leibovic | Bug 1005107 - Include charsetMenu.properties in localized files. r=Pike, a=sledru - 51262a06149a |
Ethan Tseng | Bug 1006530 - Closing a audio RTSP streaming via tab page causes system crash. r=sworkman, a=bajaj - 4f28715f9db6 |
r= means reviewed by
a= means uplift approved by
Previous changelogs:
Changes Firefox 30 beta3 to beta4
Mai 20th, 2014- 20 changesets
- 26 files changed
- 757 insertions
- 492 deletions
Extension | Occurrences |
cpp | 6 |
jsm | 4 |
js | 4 |
ini | 3 |
html | 2 |
h | 2 |
xul | 1 |
txt | 1 |
nsi | 1 |
nsh | 1 |
css | 1 |
Module | Occurrences |
browser | 7 |
dom | 5 |
content | 4 |
caps | 4 |
toolkit | 2 |
services | 1 |
netwerk | 1 |
layout | 1 |
build | 1 |
List of changesets:
Shawn Huang | Bug 1000961 - Make DBusReplyHandler use thread-safe ref-counting. r=echou, a=sledru - 306759b08bbf |
Ryan VanderMeulen | Backed out changeset ccde75e4b1af (Bug 1004152) for Mnw bustage. DONTBUILD - 1c4fdb3d772d |
Marco Castelluccio | Bug 981085 - Stop using OS.File in apps code. r=fabrice, a=lsblakk - ed09e2b74d14 |
Marco Castelluccio | Bug 972927 - Re-enable dom/apps tests on b2g. r=RyanVM, a=test-only - 9c41e6f07c3e |
Marco Castelluccio | Bug 991246 - Fix "aIdsApp is undefined" error in OperatorApps.jsm. r=cjc, a=lsblakk - a3d8c7c4f462 |
Carmen Jimenez | Bug 992589 - OperatorApps.jsm errors when running with and without Single Variant apps. r=ferjm, a=lsblakk - bbac2a994298 |
Shane Caraveo | Bug 983481 - Open a post activation landing page. r=markh, a=lsblakk - 315f0fda0470 |
Timothy Nikkel | Bug 1000423 - Properly convert from appunits/layout device pixels to layer pixels for composition bounds calculation. r=botond, a=lsblakk - d7abd8044d61 |
Mark Hammond | Bug 1006360 - prevent failures backing up bookmarks from stopping sync completing. r=rnewman, a=sylvestre - d202bb3a79cf |
Matt Woodrow | Bug 1003707 - Pass surfaces sizes in to CreateSourceSurfaceFromNativeSurface instead of trying to extract it from cairo. r=Bas, a=sledru - 7d945895a6d9 |
Nicholas Hurley | Bug 1007850 - Don't reset seer if it's not enabled. r=mcmanus, a=sledru - 9c27fdffe6f1 |
Ryan VanderMeulen | Backed out changeset 7d945895a6d9 (Bug 1003707) for bustage. - eb84c3250ae3 |
Marco Castelluccio | Bug 915879 - Wait for _writeFile to finish before continuing. r=fabrice, a=lsblakk - c81fd101b5a2 |
Robert Strong | Bug 1004168 - Add an INI file option to prevent requiring a reboot when there are files in use. r=jmathies, a=lsblakk - afcec252f3b7 |
Chris Pearce | Bug 1005622 - Reset media queues in Android media seek so that we don't think we're still at EOS after playing to EOS and then seeking. r=edwin, a=sledru - 63b001b6f985 |
Nathan Froyd | Bug 1009042 - add example.net to server-locations.txt; r=jmaher - 913fb15c7218 |
Bobby Holley | Bug 995943 - Clean up some silly stuff surrounding prefs in CAPS. r=bz - c1b7c8d03129 |
Bobby Holley | Bug 995943 - Allow access to file:// URIs from pref-whitelisted sites. r=bz a=lsblakk - 5b3bfd0a529a |
Edwin Flores | Bug 977089 - Don't pass ID3 headers to GStreamer. r=cpearce, a=lsblakk - e414a4798c7c |
Gijs Kruitbosch | Bug 1003542 - Remove extra space at bottom of single-item menus in bookmarks menu button panel menus. r=mikedeboer, a=lsblakk - d27918134b3d |
r= means reviewed by
a= means uplift approved by
Previous changelogs: