https://github.com/mozilla/gecko-dev

sort by:
Revision Author Date Message Commit Date
2c3b158 Merge 04 April 2016, 10:08:53 UTC
1901d6f merge mozilla-inbound to mozilla-central a=merge 04 April 2016, 09:55:29 UTC
531a5d3 Merge m-c to fx-team. a=merge 04 April 2016, 01:41:06 UTC
9a90e77 Merge inbound to m-c. a=merge 04 April 2016, 01:39:40 UTC
bd8a2af Bug 1261627 - Unbreak --disable-webrtc builds. r=cpearce 02 April 2016, 16:04:00 UTC
b5b9ac8 Bug 1246290 - Add a simple gtest to exercise the force-disabled-APZ codepaths. r=botond MozReview-Commit-ID: AN5HOPgj1Tr 03 April 2016, 17:13:59 UTC
8d77ca8 Bug 1246290 - Add a reftest for the apz.disable_for_scroll_linked_effects pref. r=botond MozReview-Commit-ID: CeZO6WwhRyR 03 April 2016, 17:13:59 UTC
e939861 Bug 1246290 - Add a pref to allow disabling APZ on documents which have scroll-linked effects. r=botond MozReview-Commit-ID: HQkHUiEWaWc 03 April 2016, 17:13:59 UTC
5238d9b Bug 1246290 - Add the ability for APZCs to not expose async transforms. r=botond The call site is responsible for indicating whether or not the APZC should respect the force-disable flag in the APZCs. This is because we only want to respect that flag when doing visual transforms (similar to how scrollinfo layers work) and not when doing transforms on input events. MozReview-Commit-ID: Dqgz6fqJGXG 03 April 2016, 17:13:58 UTC
967f8c8 Bug 1246290 - Add a bit to FrameMetrics to indicate if APZ-scrolling should be disabled on that APZC. r=botond MozReview-Commit-ID: 5NeFP31Y0Qg 03 April 2016, 17:13:58 UTC
36b6d35 Bug 1246290 - Refactoring to get rid of SampleContentTransformForFrame from AsyncPanZoomController. r=botond MozReview-Commit-ID: Kh6ptJ7tQms 03 April 2016, 17:13:58 UTC
23eba7c Bug 1257363 - add null check so it doesn't crash. r=masayuki --HG-- extra : rebase_source : c937d52c3621b8323ae8275cfb8197dc260dcb7b 02 April 2016, 12:40:00 UTC
2abb7f6 Bug 1260835 - Atomics.wait returns strings + remove symbolic constants. r=jolesen --HG-- extra : rebase_source : 9ff59a7ef9669cdcc63fa599cc871e6c57a9ed5a 02 April 2016, 15:41:28 UTC
c3701b8 Bug 1260910 - introduce 'wait' and 'wake'. r=bbouvier --HG-- extra : rebase_source : ffca8d69322ab07a2b6e4b5b9a9a4dd5cb313728 02 April 2016, 16:17:20 UTC
f4dc70d Bug 1225028 - remove Atomics.fence. r=bbouvier --HG-- extra : rebase_source : 01f95d41a7f869d26cf7a602d16743801eb0de9d 02 April 2016, 15:55:24 UTC
bc6d047 Bug 1261438 - Generalize Android artifact package names. r=chmanchester DONTBUILD NPOTB If the target triple is noisy, let's just accept -arm and -i386 instead of being strict. We can be more strict when things have settled. MozReview-Commit-ID: FDNJ3TuY51d --HG-- extra : rebase_source : 3db70abe6818fbe0360406f20de899867232df02 extra : amend_source : d324c229b1713adb844407078d6cc4d00d84b56d 01 April 2016, 21:28:42 UTC
5e7b5cb Merge m-c to fx-team. a=merge 02 April 2016, 18:00:14 UTC
1bb567e Merge fx-team to m-c. a=merge 02 April 2016, 17:34:45 UTC
8955f79 Backout the backout because follow-up fix got pushed. Bug 1259859 - Add a test that looks for misused characters in user-facing strings. r=dolske,jryans MozReview-Commit-ID: IBHYB76bvsk 02 April 2016, 08:50:50 UTC
370ca85 Backed out changeset a877338b4740 (bug 1259859) for failures in devtools mochitest browser_cmd_highlight_03.js. r=backout 02 April 2016, 08:45:08 UTC
3177c69 Bug 1259859 - followup, fix some quotes that snuck in. r=me MozReview-Commit-ID: 2WqhK8SFofe 02 April 2016, 08:42:09 UTC
4dbcfae Bug 1259859 - Add a test that looks for misused characters in user-facing strings. r=dolske,jryans MozReview-Commit-ID: IBHYB76bvsk 02 April 2016, 06:27:36 UTC
e42c1be Bug 1233535 - Show the user's email and display name in Sync preferences when available. r=markh MozReview-Commit-ID: JU0HgQDPxPJ --HG-- extra : rebase_source : 133304a27b06dc45dce05af015481ce7709994b0 01 April 2016, 21:31:46 UTC
9260975 Bug 1261505 - Use consistent syntax for prototype methods; r=jsantell All the other methods use the style { myMethod() { ... } } while these two methods use { myMethod: function () { ... } } For consistency, we should use the common style here. MozReview-Commit-ID: 5rg8uPoULyN 02 April 2016, 02:03:47 UTC
bffbcbb Bug 1238695 - Render census data as a treemap. r=fitzgen, r=vporof 01 April 2016, 14:56:00 UTC
4fdd179 Bug 1260714 - Fix intermittent browser_computed_search-filter_clear.js. r=jdescottes The test used to time out, mainly because we were checking 'Browser styles' on the computed properties panel, which is quite slow. As the 'Browser styles' checkbox is already tested in its own test, we can remove it from here, and adapt this test to take this into account. MozReview-Commit-ID: CR94qfg73DR --HG-- extra : transplant_source : I/%A6ZG%D6%C1%12%19%A18%5E%09%83%7D%8B%BA5%C4Q 01 April 2016, 15:47:43 UTC
7b794c3 Bug 1259889 Part 2 - Load html.css lazily for pref changes. r=heycam We need to re-evaluate html.css whenever "dom.details_element.enabled" is changed to make the disclosure triangle for summary elements show up. Reftests for details and summary will need the a live pref to work. MozReview-Commit-ID: 9SN1fQBuwA7 --HG-- extra : rebase_source : c8eafde9d3a97908c44099219603f76087d484b9 01 April 2016, 13:11:11 UTC
219e330 Bug 1259889 Part 1 - Add @supports -moz-bool-pref for internal-only style sheets. r=heycam This is a internal-only syntax for guarding rules from a boolean preference. Nothing causes @supports rules to be re-evaluated except html.css registered in Part 2. This is needed for rendering the disclosure triangle of the summary element by using "display: list-item". Usage example: @supports -moz-bool-pref("dom.details_element.enabled") { /* css rules */ } MozReview-Commit-ID: HDCa8zHxYTA --HG-- extra : rebase_source : b7a72a48166edf1d486014ff37363ed8be9127d9 01 April 2016, 13:11:11 UTC
7a0b88f Merge m-c to inbound. a=merge 04 April 2016, 01:40:20 UTC
586de6e Bug 1244633 - Part 2: append tests for delay. r=birtles MozReview-Commit-ID: 7jldzmXrqfj 02 April 2016, 09:33:54 UTC
8493af3 Bug 1244633 - Part 1: implement AnimationEffectTiming delay. r=birtles MozReview-Commit-ID: atZbBx3dTd 02 April 2016, 09:25:02 UTC
8092fe6 Bug 1259531 - [e10s] Fix test_bug451286.xul to run in e10s by converting to a mochitest-browser test. r=mikedeboer MozReview-Commit-ID: 6Rt0dM6md06 01 April 2016, 00:41:00 UTC
9d5c7fe Bug 1252723 - [e10s] Make toolkit/components/prompts/test work under e10s. r=dolske 02 April 2016, 00:36:28 UTC
b6fc1a8 Bug 1260460 - reset user's restore on demand preference since we're removing it from the UI. Follow-up: Replace "currentVersion" with "currentUIVersion" to fix XPCshell and browser-chrome bustage related to nsBrowserGlue.js. r=bustage on a CLOSED TREE 01 April 2016, 23:30:14 UTC
24dc7a4 Bug 1251819 - Use the classic Control Panel if the Settings app believes the current Windows logon is a Microsoft account while actually it is not. r=jimm 01 April 2016, 23:17:16 UTC
e5f0bc1 Merge m-c to fx-team, a=merge MozReview-Commit-ID: NdvPhdYhbi 01 April 2016, 22:49:51 UTC
56b7127 Merge fx-team to central, a=merge MozReview-Commit-ID: 8rupfWq5Wa6 01 April 2016, 22:43:36 UTC
b88e063 Bug 1260460 - reset user's restore on demand preference since we're removing it from the UI. r=mconley MozReview-Commit-ID: DHqSTh18wQu 01 April 2016, 21:22:36 UTC
c728792 Backed out changeset 75d0e51772db (bug 1211665) because it wasn't supposed to land MozReview-Commit-ID: AJlDqbYWN2b 01 April 2016, 17:53:07 UTC
52eafbc Backed out 2 changesets (bug 1259729) for pocket test failures Backed out changeset 9b5113e833ff (bug 1259729) Backed out changeset 24134582d0ce (bug 1259729) MozReview-Commit-ID: AKMIgo1HJBi 01 April 2016, 16:53:07 UTC
0c159ab Bug 1261181 - Remove telemetry probes set to expire in 48 from Sync and FxA. r=kitcambridge 01 April 2016, 00:35:00 UTC
d6d3b3b Bug 1259544 - remove futexWakeOrRequeue. r=bbouvier --HG-- extra : rebase_source : 16fc76f38e011f15f3eef291c877aaee053776df 31 March 2016, 22:23:23 UTC
a13a3ea Bug 1261123 - don't needlessly construct nsAutoCString temporaries in nsDefaultURIFixup; r=smaug We can make the non-virtual overload of IsDomainWhitelisted take an nsACString instead of an nsAutoCString and avoid some unnecessary copying. 31 March 2016, 17:16:07 UTC
a44e8e3 Bug 1261122 - don't needlessly construct nsAutoCString temporaries in dom/indexedDB; r=khuey We can make ScriptErrorRunnable::DumpLocalized take an nsACString instead. 31 March 2016, 17:14:47 UTC
eda8fbb Bug 1261230. r=mats 02 April 2016, 06:54:00 UTC
3fd9c37 Bug 1260509 - Implement String.prototype.padStart / padEnd; r=jorendorff --HG-- extra : rebase_source : 40ab774040a9f278538352404246f50fa06fd850 extra : amend_source : 63ce3f376ec158df39b1e416f96c2924b9f14e9a 31 March 2016, 15:04:12 UTC
1bc3b5e bug 1261277 use GtkTextView to get an appropriate color for resizers r=acomminos MozReview-Commit-ID: IhcjE7Aax8g --HG-- extra : rebase_source : bd1ec08134726b10626e69bd4d30b14b741bdde4 31 March 2016, 10:30:12 UTC
bd8bf4c Bug 1260102 followup - Simplify newly added test with util functions. MozReview-Commit-ID: lodB36EXUK --HG-- extra : source : 1aa50c67bec48a6afcea645473929c99cc44e351 04 April 2016, 00:21:22 UTC
dfbf4d7 Bug 1260914 - Correct android-lint TC task. r=nalexander MozReview-Commit-ID: KlsKVGKRfKF --HG-- extra : rebase_source : 85fefa73da5c604cd458a57f98a5235833f278da 30 March 2016, 22:37:40 UTC
9194478 Bug 1138638 - Make Loop's browser sharing work properly in e10s mode and enable the mochitest. r=mikedeboer 01 April 2016, 15:53:10 UTC
3eb5bc0 Bug 1259729 fix attaching pocket styles on startup, r=jaws 01 April 2016, 15:39:48 UTC
e9a05a4 Bug 1259729 turn on pocket during pocket test, r=Gijs 01 April 2016, 15:39:48 UTC
7449be1 Bug 1261311 - Fix storage inspector promise rejection syntax error r=mratcliffe Should have been a catch. --HG-- extra : rebase_source : 936da669f5947820788bfa3b7431a866dc38a523 extra : amend_source : 6a11eb98ec399f925fa0c4c15955d08f235f1b1a 01 April 2016, 15:32:35 UTC
174dee8 Backed out changeset 64f6fc285131 (bug 1231437) for test failures in browser_storage_cookies_edit.js --HG-- extra : rebase_source : ecb08214d01f5743a84316ae03529a9c73b4e40f 01 April 2016, 13:53:12 UTC
0d6f041 Backed out changeset 64550b75f51b (bug 1231437) --HG-- extra : rebase_source : e6fe6507ef0b35ce3c9d35f44e95d992b2ccde0d 01 April 2016, 13:52:53 UTC
485193d Bug 1261311 - Fix storage inspector promise rejections r=mratcliffe Hide the errors for now. MozReview-Commit-ID: Fj1wYvZ4UFx --HG-- extra : rebase_source : 7824fb919b581c944d46565cc12b46b3432d0fc6 01 April 2016, 10:00:06 UTC
277aab4 Bug 1259024 - Fix developer toolbox close and toolbar toggle button tooltips. r=jwalker 01 April 2016, 12:49:00 UTC
b43b7d0 Bug 1248603 - Update connect access key to prevent conflict with Browser toolbox. r=flod 01 April 2016, 12:49:00 UTC
b681b08 Bug 1248603 - Register devtools menuitems dynamically. r=gijs,jryans 01 April 2016, 12:49:00 UTC
979ddf6 Bug 1248603 - Toggle developer toolbar via the menuitem in tests. r=jryans 01 April 2016, 12:49:00 UTC
0f47f03 Bug 1248603 - Remove support of the appmenu from devtools. r=jryans 01 April 2016, 12:49:00 UTC
7700017 Bug 1248603 - Factor out menu and shortcut creation to dedicated module. r=jryans 01 April 2016, 12:49:00 UTC
d9d1c96 Bug 1247203 - Cleanup relations between main client module and devtools-browser. r=jryans 01 April 2016, 12:48:59 UTC
c43f377 Bug 1249518 - Make DaemonSocketPDU able to send multiple file descriptors in single unit. r=tzimmermann 30 March 2016, 06:58:13 UTC
1cbcbed Bumping manifests a=b2g-bump 29 March 2016, 17:38:54 UTC
0479f91 Bug 1260065 - Extend PLUGIN_ACTIVATION_COUNT telemetry probe expiration from FF 48 to 53. r=bsmedberg Also link to bug 722110 which originally added the PLUGIN_ACTIVATION_COUNT telemetry probe. 27 March 2016, 22:29:57 UTC
2b4a73d Bug 1261284: Don't include <button>'s children in overflow areas, if we know we're going to clip them when painting. r=mats MozReview-Commit-ID: BG1tGEQjFI2 02 April 2016, 03:36:41 UTC
5790b83 Bug 1261452 - do_AddRef shouldn't require an rvalue-reference. r=froydnj 02 April 2016, 02:14:42 UTC
276caac Bug 1260749 - quiet unpacking of Android SDK and NDK downloads; r=nalexander We send the output to /dev/null or equivalent, but there's no need to generate a bunch of extraneous output and consume cycles unnecessarily. 30 March 2016, 14:46:14 UTC
697425f Bug 1259428 - part 6 - remove unneeded MessageDecl methods; r=jld msgCast and replyCast were only used for the dodgy casts we removed in part 2; the msgCxxType was only called by msgCast. 28 March 2016, 15:43:54 UTC
ebe8d01 Bug 1259428 - part 5 - convert Message subclasses to constructor functions; r=jld All we use our Message subclasses for nowadays is the constructor, so we might as well strip the class away and just have functions that perform the construction for us. This change eliminates unnecessary vtables as well as making the included headers somewhat smaller, which is always nice. 28 March 2016, 15:42:47 UTC
4d7242a Bug 1259428 - part 4 - remove prtime.h from generated protocol headers; r=jld This include was only needed for PR_Now(), which is no longer called by the headers. 25 March 2016, 22:27:11 UTC
9cbbaad Bug 1259428 - part 3 - remove Log() methods from generated message subclasses; r=jld These are no longer called by anything. The generated Message subclasses now have no behavior of their own, and can be removed in subsequent patches. 25 March 2016, 21:09:41 UTC
4a4de50 Bug 1259428 - part 2 - remove dodgy static_cast downcasts from logging statements; r=jld Various bits of IPDL code would do something like: Message* m = ...; if (m.type() == particular message type) { static_cast<ParticularMessageType*>(m)->name(); } The static_cast is a remnant of having to do the downcast to access the Log() method on the concrete subclass. Since name() is defined on Message, there's no need for these casts anymore, so let's remove them. 25 March 2016, 21:07:26 UTC
63fe89b Bug 1259428 - part 1 - don't call Log methods of generated method classes; r=jld The first step to eliminating all the generated Message subclasses the IPDL compiler spits out is to move the functionality of their Log methods someplace else. In addition to eliminating the need for the Log methods, this change has the welcome effect of moving a bunch of code that would be generated hundreds of times into a single place, which should reduce code size a bit (debug builds only). We don't actually remove the generation of the Log methods; that change will be done for a future patch. 25 March 2016, 21:02:38 UTC
3e5e308 Bumping manifests a=b2g-bump 25 March 2016, 11:25:41 UTC
aeeb6e9 Bumping manifests a=b2g-bump 25 March 2016, 11:10:34 UTC
ac3f7ff Bumping manifests a=b2g-bump 25 March 2016, 11:00:30 UTC
b65e9a8 Bug 1231926 - add assertions on BYTEOFFSET_SLOT. r=waldo --HG-- extra : rebase_source : c0003e525f87e89c264ecde700532fe76445e510 24 March 2016, 16:11:10 UTC
43a06b2 Bug 1253351 - count argument of futexWake defaults to +Infinity. r=bbouvier --HG-- extra : rebase_source : 269248db8d70f6e5c55836129b50fba621c3e7f7 24 March 2016, 16:01:26 UTC
b40b83b Bug 1259392 - nail down isLockFree(4) for good. r=jolesen --HG-- extra : rebase_source : 16fd4ff1b8345fda097152986d663293e591163f 24 March 2016, 18:42:29 UTC
34cfaec Bug 1253371 - make atomics range checking conformant. r=jolesen --HG-- extra : rebase_source : 96e3d48967ccc47eda7689d180d5077e7d08f7b4 24 March 2016, 17:14:37 UTC
0f2160a Bug 918707 - Return syntax error if url is invalid, r=khuey 03 April 2016, 12:33:04 UTC
3631d1c Bug 1222697 - Audio Indicator doesn't appear when using Web Speech Synthesis. r=eeejay Create audio channel agent even if e10s. Dispatch*Inner won't be called from child process's SpeechSynthesisRequestChild, so it is created at Dispatch*Impl. MozReview-Commit-ID: 4ZQWE2gPh9g --HG-- extra : rebase_source : 0de343e33b4f1720682183b120aa062267cbe3d7 31 March 2016, 02:09:03 UTC
86c58f3 Bug 1258576 part.1 nsContentIterator should give up to find next/previous node if it reached the root node unexpectedly r=smaug nsContentIterator isn't designed as working fine with a tree whose some nodes are being removed. In such case, NextNode() and PrevNode() meets orphan node (i.e., a node whose parent is nullptr). Then, nsContentIterator should mark it as "done". However, it should keep crashing if it's debug build for detecting bugs explicitly. MozReview-Commit-ID: 81ZQgoHD67T --HG-- extra : rebase_source : 55e51583a7c77fb1e4f62e1a66e767af47b5caa7 31 March 2016, 06:00:50 UTC
3e563ea Bug 1260984 (part 3) - Separate js::ClassSpec from js::Class. r=jorendorff. js::ClassSpec is often all null. When it's not all null, it's often duplicated among classes. By pulling it out into its own struct, and using a (possibly null) pointer in js::Class, we can save 138 KiB per process on 64-bit, and half that on 32-bit. --HG-- extra : rebase_source : 852ac6770ace46958d018107e78c5c44ebd6528a 31 March 2016, 23:59:54 UTC
394034a Backed out changeset 0519406b6e57 (bug 1238177) for eslint test failures 03 April 2016, 07:30:03 UTC
9b79809 Bug 1261657 - Don't record SSTabRestored events in StartupPerformance that are the result of a remoteness flip. r=Yoric MozReview-Commit-ID: 2pnT2DdKPHV --HG-- extra : rebase_source : f64f2007b7738c259996402a722b3a9bfcab5e0d 03 April 2016, 04:30:14 UTC
5bb643a Bug 1260984 (part 2) - Reduce ObjectOps exposure. r=jorendorff. A number of ObjectOps instances are more exposed than they need to be. This patch converts several to be either private (within a class) or static (within a file). --HG-- extra : rebase_source : f994ac229caa799da66d920d748ec1154fc9206f 31 March 2016, 08:24:29 UTC
b4b3e05 Bug 1260984 (part 1) - Remove ClonedBlockObject::objectOps_. r=jorendorff. It's full of nulls which means that JS_NULL_OBJECT_OPS suffices. --HG-- extra : rebase_source : 4f330175c7212b3e336b22ebae43b28399c5a90c 31 March 2016, 08:20:04 UTC
6c7272d Bug 1209273 - Part 3: Make CSS autocompletion tests pass. r=gl 02 April 2016, 05:37:49 UTC
0321dcd Bumping manifests a=b2g-bump 24 March 2016, 09:55:48 UTC
39d2a7f Bumping manifests a=b2g-bump 24 March 2016, 05:05:26 UTC
2b612c8 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-central/rev/e9e8c44b4317 Author: Fischer-L <Fischer-L@users.noreply.github.com> Desc: Merge pull request #34180 from Fischer-L/bug_1257442-tv-ftu-polish-scroll-down-hint Bug 1257442 - [TV] TV FTU needs to polish scroll down experience for privacy policy, r=rex ======== https://hg.mozilla.org/integration/gaia-central/rev/2901a006aa04 Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local> Desc: Bug 1257442 - [TV] TV FTU needs to polish scroll down experience for privacy policy ======== https://hg.mozilla.org/integration/gaia-central/rev/d3ce9e69cf31 Author: Fischer-L <Fischer-L@users.noreply.github.com> Desc: Merge pull request #34171 from Fischer-L/bug_1256613-tv-ftu-UI-polish Bug 1256613 - [TV] TV FTU needs UI polish, r=rex ======== https://hg.mozilla.org/integration/gaia-central/rev/87ebe47c418d Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local> Desc: Bug 1256613 - [TV] TV FTU needs UI polish ======== https://hg.mozilla.org/integration/gaia-central/rev/a785b0f4cd0c Author: Fischer-L <Fischer-L@users.noreply.github.com> Desc: Merge pull request #34179 from Fischer-L/bug_1258256-tv-ftu-update-string Bug 1258256 - [TV] TV FTU needs to update the strings, r=rex ======== https://hg.mozilla.org/integration/gaia-central/rev/6c335cc34a42 Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local> Desc: Bug 1258256 - [TV] TV FTU needs to update the strings 24 March 2016, 05:03:56 UTC
84cd29c Bumping manifests a=b2g-bump 24 March 2016, 03:31:58 UTC
ccdde8c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-central/rev/bf0e95e971cb Author: jos <mail@jos.tw> Desc: Merge pull request #34183 from jostw/josyeh/Marketplace/master/Bug1257767 Bug 1257767 - [TV][2.5] Showing app icon under preview window splash screen's spinner. r=lchang ======== https://hg.mozilla.org/integration/gaia-central/rev/ff3a97a06cf7 Author: Joseph Yeh <jyeh@mozilla.com> Desc: Bug 1257767 - [TV][2.5] Showing app icon under preview window splash screen's spinner 24 March 2016, 03:30:27 UTC
af75cee Bug 1258172 - Use C-style for loops instead of for/of to cut down on the number of CCWs when using the Tree component. r=jimb 23 March 2016, 18:54:00 UTC
d1de4b6 Bug 1250531 - Only show existing remote clients in the Synced Tabs UI. r=markh MozReview-Commit-ID: LQw7TinhIfE --HG-- extra : rebase_source : 6090764abd0aa3d7422677c04d8d8cf242cec793 31 March 2016, 21:36:40 UTC
814c90a Bug 1250531 - Unconditionally sync the clients collection. r=markh MozReview-Commit-ID: 4RHolqewNmx --HG-- extra : rebase_source : fdde3ebdc10018c00c065fbef364f4f6fb160048 01 April 2016, 17:55:10 UTC
2bfd46b Bug 1257401 - Remove the worker descriptor for `PushManager`. r=khuey MozReview-Commit-ID: 4nZElH1K3W5 --HG-- extra : rebase_source : d325e2fc44124acc0bd04b133605bf04a99ab906 01 April 2016, 22:25:49 UTC
back to top