Kris Maglione
dce2b3c2cd
Bug 1214955: [webext] Automatically localize all localizable manifest properties. r=billm
...
MozReview-Commit-ID: 2kvYT44NIE8
--HG--
extra : rebase_source : ebab864b517c2e576dde27cf1439cf2deadb0685
2016-02-29 19:34:49 -08:00
Carsten "Tomcat" Book
634d246572
Merge mozilla-central to fx-team
2016-03-01 15:26:21 +01:00
Florian Quèze
14678a2fc3
Bug 1252403 - Enable the browser_bug557956.js and browser_newaddon.js tests for e10s, r=enable-test.
2016-03-01 11:27:32 +01:00
Carsten "Tomcat" Book
83adb66526
merge mozilla-inbound to mozilla-central a=merge
2016-03-01 12:01:58 +01:00
Andrew Swan
6bf77c377d
Bug 1252181 - switch browser_ext_runtime_setUninstallURL.js to temporary add-on install r=mossop
...
MozReview-Commit-ID: JjjR76gkI3M
--HG--
extra : rebase_source : 64e37359e838eafe4ad2a138660f5bcf392fac2a
2016-02-29 11:11:45 -08:00
Carsten "Tomcat" Book
7f956c0bfb
merge mozilla-inbound to mozilla-central a=merge
2016-02-29 11:35:30 +01:00
Andy McKay
ca41ad5fe1
Bug 1250667 - Sign the devtools addons and bug687194.xpi. r=ahal
...
MozReview-Commit-ID: DBUgeyKRLYJ
--HG--
extra : transplant_source : N%EF%3F%A6%83%91%B5%C8%F9Ep%8A%F3g%1C%5C%FA%98%89G
2016-02-25 15:39:16 -08:00
Wes Kocher
45b5e4259b
Merge m-c to fx-team, a=merge
...
MozReview-Commit-ID: Hc6og2UJTjf
2016-02-26 13:28:45 -08:00
Wes Kocher
f5d0907f78
Merge fx-team to central, a=merge
...
MozReview-Commit-ID: 9LaKI6lIClP
2016-02-26 12:19:25 -08:00
Andrew Swan
910b634658
Bug 1246095 - Put explicit margins on "Some extensions could not be verified" button. r=mossop
...
MozReview-Commit-ID: E2vWjrz3n4y
--HG--
extra : transplant_source : _%F0%8DkB%FC%83%29%3A%CA%E54a%C7%08%95%AB%B9%00Q
2016-02-24 15:37:32 -08:00
Dave Townsend
fa191fdee2
Bug 1250611: Fix xpinstall mochitests to work when add-ons must be signed by AMO. r=rhelmer
...
These tests verify that the InstallTrigger API works as expected and that the
old style of signing add-ons is verified correctly. Other applications still
care about this so we don't want to regress it.
This switches most tests that previously expected an unsigned add-on to use an
AMO signed add-on. In apps that care that will allow it to install, in apps that
don't it will be effectively the same as unsigned (untrusted root).
Other tests that actually verify that the old style of signatures are either
seen or not seen are marked as skipped when AMO-signing is required. In some
cases that meant doubling up a few tests to make sure we have coverage.
MozReview-Commit-ID: 6V4U1U1HTqx
--HG--
extra : rebase_source : dff81ecb6f55898296aa3163b25487b7f122c079
extra : amend_source : b2f0083c2c1c936b5f8464ce12a71a9952db0b37
2016-02-24 13:34:08 -08:00
Wes Kocher
d0b32f7434
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: Aab5zU7Kd3X
2016-02-26 12:38:33 -08:00
Andrew Swan
0dd5212ec1
Bug 1245956 - Don't distinguish preliminary signing for add-ons part 2 r=mossop
...
MozReview-Commit-ID: 61Ihbe8qp0N
--HG--
extra : rebase_source : 05cd43b55983bb12c09c55290e4de794af175d1c
2016-02-25 13:16:47 -08:00
Dave Townsend
b966648657
Bug 1247900: Sideloaded add-ons page displays poorly when the restart message is too long for a single line. r=rhelmer
...
MozReview-Commit-ID: K4afnOIcod6
--HG--
extra : rebase_source : 1fcbb49156b56e280dd772efd30dfe4ac0e9a7e5
2016-02-24 08:46:41 -08:00
Milan Sreckovic
9ca74932b6
Bug 1249640: Part 3 Update Mac to use the new blocking. r=mchang
2016-02-24 10:25:00 +01:00
Milan Sreckovic
536d058333
Bug 1249640: Part 1 A way to block canvas 2D acceleration from blocklists. r=benwa
2016-02-19 14:39:00 +01:00
Dave Townsend
61b99aec71
Bug 1250611: Fix more tests to use signed add-ons. r=rhelmer
...
MozReview-Commit-ID: 97RVVxAM5eo
--HG--
extra : rebase_source : bfbec29b8eba2ee1c4b4ce1fb2415c5dab21e5ab
2016-02-29 10:04:55 -08:00
Dave Townsend
7efdf5427d
Bug 1250611: Fix various tests to work when signing is forced on. r=rhelmer
...
MozReview-Commit-ID: Dh8nMRSawJx
--HG--
extra : rebase_source : 9f685a79ff744d3cb2e8482096b796d02a10e8aa
2016-02-26 12:37:18 -08:00
Dave Townsend
b7614fb071
Bug 1250611: Check in built and signed copies of test extensions. r=rhelmer
...
MozReview-Commit-ID: Jq4xN7y36GA
--HG--
extra : rebase_source : e5ccca9bae7805521f4f6c471246ea73e0bc0de0
2016-02-26 09:21:15 -08:00
Carsten "Tomcat" Book
3695dd59e0
merge mozilla-inbound to mozilla-central a=merge
2016-02-25 11:57:51 +01:00
Frank-Rainer Grahl
a815bdb8c6
Bug 1246614 - Check if system add-ons directory exists before trying to clean it. r=mossop
...
--HG--
extra : rebase_source : 44545607f4434a8ad03cdc59306e02517056d42c
2016-02-21 05:45:00 +01:00
Andrew Swan
3bdd40d494
Bug 1245956 - Don't distinguish preliminary signing for add-ons. r=mossop
2016-02-18 16:17:09 -08:00
Carsten "Tomcat" Book
3d5797401d
merge mozilla-inbound to mozilla-central a=merge
2016-02-24 12:01:56 +01:00
Dave Townsend
5732b53ed9
Bug 1250639: Remove the nsIPrincipal shim for the older API style. r=rhelmer
...
MozReview-Commit-ID: DyX66KlOLCC
--HG--
extra : rebase_source : 4097d74a428dda7919cc30ad2500bcb48c4427af
2016-02-23 12:11:37 -08:00
J. Ryan Stinnett
a71aae8db8
Bug 1225944 - Allow reinstalling temp add-ons. r=Mossop
...
MozReview-Commit-ID: JTbCaKGJ7wW
2016-02-22 23:35:10 -06:00
Dave Townsend
83e5f07a79
Bug 1249074: Don't offer existing sideloaded add-ons to users when creating a new profile. r=rhelmer
...
MozReview-Commit-ID: 7pnZhEvGRfj
--HG--
extra : rebase_source : 67e53f74a7d48f8a59e7fbf333879c9919e2f79b
2016-02-17 11:06:00 -08:00
Dave Townsend
424899c3cd
Bug 1245916: Turn on no-undef in toolkit/mozapps/extensions. r=rhelmer
...
Mostly just declaring globals that Cu.imports defines but there are some actual
bugs here that have been fixed as well as one test that just never ran because
of a hidden exception.
MozReview-Commit-ID: J6uIpYp8ANx
--HG--
extra : rebase_source : 5c19b92e4242088b6fc7a268f255fe9a795928f6
extra : source : 3e5b6df276a9a20fe7b3655656e62a09bc46aaa9
2016-02-03 22:48:48 -08:00
Dave Townsend
c56db4025e
Backed out changeset 3e5b6df276a9 from bug 1245916 for causing test failures.
...
MozReview-Commit-ID: CbsTB3xqGC6
2016-02-15 11:36:23 -08:00
Dave Townsend
70e2c0d753
Bug 1245916: Turn on no-undef in toolkit/mozapps/extensions. r=rhelmer
...
Mostly just declaring globals that Cu.imports defines but there are some actual
bugs here that have been fixed as well as one test that just never ran because
of a hidden exception.
MozReview-Commit-ID: J6uIpYp8ANx
--HG--
extra : rebase_source : 9d33fb313aec69e98ac3027d20a6bfc247f27f63
2016-02-03 22:48:48 -08:00
Robert Helmer
7560b7fefb
Bug 1232222 - expose isSystem flag if add-on is a system add-on r=Mossop
...
MozReview-Commit-ID: 2SRRJplalUy
--HG--
extra : histedit_source : b25b4066a6868bb8ba55cf9cadc5e62465c55e6d
2016-02-13 17:51:21 -08:00
Felipe Gomes
7d97e11e35
Bug 1246245 - Webextensions and themes should also block initial e10s rollout. r=Mossop
...
--HG--
extra : commitid : 26feLTKH1Qa
2016-02-11 18:47:09 -02:00
R Kent James
f67807f655
Bug 1211160 - update lastModifiedTime of distribution addons to properly sync roaming profiles, r=dtownsend
2016-02-10 10:33:37 -08:00
Dave Townsend
2baeb943ca
Bug 1244357: Use a shim around the certificate DB to allow the add-ons manager to think that add-ons are signed when they aren't. r=rhelmer
...
Because the add-ons manager hasn't startup up yet we can replace the certificate
database in xpcshell tests with one that claims add-ons are signed by valid
certificates even when they aren't. This allows us to run tests even in builds
where signing cannot be disabled during for the normal application.
This adds an override for all tests except those that are explicitely testing
signing.
--HG--
extra : commitid : 24s3ni5gVYe
extra : rebase_source : a95571dc3556bb035511eea424ba57e8c7007eba
2016-01-29 16:41:18 -08:00
Dave Townsend
2f6755883b
Bug 1244248: Cache the certificate database during startup rather than getting it everytime it is needed. r=rhelmer
...
--HG--
extra : commitid : 800Lx2U4lRD
2016-02-09 08:36:36 -08:00
Dave Townsend
3c97745a55
Backing out c57d2020f884 for bug 1244357 due to test failures. CLOSED TREE
...
--HG--
extra : commitid : ARB3HviETo6
extra : amend_source : 6386ba6343ce0b187ee2d317bf455a9163ed0330
2016-02-08 10:18:48 -08:00
Dave Townsend
aad445ae43
Bug 1245649: Enable no-nested-ternary. r=mconley
...
--HG--
extra : commitid : 197imYXFNid
extra : rebase_source : ce71773fbd8f57118ba30ab395524d9200c42162
2016-02-03 21:17:16 -08:00
Dave Townsend
306183747d
Bug 1244357: Use a shim around the certificate DB to allow the add-ons manager to think that add-ons are signed when they aren't. r=rhelmer
...
Because the add-ons manager hasn't startup up yet we can replace the certificate
database in xpcshell tests with one that claims add-ons are signed by valid
certificates even when they aren't. This allows us to run tests even in builds
where signing cannot be disabled during for the normal application.
This adds an override for all tests except those that are explicitely testing
signing.
--HG--
extra : commitid : 9Zd5aH92lAQ
extra : rebase_source : 880d0fff51205dc92df91a61fef8b246d2ea2123
2016-01-29 16:41:18 -08:00
Dave Townsend
e3d2c41721
Bug 1236377: Ignore invalid file descriptors when loading an add-ons database written by a different OS. r=rhelmer
...
nsIFile descriptors use OS specific formats so when trying to read them we have
to catch any failure if the database was written by a different OS. This leaves
the _sourceBundle undefined in only one case which is guaranteed to be during
startup since xpistate.descriptor for the add-on will also be incorrect and so
the full add-on scan will be triggered. That will spot the mismatch and update
the add-on in the database with the correct descriptor.
--HG--
extra : commitid : CNTQu1ESg8Q
extra : rebase_source : faa21ebc1d0b6b91bc81f79072e6d5fb9697bd18
2016-02-02 13:17:10 -08:00
Matthew Noorenberghe
46d841af95
Bug 612168 - Follow-up for test_undouninstall.js trailing whitespace. r=eslint
...
--HG--
extra : commitid : CZIHzxJbzBx
2016-02-06 18:15:29 -08:00
Andrew Swan
a6117744fc
Bug 612168 - Handle uninstalls of restartless addons in XPIProvider. r=Mossop
...
--HG--
extra : commitid : 1C1yU1DSWZJ
2016-02-05 15:06:48 -08:00
Phil Ringnalda
e3869be7d0
Merge m-c to f-t
2016-02-05 19:45:14 -08:00
Phil Ringnalda
7f5bfce5de
Merge m-i to m-c, a=merge
2016-02-05 18:41:47 -08:00
Tom Schuster
943620b92d
Bug 1245141 - Use new Proxy for AddonManager.addonTypes. r=mossop
2016-02-05 19:31:08 +01:00
Wes Kocher
0e74ba573b
Backed out 2 changesets (bug 1232222) for xpcshell bustage
...
Backed out changeset 06bc151231a5 (bug 1232222)
Backed out changeset 38ba7c48145e (bug 1232222)
--HG--
extra : commitid : 4HsqRVO9R13
2016-02-05 16:29:00 -08:00
Robert Helmer
9845218d0f
Bug 1232222 - Expose isSystem flag if add-on is a system add-on. r=Mossop
...
--HG--
extra : transplant_source : %11%BA%DA%AE%3D%0B%EE%BF%D2M%C6g%7F%86A%F2%BFh%03%22
2016-01-25 12:35:24 -08:00
Dave Townsend
4c3d60d100
Bug 1244302: Remove the add-ons selection UI.
...
--HG--
extra : commitid : 1lei0PwZgNi
extra : rebase_source : 380537fc9550e9e89e8fd3baee2bfe4db9f925fd
2016-02-02 09:15:59 -08:00
J. Ryan Stinnett
1e0aa94429
Bug 1245251 - Repair add-on manager for external XUL apps. r=Mossop
2016-02-05 09:56:15 -06:00
Dave Townsend
c8e4d5fbbc
Bug 1245649: Turn on use-isnan, no-unexpected-multiline, no-octal and no-self-compare. r=MattN
...
--HG--
extra : commitid : oKFzhSyf1r
extra : rebase_source : 0d31d93961cdfb2e5e467e0c7f28edb4ab14a083
2016-02-03 18:21:30 -08:00
Dave Townsend
e496a11771
Bug 1245649: Turn on no-extra-semi. r=markh
...
--HG--
extra : commitid : HReQFPDOA6x
extra : rebase_source : 303a92f511c3c9dd2d26135975d4dc7c85e823b3
2016-02-03 17:27:36 -08:00
Dave Townsend
33281c75f0
Bug 1245649: Turn on linebreak-style. r=Gijs
...
--HG--
extra : commitid : 7JJb4UFNKj9
extra : rebase_source : 5c30f388ad82d3b73ce7d14c71a48a1f0ed84db7
2016-02-03 17:04:56 -08:00
Dave Townsend
0a6414b898
Bug 1245649: Turn on no-trailing-spaces. r=Gijs
...
--HG--
extra : commitid : F2OWKTvXUO4
extra : rebase_source : ec68631342e0edc59d77b6bab1cdc975ad175327
2016-02-03 14:22:33 -08:00
Dave Townsend
541b00204a
Bug 1245649: Merge browser and toolkit eslint rule settings. r=felipe
...
--HG--
extra : commitid : DrYPQokQp9O
extra : rebase_source : e0bacf124280ecdbeccfc34dbf66fd80f5a9d296
2016-02-03 13:12:18 -08:00
Wes Kocher
1b65a8ee2f
Backed out changeset e8148cda7d85 (bug 989960) for xpcshell bustage
...
--HG--
extra : commitid : Bxwy5tzArNN
extra : rebase_source : a15513777534e54d05fda5037f24e15ac089b313
2016-02-01 08:25:19 -08:00
Paolo Amadini
ecd744bdef
Bug 989960 - Unhandled rejections in DOM Promises should cause xpcshell tests to fail. r=Yoric
...
--HG--
extra : commitid : 6aGIHyyYqSo
extra : rebase_source : 38fbf5e49d06970555a088c5ea3f8379e2064767
extra : source : 3958782fe187026cbc3755ad6eae6920e67fa7d2
2016-01-30 18:53:56 +00:00
Dave Townsend
6ec3a34a03
Bug 1243935 - "Restartless add-ons that get into the pending disable state never disable". r=aswan
...
--HG--
extra : rebase_source : a932007d5b4bdad83fdf21c50776f55a928174c2
2016-01-28 16:01:00 +01:00
Phil Ringnalda
b2b5dc0439
Merge f-t and m-i to m-c, a=merge
2016-01-30 17:08:37 -08:00
Kyle Huey
91efc5a86c
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
Kris Maglione
18ffdfa335
Bug 1225715: Part 6 - Remove redundant manifest type checking from XPIProvider. r=Mossop
...
--HG--
extra : commitid : Co3LqKFdyq6
extra : rebase_source : fe07d829cd3dd9bf0bee582e0367a9b1d49036de
2016-01-21 23:36:53 -08:00
Kris Maglione
278a332b02
Bug 1225715: Part 5 - Add schema for extension manifests. r=billm
...
This currently forbids unknown top-level schema properties, and unknown
permissions. In the future, I'd like to make those warnings rather than
errors, for compatibility purposes, but I think errors are fine for now.
--HG--
extra : commitid : 9jGEwCU9AhR
extra : rebase_source : db16f1e5f9962fb7b24c0e52c05832ae646a57c2
2016-01-30 10:27:02 -08:00
Phil Ringnalda
d42eb10039
Back out 3958782fe187 (bug 989960) for Android crashes in test_watchdog_default.js
2016-01-29 20:12:44 -08:00
Paolo Amadini
aceee7aafc
Bug 989960 - Unhandled rejections in DOM Promises should cause xpcshell tests to fail. r=Yoric
...
--HG--
extra : commitid : IkcxJUamV6B
extra : rebase_source : 07255457ec607c45037f832ca44a01f17a00da78
2016-01-29 13:19:53 +00:00
Andrew Swan
7fc2a0fc8f
Bug 1172835 - Add warning icon to unsigned extensions warning button. r=Mossop
2016-01-28 11:16:28 -08:00
Dave Townsend
5537b5c159
Bug 1237820: Track whether a user has been offered a sideloaded add-on or not. r=rhelmer
...
Previously we just checked every newly sideloaded add-on to decide whether to
offer it to the user for opt-in. This adds a new "seen" property (naming could
be better if you have other suggestions) which tracks whether we've ever shown
the opt-in UI for the add-on. It defaults to true for all add-ons and is only
set to false for sideloaded add-ons that default to being disabled on install.
The seen flag can be set to true through the API but cannot be reset to false
as that would allow add-ons to forcibly re-present themselves to the user when
disabled.
The opt-in UI sets the seen flag to true only when it has focus which fixes a
long-standing bug where if you accept the first add-on you see and restart the
other tabs might not show up.
The one slight downside of this approach is that it now requires loading the
full add-ons database on every startup in order to check the seen flag for all
installed add-ons. There are hacky ways we might get around this but they all
involve overloading prefs with even more object data. The good thing is that
we do the load and check asynchronously after most of startup is complete and
the UI is fully loaded so there shouldn't be any percieved impact to startup
time. I've run multiple talos runs to verify that none of the numbers appear to
regress.
--HG--
extra : commitid : AG6pELCYJDa
extra : rebase_source : b824c1626d0c5a77416fa4349ed3dd4d0e96418b
2016-01-26 14:31:33 -08:00
Nils Meinert
3872a2da46
Bug 1225102
- Stop recording addon telemetry details for GMP plugins. r=gfritzsche
...
--HG--
extra : commitid : DJ7NWNoqrED
2016-01-25 14:00:01 -08:00
Gijs Kruitbosch
0088ac397e
Bug 1135866 - fix syntax error in manifest file, rs=trivial,bustage
...
--HG--
extra : commitid : JiK8e9w3Dej
2016-01-25 09:42:17 +00:00
Blair McBride
9f0ed77218
Bug 1135866 - Disable intermittent browser_bug562890.js & browser_openDialog.js on Windows opt builds. r=mossop
...
--HG--
extra : transplant_source : n%0B6K2%9B%13%E7-xF%01%B0%80%9C%9EV%CA%8F%40
2016-01-19 22:52:23 +13:00
Jared Wein
530aa3f068
Bug 1254296 - [e10s] Fix browser_CTP_plugins.js to run in e10s. r=gfritzsche
...
MozReview-Commit-ID: JsOQz7r14Ms
--HG--
extra : rebase_source : 13afe974a943b9a4d2a52b2f4407f2dfe682e39b
2016-03-22 17:40:02 -04:00
Andrea Marchesini
b1768e7ec3
Bug 1245184 - Update mochitests, r=me
2016-02-25 16:41:13 +01:00
Kim Moir
55fb66e771
revert Bug 1186522 - force per checkin and release desktop firefox builds to require signed add-ons on beta 45 r=mshal
2016-04-11 12:16:51 -04:00
Kim Moir
331a5db94d
Bug 1186522 - force per checkin and release desktop firefox builds to require signed add-ons on beta 45 r=mshal
2016-04-11 09:15:12 -04:00
Wes Kocher
aaf89c475e
Backed out 3 changesets (bug 1231784) for breaking 10.10 opt jetpack tests
...
Backed out changeset 653df21ca861 (bug 1231784)
Backed out changeset 0aac20bc3619 (bug 1231784)
Backed out changeset edcbd7c0aa36 (bug 1231784)
--HG--
rename : testing/mochitest/start_b2g.js => testing/mochitest/b2g_start_script.js
extra : commitid : DLurSs6PJ1G
2016-02-03 17:38:12 -08:00
Andrew Halberstadt
827426cdfb
Bug 1231784 - Fix toolkit/mozapps/extensions/test/browser/browser_select_confirm.js, r=Mossop
...
--HG--
extra : commitid : I5KAY2WgUAA
extra : rebase_source : 19d30e9577c1cebe361140181911338b2318b8d4
extra : amend_source : b3ef504494d4f88e0088f06c326c662fcd9dbd8c
2016-01-22 14:34:55 -05:00
Robert Helmer
4329bf0e41
Bug 1249689 - generate and provide a Symbol for each add-on on startup r=mossop
...
MozReview-Commit-ID: LoPGSrJtlkr
--HG--
extra : rebase_source : e2ce9f017213bce7b78567df7f086d36fe14229a
2016-01-11 15:35:19 -08:00
Robert Helmer
b0f85da2ad
Bug 1249689 - replace bootstrapScope with an activeAddons Map() that contains it r=mossop
...
MozReview-Commit-ID: 4s3c5OOQYLv
--HG--
extra : rebase_source : 892985163a6136f2843713e435ae23abdf7a9cfc
2016-02-22 17:39:21 -08:00
Sebastian Hengst
bc0efb6df0
Backed out changeset 4ca40a403e9d (bug 1249640) for XPCshell failures on OSX. r=backout
2016-02-24 19:02:10 +01:00
Milan Sreckovic
c2c7011ac5
Bug 1249640: Part 1 A way to block canvas 2D acceleration from blocklists. r=benwa
2016-02-19 14:39:00 +01:00
Carsten "Tomcat" Book
cf4d06f3b0
Merge mozilla-central to mozilla-inbound
2016-02-24 12:21:22 +01:00
Chris Pearce
8470084106
Bug 1234099 - Unhide Adobe GMP on Windows XP. r=spohl
...
MozReview-Commit-ID: FIdyL7l3eY6
2016-02-24 15:46:52 +13:00
Gabor Krizsanits
1255d4d9f5
Bug 1234675 - Ability to disable e10s for users with addons. r=Mossop
2016-01-22 10:10:17 +01:00
Andrew Halberstadt
473e8f3eae
Bug 1240875 - Register temporary addons with AddonPathService, r=mossop
...
--HG--
extra : rebase_source : f6ed180d916220d886a9efb4fcdd8f1b96061a73
2016-01-19 15:16:18 -05:00
Dave Townsend
2124b9bc7f
Bug 1241181: Test for bug 1232274 should use promises to restart the add-ons manager. r=rhelmer
...
Really for consistency than anything else.
--HG--
extra : rebase_source : 304f66b4f85714a6d52c9a4f4415066244624207
2016-01-20 10:01:34 -08:00
Dave Townsend
3663a6d8b6
Bug 1232274: Make installing or enabling an add-on require a restart if e10s is on and a pref is set. r=rhelmer
...
--HG--
extra : rebase_source : 067151264d8f037df0573ec81937762d8557242f
2016-01-14 15:21:01 -08:00
Robert Helmer
c14128889e
Bug 1239484 - remove use of Object.values() r=mossop
...
--HG--
extra : rebase_source : acc92d461bdbb594b207637f51c87112bd054e57
2016-01-19 11:01:19 -08:00
Sebastian Hengst
ec249b43ac
Bug 1239868 - remove unused PREF_EM_UPDATE_INTERVAL. r=Mossop
2016-01-15 13:11:31 +01:00
Kris Maglione
5a95948ae6
Bug 1235365: Parse WebExtension JSON files as UTF-8. r=billm
...
--HG--
extra : commitid : IKunziwQUPp
extra : rebase_source : e36842c15d0be4f319a108e0bfc4e04baf96dd19
2016-01-09 16:53:24 -08:00
Carsten "Tomcat" Book
c3c9e7c565
merge mozilla-inbound to mozilla-central a=merge
2016-01-07 11:50:57 +01:00
Robert Helmer
056a1adce9
Bug 1209344 - Link to about:debugging from about:addons. r=mossop
...
--HG--
extra : transplant_source : Z%A1QK7%92%FD3%D8%E1p%8F%C6%FAb%00fF%7D%F4
2016-01-05 12:19:59 -08:00
Robert Helmer
7ab4eeae62
Bug 1209344 - Remove debug button from about:addons. r=mossop
...
--HG--
extra : transplant_source : toni%12t%E0%3Fh%E7%06%98%B8%E4%29k%FB%0C%9Be
2016-01-05 12:19:15 -08:00
Mark Finkle
24b28ec36c
Bug 590127 - Remove toolkit implementation of about:addons r=margaret
2016-01-06 00:49:03 -05:00
Chris Pearce
38b4594c7d
Bug 1234099 - Unhide Adobe GMP on Windows XP. r=spohl
2015-12-21 16:06:41 +13:00
Dave Townsend
86f03db916
Bug 1229142: Link browser and toolkit test directory to the shared eslintrc files. r=Standard8
...
--HG--
extra : commitid : CKT2WDkxE4k
extra : rebase_source : 0be50c483317355b1e9af5985d53e85604748432
extra : histedit_source : 65d203f57ebd38b8c130e5db9aaa8ae3f507e7ac
2015-11-30 13:05:00 -08:00
Milan Sreckovic
1c5ba02c87
Bug 1234385: Add downloadable blocklist support for between comparison types, by recognizing driverVersionMax when parsing. r=benwa
...
--HG--
extra : commitid : AhHBWH2QjLc
2015-12-24 12:53:40 -05:00
Dave Townsend
99e46fd0e0
Bug 1237340: Fix browser and toolkit eslint failures. r=Felipe
...
--HG--
extra : rebase_source : 3e1098fe6d387bed1edcad365e318c484e8989ea
2016-01-06 10:10:35 -08:00
Chris Pearce
5d3656a01c
Bug 1234099 - Backout 34460cc654ca due to playback failures caused by Adobe GMP. r=backout
2016-01-07 09:57:36 +13:00
Alessio Placitelli
9f6f7449c9
Bug 1217282 - Add test coverage. r=gfritzsche
2015-12-15 05:44:00 +01:00
Carsten "Tomcat" Book
c63e52138d
Backed out changeset 7a5367ac58a4 (bug 1209344) for various test failures
...
G: changed toolkit/mozapps/extensions/test/xpcshell/xpcshell-shared.ini
2015-12-16 14:44:20 +01:00
Carsten "Tomcat" Book
9471544690
Backed out changeset a1393f2f306e (bug 1209344)
2015-12-16 14:43:53 +01:00
Robert Helmer
8728971b80
Bug 1209344 - link to about:debugging from about:addons r=mossop
...
--HG--
extra : transplant_source : %80%C8%B7f%80%AC9%CA%A5%13%98%B1%FD%F2%8F%C4%B377%05
2015-12-14 13:52:38 -08:00
Robert Helmer
1f3b89a6c7
Bug 1209344 - remove debug button from about:addons r=mossop
...
--HG--
extra : transplant_source : %DF-u%83%B8%A5%9E%EA%B5%8D%9B%B1%92G%02m%08%BE%3D%E3
2015-12-13 09:02:17 -08:00
Chris Pearce
591eb6df76
Bug 1232799 - Remove KEY_PLUGIN_TRIAL_CREATE pref from GMPProvider and friends. r=spohl
...
The GMPVideoDecoderTrialCreator was removed from Gecko in bug 1232527, and so
we don't need to set/reset this pref in the GMPProvider any more.
--HG--
extra : rebase_source : 3bb70b21388cdc8adb1aec25cff837a0348a6e3c
2015-12-16 10:38:51 +13:00