Commit Graph

1159 Commits

Author SHA1 Message Date
Wes Kocher
3fe8e966dd Merge m-c to inbound, a=merge CLOSED TREE 2015-10-21 16:39:18 -07:00
Mike Kaply
5d51094760 Bug 1203531 - Don't use default prefs for determining Custom History, use actual values. r=Gijs
--HG--
extra : amend_source : 62ad87e3137fe799e96aae1e941480ce9313765c
2015-10-21 14:52:27 -05:00
Carsten "Tomcat" Book
9fcc822888 Backed out changeset 1df2049352ff (bug 1205928) for bc7 test bustage on a CLOSED TREE 2015-10-21 12:01:38 +02:00
Jared Wein
602b82c362 Bug 1211718 - Remove address field from notification permissions dialog. r=MattN
--HG--
extra : commitid : AH8cxBm8RwW
extra : rebase_source : 46393491dfef6d7be0914fc7de16b98a6f16f584
2015-10-20 21:45:00 -07:00
Matthew Noorenberghe
951babb585 Bug 1212610 - Fix sorting permissions by site due a legacy property name being referenced. r=jaws
A reference to `rawHost` wasn't updated to `origin`.

--HG--
extra : commitid : IAXhtYxtuek
extra : rebase_source : 086be8f70ba411a28495883920afa6b8a37ebf3c
2015-10-20 09:49:06 -07:00
Mark Hammond
43b5036225 Bug 1205928 - update the Sync migration code to automatically and unconditionally disconnect from legacy Sync. r=adw
--HG--
extra : rebase_source : d25e174f975077705bb0070161253e34a22e478e
2015-10-21 15:00:13 +11:00
Jared Wein
dfe2b9c960 Bug 1209601 - follow-up, check that AlertsService.manualDoNotDisturb is implemented in the AlertsService lazy getter. r=MattN CLOSED TREE
--HG--
extra : rebase_source : 41457518292d1dfb3d864937a36728da32791f7a
2015-10-20 18:07:20 -04:00
Jared Wein
ea1f75dc57 Bug 1209601 - Add do not disturb management UI to preferences when a platform is using XUL alerts. r=MattN
--HG--
extra : rebase_source : 46074073795998b2816431841b2460fa7619366f
2015-10-20 15:45:21 -04:00
Panos Astithas
ed7b202323 Switching the TP list should trigger a list download on next startup (bug 1214454). r=gcp 2015-10-14 14:47:36 +03:00
Felipe Gomes
c56d3c0a1c Bug 1214052 - Remove unnecessary files from the pre-processing list. r=glandium 2015-10-13 23:50:30 -03:00
M Hamdy
67d215f8de Bug 606655 - delete cookies UI option AskMeEveryTime and its related comments and tests. r=mak
--HG--
extra : rebase_source : 242a074db54395e4b285110286e7692f26b57daa
2015-10-08 09:13:00 +02:00
Carsten "Tomcat" Book
08997000eb Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
Backed out changeset 647025383676 (bug 1202902)
Backed out changeset d70c7fe532c6 (bug 1202902)
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
e7ef778c9d Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
Backed out changeset cfc1820361f5 (bug 1202902)

