User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
cbook@mozilla.com Tue Mar 07 14:20:47 2017 +0000 | 7f4f2c94cb99cc5469f387c1108a2e93bfef2a2a | Carsten "Tomcat" Book — Merge mozilla-central to autoland ← 129 merge changesets [Collapse] |
47e5c929a4879384d719568ca002b705b6472b7d | Carsten "Tomcat" Book — merge mozilla-inbound to mozilla-central a=merge | |
38911b466afc0316f27dd834c58e13d5a7b14dbc | Shawn Huang — Bug 1268804 Part 4: Add isSecureContext pref in test_interfaces for StorageManager, r=bz | |
a167a17bdcdfb087e0929fcf806c2d5d60f214f6 | Shawn Huang — Bug 1268804 Part 3: Test storage api in WebExtensions, r=kmag | |
a3e5c9a2b190b508223a964438070ea87916ef99 | Shawn Huang — Bug 1268804 Part 2: Add test cases for SecureContext, r=janv | |
611a166e7b0c67ebaf7e115045d55ff83f5d056e | Shawn Huang — Bug 1268804 Part 1: Enable SecureContext for Storage API, r=baku | |
9c62ab1bfb8afc58fdf7b266584026da7e1aab3f | Jan de Mooij — Bug 1344721 - Eliminate unnecessary null check from Ion post barriers when we know the object is non-null. r=jonco | |
5c0023fa95e6c77fcf1fdd180a1c6d1c2a33877e | Andrea Marchesini — Bug 1344669 - Remove Performance::IsEnabled, r=qdot | |
1271d0895ac8dc2ff3238974e77b4219175bf509 | Andrea Marchesini — Bug 1344671 - Container telemetry IDs should be kept until version 58, r=bsmedberg | |
2c5ff671ebc2b4759ab0dfb92d9d95e0654a112f | Andrea Marchesini — Bug 1344676 - Remove XHR_IN_WORKER telemetry ID, r=qdot | |
3cc790b3c16924d63c01b42f22e733b12746fd26 | Andrea Marchesini — Bug 1344466 - Fix error propagation in FileReader when reading from the inputStream, r=qdot | |
f50437ed4599e0065dce3e0e08b948fb13ea2664 | Iris Hsiao — Backed out changeset da035ac87fe4 (bug 713680) for reftest failures | |
5e9a92053f10ce1e8e9ad39cc6b72ae8c3172a68 | Shawn Huang — Bug 1343463 - Move indexeddb service worker test to serviceworkers folder, r=baku | |
a9c886b3517f9c5e2728539c6426df45b80b077b | Ehsan Akhgari — Bug 1344974 - Part 3: Speed up principal access checks in WrapperFactory::Rewrap() by eliminating virtual dispatch and inling; r=bholley | |
a84b225957b499c03ec78ca0ed6cb8ff9ddd03aa | Ehsan Akhgari — Bug 1344974 - Part 2: Make the non-virtual helpers for principal equality/subsumption checks inline; r=bholley | |
2c8caf7ff9f2397ed57734c211d1a21711357db3 | Ehsan Akhgari — Bug 1344974 - Part 1: Factor out more non-virtual helpers for principal equality/subsumption checks; r=bholley | |
da035ac87fe46773e46942b0e30bbbc2d28e8c8e | Chris Peterson — Bug 713680 - Change default Windows monospace font from Courier New to Consolas. r=jfkthame r=masayuki | |
5dd02b882459fe98a58cde580a215793def4880e | Ehsan Akhgari — Bug 1340710 - Part 10 - Remove BasePrincipal::EqualsIgnoringAddonId which somehow crept back in during the last rebase | |
8cd9e592cc85ff5f48d65160bf64e7dfc9c8c844 | Ehsan Akhgari — Bug 1340710 - Part 9: Speed up the OriginAttributes comparison in BasePrincipal::Subsumes(); r=bholley | |
c9bf97b0dd70b4559367fa91fc4dcdabd8c3660b | Ehsan Akhgari — Bug 1340710 - Part 8: Add a fast path for nsIPrincipal::EqualsConsideringDomain() and nsIPrincipal::SubsumesConsideringDomain(); r=bholley | |
512a7e6dfe6b1bbe1e494a3139dd6a0e2d244a0f | Ehsan Akhgari — Bug 1340710 - Part 7: Add a fast path for nsIPrincipal::Equals() and nsIPrincipal::EqualsConsideringDomain(); r=bholley | |
c798f52cc53e130a8afe0f8f47be71ce60582888 | Ehsan Akhgari — Bug 1340710 - Part 6: Store BasePrincipal::{mOriginNoSuffix,mOriginSuffix} as a pair of atoms; r=bholley | |
69abc17ea32fd2b12a8bba5f7a34cb5de2b05133 | Ehsan Akhgari — Bug 1340710 - Part 5: Make nsIPrincipal.origin throw for about:blank codebase URI principals; r=bholley | |
334ee7b3b3021ee4481b4aaaae833122b7fb5ffb | Ehsan Akhgari — Bug 1340710 - Part 4: Fix nsIPrincipal::GetOrigin()'s handling of non-strict file:// URI origin policy; r=bholley | |
405aa6574c00c2a99f77417a43b288ab34a00ea9 | Ehsan Akhgari — Bug 1340710 - Part 3: Add an assertion to ensure that codebase principals are never constructed with URI schemes such as javascript:, about: and data:; r=bholley | |
cb0ea9136535ad6d1455833ea63b8ac7d68d58b4 | Ehsan Akhgari — Bug 1340710 - Part 2: De-virtualize BasePrincipal::Kind(); r=bholley | |
2c7b8a9a8989e98cb08aa1cf8317c5f2daab2bc5 | Ehsan Akhgari — Bug 1340710 - Part 1: Remove nsPrincipal::SetURI() since it's unused; r=bholley | |
f248e1f814d124f48cb7035b017e5c25cc654528 | Andrew McCreight — Bug 1344848 - Don't check for atom leaks unless we're checking for other leaks. r=erahm | |
dc335045a33b563f7e4010c9a33d4c9f407d6b0f | Ya-Chieh Wu — Bug 1331298 - Handle Control characters code units from U+0000 to U+001F in rpc.h. r=peterv | |
e578d0aa144089d521390863908e876bdf84735f | Ya-Chieh Wu — Bug 1325896 - Implement PPB_KeyboardInputEvent_Create. r=peterv | |
0aac487103cebe31b430b44d21b89720fc3989ef | Kris Maglione — Bug 1344616: Follow-up: Fix devtools test failure. r=me | |
295f8f82ced346ca72e836ac9bbc33d21c8e92fd | Kris Maglione — Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy | |
b476abd6506156db7bfe9589cb0de7390969b008 | Kris Maglione — Bug 1344616: Support running content script tests in xpcshell. r=mixedpuppy | |
2c7a32aa6ef7a7cc33b6e4343ca08466f86d55f6 | Heiher — Bug 1344597 - Baldr: MIPS: Fix trap type of unsigned divide by zero. r=luke | |
12e50efb59fc7f3853bbee3a51aa46b9f078d0f5 | L. David Baron — Bug 1187851 followup - Fix DEBUG-only code to print name of nsChangeHint_UpdateContainingBlock. No review. | |
f822f46061e19cca1800be27af0a48808f6f2b18 | Chris Pearce — Bug 1343140 - Output a black frame if Widevine CDM refuses to decode due to losing a key. r=gerald | |
c726adc9b2174f3bf5dab4b12948d37537216a14 | Jeff Gilbert — Bug 1344433 - Allow GLX 1.3+glXGetProcAddressARB. - r=jrmuizel | |
11ca2ac87fbd73ab48fb285461b244da3309a506 | Jeff Gilbert — Bug 1344433 - Fix ANGLE symbol loading. - r=daoshengmu | |
b90bf52c69ead6ea8623d01b318c2cd69b40b9de | Jeff Gilbert — Bug 1344433 - Use WRAP() macros. - r=daoshengmu | |
a2624aa679c189d22240dc3dabedccae97e246f5 | Jeff Gilbert — Bug 1344433 - Reformat. - r=daoshengmu | |
5dd77a2bc068928d1b6cedbc322b42865d507ad3 | Jeff Gilbert — Bug 1344433 - Require GLX 1.4 (released 2005) - r=daoshengmu | |
96bb57eaa0e25fdb6f15deeb7a569a4ff2a6f6bb | Jeff Gilbert — Bug 1344433 - Remove HasDXInterop(), but not HasDXInterop2(). - r=daoshengmu | |
a33c70b339b9c1e015165170ef38d1768a553881 | Sebastian Hengst — Backed out changeset a293a617ebed (bug 1321026) on suspicion of causing xpcshell bustage. r=backout on a CLOSED TREE | |
e990ae64c2a3c4ad168f51a7264a08f562a1ebb9 | Randall Barker — Bug 1344517 - Keep dynamic toolbar visible while page is loading r=kats | |
2e025eb770e85de558fb72825539903b3e049172 | Ryan VanderMeulen — Bug 1343453 - Backport some upstream libevent fixes to our in-tree copy. r=billm | |
1a54379c120c36cc72d206c2b75c9ea1386bcef2 | André Bargull — Bug 1344487 - Update language subtag registry to version 2017-03-03. r=Waldo | |
48cf9ac6ab31e07c86ce4d5bb5cf2514c737fe75 | djmdev — Bug 1332651 - Enabled python code linting in Telemetry. r=Dexter | |
a293a617ebedd8ee929eba6fb0005181cff5143d | Honza Bambas — Bug 1321026 - Have an argument to change the number of parallel tests when running xpcshelltests. r=ted | |
21743640e4d14b508b7813e1d51f276cd0fb0d08 | André Bargull — Bug 1317397 - Only set lastIndex for global or sticky RegExps in RegExpBuiltinExec per ES2017. r=arai | |
124b0ef2d81632e4752ab094151b9b5027117584 | André Bargull — Bug 866473 - Implement caseFirst option in Intl.Collator. r=Waldo | |
9399e0ccde82e8de2ee2f2cc9a63fdfb88512e8a | Tom Ritter — Bug 1344845 - Fix --disable-sandbox by ifdef-ing an include. r=handyman | |
06745caaa027d2734e5cd249902c8900edb6cba0 | Jim Chen — Bug 1337910 - Notify observers from Gecko event queue; r=snorp | |
1af35d88e88beba7fc046fdd89fbd3218386d049 | Jim Chen — Bug 1343027 - 2. Add jni::Ref::Lock function; r=snorp | |
a97e11f9a6e2309a2218e91f5fc0bd29da229228 | Jim Chen — Bug 1343027 - 1. Add jni::Ref::Cast function; r=snorp | |
4031cd5354cfac3db99b6e7c440639243c9f86cd | Michael Kaply — Bug 1343943 - Add support for recording default prefs in telemetry. r=chutten | |
fde4cd0aed6deccd27113ad6519ad31d5f27564a | Ehsan Akhgari — Bug 1343866 - Scope more nsCOMPtrs in XRE_XPCShellMain(); r=bsmedberg | |
8086f1e5317b27a3e2a344c5057f51ea1ef337dc | Ehsan Akhgari — Bug 1344587 - Fix a leak in test_multicast_dns_device_provider.js; r=schien | |
5a64d16d18e577d63a38c2044ff942ba858ae23b | Michael Layzell — Bug 1317322 - Part 2: Fix shutdown leak when win32 holds nsDataObj with temp file until shutdown, r=jimm | |
ac2f3894113f831e5f2828185d8ac8c93ef8053b | Michael Layzell — Bug 1317322 - Part 1: Activate `paste` in menus when within <textarea> controls, r=ehsan | |
49cf9bfdfa74181dd7b176652bb9ea87fcd31927 | Michael Layzell — Bug 1338328 - Change error type for custom-clipdata mime type, and add test for correct exception type, r=baku | |
62bc57f40c7a78cf8c270e8b21aa3ad883148af0 | Sebastian Hengst — Backed out changeset bb2103358f84 (bug 1343140) for build bustage. r=backout on a CLOSED TREE | |
bb2103358f8447a56b59fa84ddb910cf1af6c581 | Chris Pearce — Bug 1343140 - Output a black frame if Widevine CDM refuses to decode due to losing a key. r=gerald | |
f175c01170723f0f41d4080c01701ac782cdffdf | JerryShih — Bug 1270056 - skip the GC in nsGlobalWindow::SetNewDocument() r=smaug | |
5a1812fe02163bbed19319621f30f95606c398b3 | Jan Varga — Bug 1339081 - Part 23: Treat it as an error if the origin stored in the database doesn't match the origin used to open the database; r=asuth | |
164b54df93129f9cb4a4238041ad2da8d5a12d7c | Jan Varga — Bug 1339081 - Part 22: Rename "schema" to "scheme" where appropriate; r=asuth | |
bb8c440c6a96be3b0d356146fc86bc022938931e | Jan Varga — Bug 1339081 - Part 21: Rename file manager directories as part of new upgrade helper; r=asuth | |
b77f0b972eb2721396b0ba6b3fd970028cfccf7d | Jan Varga — Bug 1339081 - Part 20: Rationalize IndexedDB origin initialization code (preparation for sharing with a new upgrade method); r=asuth | |
aa58383f87b57938afacda3fda54981ea6d9ea7d | Jan Varga — Bug 1339081 - Part 19: Strip obsolete origin attributes in IndexedDB databases (needed for bug 1314361), original patch by Kris Maglione; r=asuth | |
5740cdbe500df6961b6c0d8ebb86539f42583fbc | Jan Varga — Bug 1339081 - Part 18: Simplify File.createFromNsIFile() usage; r=asuth | |
83d8f200c0874f074e3e612bb373c9e120cd03a9 | Jan Varga — Bug 1339081 - Part 17: Strip obsolete origin attributes as part of new upgrade helper (needed for bug 1314361), original patch by Kris Maglione; r=asuth | |
5d13de25b640a786602437ebbec1d891e8629dee | Jan Varga — Bug 1339081 - Part 16: Remove apps data as part of new upgrade helper (needed for bug 1311057), add a bunch of new tests to verify upgrade methods; r=asuth | |
de6a57b28704028b5769e20d43e2b2a47ca4be85 | Jan Varga — Bug 1339081 - Part 15: Shift code to correct place; r=asuth | |
a9fa25bc31d1dc4f1e917780d73bf3fecfad7c1c | Jan Varga — Bug 1339081 - Part 14: Don't try to upgrade obsolete origins, remove them right after we detect them; r=asuth | |
c6c4db7bae511e07d2b7e1b8ccbe16546cc18cea | Jan Varga — Bug 1339081 - Part 13: Move morgue directory cleanup to new upgrade helper; r=asuth | |
53717af6cc12a961698c576fa433a809b71a5d46 | Jan Varga — Bug 1339081 - Part 12: Add a baseline helper for 1.0 to 2.0 upgrade; r=asuth | |
8972b262292d538f430573c9aa86fad5a3efa27b | Jan Varga — Bug 1339081 - Part 11: Fallback to PR_Now() if GetLastModifiedTime() fails; r=asuth | |
e8b6895403af47ee449d79d32e6092715cfa00bf | Jan Varga — Bug 1339081 - Part 10: Unify GetDirectoryMetadata() in upgrade helpers; r=asuth | |
54064fdef8a0ed44e4841ec02599922027f0e4de | Jan Varga — Bug 1339081 - Part 9: Allow origin properties to be checked before they are added to the list for processing in upgrade helpers; r=asuth | |
3830a1f5acdb9724ef89f842896ac33f3638d750 | Jan Varga — Bug 1339081 - Part 8: Rename the upgrade helper to match the method that is using it; r=asuth | |
be36f7ad8f150cfe3cfaf2ca8a7df7bb50ff8246 | Jan Varga — Bug 1339081 - Part 7: Implement safe metadata writting using temp files; r=asuth | |
691e3bc4f183eef3c30cb08e12fa4dc1ec9d5a63 | Jan Varga — Bug 1339081 - Part 6: Fix unknown file handling; r=asuth | |
d105ab94f5bc9ee0cb8c7d3a433dcefe1260426e | Jan Varga — Bug 1339081 - Part 5: Add a method for testing origin initialization; r=asuth | |
1f4c339ac82b8528b1bc8e40055477de73dfc6d1 | Tom Tung — Bug 1339081 - Part 4: Add a result attribute to nsIQuotaRequest; r=janv | |
cce9c2480cd9b41a5676a244a0d33576cab90517 | Jan Varga — Bug 1339081 - Part 3: Split OriginClearOp to make code more readable and cleaner; r=asuth | |
c88cea1dfbc47f3911534a3d4d5d7759e2d57bbc | Jan Varga — Bug 1339081 - Part 2: Add a method for testing storage initialization; r=asuth | |
95580390d302fa2cb33a63d69487125d56209608 | Jan Varga — Bug 1339081 - Part 1: Create a standalone testing infrastructure with a basic test; r=asuth | |
99ca8cce005e8ace45d3030713960d9e658b0aa8 | Kris Maglione — Bug 1314361 - Part 7: Strip addonId from existing DOMStorage origin attributes. r=mayhemer | |
ebabe5ba82f1db6987ac55156307ef4a929eeb10 | Kris Maglione — Bug 1314361 - Part 6: Remove the addonId origin attribute. r=bholley | |
fffb91ea88abc275e43ef979261df5c7ced23f12 | Kris Maglione — Bug 1314361 - Part 5: Remove origin attribute comparison helpers for ignoring addonId. r=bholley | |
73265f9e2940d06af625ee3b2bd6f57a87c932c2 | Kris Maglione — Bug 1314361 - Part 4: Stop setting addonId origin attribute. r=billm | |
d07ca792049f26b289414d258e327a2cfab19006 | Kris Maglione — Bug 1314361 - Part 3: Stop using origin attributes for add-on ID in console filtering. r=baku | |
ec4c621bb3fef6b6a49e8b9993564d66d1053046 | Kris Maglione — Bug 1314361 - Part 2: Stop using addonId origin attribute for permission checks. r=billm | |
f72d29f41cd97930cf02709017c68a077c2069b4 | Kris Maglione — Bug 1314361 - Part 1: Generate nsIPrincipal.addonId from AddonPolicyService rather than origin attributes. r=billm | |
e5c5d9e6c47f9e746db8619795dcac3441f8440c | Jan Varga — Bug 1311057 - Part 3: Code simplification and cleanup after isApp removal; r=asuth | |
efb4ec26174e877462c6fddcf164d03336aac362 | Jan Varga — Bug 1311057 - Part 2: Remove isApp from quota manager and its clients; r=asuth | |
a467cae4dde6dd984f05247bfd12ab198fe2fa47 | Jan Varga — Bug 1311057 - Part 1: Remove support for packaged apps from asmjscache; r=luke | |
60b5be6bc57da3c62abc39d978493c999a7f18ce | Ryan Hunt — Bug 1344356 - Fix unused lambda capture warnings r=kats | |
bfe78e7db8fd08053642798a33dcf54fba1580c9 | Honza Bambas — Bug 1320458 - Make logging by sandboxed child processes to a file work on Windows, r=aklotz | |
1574d9c4275338189d52c2a9e6c7c30eb897b9d7 | Kim Moir — Bug 1343301 - disable non-e10s Stylo tests because we will disable all non-e10s tests in 57 r=me | |
6f118a165c530082496b03f7de95f1daf0afb073 | Julian Seward — Bug 1344258 - Remove integer mod from loop in ProfileBuffer::FindLastSampleOfThread. r=n.nethercote. | |
7b87ddd1f8fd690c26aff9e1c2e39fdf0340ace0 | Carsten "Tomcat" Book — Merge mozilla-central to mozilla-inbound | |
7d7f4f3e5fde73172197b82155f9a525cca5442a | Kim Moir — Bug 1343301 - disable non-e10s Stylo tests because we will disable all non-e10s tests in 57 r=me | |
346de6bc908a80eb8eb61a7c99f9057c33194313 | Boris Zbarsky — Bug 1343886. Handle input or textarea elements having a non-textcontrol frame better. r=ehsan | |
93016f1e2ca6d7cdeecb22d59e2a8ec221af8dfa | Georg Fritzsche — Bug 1313326 - Part 6 - Update event documentation. r=dexter | |
ab309cc6297ec6d6dbe17dec5ff7259eaa729eac | Georg Fritzsche — Bug 1313326 - Part 5 - Use correct child event timestamps. r=dexter, f=chutten | |
96804319f925384052d057ad1751031d756c0a55 | Georg Fritzsche — Bug 1313326 - Part 4 - Flush the event IPC buffer when hitting a limit. r=chutten | |
1b6fa0e1f697f84ed1e3589e6593ea5ab6c65eb4 | Georg Fritzsche — Bug 1313326 - Part 3 - Update about:telemetry to show child process events. r=dexter | |
0285cee759cf7b4ea5cc28edcef83c64087e59ee | Georg Fritzsche — Bug 1313326 - Part 2 - Restrict event recording to specified processes. r=dexter | |
89ad9e8b75326a8f35b5c90902a9e75b78d030a8 | Georg Fritzsche — Bug 1313326 - Part 1 - Support recording events in child processes. r=dexter,froydnj | |
38239ac4b962e88ae0c5feba0e84d33c86a598f4 | Ehsan Akhgari — Bug 1344588 - Fix a leak in test_plugin_default_state_xpi.js; r=baku | |
3dc5c1d379299b189ca4b218ce93b0d9f3766d46 | Ehsan Akhgari — Bug 1344595 - Protect against nsIPrincipal.origin throwing for about:blank iframes; r=ttaubert | |
1d1b4db2ae355cb7fc1a1c51e551ed9d992b0a20 | Ehsan Akhgari — Bug 1343863 - Make sure that places Database object doesn't get leaked if the profile folder doesn't exist or is locked; r=mak | |
96f98abacba44cb0a596bc750dd02994dd20cf13 | Dragana Damjanovic — Bug 1344340 - add text for NS_NET_STATUS_TLS_HANDSHAKE_STARTING and NS_NET_STATUS_TLS_HANDSHAKE_ENDED tansport states. r=valentin | |
d2013bea9eec4071e5e4e5bc9e42e30c1fe371ed | Carsten "Tomcat" Book — Backed out changeset a8564a2c30a3 (bug 1343600) for landing with wrong bug number | |
ca8a1212ff8c0abfa58f7c2481e213f2aae9d6b3 | Carsten "Tomcat" Book — Backed out changeset 271dd75925bd (bug 1343463) for causing test failures in test_navigator_secureContext.html | |
528fdb775b6355bc176ea650770d56ad162f7cc5 | Jonathan Kew — Bug 1344555 - Make nsTSubstring::Split a const method. r=gcp | |
a8564a2c30a329ce87afab2ec70d5e26ccaf9f2e | Dragana Damjanovic — Bug 1343600 - add text for NS_NET_STATUS_TLS_HANDSHAKE_STARTING and NS_NET_STATUS_TLS_HANDSHAKE_ENDED tansport states. r=valentin | |
5d257241323b6f9d9cd8c514bee9cfc8e82c2ca7 | Carsten "Tomcat" Book — Merge mozilla-central to mozilla-inbound | |
75a8b1f661e539bfcbb0b4d4e84606c1e4a03acb | Alex Chronopoulos — Bug 1344653 - Update cubeb from upstream to a3c012f. r=kinetik | |
af18a377c7902e2927cf52a7a3e923dc8e696d5d | Carsten "Tomcat" Book — Backed out changeset c651974bb5ce (bug 1332557) for test failures in test_service_migratePrefs.js | |
17b068bfce7c12c28fd851587b0754518e4266de | milindl — Bug 1342025 - reduce calls to ctrlTab.updatePreview. r=dao | |
271dd75925bdb2bf5ff78f12a42bce675448afe6 | Shawn Huang — Bug 1343463 - Move indexeddb service worker test to workers folder, r=baku | |
a41242ceb546a6ada69962cd22ac179cc7e5b0e2 | Emilio Cobos Álvarez — Bug 1340334: followup: re-enable tests. r=me | |
c112918872bd2799db95ea871113e9f4013d031b | Ya-Chieh Wu — Bug 1340472 - Add a way to unregister the plugin in mortar-pdf's bootstrap. r=ehung. | |
c651974bb5ceb6e5dc0d1e4ac39c18d62d01059e | BharatR123 — Bug 1332557 - Enable sync success logs by default only on Nightly r=markh | |
1fb56ba248d5018f8a3314f3d5ff3d9a2c044d83 | Carsten "Tomcat" Book — merge autoland to mozilla-central a=merge | |
b7e42143bbbc9dc3e5c05bd1e93b6485ce1d0ad4 | ffxbld — Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release | |
d1628c948c508eb0b33065096ca1e9d92a16617e | ffxbld — No bug - Tagging mozilla-central 6583496f169cd8a13c531ed16e98e8bf313eda8e with FIREFOX_AURORA_54_BASE a=release DONTBUILD CLOSED TREE | |
6583496f169cd8a13c531ed16e98e8bf313eda8e | Johan Lorenzo — Bug 1339087 - Merge day: fix up l10n file location r=jlund a=release FIREFOX_AURORA_54_BASE |