sort by:
Revision Author Date Message Commit Date
6e71944 Bug 1249377 - Hold a strong reference to |root| in nsHTMLDocument::SetBody. r=bz, a=sylvestre --HG-- extra : rebase_source : 0436f9afd1ac72615138e3a90fcf634ff036ecc2 extra : source : e1bd22460aeb4d6bc645b933f1901c28fee5dfd3 19 February 2016, 14:26:07 UTC
845d455 Upgrade to NSS 3.21.1 to pick up the fix for bug 1245528, a=sledru 22 February 2016, 15:20:00 UTC
6cbc2c8 Automated checkin: version bump for firefox 45.0b8 release. DONTBUILD CLOSED TREE a=release 21 February 2016, 22:13:35 UTC
4781bf8 Backed out changeset d385d640f12e (bug 1239828) from beta due to request from release management/Sylvestre --HG-- extra : amend_source : 4a7d8c9bd4f700ebb4db5813d35c2f6e96ee7438 21 February 2016, 11:04:44 UTC
a04a8ba Backed out changeset fe9566d2becd (bug 1239828) 21 February 2016, 11:04:42 UTC
59b8eb8 Backed out changeset 7feed134cd64 (bug 1239828) 21 February 2016, 11:04:40 UTC
ed640d5 Backed out changeset e19adb94a81b (bug 1246592) 21 February 2016, 11:04:39 UTC
c50ea2f Backed out changeset 73fb5191562e (bug 1154277) 21 February 2016, 11:04:38 UTC
ce79116 Backed out changeset 0ed73f88f2bf (bug 1154277) 21 February 2016, 11:04:36 UTC
ccaab7c Backed out changeset da28466abff1 (bug 1154277) 21 February 2016, 11:04:35 UTC
c77480a Backed out changeset d666adbd6569 (bug 1154277) 21 February 2016, 11:04:34 UTC
6bf4f0e Backed out changeset e5952737bbba (bug 1154277) 21 February 2016, 11:04:32 UTC
06570ce Backed out changeset a4b809b4d3b1 (bug 1229195) 21 February 2016, 11:04:31 UTC
df43296 Backed out changeset df507d35f1db (bug 1245912) 21 February 2016, 11:04:30 UTC
0f1ea30 Backed out changeset 149fdfdb40d1 (bug 1228998) 21 February 2016, 11:04:28 UTC
1843ec4 Backed out changeset e176b12c95c8 (bug 1245970) 21 February 2016, 11:04:27 UTC
879ef7f Backed out changeset ea7fdc1a8979 (bug 1248492) 21 February 2016, 11:04:25 UTC
394db26 Backed out changeset 9c63a8b5db10 (bug 1248492) 21 February 2016, 11:04:24 UTC
c4efe71 Backed out changeset 6fb8393e40e7 21 February 2016, 11:04:22 UTC
7842720 Backed out changeset b935e0100697 (bug 1249551) 21 February 2016, 11:04:21 UTC
e66ae67 No bug, Automated blocklist update from host bld-linux64-spot-304 - a=blocklist-update 20 February 2016, 11:17:06 UTC
a45ab60 Bug 1249551 - "Blank Hello panel in Firefox Beta 7". r=mdeboer a=sylvestre 19 February 2016, 00:33:00 UTC
fe2caf2 Bug 1219990 - Add Linux fuzz to transformations-1.html since GTK2 for some reason makes it nearly permafail. a=test-only 19 February 2016, 14:47:29 UTC
c046815 Bug 1246000 - Removed several locales from all-locales that have ceased work on launching Fennec for now. r=l10n a=lizzard, a=sylvestre --HG-- extra : source : 31baf2ebd2e6f588f21a4d272122bb351e8de42d 04 February 2016, 14:11:00 UTC
8e44fd9 Bug 1244330 - Remove unused mCanceled from ServiceWorkerJobBase which shadowed ServiecWorkerJob. r=jdm. a=sylvestre 17 February 2016, 12:22:00 UTC
2225a45 Bug 1231818 - Make FrameLayerBuilder try harder to respect layers.max-active pref. r=mstange, a=sylvestre 15 February 2016, 19:19:34 UTC
1d370a5 Bug 1247114 - do a one-off move of the synced-tabs button to the panel if Sync is initialized (aurora/beta version). r=Gijs, a=sylvestre --HG-- extra : source : a067f8abd1b788adf4a4c9cff08e64d8073853e0 18 February 2016, 19:48:00 UTC
9948189 Bug 1230768. r=jesup a=sylvestre 10 February 2016, 16:15:28 UTC
300f2e4 Automated checkin: version bump for firefox 45.0b7 release. DONTBUILD CLOSED TREE a=release 19 February 2016, 01:17:57 UTC
2a70faa Bug 1227344 Try to ensure script content is always different in update tests by using .clock(). r=jdm a=testonly --HG-- extra : commitid : 4eOoZQFcldO extra : source : 796c87aad8eddea85c57151cb14da7c35a91833f extra : intermediate-source : 97179404d73f3ee8f56d5965c3cb80822094658d 10 February 2016, 16:51:07 UTC
7554154 Bug 1245930 - Followup to fix build bustage a=me --HG-- extra : commitid : DzPLqwr8pbG 18 February 2016, 22:20:21 UTC
cbf27d9 Bug 1201885,1247752,1247753 - Re-mark passing/failing tests. - a=test-only 18 February 2016, 22:12:28 UTC
c88ff1e Bug 1244650 - Failure to clear Forms and Search Data on exit. r=yoric a=sylvestre The problem is due to sanitization happening too late in the shutdown cycle. The Sanitizer depends on Places shutdown, that recently moved to async shutdown. That change caused shutdown to happen completely at profile-before-change, unfortunately during that phase it's impossible to predict which services are already shutdown. The patch restores the previous Places shutdown procedure, thus clients are notified earlier, during profile-change-teardown. Additional meaningful changes: * Fixes FX_SANITIZE_TOTAL telemetry to properly count total time taken by sanitize. * Makes each cleanup operation isolated from other errors to try cleaning up as most as possible. * In case of multiple sanitization sub steps, each step is isolated by a try/catch, the last seen exception is reported upstream. * Makes FX_SANITIZE_HISTORY actually measure history, not other random stuff. * Removes TOPIC_SIMULATE_PLACES_MUST_CLOSE_1 since we can now just use profile-change-teardown for shutdown phase 1. MozReview-Commit-ID: HroLvbi25IC 04 February 2016, 12:51:34 UTC
364c3ae bug 1211849 - Remove canClear support from the Sanitizer. r=mak a=ritu Modifications by Patrick <nwokop@uni.coventry.ac.uk> MozReview-Commit-ID: HCrLukq2SG5 07 October 2015, 17:46:35 UTC
566362c Bug 1228671 - Make some notification telemetry opt-out. r=bsmedberg a=sylvestre MozReview-Commit-ID: 2ZeiJnZaebA --HG-- extra : rebase_source : ac38a637fa106a1d38e117b3ee81aacf8897d3f1 18 February 2016, 18:43:28 UTC
ec78a28 Bug 1163082 - Part 2: Extract Android distribution from packaged assets rather than APK root. r=rnewman a=sylvestre This reads from "assets/distribution/**" in the APK and writes to "distribution/**" in the data directory. That output is the same, but the input used to read from "distribution/**", which is not really supported by modern build tooling (Gradle), which doesn't allow to write files directly into the APK root. I manually tested this without issue. I see no way to add meaningful tests to our current Robocop test suite; the long term testing approach is to develop a new test for this functionality and only run it against the "distribution" build type that was added in Bug 1163080. However, that's a larger project than I have time for now. --HG-- extra : commitid : 9i4R2MaeSQ7 extra : source : baf25be8d4917e6dcc52eede79e61e1837328c86 extra : intermediate-source : 926d1440ce98c618194236956342a627fdec4a93 26 January 2016, 18:36:09 UTC
13c43f8 Bug 1163082 - Part 1: Add --with-android-distribution-directory. r=gps a=sylvestre This simply packs the assets/ subdirectory of the distribution directory into the assets/ directory of the Android APK using existing mechanisms. It also removes the older method of manually pushing files into dist/bin/distribution, from where they would be packaged into the APK under distribution/. --HG-- extra : commitid : DPwUaLE2AVR extra : source : e228040a044b7ff7363a178da2cb0b8b42724048 extra : intermediate-source : 489b15a7dce6b8d26dddc26387ea0d02d057c298 27 January 2016, 20:25:04 UTC
bb26db8 Bug 1188822 - Make service-workers/service-worker/fetch-request-resources.https.html pass. r=bkelly a=sylvestre --HG-- extra : commitid : CyoSi17OvR5 25 January 2016, 06:18:29 UTC
022f3bf Bug 1199601 - r=mak a=sylvestre MozReview-Commit-ID: DR7HEJa6SMH --HG-- extra : commitid : 4Z2YQKfkuvH extra : source : a60bad5487ccea8b8102680cb92f105f9e6b16cd 14 October 2015, 14:59:37 UTC
c4ea806 Bug 1236372 - increase the size of the synced tabs panel so localized content is more likely to fit. r=Gijs a=sylvestre --HG-- extra : commitid : FA3eaYBV010 extra : source : 49adf1dee4ddf45d6090c5c7849b512ad8377f6c 16 February 2016, 01:31:14 UTC
2acd940 Bug 1245930 - Disable zoomed view on non-Nightly builds. r=mcomella a=sylvestre MozReview-Commit-ID: 3RfprujEO1h --HG-- extra : commitid : EMjh7iJpGP9 extra : source : f7b64f45c4fb8a06514b878dbec85f35654766e0 12 February 2016, 17:54:50 UTC
e9f0c3d Bug 1225842 - Properly send message to update open search state. r=liuche, a=sylvestre MozReview-Commit-ID: 77s1zWo9vrr --HG-- extra : commitid : A3orsvspA56 extra : source : 438b42019921171cdbcbad79dc216d185cad1b5f extra : intermediate-source : 7dfd47eff534f79ef94765403dc008748f8fe7b0 05 February 2016, 17:56:23 UTC
2251be3 Bug 1246775 - fix Canvas2D drawWindow to reacquire its DT after rendering (upliftable) a=sylvestre --HG-- extra : commitid : ILOg89fSF4E extra : source : ae5fa57d6fb669f692d0c6bc10e54e00e9f7dc6d 16 February 2016, 21:34:06 UTC
e90e009 Bug 1248128 - Test for spurious propagation of failed selection-move command to the root, causing unwanted scrolling. r=roc a=sylvestre --HG-- extra : commitid : 5Oqj5v275P6 extra : source : c44734ba6500fca79424cf1f2d397162bbb55127 17 February 2016, 12:05:10 UTC
f156b98 Bug 1248128 - The fallback caret-move handling from bug 1153237 should be more selective to avoid undesired side-effects. r=roc a=sylvestre --HG-- extra : commitid : 97a08GUwsBN extra : source : 12fb5bc313d7d9ffaf570db7238c95d4f0ed873b 17 February 2016, 12:05:10 UTC
9de5d13 Bug 1248049 - Don't HTTP cache XHR POSTs, r=jdm a=sylvestre --HG-- extra : commitid : DK7thbJzLf8 extra : source : 651afdf7400c87cc7a2106f7b96570192d085d1d 16 February 2016, 08:34:00 UTC
8d3dd1d Bug 1248388 - Use snippets cdn. r=margaret a=sylvestre --HG-- extra : commitid : Ael0qqPBDcT extra : source : d4b27a46ac5747d1d3528eed91e6f3dd221662fb 15 February 2016, 13:28:49 UTC
f72ece0 Bug 1246778 - dont loop in nshttpconnection during shutdown r=dragana a=sylvestre --HG-- extra : commitid : 8SDk988lcwW extra : source : 5864b1e738f62de17d17fd899c275b0006aec00d 08 February 2016, 22:21:43 UTC
6e7f368 Bug 1247205 - dont loop on http2 softerror r=dragana a=sylvestre --HG-- extra : commitid : K655ceRz72q extra : source : 9b6d687214543f0c21035b3d7f32520419314c2b 14 February 2016, 01:54:24 UTC
b1ab03e Bug 1247807 - Fix Mixed Content UI when using upgrade-insecure-requests (r=bz) a=sylvestre --HG-- extra : commitid : 7p5MxsDcv5o extra : source : 60f8b2bcbf46ab09cf0c7fd3d562a4c0da96d2c6 12 February 2016, 22:51:07 UTC
710d9f0 Bug 1173229 - Apply Google-recommended PRNG fixes before generating DSA keys. r=rnewman, a=sylvestre See https://android-developers.blogspot.com/2013/08/some-securerandom-thoughts.html for a thorough discussion. It's very expensive (at least 200ms on modern devices) to do this in Application.onCreate, so we'll do this just before generating DSA keys. In exchange, we accept some risk that we'll introduce the same issue again. As we lint more aggressively in automation, this risk will decrease. Google licenses the fixes file very permissively. I have added some serialization IDs to prevent certain compile warnings. --HG-- extra : commitid : GfDtuHBGxL7 extra : source : 9c8bdf34b06654ef4c84854d2a49726c918febb9 extra : intermediate-source : 0685cae1d00cad39af464fb4c5c9d66af668bc98 03 February 2016, 23:39:16 UTC
7d0de53 Bug 1247095 - Disable re-targeting mouse event in Fennec r=snorp a=sylvestre --HG-- extra : commitid : I2cOu6J88PU extra : source : 3cb44e7f66391e83bd92c5a8a79dd209b5c8f999 09 February 2016, 22:39:54 UTC
8164eb2 Bug 1219339 - Part2: Ensure close of webrtc trace file during shutdown. r=rjesup a=sylvestre --HG-- extra : commitid : 1DYGY1TuisB extra : source : b5e15ecccb6cd9e454e69f44e2d7e0e41a29361c extra : amend_source : 55f3f5840e8eccca030ed8788984e65034aafb7b 10 February 2016, 21:10:46 UTC
2514c9b Bug 1219339: switch GetStaticInstance to use IPC's Singleton<T> impl r=froyd a=sylvestre --HG-- extra : commitid : 2BXOjEqHBx2 extra : source : 8ee641313088dc5fbc9eca9f870dcfe93de2843a 14 January 2016, 05:16:49 UTC
a1113db Bug 1234289 - antivirus should sleep longer between retry exceptions, NPOTB DONTBUILD r=rail a=testing --HG-- extra : source : 9a391c10014fa0c9f74f90ece95f1ac855e899d3 22 December 2015, 05:30:46 UTC
8cbf00e Bug 1248796 - Store on Telemetry whether the e10s blocking code successfully ran. r=gftrizsche data-r=bsmedberg a=sledru 18 February 2016, 02:53:48 UTC
9d032fc Bug 1245866 - A better buffer size check in nsIDNService::IDNA2008ToUnicode, r=jfkthame a=abillings --HG-- extra : commitid : HmCyuLlhqkP extra : source : b09f22c69916b7847306ec8757dc4ca14e5f560f extra : intermediate-source : 0c3dc66354835377a9533d47c7fea2b7dbab7d89 16 February 2016, 17:53:44 UTC
0cb4c7e Bug 1245264, r=bz a=ritu MozReview-Commit-ID: I0sVdritpD3 --HG-- extra : commitid : FLji6t26bSL extra : source : 29a35142a8137a66be7c4aed52a7ae7202ebc2aa extra : intermediate-source : 067f961979a7a245bb6dc19e459fe8b8854faedb 12 February 2016, 11:21:01 UTC
383fd6c Bug 1236954 - partner repack script changes to read properties from buildprops.json (DONTBUILD); r=jlund,a=NPOTB Adds --require-buildprops option used by the standalone builder. When this option is specified, a partner property must be present in the buildprops.json file. This limits the repack operation to that single partner. --HG-- extra : source : 499c7f2126a0aefc1d8509864e0be4523fef7fc1 25 January 2016, 20:20:41 UTC
47f87ae No bug. Update Loop's run all tests helper script to match reality - browser_UITour_loop is skipped at the moment. rs=me,a=NPOTB --HG-- extra : transplant_source : %CEO%F3P%B4i%E6%91%E5%9B%0D_B%AD%0D%3Cx%C2%0E%8D 05 February 2016, 09:20:31 UTC
1daea36 Bug 1248492 - Land version 1.1.2 of the Loop system add-on in mozilla-central - code updates. rs=Standard8 for already reviewed code,a=seldru --HG-- rename : browser/extensions/loop/chrome/content/panels/panel.html => browser/extensions/loop/chrome/content/panels/slideshow.html extra : transplant_source : %F5u%FC%831%E7%3AKnU%FA%DB%7B%B9%DD%87%D1%3C%99%9F 15 February 2016, 23:43:42 UTC
73a5a25 Bug 1248492 - Land version 1.1.2 of the Loop system add-on in mozilla-central - locale updates. rs=Standard8 for already reviewed code,a=sledru --HG-- extra : transplant_source : /%957%0C%98%5B%A7%95%2A%F1%CB%7D%B55%22%13%CB0%03%88 15 February 2016, 23:43:36 UTC
2f89376 Bug 1238368 - Re-introduce workaround for Android tap gesture. r=yzen, a=lizzard MozReview-Commit-ID: 6yfX4PDbnF3 --HG-- extra : source : 72f6f6c5b98bce988b5db0198b6ac4ba734241ce extra : intermediate-source : 7a134529b9b611647077eeb1dfc5c0a7d2e4eb40 12 February 2016, 18:43:38 UTC
eb97ba1 Bug 1046859 - Add telemetry flag for search suggestion opt-in. r=liuche, a=lizzard --HG-- extra : source : 9e38b1048c070562f072b8679f4e4f33a639ab3e extra : intermediate-source : eb8dbc898f0698a9dee85587d0a8eb3d5fee831c 15 February 2016, 02:20:37 UTC
24c3d46 Bug 1244292 - [1.2] Release decoder on init failure. r=snorp, a=lizzard --HG-- extra : source : 9b3787b43a59fbad503822548736b8de75df78e4 extra : intermediate-source : f68ebea8edd86ed0a25b6cf0df6e4ab14aeede5d 09 February 2016, 18:50:30 UTC
1f60db7 Bug 1248290 - Add an lsan supression for libdricore9.2.1.so. a=NPOTB Mesa 9.2.1 looks to be leaking debug messages and I can't figure out how to make it stop. The upstream code has been entirely rewritten so it's probably not worth investigating further. --HG-- extra : source : b4a7377f7abeb36b1f366c38bb156920d733a6ce extra : intermediate-source : e68ef0c5229255db653870e7e816280b6a52c943 14 February 2016, 22:36:36 UTC
d9e37a4 Bug 1245970: remove menuitem from default browser chrome to make sure we don't end up with a duplicate Loop menu entry. r=Standard8, a=Sylvestre 15 February 2016, 18:12:54 UTC
c0f0774 Bug 1247380: Only copy the background if we can succesfully get a snapshot. r=jrmuizel a=sylvestre 16 February 2016, 05:32:14 UTC
98d6d12 Bug 1246128: F11 displays the audio container in fullscreen instead of the browser. r=bz a=lhenry MozReview-Commit-ID: IWKJvwDaFsG --HG-- extra : source : baf5dfffbc347cef3d7152f5b5d7ad7408a3f69d extra : intermediate-source : f3fe720e0622a18db3c78c113f5036817ebe7d06 07 February 2016, 16:55:48 UTC
d02d53b Bug 1244248: Cache the certificate database during startup rather than getting it everytime it is needed. r=rhelmer, a=lizzard MozReview-Commit-ID: Bm54xb4w3H9 --HG-- extra : transplant_source : %28%F7%8D%E5%EEke%F4jqm%999%E7%DF5%83%EB%3B%09 16 February 2016, 23:14:36 UTC
54caaac Port bug 1228998 to fix bustage from bug 1239828 - Update Loop's build configuration to use new Hierarchical structures. r=mshal,a=bustage-fix for CLOSED TREE 16 February 2016, 10:09:19 UTC
153ea22 Bug 1245912 - Update Loop system add-on to version 0.3.0. r=Standard8 for already reviewed code,a=lizzard --HG-- extra : transplant_source : %B4e./%CA%AD%95%C13n%EBXedq0%8B%E8%25m 16 February 2016, 10:30:11 UTC
5da6b12 Bug 1229195: explicitly link 'content' to the frame script global scope to prevent out-of-scope errors. r=Standard8, a=sylvestre --HG-- extra : transplant_source : %2AB%EE%96tq%11X%DA-%CD%B7g%9C%EC%A2%8A%FC%C8%CC 16 February 2016, 10:30:11 UTC
ee3b90a Bug 1154277: follow-up - fix linting error by removing a leftover break statement. rs=me, a=lizzard --HG-- extra : transplant_source : %AA%C0%D9%28%CAi%B6%FD%92%97%B9%FE%B8Fi%40%E6%F0%FD%B4 16 February 2016, 10:30:11 UTC
d7c63b9 Bug 1154277: Part 4 - Update the loop add-on and introduce a pref to switch e10s support for Loop/ Hello on or off. The default for now is off. r=Standard8, a=lizzard --HG-- extra : transplant_source : %96%08%3A%13%29%F5%F63%E9%C5%B0xE%7C%B4%C6%5B%E3%0A%99 16 February 2016, 10:30:10 UTC
6c0b9e7 Bug 1154277: Part 3 - implement test changes to work in e10s mode as well. r=mixedpuppy,Standard8, a=lizzard --HG-- extra : transplant_source : %3D%C4ODW%2A%2AI%AD%CE%DC%D0%B2%D0i%A80O%2A%A2 16 February 2016, 10:30:10 UTC
2d840d6 Bug 1154277: Part 2 - support running Social API documents to run in a remote browser, i.e. the content process. f=mixedpuppy, r=Standard8, a=lizzard --HG-- extra : transplant_source : s%EFc%05%9Aj%0F%273i%E4%1C%C4%EDI%15%F5%86%AD%D6 16 February 2016, 10:30:10 UTC
7365521 Bug 1154277: Part 1 - allow to swap docShells on remote browsers that are not a child of a BrowserDOMWindow. r=smaug, a=lizzard --HG-- extra : transplant_source : %8F%00h%A2%28%7C854%99%0A%07%E2b%A5%3C%AD%15%D05 16 February 2016, 10:30:10 UTC
8a6146d Bug 1246592 - Try and fix windows locale repack bustage by adjusting how locales are built for Loop. r=glandium,a=sledru --HG-- rename : browser/extensions/loop/moz.build => browser/extensions/loop/chrome/locale/moz.build 16 February 2016, 10:30:09 UTC
c25af92 Bug 1239828 - Fix broken L10n repos, correct ifdef for inclusion of locales, and add 'id' locale that was being ignored by .gitignore. rs=mikedeboer,a=sledru 16 February 2016, 10:30:09 UTC
8d86ab1 Bug 1239828 - Support Loop's localisation mechanisms for Loop as a system-addon. r=glandium,a=sledru 16 February 2016, 10:30:09 UTC
97e4422 Bug 1239828 - Update Loop to the latest version. r=Standard8 for import of already reviewed code. a=sledru --HG-- rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/af/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ar/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/as/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ast/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/be/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/en-GB/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ga/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/gl/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/gu-IN/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/hr/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ht/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/km/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ku/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/mk/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/mn/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ms/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/my/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ne-NP/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/or/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/son/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/te/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ur/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/vi/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/xh/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/zu/loop.properties rename : browser/extensions/loop/chrome/skin/windows/toolbar.png => browser/extensions/loop/chrome/skin/windows/toolbar-win8.png rename : browser/extensions/loop/chrome/skin/windows/toolbar@2x.png => browser/extensions/loop/chrome/skin/windows/toolbar-win8@2x.png --HG-- rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/af/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ar/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/as/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ast/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/be/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/en-GB/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ga/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/gl/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/gu-IN/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/hr/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ht/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/km/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ku/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/mk/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/mn/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ms/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/my/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ne-NP/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/or/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/son/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/te/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ur/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/vi/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/xh/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/zu/loop.properties rename : browser/extensions/loop/chrome/skin/windows/toolbar.png => browser/extensions/loop/chrome/skin/windows/toolbar-win8.png rename : browser/extensions/loop/chrome/skin/windows/toolbar@2x.png => browser/extensions/loop/chrome/skin/windows/toolbar-win8@2x.png 16 February 2016, 10:30:09 UTC
ba70323 Backed out 12 changesets (bug 1246592, bug 1239828, bug 1154277, bug 1245912, bug 1229195) for causing closed beta tree due to bustage on windows on a CLOSED TREE Backed out changeset 638572acfc9e (bug 1239828) Backed out changeset 09e2d72b8754 (bug 1245912) Backed out changeset 27634a68a77f (bug 1229195) Backed out changeset caa0d1a71205 (bug 1154277) Backed out changeset 06abb1db0df3 (bug 1154277) Backed out changeset cefd1c9093ab (bug 1154277) Backed out changeset 533cba8abe30 (bug 1154277) Backed out changeset e753a943bd68 (bug 1154277) Backed out changeset 41eb59a46425 (bug 1246592) Backed out changeset aa59b35794d6 (bug 1239828) Backed out changeset 50b10870b65b (bug 1239828) Backed out changeset 86730afe0bd6 (bug 1239828) 16 February 2016, 10:08:44 UTC
1872da9 Packaging bustage fix following bug 1239828 - package only the loop add-on and not the whole features directory. rs=glandium CLOSED TREE 15 February 2016, 23:26:47 UTC
1681caa Automated checkin: version bump for fennec 45.0b6 release. DONTBUILD CLOSED TREE a=release 15 February 2016, 21:51:51 UTC
4f085e8 Bug 1245912 - Update Loop system add-on to version 0.3.0. r=Standard8 for already reviewed code,a=lizzard --HG-- extra : transplant_source : %B4e./%CA%AD%95%C13n%EBXedq0%8B%E8%25m 05 February 2016, 09:20:30 UTC
5abd6c1 Bug 1229195: explicitly link 'content' to the frame script global scope to prevent out-of-scope errors. r=Standard8, a=sylvestre --HG-- extra : transplant_source : %2AB%EE%96tq%11X%DA-%CD%B7g%9C%EC%A2%8A%FC%C8%CC 09 February 2016, 14:16:22 UTC
9ceef61 Bug 1154277: follow-up - fix linting error by removing a leftover break statement. rs=me, a=lizzard --HG-- extra : transplant_source : %AA%C0%D9%28%CAi%B6%FD%92%97%B9%FE%B8Fi%40%E6%F0%FD%B4 04 February 2016, 13:59:28 UTC
9e4b3b2 Bug 1154277: Part 4 - Update the loop add-on and introduce a pref to switch e10s support for Loop/ Hello on or off. The default for now is off. r=Standard8, a=lizzard --HG-- extra : transplant_source : %96%08%3A%13%29%F5%F63%E9%C5%B0xE%7C%B4%C6%5B%E3%0A%99 04 February 2016, 13:02:04 UTC
6d8ccb0 Bug 1154277: Part 3 - implement test changes to work in e10s mode as well. r=mixedpuppy,Standard8, a=lizzard --HG-- extra : transplant_source : %3D%C4ODW%2A%2AI%AD%CE%DC%D0%B2%D0i%A80O%2A%A2 04 February 2016, 12:42:10 UTC
0bbdef9 Bug 1154277: Part 2 - support running Social API documents to run in a remote browser, i.e. the content process. f=mixedpuppy, r=Standard8, a=lizzard --HG-- extra : transplant_source : s%EFc%05%9Aj%0F%273i%E4%1C%C4%EDI%15%F5%86%AD%D6 04 February 2016, 11:50:06 UTC
d29b9dc Bug 1154277: Part 1 - allow to swap docShells on remote browsers that are not a child of a BrowserDOMWindow. r=smaug, a=lizzard --HG-- extra : transplant_source : %8F%00h%A2%28%7C854%99%0A%07%E2b%A5%3C%AD%15%D05 04 February 2016, 11:50:03 UTC
41a2b96 Bug 1246592 - Try and fix windows locale repack bustage by adjusting how locales are built for Loop. r=glandium,a=sledru 09 February 2016, 10:16:24 UTC
03b83a7 Bug 1239828 - Fix broken L10n repos, correct ifdef for inclusion of locales, and add 'id' locale that was being ignored by .gitignore. rs=mikedeboer,a=sledru 05 February 2016, 17:21:16 UTC
8170844 Bug 1239828 - Support Loop's localisation mechanisms for Loop as a system-addon. r=glandium,a=sledru 04 February 2016, 10:42:19 UTC
bd9bef4 Bug 1239828 - Update Loop to the latest version. r=Standard8 for import of already reviewed code. a=sledru --HG-- rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/af/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ar/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/as/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ast/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/be/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/en-GB/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ga/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/gl/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/gu-IN/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/hr/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ht/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/km/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ku/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/mk/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/mn/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ms/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/my/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ne-NP/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/or/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/son/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/te/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/ur/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/vi/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/xh/loop.properties rename : browser/extensions/loop/chrome/locale/en-US/loop.properties => browser/extensions/loop/chrome/locale/zu/loop.properties rename : browser/extensions/loop/chrome/skin/windows/toolbar.png => browser/extensions/loop/chrome/skin/windows/toolbar-win8.png rename : browser/extensions/loop/chrome/skin/windows/toolbar@2x.png => browser/extensions/loop/chrome/skin/windows/toolbar-win8@2x.png 04 February 2016, 10:42:18 UTC
05f08b5 Bug 1246938 - Allow extra headers to be passed via hawk requests. r=markh,a=sledru --HG-- extra : transplant_source : %FB%F5%B5%D3B%1Dr%A6%F2%1E%F6%07%3F%E4%DA%EA%3CN%87%A9 10 February 2016, 11:21:26 UTC
dd7897c Bug 1234578 - Assert if PCM is destroyed improperly. r=rjesup, a=sylvestre --HG-- extra : source : a580fa4ebbcca232659f6fe8d9814aa9887a605e extra : intermediate-source : 2520e1d75c806985c522290343af61f8859f569c 29 January 2016, 20:54:47 UTC
f9a08e4 Bug 1239504 - Avoid ASan leak report by holding PseudoStack in ImageBridgeChild. r=sotaro, a=sylvestre --HG-- extra : source : 310c2251e62ee2832167247cb0559e2f53579f2c extra : intermediate-source : d02cacb98699c2c2b100b82c612d27292bb738cf 10 February 2016, 12:33:00 UTC
0c7edad Bug 1247297 - Add "Full-screen browsing" settings, in Settings -> General menu for tablets. r=sebastian, a=sylvestre --HG-- extra : source : 8dcebf7d880c56b629be773ba2767eef29a743c2 extra : intermediate-source : 5ae4ff32b87e6b3162436432dcbdbcd8b6de6bb8 11 February 2016, 13:57:36 UTC
back to top