--HG--
extra : rebase_source : 5d3db72337754bc7ab0ed0c30b2896100411ff92
2015-10-07 12:13:45 +02:00
Shu-yu Guo
d06b6030f6 Bug 1202902 - Scripted fix the world. 2015-10-06 14:00:31 -07:00
Kit Cambridge
74ef03c1a6 Bug 1192458, Part 1 - Consolidate push and desktop notification permissions. r=nsm,wchen,MattN
--HG--
extra : commitid : 1veevVaOOYv
2015-10-05 16:39:34 -07:00
Jared Wein
41d3a2a4a3 Bug 1201398 - Web Notification management interface. r=MattN,dolske 2015-10-02 18:37:19 -04:00
Carsten "Tomcat" Book
6db5f58151 Merge m-c to fx-team
--HG--
rename : testing/mozharness/configs/builds/releng_sub_android_configs/64_api_11.py => testing/mozharness/configs/builds/releng_sub_android_configs/64_api_11_partner_sample1.py
rename : testing/taskcluster/tasks/builds/android_api_11.yml => testing/taskcluster/tasks/builds/android_api_11_partner_sample1.yml
extra : rebase_source : c4eedd0e67e1271c3faa6294abefbdbea6ee4fd0
2015-10-01 14:16:12 +02:00
Seth Fowler
9933832135 Bug 1118926 (Part 2) - Remove remnants of -moz-resolution in JavaScript code. r=dolske 2015-09-30 17:00:56 -07:00
Jared Wein
38831b3384 Bug 1209521 - Re-enable browser_cookies_exceptions.js on Linux. r=Gijs 2015-09-29 17:35:00 +02:00
Jared Wein
6716a82c56 Bug 1203253 - Add back/port the tests that got removed from bug 1140495. r=gijs 2015-09-24 11:03:54 -04:00
Zachary Carter
34f8bce0ce Bug 1197323 - prevent profile images from being overwritten by an async onload callback r=markh 2015-09-25 14:02:30 -07:00
Tooru Fujisawa
235d99efee Bug 1207491 - Part 13: Remove use of expression closure from browser/components/preferences/. r=Gijs
--HG--
extra : commitid : DeDjWQxJsZb
extra : rebase_source : 22e70d4e08155fd5d7dbc0acff2c2f66fcc9e808
2015-09-23 18:36:22 +09:00
Dave Townsend
a22c2d1f9e Bug 1192924: Expose the update URL formatting code a new UpdateUtils module. r=rstrong
The GMP manager uses a copy of the update service's url formatting code and has
since fallen out of sync. We'll also want to use the same formatting code for
the system add-on update checks so this just exposes it in a shared API.

I've moved the contents of UpdateChannel.jsm to UpdateUtils.jsm and exposed
formatUpdateURL there as well as a few properties that the update service still
needs access to.

UpdateUtils.UpdateChannel is intended to be a lazy getter but isn't for now
since tests expect to be able to change the update channel at runtime.

--HG--
extra : commitid : KsbH21csjH4
extra : rebase_source : bc7c08de1ec6e802261b8cd294d88ee2c4e75c2d
2015-09-14 11:04:19 -07:00
Wes Kocher
468b697f04 Backed out 3 changesets (bug 1192924) for Android bustage CLOSED TREE
Backed out changeset 30d612836685 (bug 1192924)
Backed out changeset a6860f880e01 (bug 1192924)
Backed out changeset 10e1fa2cc23a (bug 1192924)

--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system1_1.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app1/features/system1@tests.mozilla.org.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system2_1.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app1/features/system2@tests.mozilla.org.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system1_2.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app2/features/system1@tests.mozilla.org.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system3_1.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app2/features/system3@tests.mozilla.org.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system1_1_badcert.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app3/features/system1@tests.mozilla.org.xpi
2015-09-22 11:02:55 -07:00
Dave Townsend
fb7653707b Bug 1192924: Expose the update URL formatting code a new UpdateUtils module. r=rstrong
The GMP manager uses a copy of the update service's url formatting code and has
since fallen out of sync. We'll also want to use the same formatting code for
the system add-on update checks so this just exposes it in a shared API.

I've moved the contents of UpdateChannel.jsm to UpdateUtils.jsm and exposed
formatUpdateURL there as well as a few properties that the update service still
needs access to.

UpdateUtils.UpdateChannel is intended to be a lazy getter but isn't for now
since tests expect to be able to change the update channel at runtime.

