Changes Firefox 29 beta4 to beta5
Firefox 29 beta 5 has just been pushed to the mirrors. This release is similar to beta3 and beta4 is term of number of commits but their total size has been divided by 2. In this beta, some critical bugs fixed, various sync improvements and, obviously, Australis!
We are also providing two more statistics: by extensions and by modules (the number of files changed).
- 43 changesets
- 128 files changed
- 1049 insertions
- 425 deletions
By extensions:
| Extension | Occurrences |
| js | 52 |
| cpp | 26 |
| h | 10 |
| css | 7 |
| html | 6 |
| jsm | 4 |
| xul | 3 |
| json | 3 |
| xhtml | 2 |
| list | 2 |
| ini | 2 |
| in | 2 |
| xml | 1 |
| sh | 1 |
| py | 1 |
| java | 1 |
| c | 1 |
By modules:
| Module | Occurrences |
| services | 39 |
| browser | 19 |
| js | 15 |
| content | 9 |
| mobile | 8 |
| dom | 8 |
| layout | 6 |
| docshell | 5 |
| testing | 4 |
| toolkit | 3 |
| gfx | 3 |
| netwerk | 1 |
| modules | 1 |
| memory | 1 |
| intl | 1 |
| build | 1 |
List of changesets:
| Boris Zbarsky | Bug 988106 - No more unnecessary .wrappedJSObject in debugger. r=past, a=sledru |
| Bobby Holley | Bug 969441 - Check for recursion outside of the hairy transplant callsites. r=billm, a=sledru |
| Nikhil Marathe | Bug 967005 - Report rejected promises when worker stops running. r=bent, a=sledru |
| Sean Stangl | Bug 616491 - Limit YARR stack size to 1MB. r=mjrosenb, a=sledru |
| Mark Hammond | Bug 970167 - Disable passwords engine when a master password is set. r=rnewman, a=sledru |
| Bas Schouten | Bug 984796 - Fix some small errors in path flattening code. r=jwatt, a=sledru |
| Mark Hammond | Bug 985212 - Check if the username looks like an email address to determine what sync to use. r=rnewman, a=sledru |
| Henrik Skupin | Bug 987147 - [tps] Re-add support for old sync authentication. r=jgriffin, a=sledru |
| Peter Van der Beken | Bug 988863 - Preserve Location in AddProperty. r=bholley, a=sledru |
| Olli Pettay | Bug 987433 - DOMTokenList should have a strong reference to its owner so that the API doesn't suddenly start returning empty string. r=khuey, a=sledru |
| Brian Nicholson | Bug 988527 - Fix progress.9.png to have balanced padding. r=lucasr, a=sledru |
| Benjamin Bouvier | Bug 989166 - Reserve stack explicitly rather than implicitly. r=sstangl, a=sledru |
| Margaret Leibovic | Bug 976680 - Remove landscape padding from home banner. r=bnicholson, a=sledru |
| Sylvestre Ledru | Bug 990213 - Post Beta 4: disable EARLY_BETA_OR_EARLIER a=me |
| Marco Castelluccio | Bug 898647 - Move app package in the Resources directory on Mac. r=myk, a=sledru |
| Randell Jesup | Bug 986762 - Don't release DataChannelConnection on transient thread on readblob failure. r=smaug, a=sledru |
| Myk Melez | Bug 982559 - Use intent data to start app from legacy shorcut. r=wesj, a=sledru |
| Jared Wein | Bug 969963 - Grey out PanelUI-popup items when a subview is opened. r=mconley a=sledru |
| Gijs Kruitbosch | Bug 983997 - move pulse animation into animation container, too, r=mak,a=sylvestre |
| Chris Peterson | Bug 952602 - #ifdef EARLY_BETA_OR_EARLIER to disable navigator.plugins[] cloaking before GA release. r=bsmedberg a=sylvestre |
| Nick Alexander | Bug 983350 - Follow-up: Rev User-Agent string. r=rnewman, a=follow-up |
| Mats Palmgren | Bug 988453 - Make nsHyphenationManager::Shutdown() resilient against being called more than once. r=roc a=sledru |
| Jim Mathies | Bug 978127 - Update various win8 specific australis customized ui tests to use new Services.metro.supported prop. r=gijs. a=tests |
| Jon Coppeard | Bug 986843 - Replace AutoHoldZone with AutoCompartmentRooter r=terrence a=sylvestre |
| Bobby Holley | Bug 989183 - Check for nsXBLJSClass. r=bz, a=sledru |
| Ehsan Akhgari | Bug 965362 - Do not assume that all of the contents of the HTTP channel will be available by the time we decide to read it synchronously in devtools tests. r=robcee, a=test-only |
| Ehsan Akhgari | Bug 947531 - Focus the test window before starting the test. a=test-only |
| Martyn Haigh | Bug 970209 - Surround update logic in about:apps with synth apk specific wrapper. r=wesj, a=sledru |
| Matt Brubeck | Bug 972844 - Add a Maybe Later link on about:feedback intro. r=mfinkle, a=sledru |
| Matt Woodrow | Bug 973264 - If we wrap gfxImageSurface data when creating a SourceSurface, hold a reference to the original surface so the data stays alive. r=Bas, a=sledru |
| Olli Pettay | Bug 989210 - Consistently make cycle collector to deal with TextTrackManager's member variables. r=reyre, a=abillings |
| Jan de Mooij | Bug 989586 - Fix Ion correctness Bug when inlining |new Array(x)|. r=bhackett, a=sledru |
| Robert Strong | Bug 982448 - some fxmetro pref's still being left behind with values without --enable-metro in the mozconfig. r=bbondy, a=sledru |
| L. David Baron | Bug 989130 - Back out changeset fe119a83b1f2 (Bug 942017) while leaving the corresponding test from changeset 3c63decb4e7e. r=jfkthame approval-mozilla-beta=sylvestre |
| Luke Wagner | Bug 983448 - Fix masm.convertUInt32ToFloat32 on x86. r=bbouvier, a=sledru |
| Mike Hommey | Bug 984447 - Properly handle forks in mozjemalloc after Bug 694896. r=smichaud, a=sledru |
| Ehsan Akhgari | Bug 919208 - Rewrite test_bug668513.html to run in its own window so that it won't be able to navigate the test runner frame back. r=bzbarsky, a=test-only |
| Anthony Lam | Bug 970213 - Replace icon with custom design. r=wesj, a=sledru |
| Cameron McCormack | Bug 989965 - Resolve style for pseudo-elements correctly when style rules that have user action pseudo-classes on them are present. r=bzbarsky, a=sledru |
| Myk Melez | Bug 968129 - Load initial tab in WebappImpl:loadStartupTab. r=mfinkle, a=sledru |
| Ehsan Akhgari | Bug 990202 - Move the test page to a new window to prevent it from navigating the test runner frame back. r=bzbarsky, a=test-only |
| Randy Lin | Bug 912627 - Remove spurious assertion. r=cpearce, a=sledru |
| Ryan VanderMeulen | Backed out changeset cd8fed951743 (Bug 982448) for Windows mochitest-bc perma-fail. |
r= means reviewed by
a= means uplift approved by
Previous changelogs: