Commit Graph

5244 Commits

Author SHA1 Message Date
Michael Layzell
a48a78ca48 Bug 1165263 - Part 5: Update PermissionsUtils.importPrefBranch to use origins instead of hosts, r=ehsan 2015-07-14 15:06:38 -04:00
Birunthan Mohanathas
a29151dc87 Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
The bulk of this commit was generated by running:

  run-clang-tidy.py \
    -checks='-*,llvm-namespace-comment' \
    -header-filter=^/.../mozilla-central/.* \
    -fix
2015-07-13 08:25:42 -07:00
Carsten "Tomcat" Book
deb4fb0627 merge mozilla-inbound to mozilla-central a=merge 2015-07-13 11:51:14 +02:00
Simon Lindholm
45b79e2bfd Bug 1181540 - Hide "Learn More..." link for <setting type="boolint">. r=dolske 2015-07-08 05:31:00 -04:00
Kyle Machulis
ab9e0b2ca7 Bug 1176300 - Add lgpllibs library to build system; r=glandium 2015-07-07 21:17:08 -07:00
Bill McCloskey
d61d31bb93 Bug 1171173 - Pass multiprocessCompatible flag to bootstrapped add-ons correctly (r=felipe) 2015-07-07 17:24:40 -07:00
Ryan VanderMeulen
4abc62303b Merge m-c to inbound. a=merge
CLOSED TREE
2015-07-07 13:38:10 -04:00
ISHIKAWA, Chiaki
857ebbd01d Bug 1178041 - fix incorrect use of built-in |arguments| function as an argument name. r=mak 2015-07-06 09:38:00 +02:00
Emanuel Hoogeveen
b30abdc582 Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell 2015-07-07 04:17:00 +02:00
Juan Gomez
89035d527e Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj 2015-07-03 18:29:00 -07:00
Michael Layzell
20f33b6cf4 Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan 2015-07-03 17:12:27 -04:00
Ehsan Akhgari
7015e19689 Backout bug 1170200 because of test failures on a CLOSED TREE 2015-07-03 16:43:47 -04:00
Michael Layzell
b70b5a5766 Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan 2015-07-03 14:18:23 -04:00
Bill McCloskey
32b8e7df03 Bug 1177013 - Add-on install test changes (r=mrbkap) 2015-07-06 19:58:43 -07:00
Geoff Brown
e7ae18404c Bug 1026290 - Update mochitest-chrome manifests for android; r=jgriffin 2015-07-10 14:41:59 -06:00
Phil Ringnalda
3397b7a81c Back out 12 changesets (bug 1177013) on suspicion of causing b2g emulator debug test bustage
CLOSED TREE

Backed out changeset 912aae0815f8 (bug 1177013)
Backed out changeset 3b6448172e50 (bug 1177013)
Backed out changeset 2af18bef5703 (bug 1177013)
Backed out changeset e6bf35115c11 (bug 1177013)
Backed out changeset 4d7f5205b60b (bug 1177013)
Backed out changeset f7de893911bc (bug 1177013)
Backed out changeset de79eba232f0 (bug 1177013)
Backed out changeset 978a77b60f2a (bug 1177013)
Backed out changeset f5b52fa19511 (bug 1177013)
Backed out changeset e14a7b70b6fa (bug 1177013)
Backed out changeset d0f5a3474659 (bug 1177013)
Backed out changeset bff9f07dad52 (bug 1177013)
2015-07-02 22:08:54 -07:00
Gerald Squelart
7d71039989 Bug 1174565 - [EME] Report telemetry about which GMP files are missing - r=cpearce,spohl
* * *
Bug 1174565 - [EME] Updated xpcshell test - r=cpearce,spohl
2015-07-02 10:12:49 +10:00
Bill McCloskey
a910e24492 Bug 1177013 - Add-on install test changes (r=mrbkap) 2015-07-02 17:18:09 -07:00
Rail Aliiev
6481813d2e Bug 1179289 - Source package should use consistent prefix directory. r=glandium 2015-07-02 07:19:25 -04:00
Chris Manchester
64bb34105d Bug 917999 - Part 3.1 - Prepare taskcluster for a split test package.;r=jlal 2015-06-29 11:16:51 -07:00
Chris Manchester
ff12c4745a Bug 917999 - Part 3 - Split tests into harness specific zips.;r=ted 2015-06-29 11:16:50 -07:00
Nick Alexander
6a5dd6a5ec Bug 1174757 - Pre: Don't archive geckoview resources when not necessary. r=glandium
This is a small optimization that will also make it easier to flip the
MOZ_DISABLE_GECKOVIEW conditional.  We don't currently package
geckolibs without geckoview, and it's reasonable to do both if we want
one.
2015-06-25 16:48:15 -07:00
Carsten "Tomcat" Book
f226647ec8 Merge mozilla-central to fx-team 2015-06-25 11:39:22 +02:00
Carsten "Tomcat" Book
a069b5fa09 merge mozilla-inbound to mozilla-central a=merge 2015-06-25 11:09:46 +02:00
Nick Alexander
58ff804f91 Bug 1162191 - Add |mach artifact| for installing downloaded Fennec binaries. r=gps
DONTBUILD ON A CLOSED TREE: Android-only and the build changes are cosmetic.

