| User Push date [To Local] | Changeset | Patch author — Commit message |
|---|---|---|
| archaeopteryx@coole-files.de Sat Apr 22 09:21:51 2017 +0000 | 7d85b081bfabe91dbf18a421f1eee2a32f335823 | Sebastian Hengst — Backed out changeset ccf614bcd296 (bug 1357465) for breaking gecko decision tasks for nightly-code-coverage and nightly-mochitest-valgrind. r=backout a=backout |
| archaeopteryx@coole-files.de Sat Apr 22 08:43:37 2017 +0000 | 4ad23bc8d5c12134fd61970e56a4b305acfeb16e | Manish Goregaokar — Bug 1356275 - Decrease allowed write hazard threshhold; r=bholley |
| d7dabfe415108409c12cf1fd7abf00d83d4dbc59 | Bobby Holley — servo: Merge #16567 - Avoid pointer-chasing to check whether there are any declarations (from bholley:any_declarations); r=SimonSapin | |
| fb7deea90ec83b3a6cfa37d83998b6c7b1b037ac | Wes Kocher — Merge m-c to autoland, a=merge | |
| 68798c23a30d97b4fd5c98c15b407c1f71720a41 | JW Wang — Bug 1356514 - remove the usage of nsContentUtils::IsInPrivateBrowsing() in HTMLMediaElement.cpp. r=Ehsan | |
| 184dc928df689bea8008becd8fe6ea2058c028e6 | Manish Goregaokar — Bug 1349417 - Ignore all calls within InitSystem; r=bustage | |
| 91767db31b3fb150a238f2473e362a429b55f682 | Manish Goregaokar — Backed out changeset 7a7df2395851 (bug 1349417) | |
| bcac887a39dac01c91c394f0e869c2b8e224fe9b | Bobby Holley — Bug 1358375 - Reftest for refreshing the cached booleans. r=bz | |
| 913f76890205bcac167ba0cac1fca1bca252df2c | Nathan Froyd — Bug 1357556 - define a gecko_debug feature for gkrust*; r=emilio | |
| 33d4c888561305b5c97f2697889e7e8e5013c9c1 | Nick Alexander — Bug 1254355 - Follow-up: Use full paths to match GENERATED_FILES targets. r=mshal | |
| 9c187a205fc6a527a9f73a72d69daaba51b163aa | Manish Goregaokar — Bug 1356275 - Assert that we're on the main thread in the unused and unsafe Gecko_GetFontMetrics ; r=bholley | |
| 0a18e825015bddda8779c40a5dd0ee6144e7d531 | Manish Goregaokar — Bug 1349417 - Fixup system font heap analysis ; r=bustage | |
| 7a7df2395851bc9934a2c7bc4ff6bc782c5cfc48 | Steve Fink — Bug 1349417 - Placement new should preserve safety, r=bhackett | |
| f6a7287bdc6393043bf89a8cdb5282c9eb4c9d84 | Manish Goregaokar — Bug 1349417 - Part 10: Use mutex to guard system font computation; r=bholley | |
| c798ce122e10b274004628c32f9226c477e5f4b3 | Manish Goregaokar — Bug 1349417 - Part 9: stylo: Update test expectations; r=xidorn | |
| 6430444ade075eee39db6bc4a153917a88579d9d | Manish Goregaokar — Bug 1349417 - Part 2: stylo: Add basic system font support, use for font-size and font-family; r=xidorn | |
| fb358c9dd073fe4c4a1e341d78361b1f9a5e9b50 | Manish Goregaokar — Bug 1349417 - Part 1: stylo: Factor out system font computation into nsRuleNode::ComputeSystemFont; r=xidorn | |
| 5f8fc4f5a873e55d10f422cadc98bd3617f2320a | Manish Goregaokar — servo: Merge #16564 - stylo: Support system fonts (from Manishearth:stylo-sys-2); r=xidorn | |
| b6b8098abd34275a8709790066c8255c8c0b91ad | Andrew Swan — Bug 1356462 Show a notification when non-MPC extensions are disabled r=mossop | |
| 2519bb971a4e79acf1de7fae7a7719e10c1e681a | Andrew Swan — Bug 1356462 Add per-extension notice for non-MPC disabling r=mossop | |
| 76ae5c9b115e795dd094605841f27730d8b269cc | Dão Gottwald — Bug 1358204 - Remove border and background fallback styling from xulscrollbars.css. r=enndeakin+6102 | |
| 23f98bf94cca520d445d2b926c313cccf19112d9 | Wes Kocher — Bug 1341102 - Remove empty failure annotations. a=me | |
| 2c9b48cce0db90779b4dd4c4280e8ceb116711d0 | Michael Kaply — Bug 1357219 - Don't warn if we can't use a memory mapped file. r=jld | |
| e743b48dca21951a4b01c58d95c917ffd1afbd64 | Mike Conley — Bug 1348409 - Stop supporting the showDialog argument for window.find r=mrbkap | |
| bd32fc86f7a4177d0b4ebffb046314763a5d8a61 | Wes Kocher — Bug 1341102 - Update expectations a=me | |
| ad0ce16193f50abfacae7aeb3cfd5786461e9b46 | Imanol Fernandez — servo: Merge #15773 - Android life cycle improvements and Gradle integration (from MortimerGoro:android_improvements); r=larsbergstrom,fabricedesre | |
| ef0ad7316ebb979325048663ffcd297715169301 | Michael Ratcliffe — Bug 1073967 - Storage Inspector columns should use natural sort r=nchevobbe | |
| 3568513947d2a5a675ee8071d8d9f591f4d4db1c | John Dorlus — Bug 1354639 - Change variable name in test to avoid debugger conflict; r=chutten | |
| 65ca05fc7aadd830457f58b492eb46c1f31d0b65 | Alfredo.Yang — Bug 1358024 - Update rust mp4 parser. r=rillian | |
| de2ae1a56c28a781530143513e4e98e1fa98b049 | Alfredo.Yang — Bug 1358024 - sync names of codec specific data same as gecko. r=rillian | |
| 3a2d495b4d280f1c59f3bd48b252786ead4ff9a6 | Imanol Fernandez — servo: Merge #16544 - Implement WebGL::GetShaderPrecisionFormat (from MortimerGoro:get_shader_precision_format); r=jdm | |
| c027928dd1587033d741192dcbb82197d9933877 | Bobby Holley — Bug 1341102 - Remove empty failure annotations. r=me | |
| 81a606f523604d9074034d3c9cb14ff2e434bf81 | Ralph Giles — Bug 1358590 - Update rust-build to v0.4.5. r=ted | |
| 8051e0958de9c80f24dd3b582ba379dd622dfda6 | Wes Kocher — Bug 1341102 - Update expectations a=me | |
| 9f2d5a58024396ae96d4bed2887a94fe391772db | Anthony Ramine — servo: Merge #16548 - Improve parsing of gradients (from nox:webkit-gradients); r=emilio | |
| 55b7d1884d996bd5d7dfda59930a636c6daaec0a | Xiaoyin Liu — Bug 1350309 - Fix uninitialized variables in updatehelper.cpp r=rstrong | |
| 0ce1c7ecba11d55bff092bce1a56decabcbba976 | Anthony Ramine — servo: Merge #16558 - Properly parse alignment shorthands (fixes #16391) (from nox:placement); r=emilio | |
| kwierso@gmail.com Sat Apr 22 00:06:55 2017 +0000 | bf2654d9c37523800d2f27c7e8c12eac40873f7f | Kearwood Gilbert — Bug 1356382 - Move jsoncpp library and ensure it is included even when crashreporter is not r=ted |
| 0d0f01dd4d0b2e32ec2d32b22bef5f33268c98bb | Edmund Wong — Bug 1358403 - Add a colon to complete the rust url when mach build dies when it can't find the rust compiler. r=froydnj | |
| 28b8c2b9e9fa1f97e2bc3b22d76513a50c1ec4a0 | Markus Stange — Bug 1350503 - Wrap the performance actor's sharedLibraries value inside an object so that it can be transferred through the debugger protocol. r=gregtatum | |
| c8cc3f9c8d5d9fff2d7b53cc8a545cc3a31eed12 | Zibi Braniecki — Bug 1358543 - Only set new locale callbacks in xpc_LocalizeContext if they're not set. r=smaug | |
| a4746985e0ba9060bc7b64fd7d7355c24d88dd1e | Sebastian Hengst — merge mozilla-central to autoland. r=merge a=frequent-orange-fix | |
| 622dd3df21ca10b4b5b343b550c3ca5a4699e25c | Julian Descottes — Bug 1358070 - register dedicated privileged image for browser_docshell_type_editor.js;r=Gijs | |
| 3cb3b2425a447a3a47edc713cfdaf2f708046da4 | Edouard Oger — Bug 1356112 - Set identity.fxaccounts.settings.devices.uri when using the FxA well-known configuration. r=tcsc | |
| 848bd3234045aec8495a6682a513e71f147eb47f | Sebastian Hengst — Backed out changeset f39e67694994 (bug 1302470) for failing mochitest test_bug263683.xul on opt-based builds on Linux and on debug on OSX, at least. r=backout | |
| b22dc337ff39516ff1855ae2a41807dee0811b63 | Sebastian Hengst — Backed out changeset 572662b36c77 (bug 1302470) | |
| 23656266698b0e59000c3b0fbe3b906a632ca3bd | Sebastian Hengst — Backed out changeset a5a77d4a3cf3 (bug 1302470) | |
| f038fbe03508739e76f9b66bed6809878effec20 | Sebastian Hengst — Backed out changeset d0ecd711cbc4 (bug 1302470) | |
| f9a14442e34b804c6f502482704781b498059d91 | Sebastian Hengst — Backed out changeset d12341c804a2 (bug 1302470) | |
| e0f5820cc75caf6f7a50db89b030caec01ec859e | Sebastian Hengst — Backed out changeset 726e98cd071e (bug 1302470) | |
| 2ebc1ba647232c8b757c4c343fd9e5d945f1c54d | Sebastian Hengst — Backed out changeset 95aca3b5524e (bug 1302470) | |
| 6ca43af8102fb9e4929a21cc3f07b6519b37996a | Alessio Placitelli — Bug 1346203 - Don't use an empty key for accumulating in CANVAS_WEBGL_FAILURE_ID. r=jrmuizel | |
| ce93446fe101c20b9e11da814e4c9edaec73b48e | Aaron Klotz — Bug 1358288: Fix incorrect ABI specification for js-ctypes declaration of GetVersionExW; r=gfritzsche | |
| 279c3586de534476bd6f4f14c0469310ad80f97f | Tom Tromey — Bug 1353038 - do not quote whitespace in console evaluation results; r=nchevobbe | |
| 8c993698c0d3c4b29b8c9a52fdde2a9dc8c337f0 | Drew Willcoxon — Bug 1357458 - After Customization - typed text in the Awesome bar doesn't correspond with the text from One-Off-Searches bar. r=florian | |
| fe157ac6aed92b2c76e33ad2c2a9dde4a32a6e80 | Sebastian Hengst — merge mozilla-central to autoland. r=merge a=backout | |
| 95aca3b5524e4161dde15f8a10ca1a055b87ba12 | Brad Werth — Bug 1302470 Part 7: Disable part of the browser_Finder.js test until Highlight All is fixed for iframe content. r=mikedeboer | |
| 726e98cd071e1b0129fda6fad128cf4729fea0de | Mike de Boer — Bug 1302470 Part 6: Connect up FinderHighlighter.jsm with the new isRangeVisible function. r=mikedeboer | |
| d12341c804a257d5ccecf639558ac23f16ba16ca | Brad Werth — Bug 1302470 Part 5: Change nsDisplayList::GetOpaqueRegion non-opaque lists to build up a region from its children. r=mattwoodrow | |
| d0ecd711cbc4dfb253639b26c59770ec74a0bfcb | Brad Werth — Bug 1302470 Part 4: Fix the case where HTML buttons need to generate display item children when doing opaque hit tests. r=mattwoodrow | |
| a5a77d4a3cf36a5a4a0c4ae495d6b5071f7a6341 | Brad Werth — Bug 1302470 Part 3: Branch IsRangeVisible to delegate to IsRangeRendered when range is in viewport. r=masayuki | |
| 572662b36c77ea9d33383b11d92a14bc8bcffd1c | Brad Werth — Bug 1302470 Part 2: Create a IsRangeRendered function to test range visibility in the display list. r=mstange,smaug | |
| f39e67694994ba5c1c7912da34d2e255b4af5d1d | Brad Werth — Bug 1302470 Part 1: Remove trailing whitespace. r=mstange | |
| 673ad58aecac5a988dc4ab54c0ddda29d0063a03 | Brian Grinstead — Bug 1355331 - Move sidebar to the right edge of the window;r=mikedeboer | |
| 4c4b1375925f3559fac83db90e8bfc3da6e53395 | Matteo Ferretti — Bug 1353005 - removed sdk/content/mod and replaced with DOMWindowUtils calls; r=pbro pbro | |
| b0ccd97b40f44c440a20dfb5d7c644c104ecd452 | Matt Howell — Bug 1356637 - Blocklist a Nahimic DLL which is causing app update problems. r=bsmedberg | |
| 94b8a345453a25745bf71af50f16891138f0eeb4 | Michael Ratcliffe — Bug 1357704 - Create documentation for scalars in Telemetry.js r=sole | |
| e3e173383b3db84f80172accfaf985cf5902bd19 | Garvan Keeley — Bug 1330731 - Insecure form warning popup min-width increased to 200px, old width has 4 lines of text wrap (ugly), this has 3 (less ugly). r=MattN | |
| 7f1f1559cd8d3ff27d0302ba6aa4d5e94d7e14d7 | Shih-Chiang Chien — Bug 1357318 - remember previous priority boost request in imgRequest. r=tnikkel | |
| a2561522f4cd4b6be15818994dca289bdb835bde | Carsten "Tomcat" Book — Backed out changeset a4212d9e1d0b (bug 1302470) for eslint failure | |
| 71218b2d1f9718d1cd3727007abfc6ba2924acb8 | Carsten "Tomcat" Book — Backed out changeset 87ae43ab52ed (bug 1302470) | |
| 85abcaa97076a036fb4fca670783d2cb7c7fe665 | Carsten "Tomcat" Book — Backed out changeset 1d664865e8e2 (bug 1302470) | |
| 083edb20c643a81651926888063a775e2f2f3cb7 | Carsten "Tomcat" Book — Backed out changeset 71de099b2eb7 (bug 1302470) | |
| 28f8fc94cf1adcea5cea507c6afa230924c266d9 | Carsten "Tomcat" Book — Backed out changeset 4fc16536ce41 (bug 1302470) | |
| 40978edd88b7c684d5447d8d9e7d09b7710997aa | Carsten "Tomcat" Book — Backed out changeset eb2930fc7c59 (bug 1302470) | |
| d726a063ab02c656076f20238e2c83074ca68bf9 | Carsten "Tomcat" Book — Backed out changeset 855488862155 (bug 1302470) | |
| 50cb55d0d69b6536bd245318db985ac5815479b2 | Dão Gottwald — Bug 1348359 - Remove unused files from chrome://global/skin/dirListing/. r=florian | |
| 85548886215546769bdaa533223424151080a458 | Brad Werth — Bug 1302470 Part 7: Disable part of the browser_Finder.js test until Highlight All is fixed for iframe content. r=mikedeboer | |
| eb2930fc7c597cc894eec94344af56804a1d157f | Mike de Boer — Bug 1302470 Part 6: Connect up FinderHighlighter.jsm with the new isRangeVisible function. r=mikedeboer | |
| 4fc16536ce41582bf99fedd22eb1b3bf3242d3a2 | Brad Werth — Bug 1302470 Part 5: Change nsDisplayList::GetOpaqueRegion non-opaque lists to build up a region from its children. r=mattwoodrow | |
| 71de099b2eb7b7b6620008811f4344c978264945 | Brad Werth — Bug 1302470 Part 4: Fix the case where HTML buttons need to generate display item children when doing opaque hit tests. r=mattwoodrow | |
| 1d664865e8e200509288cb2eb65814c0c7ce8ab4 | Brad Werth — Bug 1302470 Part 3: Branch IsRangeVisible to delegate to IsRangeRendered when range is in viewport. r=masayuki | |
| 87ae43ab52ed798cec3d3970ce4a3f2fbc089980 | Brad Werth — Bug 1302470 Part 2: Create a IsRangeRendered function to test range visibility in the display list. r=mstange,smaug | |
| a4212d9e1d0b74470916c4f751050ac80ba89497 | Brad Werth — Bug 1302470 Part 1: Remove trailing whitespace. r=mstange | |
| 077dfe0825246cd4c7df1b8436882610d8d03b1a | Ted Campbell — Bug 1353358 - Support JSOP_OPTIMIZE_SPREADCALL in Ion r=jandem | |
| fd25c2c275fceb51347b7a108c6ce17214dbf70c | Ted Campbell — Bug 1353358 - Use IfThenElseEmitter when optimizing spreadcall r=jandem | |
| fee151a11c16a1a6995770aa4c3400b31d2faaf0 | Thomas Nguyen — Bug 1358333 - Fix APPLICATION_REPUTATION_ALLOWLIST_MATCH and APPLICATION_REPUTATION_BLOCKLIST_MATCH telemetry r=francois | |
| fe2fff73428147c36b75189670a36cee6ff07b39 | Carsten "Tomcat" Book — Merge mozilla-central to autoland | |
| 2d53e3a676bb1617ac701b5470a91ec831bb921b | Johan Lorenzo — Bug 1355018 - Make post-release steps use the unified repo r=rail | |
| 5e4195f349347871c7db35b360757d9c3bf74673 | Carsten "Tomcat" Book — Backed out changeset 125045e56532 (bug 1356957) for frequent failures in browser_net_security-error.js | |
| 38732fc0f4376b495c5bc41b2e9eaa55b6761c37 | Carsten "Tomcat" Book — Backed out changeset f6a1f5acfd58 (bug 1356957) | |
| 402503d06db8012241d834ff6251e7eb40a5a857 | Frederik Braun — Bug 1358050: Add no-implied-eval rule to eslint config r=standard8 | |
| 0972898afcd266da9a396ed1b306d72a5a33ca1c | nchevobbe — Bug 1358103 - Remove createFactory call on Reps; r=jdescottes | |
| ba94dfa2c7f3cd92fb353ca34998d3eae3b613d7 | Gijs Kruitbosch — Bug 1352664 - temporarily increase threshold for per-compartment timing checks to avoid intermittent orange, r=Yoric | |
| f91f21db5c8e67726e0d0020c33ee3705c4d6792 | JW Wang — Bug 1358401. P4 - reject the promise with an error string in UpdateSessionFunc(). r=gerald | |
| 02fb1ea3df4f87b92fc55894f270561c387bf483 | JW Wang — Bug 1358401. P3 - reject the promise in LoadTest() when AppendTrack() fails. r=gerald | |
| cd4a2197143e67f18d3a8584f55dcee292b0a893 | JW Wang — Bug 1358401. P2 - use the 'once' handler to remove the |firstOpen| check. r=gerald | |
| 8ecca35b9ae382a2cdd3f77ce1826cf147354212 | JW Wang — Bug 1358401. P1 - reject the promise when failing to fetch the buffer. r=gerald | |
| cc853449321fc1301995e41c979b0473f80df550 | Marco Bonardo — Bug 1321533 - places/tests/unit/test_telemetry.js assumes the decay time must be positive. r=standard8 | |
| dea1c646413a27c5251c87aeef52aa426fdc3aae | Marco Bonardo — Bug 1358368 - Ensure we read values from a current db snapshot in places/tests/favicons/test_root_icons.js. r=standard8 | |
| 5096d1d0cff22b0de77ca3b7b3ddaa236d7f93e0 | Hiroyuki Ikezoe — servo: Merge #16557 - Servo does not need to support -moz-keyframes (from hiikezoe:dont-support-moz-keyframes); r=SimonSapin | |
| 1d6502afc19f06f7f99a4d9bfe54369c97cab3f3 | Rajesh Kathiriya — Bug 1354513 - Removed duplicate ESLint recommended rules in formautofill r=standard8 | |
| c852a5239feed607a778e32c5ea9f1561622ec8d | Carsten "Tomcat" Book — Merge mozilla-central to autoland | |
| 0625a195fcf53cfd87b1fc30df94a31c63bafaac | Andreas Tolfsen — Bug 1356229 - Prevent non-loopback connections in Marionette; r=whimboo | |
| 6d201ceaff82b6539910648097ca7e2281565ea0 | Andreas Tolfsen — Bug 1356229 - Remove marionette.forcelocal preference; r=whimboo | |
| c5ab3b44dbf12b0f1a5c0f740ec630aecac27636 | Marco Bonardo — Bug 1354681 - Intermittent timeout in browser_ext_omnibox.js. r=mattw | |
| f6a1f5acfd58e19a340a8c3b00450eb6ab1097cc | Fred Lin — Bug 1356957 - combine double updateRequest call while receive event in _onNetworkEventUpdate;r=rickychien | |
| 125045e5653203827172e75737184ca04d889ad6 | Fred Lin — Bug 1356957 - call updateRequest once when update request in netmonitor-controller;r=rickychien | |
| ffdb24073101229fd2fd5fb6b6ecb7351b63d4fc | Thomas Nguyen — Bug 1353853 - Cache preferences when doing channel classify r=francois | |
| 934221c412fca006f410a77cb64981bcd0b5025f | Alexandre Poirot — Bug 1348761 - Fix object inspection performances against objects with large Typed Arrays. r=bgrins | |
| 4eaa5414d10edf27539935ebd1f0d14a4ea715e1 | Johan Lorenzo — Bug 1354038 - [push-apk] taskgraph: Use rollout and deactivate dry-run on release r=aki | |
| b2c250009e4b5b9ccb48dad4add356c05b8efffb | Mark Banner — Bug 1348097 - Fix intermittent failures caused by Experiments.jsm by ensuring the preference monitoring is in sync. r=gfritzsche | |
| f0127a117bcbed02cc43ad79251b51b5da444e52 | btian — Bug 1357638 - Use Preferences::AddBoolVarCache() to accelerate dom.forms.inputmode access in IMEStateManager::SetIMEState(), r=masayuki | |
| f902d870c642e0f673cfa3a04d03f41d1311be44 | Boris Chiou — Bug 1332633 - Add Servo_AnimationValues_ComputeDistance. r=emilio | |
| b7a058d98d2db818335e5369ba87d6b1c3d5a927 | Boris Chiou — servo: Merge #16554 - stylo: Bug 1332633 - Implement ComputeDistance trait (from BorisChiou:stylo/animation/compute_distance); r=emilio | |
| b858187d6cb8cd0a6cdffc59f1fd4a7a7777a5ea | Mark Hammond — Bug 1355677 - Make all Sync network requests promise based. r=kitcambridge,rnewman,tcsc | |
| e5f7c3e9f1b92f17d020298a510bcd15fa278543 | Kevin Chen — Bug 1356537 - Revert device reset check in EndFrame; r=dvander | |
| 049d6f1921bd9e4724d38b3657aa743946f25937 | Hiroyuki Ikezoe — Bug 1356779 - Add tests for interaction between prefixed and non-prefixed @keyframes rules with the same name. r=dholbert | |
| 7a69f0845fa16f55040f5e41b0f3a1dbd805c07e | Hiroyuki Ikezoe — servo: Merge #16553 - Support vendor prefix keyframes rule (from hiikezoe:vendor-prefix-keyframes); r=emilio | |
| archaeopteryx@coole-files.de Fri Apr 21 18:25:52 2017 +0000 | ff6abe20041933a67f636b748ed698e9616a6833 | Sebastian Hengst — Bug 1356627 - Disable css-transitions-1 web-platform-tests for failing frequently. r=test-disabling a=frequent-orange-fix |
| archaeopteryx@coole-files.de Fri Apr 21 16:01:58 2017 +0000 | 0b1d1dfe7055a8568e1cc7ea5f74c6fd63ada14c | Sebastian Hengst — Backed out changeset 435e638babd1 (bug 1349418) for failing checkerboard-{1,2,3}.html on Android 4.3. r=backout a=backout |
| 7b7aa29bb6ed8a6fcfcd6391eb778619625c05c1 | Sebastian Hengst — Backed out changeset 3ccf396a61fe (bug 1349418) | |
| ffxbld Fri Apr 21 14:57:08 2017 +0000 | 303f73e7411bf3c5b9b27c1a4505d8afcb9f3f85 | ffxbld — No bug, Automated HPKP preload list update from host bld-linux64-spot-305 - a=hpkp-update |
| 5523e84957a6e09e0e516543667944a8c054c07f | ffxbld — No bug, Automated HSTS preload list update from host bld-linux64-spot-305 - a=hsts-update | |
| cbook@mozilla.com Fri Apr 21 13:55:46 2017 +0000 | c8198aa6e7677e90cc7f1e2df0a14a5cc2719055 | Carsten "Tomcat" Book — Backed out changeset 35ef9cd54519 (bug 1358142) for breaking android nightlys |