sort by:
Revision Author Date Message Commit Date
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
287c467 Bug 1245463: [MSE] P5. Remove no longer working Dump() commands. r=gerald, a=sylvestre MozReview-Commit-ID: 71hgJ63ksPU --HG-- extra : source : 48cd4633a5105426647353d8c705479bda7efc2d extra : intermediate-source : 9220005ce4c9f64dad24ec5c448116b5047f477e 10 February 2016, 07:05:39 UTC
cdd599d Bug 1245463: [MSE] P4. Remove dead code. r=gerald, a=sylvestre MozReview-Commit-ID: Elnm0WPuqHC --HG-- extra : source : c0c83da3ec2ec78711d1f9aca20b6d23857f1ac5 extra : intermediate-source : 67a52be7649857c644e79dcd5cf2c348d0dc9ac3 10 February 2016, 07:14:17 UTC
dfaa3de Bug 1245463: [MSE] P3. When abort() is called, wait until the current appendBuffer completes. r=gerald, a=sylvestre The W3C spec indicates that while everything in MSE is asynchronous, the abort() command is to interrupt the current segment parser loop and have the reset parser loop synchronously completes the frames present in the input buffer. This causes a fundamental issue that abort() will never result in a deterministic outcome as the segment parser loop may be in different condition. We used to really attempt to abort the current operation, however there could have been a race in the order in which tasks were queued. As such, we now simply wait for the current appendBuffer to complete. This also simplifies the code greatly, as we don't need to worry about pending concurrent appendBuffer. The actually happens to be similar to the Chromium behavior. Similar to bug 1239983, we strongly assert should a segment parser loop be running when it must have completed. MozReview-Commit-ID: 9772PLQEozf --HG-- extra : source : f97951c80d17b32b496a5093dcc1a152493b9314 extra : intermediate-source : 6a94041dcf4e3cd88950c34d439c3f573c72d57c 11 February 2016, 13:55:55 UTC
0682351 Bug 1245463: [MSE] P2. Remove MediaSource's duration mirror. r=gerald, a=sylvestre It served no purpose other than implementing the MSE spec by the letter. The spirit is preserved. This allows to disable tail dispatching on the MediaSourceDemuxer's TaskQueue which prevents us from performing synchronous operation on the main thread. MozReview-Commit-ID: G7aqfvGsf1e --HG-- extra : source : 39d6a90be824363325d8e56757b282ef46c5c4c7 extra : intermediate-source : 4ebe7c8ee824af30d1ae7a6f66a177b009a16b88 11 February 2016, 13:54:44 UTC
1310a93 Bug 1245463: [MSE] P1. Do not attempt to retrieve the buffered range if the mediasource is in closed state. r=gerald, a=sylvestre The changes that follow may cause the active sourcebuffer list to be modified; which will trigger an assertion if the mediasource object is closed. MozReview-Commit-ID: 8A1CMKAUyTq --HG-- extra : source : 4c9a6c4c5ba72bbe67db2f18cf77cde85a84500e extra : intermediate-source : 8548a5072e908d4d165d7897721592cee802547c 10 February 2016, 06:06:18 UTC
0c92de3 Bug 1247572 - Add profileDate field to Android core ping docs. r=gfritzsche, a=sylvestre MozReview-Commit-ID: Gob7uXjT6jG --HG-- extra : source : 617e089684ae22f75215467ac13729d1ef3bf01e extra : intermediate-source : 19f13ea9dc077904d52b128584596457a95c6f03 11 February 2016, 19:45:28 UTC
40a4c47 Bug 1245745 include libpulse version in update URL r=glandium, a=sylvestre --HG-- extra : source : bbd61f93a1642f2d4990d62d995f451fabfb50e5 extra : intermediate-source : a3573b42275e20fd48055fabc6f838fd85cabf8e 09 February 2016, 01:35:03 UTC
fe5b5bc Bug 1246209 - Add profile creation date to core ping. r=mfinkle, a=sylvestre This patch adds 2 workarounds for the fact that getProfileCreationDate returns -1 when it can't find a creation date. Returning -1 turned out to be not particularly robust but I did it this way to avoid adding too many additional versions of methods in order to have optional parameters such as profileCreationDate. The workarounds are added as TODOs w/ bug #'s in the code and mentioned in the comments of bug 1246816 itself. A future implementation should probably add a Builder to pass a single Object as the argument to TelemetryPingGenerator.createCorePing to prevent the argument list from growing unreasonably large and to properly operate on optional parameters. I didn't do this in this patch in order to simplify the uplifted code. --HG-- extra : source : 69b7bc4b09687f9e2950670bea6ccad187d28740 extra : intermediate-source : 27337b37689d800b4ddf1dbf5b06c3674544856a 09 February 2016, 01:17:14 UTC
78e156e Bug 1246209 - Add getProfileCreationDate, implement from filestystem, & add stencil code. r=mfinkle, a=sylvestre Retrieving the profile creation date from the filesystem is not strictly necessary to upload this data and returns -1 until it is implemented. If the decision is r+'d here, it will be implemented in bug 1246816. --HG-- extra : source : ab551bd86c29cd984e08b2eddd6cf84001db03da extra : intermediate-source : 9988eb8e8964ae3b0cb20581c004af3cb7f3a967 09 February 2016, 01:10:26 UTC
832a761 Bug 1246209 - Extract readJSONObjectFromFile out of getClientId. r=mfinkle, a=sylvestre --HG-- extra : source : 1e366271eee7d91653a5794af694625d20e77015 extra : intermediate-source : f55888a90141060513fa10539a02e8e62b702c25 08 February 2016, 23:03:21 UTC
b7280e2 Bug 1237160: Do not count frames not composited as dropped. r=cpearce, a=sylvestre This is a partial reversal of bug 1230338. We can't distinguish frames that are never composited because the media element is hidden from the frames genuinely dropped due to machine slowness. So until we can distinguish them, let's not report them as dropped. MozReview-Commit-ID: ERV8Luaxp3F --HG-- extra : source : 0f3d064ce06dcc894ff11944681eae6c59405a51 extra : intermediate-source : 99270715327e5ffe1c5ea2e19951b95f7006813e 03 February 2016, 07:07:44 UTC
c16cfdf Bug 1229742: P2. Don't reject data promise if new data is pending. r=gerald, a=sylvestre MozReview-Commit-ID: LaQeRoffA6B --HG-- extra : source : c4b606d703ce870975861beaec1ebc6ff251edb2 extra : intermediate-source : fe5324e7e46bf7ce25ef93e0baa3e0a1d505786e 08 February 2016, 13:36:47 UTC
856be30 Bug 1229742: P1. Only clear EOS flag if we have new data. r=gerald, a=sylvestre MozReview-Commit-ID: ttmWsAIPxQ --HG-- extra : source : 386402ce5b3c723c43570cf963a3daa13a47a44b extra : intermediate-source : bffcc80e06df82cd1f5756bbb46c0446ee3de10a 08 February 2016, 13:35:20 UTC
22ce7dc Bug 1239516 - Use nsDependentCSubstring for wrapping a slice of a char buffer. r=karlt, a=sylvestre --HG-- extra : source : 37d094c1ed1e1fc73809e0636722edc0a21daf80 14 January 2016, 22:11:44 UTC
6ae07a1 No bug, Automated blocklist update from host bld-linux64-spot-495 - a=blocklist-update 13 February 2016, 11:16:41 UTC
4cfffd1 Bug 1228103. r=smaug. a=sylvestre --HG-- extra : source : b5ef9e8af8425f2cb3223a2114924f808d5bfbfe extra : intermediate-source : 0ecd4deb260c2653b31c1b679edb1146cebbfc49 09 February 2016, 10:45:59 UTC
c4207c5 Automated checkin: version bump for firefox 45.0b5 release. DONTBUILD CLOSED TREE a=release 12 February 2016, 06:09:23 UTC
8170241 Bug 1246521: [MSE] P3. Only error during Prepare Append algorithm if the media element is in error. r=gerald, a=sylvestre MozReview-Commit-ID: 58I64YHAERs 11 February 2016, 22:28:02 UTC
2f751c7 Bug 1246521: P2. Add MediaDecoder::OwnerHasError method. r=gerald, a=sylvestre MozReview-Commit-ID: 80kfJraaLDs 11 February 2016, 22:27:52 UTC
d3909f2 Bug 1246521: P1. Add MediaDecoderOwner::HasError method. r=gerald, a=sylvestre MozReview-Commit-ID: BdAIKhp5yu9 11 February 2016, 22:26:43 UTC
6e01527 Bug 1244221 - about:home wrapping is broken. r=Enn a=sylvestre Test by Felipe 10 February 2016, 21:02:23 UTC
4c69689 Backed out changeset 30cfcf54f286 (bug 1244221) for browser_aboutHome_wrapsCorrectly.js failures a=backout --HG-- extra : commitid : LPGlRlt2IlA 11 February 2016, 20:58:50 UTC
65781aa Bug 1243549 - Add missing bits. r=post-facto a=sylvestre MozReview-Commit-ID: HMxPkSmF2rs --HG-- extra : rebase_source : 0538d2252c765268f9bad4adfe6fb6684409597b 11 February 2016, 18:02:07 UTC
08708c4 Bug 1243555: Remove unnecessary nsDocShell static_cast in EventListenerManager::HandleEventInternal(). r=smaug, a=sylvestre 11 February 2016, 18:51:51 UTC
43a2afc Backed out changeset 7f6dc6f3589b (bug 1218473) to fix various Windows startup issues being experienced by some users. a=sledru 11 February 2016, 18:35:48 UTC
3662a5f Bug 1226556 - part 3: add tableExists to ESEDBReader, use it to fall back to normal bookmarks migration, r=MattN a=sylvestre ba=sylvestre for the binary changes in the other uplifts --HG-- extra : commitid : IdJgx2pgj77 extra : source : c5685dc73b4ecae52477e695aa598e2bca0e0195 extra : amend_source : faa1c95cdcf3499727103097b79d549f44164ba5 extra : intermediate-source : 1d99a7907e32b8ac02c02c5b39e7c673ebce0b4a 03 February 2016, 14:46:36 UTC
3562e5a Bug 1226556 - part 2: use ESE database to import Edge bookmarks, r=MattN a=sylvestre --HG-- extra : commitid : HS63MIRrg9j extra : source : d572ab4f2f11837376c8318e4c563e3e102db0b2 extra : intermediate-source : 597d12f469acd050f84076d3a9337f62e7e815ba 30 January 2016, 11:22:19 UTC
c7c3af9 Bug 1226556 - part 1: allow reading GUID columns in ESEDBReader.jsm, r=MattN a=sylvestre --HG-- extra : commitid : 9ifyNzqlByi extra : source : 5b122e90478e7f4f88c4a9696949abf45904b23a extra : intermediate-source : eca358321df0eb0ae3ea82baf9ce32556da2e805 30 January 2016, 11:21:40 UTC
cf4c434 Bug 1229076 - Follow-up to remove leftover component references for the C++ Edge Reading List Migrator. r=bustage a=sylvestre --HG-- extra : commitid : FnEwJ47sBxh extra : source : 8079161123840602784e73dfaa61d1946abfc07a 01 January 2016, 21:24:33 UTC
10b71e1 Bug 1229076 - use JS module for reading ESE database, r=MattN ba=sylvestre --HG-- extra : commitid : 6F1US2WC7M extra : source : 5e328358e3ecca0405582484e7330eeff0dedd06 01 December 2015, 20:24:54 UTC
60b2b85 Bug 1238935 - r=jonco a=sylvestre ba=sylvestre for a completely separate commit's binary change --HG-- extra : histedit_source : 4f75edc4c30148319307ac6aea036d9df45cefcd extra : commitid : HnIR5IUpykZ extra : source : b6613e975a08ac92f061accbe3d23f857344352b extra : amend_source : 99aea01b471f48a4c373ef05ffb56d15be4710b3 extra : intermediate-source : 06d13ff7785d72f269f73d007366013798d08188 10 February 2016, 15:57:37 UTC
23059a1 Bug 1242279 - r=bhackett1024 a=sylvestre --HG-- extra : commitid : 91srga56CLL extra : source : 53416fc6f2ce4f7dda3ae584f090b692381825be extra : intermediate-source : 81b7b203feb1f497c32c0f4902888365335f7571 extra : histedit_source : fb70cfced55a8fe69ef119c76b5fc43c6a5dad41 10 February 2016, 15:48:40 UTC
4f7b4ca Bug 1246014. r=wchen. a=sylvestre --HG-- extra : commitid : 6XTWXL5XQdq extra : source : dfeebfdf8d96aeb49f3580f24028ad1623447a17 extra : intermediate-source : 0b9459bf937b31fa6250f06cbd82c2fe343c96e0 extra : histedit_source : 1467cdeb75288d19a3d1774025fa8922aa318fee 10 February 2016, 10:39:06 UTC
1da32a8 Bug 1244221 - about:home wrapping is broken. r=Enn a=sylvestre Test by Felipe --HG-- extra : commitid : DcvIbPGHSrJ extra : source : 8eb0ec626383d0a7ab55a641bd0b8bfea91e2c81 extra : histedit_source : ec88cb185ee199f7e86ac7d11d8e0fa69d3ae9cd 10 February 2016, 21:02:23 UTC
cbba49d Bug 1244995 - Console should trace the arguments correctly, r=bz a=sylvestre --HG-- extra : commitid : 93ayWWxVwvv extra : source : 3ef52488d2c28bbf20261e4eff7ed4f2701128de extra : histedit_source : e1739355e2153ba89b6558d54b80001b3009f439 07 February 2016, 10:29:12 UTC
88dfed5 Bug 1239861. Skip composite if vsync time is before force composite time. r=kats ba=sylvestre --HG-- extra : commitid : BdVmPBKHPF6 extra : source : 59ae52ad58801ef311710dd91fc94f73201cc91f extra : intermediate-source : d9e3fdf3afe28a7df69ba51ae201d8d8a3cb25b7 extra : histedit_source : 9333e2f06a4072f557f3566941864a6d0c7f3ae4 05 February 2016, 18:11:48 UTC
c456b11 Bug 1239861. Part 2 Properly resize DXGI swap chain buffer size. r=bas a=sylvestre --HG-- extra : commitid : EqwSfOSeg9B extra : source : 9d1a4ca0fe8d1002ae1be430330ef5ac57142d5c extra : intermediate-source : 015aca9bee9b499f7f3fc9bda417b04141e88fe3 extra : histedit_source : 92ee318cec00b27290284790bf24ab511d62fee2 05 February 2016, 18:11:46 UTC
2293e33 Bug 1243125 - (Rollup, including reftest) - Properly handle vertical writing mode and orthogonal flows when checking for truncated frames in reflow. a=sylvestre --HG-- extra : commitid : ELZDDikT6cQ extra : source : 6b2cd1fe6cd729578fb3a55227b8f5f15cc09606 extra : histedit_source : ea4999c8ebf8adb199e8360b3e6fc4348dce514a 03 February 2016, 09:24:24 UTC
97604bf Bug 1236364 - Don't reuse existing richlistitem in urlbar when handling a delete. r=mak ba=sylvestre --HG-- extra : commitid : 1sOyrI0kNuV extra : source : ef6572f4cd244bcef623f932e55eebd3476ad8a6 extra : histedit_source : 6582f1a30ced7e62910a6b82eb416504bff1530f 25 January 2016, 18:13:26 UTC
310b8f8 Bug 1240212: Use unthemed widgets in number-disabled.html reftest, to work around GTK theming issue. r=jfkthame, a=test-only G: changed layout/reftests/forms/input/number/number-disabled.html --HG-- extra : source : 1b7625c90538a95413f7ca1910f4ec791eff82b5 extra : intermediate-source : db9903548ce8c32fd046b949923e8012c270a22c 25 January 2016, 17:43:57 UTC
1569beb Bug 1243583 - ensure transition events are dispatched to all the relevant subdocuments, r=dholbert, a=al --HG-- extra : source : 2d13bd207e3d9ceb4c4c181ec6431b3ccd9a71f8 extra : intermediate-source : ba2f607e26a8aef00d0188602d4c36ddec039b8d 10 February 2016, 13:21:26 UTC
65f5d2d Bug 1244250 - r=mats, a=sylvestre --HG-- extra : source : 5c4a80fca486941332b5befda970c281e887cb2a extra : intermediate-source : 3d8ca74e742976217f092175c8cac53fcfea564a 10 February 2016, 13:17:05 UTC
8fb2688 Bug 1238558 (part 1) - Add Decoder::BeforeFinishInternal(). r=tnikkel. a=sylvestre --HG-- extra : source : c58a56444fc93d2ba5d9c85126a38715097dfb13 extra : intermediate-source : 4f525462b31dfa434704982eb3b4344d7c7cfe70 28 January 2016, 00:15:06 UTC
ef27939 Bug 1237679 - use sourceLocked to ensure users get warned to close the browser before running the migration, r=MattN, a=sylvestre --HG-- extra : source : 517bc7ebc8b1b748b3b3c85766b94a230d827f7a extra : intermediate-source : 83c4d1408880d410dcd4507d29f401ae2e622423 28 January 2016, 16:35:04 UTC
0e28d90 Bug 1246850 - check the NotifyIpInterfaceChange() return code, r=mcmanus, a=sylvestre --HG-- extra : source : 0a47d0927f3d0159a98d101dc61539796eeff023 extra : intermediate-source : 70c05b8319b8e1075fcd7f06c96e2701ab79674a 09 February 2016, 00:31:00 UTC
5328c26 Bug 1243549 - Make sure that startup sanitization doesn't throw because it can't find a tabbrowser. r=mak, a=sylvestre --HG-- extra : source : 044c7060349e69b2acf7e538d15f2f14258dd689 extra : intermediate-source : 35bfade35158b2ffea6bb096ef6e0d924039bc90 04 February 2016, 14:40:40 UTC
32d9176 Bug 1243549 - SessionFile.wipe() now waits until SessionFile has been properly initialized. r=mconley, a=sylvestre While investigating bug 1243549, we encountered several instances of the following error message during each startup: ************************* A coding exception was thrown and uncaught in a Task. Full message: TypeError: this.Paths is null Full stack: Agent.wipe@resource:///modules/sessionstore/SessionWorker.js:296:7 worker.dispatch@resource:///modules/sessionstore/SessionWorker.js:21:24 anonymous/AbstractWorker.prototype.handleMessage@resource://gre/modules/workers/PromiseWorker.js:122:16 @resource:///modules/sessionstore/SessionWorker.js:30:41 ************************* These messages can be explained as follows: * If sanitization has failed during shutdown, it attempts again to sanitize during startup. This happens more often than it used to, because of 1/ startup bug fixes in bug 1089695; 2/ new shutdown bugs most likely also added by or around bug 1089695. * Sanitization during startup doesn't wait until Session Restore has properly started to sanitize the session. So sanitization of Session Restore file fails. This has probably always been the case, except we never noticed. * For some reason I do not understand, it attempts to sanitize several times. * I suspect that this can cause problems during startup, as sanitization and Session Restore race to use/remove the files of Session Restore. This patch makes sure that SessionFile.wipe() waits until initialization of SessionFile is complete before proceeding. --HG-- extra : source : a768b93e7f0f5e63d2b907d0e09d7c08247f9942 extra : intermediate-source : 932d8e4fcf3aa927c3fac8b4535d67e5b4638138 02 February 2016, 11:56:11 UTC
8857c37 Bug 1243226 - relax the limit on fontconfig generics. r=heycam, a=sylvestre --HG-- extra : source : 3cedb5df2b5d487b69d8983fd02c1953c0905fbf extra : intermediate-source : 5bf2b052222d57dcbbb445ea001881782d3a6c4e 27 January 2016, 08:21:31 UTC
c9728a7 Bug 1192539 - [2.4] Use MediaCodecList to check for decoder support. r=snorp, a=sylvestre --HG-- extra : source : 8da3aa84b6435caa6825dad07d7312e1bc707356 extra : intermediate-source : 8e11eaf0cafbed22c0960cae5b810e7085da16f3 22 January 2016, 20:27:58 UTC
b0e69f5 Bug 1192539 - [1.3] Add MediaCodecList JNI query support. r=snorp, a=sylvestre --HG-- extra : source : 0fa9ed048fbefe9aaf1b8f4449cd35da88a8cdc1 extra : intermediate-source : 92255a6c239b303e6208291ab165e6d60a5f223d 22 January 2016, 20:33:25 UTC
4d612a9 Bug 1210099 - Fix structured clone of expanded principal. r=bholley, a=lizzard, a=sylvestre --HG-- extra : source : 91b300b43f10c1b5c4e46002f02ff69d383ec4f5 extra : intermediate-source : 1e1e53f504298f54b4ab4521d5cb62f8b4c0fc32 04 February 2016, 23:12:52 UTC
f6b885e Bug 1244704 - Create a more granular BOOKMARKS_COUNT probe for mobile. r=mfinkle, a=sylvestre --HG-- extra : source : 0c62ac10ad8cbbd572deb9fb615cfd5bcf6ee66c extra : intermediate-source : 24064776cf068f9770651317040ede2cd4877330 01 February 2016, 14:58:03 UTC
90c384b Backed out changeset 4febbf1c7a8e (bug 1240848) for causing bug 1241921 to reappear 11 February 2016, 14:20:30 UTC
d0ae8c8 Bug 1219078 - Delegate OMA downloads to external app (if available). r=mfinkle a=sylvestre This patch will prevent Firefox from downloading OMA download descriptors on its own. Instead it will prompt to complete the action with an external app if available. An error will be shown if no external app can handle the download. MozReview-Commit-ID: G2CcC5WT597 --HG-- extra : amend_source : b9734630723bcc52dbc77bc0eee32d1874d2d686 17 December 2015, 13:49:37 UTC
0777571 Bug 1240848: Adds additional instructions to x64 detour patcher and prevents register clobbering in jmp from trampoline; r=ehsan, a=sylvestre 03 February 2016, 23:21:17 UTC
f46262a Bug 1233046 - Mark non-try platforms. r=jmuizelaar, a=sylvestre --HG-- extra : source : 73107e62f038e173f8df92c8331609df6fa14f8f extra : intermediate-source : a4f3a8f8c601f7b7df92ba7a9b2fbdfd767056c1 04 February 2016, 00:27:36 UTC
5931548 Bug 1233046 - Add ensure-extension tests. - r=jrmuizel, a=sylvestre --HG-- extra : source : 9fb9464826fa1c4d0e4f59e5428e6ab4ef594dcf extra : intermediate-source : 1e5122f806d37b1d92c70ffb8597fa2388cca8e2 28 January 2016, 22:28:59 UTC
fb2e275 Bug 1233046 - Add requestFlakeyTimeout to SimpleTest shim. - r=jrmuizel, a=sylvestre --HG-- extra : source : 93cc63debe8d8dbc5a5ad1d8fbb084095e3a4c33 extra : intermediate-source : b456e8c2ea3e4ae7c0d86e83dab29c625b293dc7 27 January 2016, 00:51:42 UTC
ac1947c Bug 1233046 - Fix OES_texture_float on OSX. - r=jrmuizel, a=sylvestre --HG-- extra : source : c90fc2866affefbbdb9167cf973cc35fd4319697 extra : intermediate-source : 740cf05b367ab7946652287f16a1eb1401aafc58 28 January 2016, 22:27:57 UTC
055b360 Bug 1239983 - Diags around TrackBuffersMgr promises - r=jya, a=sylvestre Added diagnostics around demuxer init/reset promises, to catch early cases where TrackBuffersManager::mInputDemuxer is destroyed while an init/reset promise is in flight, which would cause later issues when the 'Then' clause assumes that mInputDemuxer still exists. Note: This is *not* an actual fix for crashes linked to this bug, but it should help identify unexpected situations, or instead eliminate these patched locations as sources of crashes. A new bug will be needed to examine the fallout from this patch and produce a real fix, or continue investigating. --HG-- extra : source : c481014f50c21f2d92ec0c093eb029b1967e6538 extra : intermediate-source : 26638caae92711d6c09a0ae9a5e3b7262ec39a42 02 February 2016, 09:20:03 UTC
b22c39f Bug 1237820 - "Firefox doesn't display the sideload UI when a sideloaded add-on that was previously appDisabled can now be enabled". a=sylvestre --HG-- extra : source : 05675ccd0eeb63e582773007629609e2d16f73cb 08 February 2016, 11:52:00 UTC
973d2e0 Bug 1243335 - report bad QName. r=sicking, a=sylvestre --HG-- extra : source : c9acfa2d3f5220576f124347aa70d541e47b6a0d extra : intermediate-source : d36ef106fa9661dd64b2cebf267a5ada6bd2dc62 01 February 2016, 15:20:35 UTC
d2db77c Post Beta 4: disable EARLY_BETA_OR_EARLIER a=me 10 February 2016, 11:37:11 UTC
afa1767 Bug 1243843 - Pull latest bugfixes from upstream graphite2 (now at e569e28d83491fedb31b9220493f3c07f6ec6d80). r=jdaggett a=abillings 01 February 2016, 20:26:09 UTC
d9d95dc Bug 1233238 - Compile with play-services-{ads,analytics,appindexing} to support Adjust SDK. r=nalexander a=lizzard On a CLOSED TREE because Android only. When we switched to fine-grained Google Play Services bundling (Bug 1115004), we stopped shipping com.google.android.gms.analytics. That silently breaks Adjust, which queries the Google Ad ID using reflection: now the package isn't present! This patch restores the Play Services libraries that Adjust relies on. (Sadly, this bloats our APK tremendously.) There is some hijinkery, however: the Play Services libraries reference a library (org.apache.http) that is deprecated in Android 23! However, the library is still present on Android 23 devices, which buys Google time to replace the offending code. This compiles just fine, breaks the Proguard global optimization pass. To give Proguard the information, we add the library as a Proguard "library JAR". This is equivalent to the Google-provided Gradle `useLibrary` directive. --HG-- extra : commitid : I4rTyC8lxLd extra : source : 96f30d735e898cb9853d53f236ac8e2337186814 extra : amend_source : 81941f90fbf87c60a19426c16d15560eaa89d2f5 05 February 2016, 00:10:29 UTC
9774996 Bug 1245724 - Make plugin network requests bypass service worker interception. r=ehsan, a=sledru --HG-- extra : source : 20c93a4cbb1e799337b61b60e77d8e85bcb98b9d extra : intermediate-source : 3d5173aca497603cd54488c4c0f596a6873c5544 09 February 2016, 16:14:51 UTC
eb9c07f Bug 1246011: fixed PT comparising for PT's without rtpmap. r=jesup a=sylvestre 09 February 2016, 05:15:01 UTC
4d743ca Bug 1246854 - Set the pref to not autodetect touch event support in reftests like we do in other sorts of tests, r+a=Sylvestre 09 February 2016, 03:33:19 UTC
7058261 Automated checkin: version bump for fennec 45.0b4 release. DONTBUILD CLOSED TREE a=release 09 February 2016, 03:44:54 UTC
1a3b182 Bug 1244859 - Remove trailing slash in telemetry urls. r=mfinkle r=mfinkle a=sylvestre It was not to-spec (though it doesn't appear to have an effect on how the server reads the data). --HG-- extra : commitid : 3rIcGasjj0K extra : source : 3e53d5cf6400fba69885bd2283e9a23976c7131d extra : intermediate-source : e5da31b5254785c0509cdde601491ca23fa4caf3 01 February 2016, 21:25:40 UTC
ad94ca1 Bug 1241697 - Upload experiments with core telemetry ping. r=mfinkle a=sylvestre We generate the experiments in the TelemetryPingGenerator, rather than passing them into the Intent, meaning that if the UploadSerivce gets killed and the Intent gets redelivered, the experiments will be re-generated and there is a chance the uploaded document won't be identical to the one that would have been uploaded (or was uploaded, if the service is killed after the upload occurs). The way to fix this is to pass the experiments into the Intent so it gets redelivered identically. However, it's not worth making the documents identical for the moment. It will be fixed when we implement the functionality to reupload already-generated documents which we believe to have failed to upload (which is necessary for us to specify "counts since last ping"). --HG-- extra : commitid : 7S05HZFBcmA extra : source : 77c38dd031d41fb5176dd6ce8d5c6e79c5d7510d extra : intermediate-source : febddac5384942c61bd416d26c218ff8148801c0 27 January 2016, 23:09:08 UTC
0fd29cf Bug 1241697 - Add docs for 'experiments' field in core ping. r=mfinkle a=sylvestre --HG-- extra : commitid : 3E4z1oMqDRs extra : source : d1845bc6fa7d786e6e925d09cf7e06357e282808 extra : intermediate-source : 8b732ded213a28a2f85af35b15e2e11388993638 27 January 2016, 22:52:27 UTC
e03088a Bug 1246314 - Add comment to explain why we don't log exceptions. r=me a=sylvestre --HG-- extra : commitid : Dw7ETyBHucp extra : source : 103f2dcf2778d0c22db916e96a962bc0d4eb7ac0 extra : intermediate-source : cc914fe8173e456fb668a2bf67d006b8a1d961c2 06 February 2016, 00:38:05 UTC
9c7cbe9 Bug 1246314 - Don't log exception when throwing in client ID. r=ahunt a=sylvestre --HG-- extra : commitid : F0L0feiUwHJ extra : source : 045eb365dbb061df49299dcc320b1b9b79e7bbc2 extra : intermediate-source : 1645c68fe3a650cc0d7a34f703837bcb61598de3 06 February 2016, 00:07:15 UTC
4623c01 Bug 1244293 - Don't upload telemetry if user opts out. r=mfinkle a=sylvestre I'm slightly concerned we're providing too much configuration information in the debugging statements. --HG-- extra : commitid : LOAtFsFYCEk extra : source : 6c9e43e567ef824dfbabd4eb468d17374162420f extra : intermediate-source : 92e846782a65bf345ba0b7f34af5ad0f5d2daf07 29 January 2016, 23:21:50 UTC
442c28b Bug 1205835 - Create telemetry upload service and upload in onStart. r=rnewman a=sylvestre --HG-- extra : commitid : 2CSem5hsxJs extra : source : 7fbfcaed9a16ae80821083cfd36375bfc27a62e0 extra : intermediate-source : f9b96391474e14199610a431828d94a8df945903 28 January 2016, 00:25:27 UTC
6590fc4 Bug 1205835 - Add TelemetryPingGenerator for core pings. r=rnewman a=sylvestre --HG-- extra : commitid : GgS2iGp1FuX extra : source : 4df23c2aa5c20e013a828a49610779e74cbe6a23 extra : intermediate-source : ef498d19e173da8a8e44cc19832ffa170704b64b 26 January 2016, 01:47:35 UTC
0e1bd04 Backed out changeset 5a0bb2689692 (bug 1244859) for landing before pre-requisites a=backout --HG-- extra : commitid : 3ZxrGlWlgWu 09 February 2016, 00:18:38 UTC
531bf41 Bug 1245476 - Switch from GTK3 to GTK2 on beta. a=sylvestre --HG-- extra : commitid : 8TPcAJuqJ4T 08 February 2016, 23:42:33 UTC
af08b40 Bug 1226148 - reduce flickering and closing when using the OSK tab key, r=masayuki, a=sylvestre --HG-- extra : commitid : 686FRYIbwtk extra : transplant_source : K%9D%05%AD%DF%E5%95%C8%7C%1B%0A%E9%81%13F%7D%CA%16%EE%B2 18 January 2016, 12:14:43 UTC
e46422c Bug 1240208 - use inputmode in XUL to get better hinting for IME and on-screen keyboards, r=masayuki r=smaug, a=sylvestre --HG-- extra : commitid : DTSnSh6X0NV extra : transplant_source : %7E%8C%5Cr%0D%9DA%87%0D%CD%C8%8A%94%27Eyiw%C2%1B 01 February 2016, 17:57:29 UTC
c5e8349 Bug 1246054 - Fix an erroneous nsNPObjWrapper assertion. r=froydnj. a=al --HG-- extra : source : 0b891e31fc10a2c3c8dab1836f34b85366cf9e4b 05 February 2016, 05:36:05 UTC
6237d9d Bug 1244122 P3 Execute browser_download.js service worker in separate scope. r=ehsan, a=sylvestre ba=ehsan --HG-- rename : dom/workers/test/serviceworkers/download_window.html => dom/workers/test/serviceworkers/download/window.html rename : dom/workers/test/serviceworkers/download_worker.js => dom/workers/test/serviceworkers/download/worker.js extra : source : 966415ddf784fc23778f04e6cc4453c6d2334a72 extra : intermediate-source : cb00d903d285b24dfed9224b3b201f38306839c1 02 February 2016, 18:03:20 UTC
ab9399a Bug 1244122 P2 Perform refresh testing with http cache disabled. r=ehsan, a=sylvestre ba=ehsan --HG-- extra : source : b8e2ef4983a96c39c8c1bf18d3efa6e582e710c7 extra : intermediate-source : d07d740a8d9980b8649f19b17a5a98253ff7a550 02 February 2016, 18:03:20 UTC
8f308c5 Bug 1244122 P1 Always support SW intercept even when http cache is disabled. r=mayhemer a=sylvestre ba=ehsan --HG-- extra : source : 6600b943d1804d4a077db67ffabed2639ae1cec8 04 February 2016, 11:51:00 UTC
6afe2a1 Bug 1245576 - Add missing unsave.1 UI Telemetry for removing bookmarks and readinglist items from Home Panels r=margaret, a=sylvestre --HG-- extra : source : 148870861645edf0bf62c0bd961247f125a70e40 extra : intermediate-source : fe9ce50ba52ae121a14d25d6bbb3c05fabbb72e9 04 February 2016, 07:45:02 UTC
28d4e04 Bug 1227662 - Fix code and add tests for fetching video mimetypes r=margaret, a=sylvestre --HG-- extra : source : 47242d5db87afa496ec1c597dc31d8b91b78f99d extra : intermediate-source : 747e1f2a86d31f22ff4d5392cf0b2c3ebadd5947 04 February 2016, 23:19:59 UTC
c8c5a01 Bug 1241599 - Add 'core' ping telemetry docs. r=gfritzsche, a=sylvestre --HG-- extra : source : 05fa456ff8a782ab9a471a91216a257cf43c0704 extra : intermediate-source : be34c7d7a545461dbac8856e2808d49ea9ebb63e 22 January 2016, 00:55:54 UTC
4bd92e7 Bug 1244859 - Remove trailing slash in telemetry urls. r=mfinkle a=sylvestre It was not to-spec (though it doesn't appear to have an effect on how the server reads the data). --HG-- extra : source : 3e53d5cf6400fba69885bd2283e9a23976c7131d extra : intermediate-source : 333bb4514ad6dc6926c88fd6f9a47159484c486b 01 February 2016, 21:25:40 UTC
5ee1cfe Bug 1239319 - use input types properly for search and url bar to get better OSK support on Windows, r=jaws, a=sylvestre --HG-- extra : rebase_source : 13e12cfac5df7a7b3ac80311ae131daad1b6aae7 14 January 2016, 23:41:26 UTC
288bab1 Bug 1245251 - Repair add-on manager for external XUL apps. r=Mossop, a=sylvestre --HG-- extra : source : 0fef19424561068fdb8cb9e87f2e40b0aa46ea4a extra : intermediate-source : 4cec5d9097c46ead7c106732c9725b3911ad23a4 02 February 2016, 21:08:55 UTC
c729d43 Bug 1245516 - Don't shadow originHost, so we can process appOrigin correctly r=margaret, a=lizzard --HG-- extra : source : 21ff9b18942e1ef3572de8eed08efd2ee92202b2 extra : intermediate-source : e776aa2d52f3777c9c018517089be93312da1e01 03 February 2016, 23:27:35 UTC
back to top