--HG--
extra : commitid : FuPUB9X4oYJ
extra : rebase_source : cfcd31d7da5f5b636a2ec11546dbada973d681de
extra : histedit_source : 3df840dc502c6ee4177f1858920d1260e4dc27af
2015-09-14 11:04:19 -07:00
Matthew Noorenberghe
6becb060c7 Bug 1199382 - Rename some strings from "password" to "login" in preferences and the manager. r=markh
--HG--
extra : commitid : KdVLA9NCJ5b
extra : rebase_source : e98036a76c4ea07282711d5e6d7a79ffed2c4641
2015-09-20 23:53:30 -07:00
Panos Astithas
343faa19a9 Bug 1206102 - Make the TP list names more flexible from a l10n standpoint. r=paolo f=flod 2015-09-18 18:53:58 +03:00
Panos Astithas
4b772c5883 Bug 1177085 - Add a preferences panel for changing the pre-loaded TP blocklist. r=jaws,francois 2015-09-18 15:29:45 +03:00
Mark Hammond
cc6dfc67ed Bug 1199303 - improve sync login and registration by using fewers tabs. r=adw 2015-09-18 08:28:51 +10:00
Drew Willcoxon
996aa36201 Bug 1198688 - Disable option to show search suggestions in location bar in permanent private browsing mode. r=Mossop 2015-09-16 15:59:16 -07:00
Shu-yu Guo
64db2267cf Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Stephanie Ouillon
5e14a3b3a8 Bug 1178533 - Add nsIInstallPackagedWebapp for registering permissions when navigating to signed packages r=bholley,fabrice,valentin 2015-08-26 13:12:13 +02:00
Edouard Oger
73d5db95c5 Bug 992388 - Restyle FxA verification emails errors/success alert and migration prompt in sync preferences. r=markh 2015-09-08 09:21:29 +10:00
Florian Quèze
4bd509440b Bug 1119250 - remove old searchbar UI - part 1 - remove the browser.search.showOneOffButtons pref, r=Mossop. 2015-09-04 22:54:27 +02:00
Marco Castelluccio
0da8f80651 Bug 1201365 - Fix remove offline data in the advanced preferences. r=jaws 2015-09-03 02:43:00 +02:00
Edouard Oger
1197e6c65f Bug 1200749 - Make sync preference page buttons responsive. r=markh 2015-09-01 11:34:00 +02:00
Jared Wein
70099b93ec Bug 1140495 - Remove support for windowed preferences. r=ttaubert
--HG--
extra : rebase_source : 2b29244f4813593171b436f551735dfcc13d6474
2015-09-02 12:12:55 -04:00
Ryan VanderMeulen
b28ef0279a Backed out changeset 0ad328359d97 (bug 992388) for browser_bug731866.js failures.
CLOSED TREE
2015-08-31 18:42:44 -04:00
Edouard Oger
462296a08a Bug 992388 - Restyle FxA verification emails errors/success alert and migration prompt in sync preferences. r=markh 2015-08-28 11:17:00 -04:00
Mike Hommey
ccba1d71a6 Bug 1194044 - Set HAVE_SHELL_SERVICE when preprocessing in-content prefs on Gtk+3 builds. r=karlt 2015-08-28 15:29:01 +09:00
Ryan VanderMeulen
f906e7e08f Merge fx-team to m-c. a=merge
CLOSED TREE
2015-08-27 11:56:51 -04:00
Yoshi Huang
e6070e9062 Bug 1165272 - Part 2: replace getNoAppCodebasePrincipal. r=bholley 2015-08-18 15:01:42 +08:00
Edouard Oger
1003e8fae6 Bug 1198750 - clicking on Sync preferences manage link should open about:accounts. r=markh 2015-08-26 10:34:00 -04:00
Edouard Oger
8fa4301100 Bug 1196229 - Follow-up: Remove duplicated manageAccount.label string. r=markh 2015-08-25 11:14:00 -04:00
Ryan VanderMeulen
bdb0bb1f52 Merge m-c to fx-team. a=merge 2015-08-25 16:58:22 -04:00
Ryan VanderMeulen
87c869342b Merge inbound to m-c. a=merge 2015-08-25 16:49:55 -04:00
Bobby Holley
edfe287f26 Backed out 3 changesets (bug 1165272) for b2g sanity blocker. 2015-08-25 11:16:21 -07:00
Edouard Oger
1a85753929 Bug 1187007 - Blur computer name textbox on cancel and save in sync preferences. r=markh 2015-08-25 11:06:00 -04:00
Steffen Wilberg
a0163e970e Bug 661831 - In about:permissions, make Ctrl+f focus the filter box instead of invoking the find bar. r=jaws
--HG--
extra : commitid : K9zjFib8IBd
extra : rebase_source : 3c8fba2972fede2e43fdd1ac04ef912f1e2bfeef
2015-08-25 10:35:31 +02:00
Edouard Oger
4426a9a7a8 Bug 1152385 - Change sync entries points linking to about:accounts to link to about:preferences#sync. r=markh 2015-08-24 19:40:00 -04:00