8ae556d0cfcee81853379f2776e2b462460afe13: Bug 1449162 - Throw an explicit error message when a method specified in a spec is missing in the actor. r=jryans
draft
Alexandre Poirot <poirot.alex@gmail.com> - Wed, 28 Mar 2018 01:08:06 -0700 - rev 783069
Push
106590 by bmo:poirot.alex@gmail.com at Mon, 16 Apr 2018 14:16:32 +0000
Bug 1449162 - Throw an explicit error message when a method specified in a spec is missing in the actor. r=jryans
MozReview-Commit-ID: JdsCMh93xZE
ed45274933be6b73673d3837b29a83d2e54120fe: Bug 1449162 - Refactor the NetworkEventActor to use protocol.js. r=jryans
draft
Alexandre Poirot <poirot.alex@gmail.com> - Tue, 27 Mar 2018 06:33:11 -0700 - rev 783068
Push
106590 by bmo:poirot.alex@gmail.com at Mon, 16 Apr 2018 14:16:32 +0000
Bug 1449162 - Refactor the NetworkEventActor to use protocol.js. r=jryans
MozReview-Commit-ID: 7HW8sO9dMuD
3ce92122e8aba53907a07e7faa77c2e1f46b3cec: Bug 1449162 - Move NetworkEventActor to its own module. r=jryans
draft
Alexandre Poirot <poirot.alex@gmail.com> - Tue, 27 Mar 2018 06:37:06 -0700 - rev 783067
Push
106590 by bmo:poirot.alex@gmail.com at Mon, 16 Apr 2018 14:16:32 +0000
Bug 1449162 - Move NetworkEventActor to its own module. r=jryans
MozReview-Commit-ID: B2d0bRoyvVF
de5ed9df7e07266ac0e9722c60d5dba1849f8114: Bug 1441904 : Android xpcshell test. , r?chutten
draft
akriti <akriti.v10@gmail.com> - Mon, 16 Apr 2018 19:38:33 +0530 - rev 783066
Push
106589 by bmo:akriti.v10@gmail.com at Mon, 16 Apr 2018 14:15:20 +0000
Bug 1441904 : Android xpcshell test. , r?chutten
MozReview-Commit-ID: Pc3L57BJeA
49c0f4b20c307d9d6bacde891d82ddca98b2697d: Bug 1406181 - Test storage.local from extension tab pages on file and indexedDB backends.
draft
Luca Greco <lgreco@mozilla.com> - Thu, 19 Oct 2017 16:27:02 +0200 - rev 783065
Push
106588 by luca.greco@alcacoop.it at Mon, 16 Apr 2018 14:14:25 +0000
Bug 1406181 - Test storage.local from extension tab pages on file and indexedDB backends.
MozReview-Commit-ID: BYhlnLiitgh
17a5ed0d777ee85c0e06636694718117d626cff7: Bug 1406181 - Test storage.local from content scripts on file and indexedDB backends.
draft
Luca Greco <lgreco@mozilla.com> - Thu, 19 Oct 2017 16:22:58 +0200 - rev 783064
Push
106588 by luca.greco@alcacoop.it at Mon, 16 Apr 2018 14:14:25 +0000
Bug 1406181 - Test storage.local from content scripts on file and indexedDB backends.
MozReview-Commit-ID: C4ij1o3TXIO
6d06f6d415f3a978aac6ac3fd637ef7008baf825: Bug 1406181 - Test storage.local cleanup on uninstall on file and indexedDB backends.
draft
Luca Greco <lgreco@mozilla.com> - Thu, 19 Oct 2017 16:00:52 +0200 - rev 783063
Push
106588 by luca.greco@alcacoop.it at Mon, 16 Apr 2018 14:14:25 +0000
Bug 1406181 - Test storage.local cleanup on uninstall on file and indexedDB backends.
MozReview-Commit-ID: H8W8ry1dQIt
6356f9ece70d129d10a1b7af38dedd5ca4819d98: Bug 1406181 - Test storage.local telemetry on file and indexedDB backends.
draft
Luca Greco <lgreco@mozilla.com> - Thu, 19 Oct 2017 15:46:51 +0200 - rev 783062
Push
106588 by luca.greco@alcacoop.it at Mon, 16 Apr 2018 14:14:25 +0000
Bug 1406181 - Test storage.local telemetry on file and indexedDB backends.
MozReview-Commit-ID: AHSPICGKdib
4c7d1ab28c11bef31757548d10b6b3c71e7b0e64: Bug 1406181 - Test storage.local JSONFile and IndexedDB backends.
draft
Luca Greco <lgreco@mozilla.com> - Thu, 19 Oct 2017 15:15:31 +0200 - rev 783061
Push
106588 by luca.greco@alcacoop.it at Mon, 16 Apr 2018 14:14:25 +0000
Bug 1406181 - Test storage.local JSONFile and IndexedDB backends.
MozReview-Commit-ID: CU9CVdIp8l8
076a35512be55e3d81c294a1a8e4285672fd6662: Bug 1406181 - Add ExtensionStorageIDB JSM module.
draft
Luca Greco <lgreco@mozilla.com> - Tue, 17 Oct 2017 04:12:15 +0200 - rev 783060
Push
106588 by luca.greco@alcacoop.it at Mon, 16 Apr 2018 14:14:25 +0000
Bug 1406181 - Add ExtensionStorageIDB JSM module.
This patch defined a new ExtensionStorageIDB module, which provides the
same "internal" API currently provided by ExtensionStorage and uses
IndexedDB as its backend (instead of the JSONFile used as the backend
provided by ExtensionStorage).
MozReview-Commit-ID: DsvPudExcyr
2294efc843dfeb2d30039e3300059cca8f9e887d: Bug 1406181 - Add identity reserved for storage.local extension API to ContextualIdentityService.
draft
Luca Greco <lgreco@mozilla.com> - Wed, 21 Feb 2018 15:23:45 +0100 - rev 783059
Push
106588 by luca.greco@alcacoop.it at Mon, 16 Apr 2018 14:14:25 +0000
Bug 1406181 - Add identity reserved for storage.local extension API to ContextualIdentityService.
MozReview-Commit-ID: APi7yJnuDe2
3804bd54f8c21995b1ddc17fe2a3df3e578e40ac: Bug 1406181 - Add openForPrincipal static method and changes to IDB cursor wrapping in IndexedDB.jsm.
draft
Luca Greco <lgreco@mozilla.com> - Sat, 14 Apr 2018 15:10:29 +0200 - rev 783058
Push
106588 by luca.greco@alcacoop.it at Mon, 16 Apr 2018 14:14:25 +0000
Bug 1406181 - Add openForPrincipal static method and changes to IDB cursor wrapping in IndexedDB.jsm.
MozReview-Commit-ID: vicgBmHhJp
4f7e1ef556e43a4372c05be35044fe0cdd119e0c: Bug 1406181 - Move serialize/deserialize helpers from ext-c-storage.js to ExtensionStorage.jsm.
draft
Luca Greco <lgreco@mozilla.com> - Wed, 18 Oct 2017 19:31:27 +0200 - rev 783057
Push
106588 by luca.greco@alcacoop.it at Mon, 16 Apr 2018 14:14:25 +0000
Bug 1406181 - Move serialize/deserialize helpers from ext-c-storage.js to ExtensionStorage.jsm.
MozReview-Commit-ID: 4iundHpQ8d2
38b80fc36cdf7f3db7181376f98c451ae124bed1: Bug 1453266 - Fix bad worker-type and scopes r=rail
draft
Johan Lorenzo <jlorenzo@mozilla.com> - Mon, 16 Apr 2018 16:10:13 +0200 - rev 783056
Push
106587 by bmo:jlorenzo@mozilla.com at Mon, 16 Apr 2018 14:10:41 +0000
Bug 1453266 - Fix bad worker-type and scopes r=rail
MozReview-Commit-ID: DbQXkXUk7am
8ada53df8bfed6b44166c7f1bb11ab7e97c0fe43: Bug 1411589 - Notify flatpak print portal that print to file has finished, r?stransky
draft
Jan Horak <jhorak@redhat.com> - Mon, 16 Apr 2018 12:28:51 +0200 - rev 783055
Push
106586 by bmo:jhorak@redhat.com at Mon, 16 Apr 2018 14:07:20 +0000
Bug 1411589 - Notify flatpak print portal that print to file has finished, r?stransky
The GTK print portal is notified by the observer service with 'print-to-file-finished'
topic. The print filename is used as an identifier of the target in case multiple
printing jobs are in progress.
MozReview-Commit-ID: 1BZKDcK5De3
ee760f45764d6ce9c683a572f94a23beb1111c8a: Bug 1411589 - Implement printing support for the flatpak portal, r?stransky
draft
Jan Horak <jhorak@redhat.com> - Thu, 05 Apr 2018 16:44:35 +0200 - rev 783054
Push
106586 by bmo:jhorak@redhat.com at Mon, 16 Apr 2018 14:07:20 +0000
Bug 1411589 - Implement printing support for the flatpak portal, r?stransky
In the flatpak environment the applications do not have access to the printers.
They need to use printing portal implemented by DBUS interface. The patch
implements support for printing portal by introducing nsFlatpakPrintPortal class.
1. it request print portal to show the print dialog
2. waits until print dialog is finished
3. setup observer for 'print-to-file-finished' topic
4. pass file descriptor of the printed file to the portal when the observer is notified
MozReview-Commit-ID: 3nZtYx7KzK6
36ed06cf9706e61dd2e58233fc72e3a42a3858f0: Bug 1411589 - Export ShouldUseFlatpakPortal(); r?stransky
draft
Jan Horak <jhorak@redhat.com> - Thu, 08 Mar 2018 17:39:59 +0100 - rev 783053
Push
106586 by bmo:jhorak@redhat.com at Mon, 16 Apr 2018 14:07:20 +0000
Bug 1411589 - Export ShouldUseFlatpakPortal(); r?stransky
We need to detect the flatpak environment on multiple places.
Making the ShouldUseFlatpakPortal() exported to the nsIGIOService
allows us to reuse it.
MozReview-Commit-ID: 41NJyR3fqZQ
2f51591be14560004ecd1dbecb2c49e5cfe778b9: Bug 1453275 - Fix file list to bump in esr60 r=Callek
draft
Johan Lorenzo <jlorenzo@mozilla.com> - Mon, 16 Apr 2018 16:05:24 +0200 - rev 783052
Push
106585 by bmo:jlorenzo@mozilla.com at Mon, 16 Apr 2018 14:07:01 +0000
Bug 1453275 - Fix file list to bump in esr60 r=Callek
MozReview-Commit-ID: HVWWh6745By
6d35e6b22c5c4d06957bc0a70694928439fe9509: no bug - Bumping Firefox l10n changesets DONTBUILD r=release a=l10n-bump
L10n Bumper Bot <release+l10nbumper@mozilla.com> - Mon, 16 Apr 2018 04:32:59 -0700 - rev 783051
Push
106585 by bmo:jlorenzo@mozilla.com at Mon, 16 Apr 2018 14:07:01 +0000
no bug - Bumping Firefox l10n changesets DONTBUILD r=release a=l10n-bump
ach -> a881fb611300
af -> 6d2c3afcff59
an -> 010645c5acec
ar -> 8bbc0f4ac517
ast -> 7ab13d9d307b
az -> d5252d438fca
be -> f37dc5c9cb71
bg -> b41c39e6fd3e
bn-BD -> 1e5ead247754
bn-IN -> 456eb4ce25ab
br -> bc3bc9bb0e29
bs -> 0779a62d8cff
ca -> 3ac29976e6a7
cak -> 93bec566fe06
cs -> dc5ba208a124
cy -> d58b2c53ed99
de -> e6d61fde5354
dsb -> e95eabaa85ee
el -> 8061dff84890
en-GB -> 5b01ffb21ac7
eo -> 4ad2d160b175
es-AR -> db66117334b6
es-CL -> 5e70c94d5f64
es-ES -> 1b68ba46389c
es-MX -> a386053387da
3e5df7a3447e60dd3ba952b52c59afc65aab3c5e: no bug - Bumping Fennec l10n changesets DONTBUILD r=release a=l10n-bump
L10n Bumper Bot <release+l10nbumper@mozilla.com> - Mon, 16 Apr 2018 04:32:53 -0700 - rev 783050
Push
106585 by bmo:jlorenzo@mozilla.com at Mon, 16 Apr 2018 14:07:01 +0000
no bug - Bumping Fennec l10n changesets DONTBUILD r=release a=l10n-bump
dsb -> e95eabaa85ee