Very much a first cut, but I'd like to get some Fennec early adopters testing.

This adds:

* |mach artifact install| to fetch and install Fennec binaries;
* |mach artifact last| to print details about what was last installed;
* |mach artifact {print,clear}-caches|, for debugging.

This code is exposed as a new mozbuild.artifacts Python but it's not
particularly general.  My intention was to get things out of the mach command
more than produce a general artifact fetching API.  We can leave that bike
shed to Bug 1124378.

I've been testing this with --disable-compile-environment and it works well
locally, although there's no reason a knowledgeable developer couldn't use
this in conjunction with a fully-built tree.  (I don't know when such a
situation would arise, but I know of no technical impediment.)
2015-06-24 23:12:00 -07:00
Panos Astithas
488fffbdb9 Display the update badge on the hamburger menu when staging is not possible (bug 1171852). r=rstrong 2015-06-24 16:00:12 -07:00
Mike Hommey
8f41e83edd Bug 1175856 - Still do cert validation when app.update.url.override is set to an empty value. r=rstrong 2015-06-24 10:49:55 -07:00
Mike Hommey
a7f84b5d7c Bug 1173681 - Remove winEmbed. r=bsmedberg 2015-06-23 08:54:04 -07:00
Carsten "Tomcat" Book
3a969df593 merge mozilla-inbound to mozilla-central a=merge 2015-06-22 14:03:17 +02:00
Mark Banner
064e1076e6 Backout 391241169bec (bug 1171852) for unit test failures 2015-06-20 20:21:26 +01:00
Panos Astithas
21d6c4cb9a Display the update badge on the hamburger menu when staging is not possible (bug 1171852). r=rstrong 2015-06-20 19:45:10 +03:00
Dave Townsend
5892bd3251 Bug 1161183: Follow-up fix that was missed in the review comments. r=dao, a=kwierso 2015-06-19 12:08:46 -07:00
Jared Wein
1229662346 Bug 1172406 - Wrap the labels in the Master Password subdialog. r=Gijs 2015-06-18 12:26:53 -04:00
Ryan VanderMeulen
d2ddbdef4b Merge m-c to inbound. a=merge
CLOSED TREE
2015-06-17 12:10:37 -04:00
Jeff Walden
dc98706bc3 Bug 1146136 - Fix another test that parenthesizes destructuring pattern assignment targets, that snuck in in the last week, as ES6 forbids such parenthesization. r=bustage, a=bustage 2015-06-19 18:30:44 -07:00
Jeff Walden
82364045b2 Bug 1146136 - Fix another test that parenthesizes destructuring pattern assignment targets, that snuck in in the last week, as ES6 forbids such parenthesization. r=bustage, a=bustage 2015-06-19 18:00:02 -07:00
Dave Townsend
463987cf76 Bug 1161183: Don't show the add-on version in the list view. r=dao 2015-06-08 10:30:35 -07:00
Phil Ringnalda
106fecddf8 Merge m-i to m-c, a=merge 2015-06-13 19:49:13 -07:00
Ryan VanderMeulen
4ebda091a3 Merge m-c to fx-team. a=merge 2015-06-12 15:00:54 -04:00
Dave Townsend
7e2880e5c6 Bug 1172028: Sideloaded add-ons without full signing shouldn't ever be loaded. r=dveditz 2015-06-05 11:46:11 -07:00
Randall Barker
126902018d Bug 1163664 - Don't check for plugin blocklist state on Android. r=jimm, r=jchen 2015-06-01 17:05:00 -04:00
Kan-Ru Chen
899b12067f Bug 1170981 - Load the storage service before NSS. r=mak 2015-06-12 21:26:43 +08:00
Ryan VanderMeulen
659caf2883 Bug 986458 - Re-enable browser_whitelist7.js on all platforms since the leaks appear to have gone away. 2015-06-10 22:06:26 -04:00
Carsten "Tomcat" Book
959a335165 Backed out changeset f3760acfed2a (bug 1172028) for causing xperf regression 2015-06-10 13:44:00 +02:00
Dave Townsend
74c5c81140 Bug 1172708: Don't show the compatibility UI for add-ons that are already compatible. 2015-06-08 17:11:48 -07:00
Dave Townsend
3e889bd124 Bug 1172028: Sideloaded add-ons without full signing shouldn't ever be loaded. r=dveditz 2015-06-05 11:46:11 -07:00
Ryan VanderMeulen
02e329b114 Merge m-c to fx-team. a=merge
CLOSED TREE
2015-06-09 13:29:17 -04:00
Robert Strong
6f7f295b9f Bug 1171792 - An update is attempted from an update notification when it is not possible to update. r=spohl 2015-06-08 13:11:43 -07:00
Ryan VanderMeulen
0acde4bf74 Merge fx-team to m-c. a=merge 2015-06-09 13:08:17 -04:00
Dave Townsend
16b826c1cd Bug 1170162: Use a support page for signing warnings intended for users. r=dao 2015-06-08 09:17:15 -07:00