David Rajchenbach-Teller
8402fc035a
Bug 1142937 - AddonWatcher now communicates through nsIObserverService. r=felipe
...
The current API of AddonWatcher only supports a single callback. That's pretty unfriendly to testing, debugging, add-ons, etc.
This patch replaces the mechanism with a notification through the nsIObserverService.
--HG--
extra : transplant_source : %C2%88%B1%DF%B2%B2.%A7%C7Ti%C8%A8%C0%CA0%15f%8D%C5
2016-01-27 13:34:58 +01:00
Matthew Noorenberghe
8a4732bdb1
Bug 1243089 - Remove provisional Desktop identity UI for website sign-in with BrowserID (SignInToWebsite). r=felipe
...
--HG--
extra : commitid : 6n3dxyDIwVy
extra : rebase_source : 3e0b858033a09d68a7bc10f27dcf9163ef678989
2016-02-01 14:31:38 -08:00
Jim Mathies
81b34ab31f
Bug 1229763 - Update a11y + e10s support url. r=mconley
...
--HG--
extra : transplant_source : %B6%1A%8Cx1r%F1%8C%94%1ANS%C8u%9E%99%CA%B8%98%FE
2016-01-27 14:27:15 -06: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
Alessio Placitelli
b1d0b9f9dc
Bug 1234518 - Clean MOZ_SERVICES_HEALTHREPORT and and MOZ_SERVICES_METRICS. r=gfritzsche
2016-01-21 07:59:00 +01:00
Jared Wein
2dbe57ccdf
Bug 1241993 - Fix eslint errors in nsBrowserGlue.js. r=gijs
...
--HG--
extra : commitid : 5XwsMNzJWOo
extra : rebase_source : 979ff3d416d2e56defbcae2416a33b2662c2d543
extra : amend_source : 8388277586649e30da71f469eab172b647e76265
extra : histedit_source : 39b723f2eeaa1aee216c80bc637994a0a2089881
2016-01-22 15:48:20 -05:00
Jared Wein
b82fbe3699
Bug 1238712 - Move duplicated shell-service code to a shared JSM. r=gijs
...
--HG--
extra : commitid : 5Dm73Qky4vC
extra : rebase_source : 081f9eb19df15bcde305e87dbacea64cfe488249
2016-01-15 12:35:15 -05:00
Gabor Krizsanits
b8ba404554
Bug 1236926 - Remove _showE10sActivatedNotice. r=felipc
2016-01-14 09:42:52 +01:00
Carsten "Tomcat" Book
d833f9ba1a
merge mozilla-inbound to mozilla-central a=merge
2016-01-13 11:57:15 +01:00
Matthew Noorenberghe
bde0328bab
Bug 1208145 - Clear XUL persistence data for passwordManager.xul passwordCol.hidden. r=dolske
...
Bug 1121291 made @hidden persist but we are reverting that change so we need to remove the values so the password column doesn't always show by default.
--HG--
extra : commitid : 7WHEU1OHPgl
extra : rebase_source : fb7f791197c61b67fe50280bb5ce4371dc95caad
2016-01-12 11:39:02 -08:00
Panos Astithas
d187081733
Remove the polaris pref and enable the UI to toggle TP in normal mode by default in nightly (bug 1235565). r=paolo
2016-01-11 19:30:07 +02:00
Alessio Placitelli
0ca9853f5c
Bug 1234522 - Remove references to the data reporting service. r=gfritzsche,smaug
2016-01-05 06:29:00 +01:00
Phil Ringnalda
c06c10601b
Back out 8 changesets (bug 1235345, bug 1234526, bug 1234522, bug 1237700) for OS X 10.10 debug xpcshell timeouts in test_ocsp_stapling.js and test_ocsp_stapling_expired.js
...
CLOSED TREE
Backed out changeset f26c050a39a1 (bug 1235345)
Backed out changeset c7689b72d3fa (bug 1234526)
Backed out changeset 3124025d1147 (bug 1234526)
Backed out changeset 096d46bdaf86 (bug 1234526)
Backed out changeset 96e0326e7985 (bug 1234522)
Backed out changeset c3b6bf176f86 (bug 1234522)
Backed out changeset 3e7dc6d87325 (bug 1234522)
Backed out changeset f6447d37d113 (bug 1237700)
--HG--
rename : toolkit/components/telemetry/datareporting-prefs.js => services/datareporting/datareporting-prefs.js
rename : toolkit/components/telemetry/docs/fhr/architecture.rst => services/healthreport/docs/architecture.rst
rename : toolkit/components/telemetry/docs/fhr/dataformat.rst => services/healthreport/docs/dataformat.rst
rename : toolkit/components/telemetry/docs/fhr/identifiers.rst => services/healthreport/docs/identifiers.rst
rename : toolkit/components/telemetry/docs/fhr/index.rst => services/healthreport/docs/index.rst
rename : toolkit/components/telemetry/healthreport-prefs.js => services/healthreport/healthreport-prefs.js
2016-01-08 20:25:27 -08:00
Alessio Placitelli
1c59e301ed
Bug 1234522 - Remove references to the data reporting service. r=gfritzsche,smaug
2016-01-05 06:29:00 +01:00
Florian Quèze
b1af89c192
Bug 1237648 - remove the browser/ code sync'ing currentEngine and defaultEngine, r=adw.
2016-01-08 11:27:49 +01:00
Wes Kocher
5c5db39163
Merge fx-team to m-c a=merge CLOSED TREE
...
--HG--
extra : commitid : 8cnDWzxc5CW
2016-01-05 16:34:06 -08:00
Mike Hommey
276ffb9010
Bug 1235107 - Move bookmarks.html to a chrome localized location. r=dolske
2016-01-05 20:03:43 +09:00
Gijs Kruitbosch
3433b432cf
Bug 1231112 - work around tab groups migration issue in safe mode, r=ttaubert
...
--HG--
extra : commitid : 6GVsgSDEQkg
extra : rebase_source : 43cdb84e108dec4a4dce12a5a2f5d0dc83ed5bb9
2015-12-14 16:04:31 +00:00
Wes Kocher
1f00d8d838
Backed out 4 changesets (bug 1218996) for talos svg failures CLOSED TREE
...
Backed out changeset ba750628c4f3 (bug 1218996)
Backed out changeset 2205cce34824 (bug 1218996)
Backed out changeset 9410cbc0545e (bug 1218996)
Backed out changeset 7839222071ac (bug 1218996)
--HG--
extra : commitid : Ju4TBTVoAIr
2015-12-23 11:09:05 -08:00
Bill McCloskey
a2c4e965e2
Bug 1208257 - [webext] context_menus.json (r=kmag)
2015-12-23 08:57:13 -08:00
Bill McCloskey
63346aac54
Bug 1208257 - [webext] page_action.json (r=kmag)
2015-12-23 08:57:13 -08:00
Bill McCloskey
a3d3a41850
Bug 1208257 - [webext] browser_action.json (r=kmag)
2015-12-23 08:57:13 -08:00
Bill McCloskey
75122447dd
Bug 1208257 - [webext] bookmarks.json (r=kmag)
2015-12-23 08:57:13 -08:00
Olivier Yiptong
c04bec08b0
Bug 1218996 - Allow Remote New Tab to ride release trains r=marcosc
...
--HG--
extra : rebase_source : f8df0d27eddf8e4d112d7fa8e954c08f38f22069
2015-12-21 16:14:38 -05:00
Olivier Yiptong
e725cd46a8
Bug 1218996 - Remove now redundant messaging code for remote newtab r=marcosc
...
--HG--
extra : rebase_source : b79e21fb4898742b2e8ccefd4309f6eea2bd5ff5
2015-12-21 16:14:33 -05:00
Olivier Yiptong
6070b36fc1
Bug 1218996 - Fuse aboutNewTabService and RemoteNewTabLocation and return resource URLS r=marcosc,oyiptong
...
--HG--
extra : rebase_source : 15564dee02ae241c7f563ba7e362c5c2e0f37ded
2015-12-21 16:14:29 -05:00
Jim Mathies
44fade98a9
Bug 1232368 - If accessibility recently ran, don't prompt to try e10s. r=felipe
2015-12-14 15:32:54 -06:00
Jim Mathies
295c22e49a
Bug 1232408 - E10SAccessibilityCheck relies on incorrect AppConstants variable XP_WIN. r=felipe
2015-12-14 15:32:44 -06:00
Jim Mathies
ed99b00bec
Bug 1198459 - Add some AppConstant use. r=felipe
...
--HG--
extra : transplant_source : %98%F3%8A%19%85%D8%06%06P%83%3B%C64%3E%D4%9F-%A66z
2015-12-10 17:11:36 -05:00
Jim Mathies
0945a45267
Bug 1198459 - Modify existing a11y prompting to support disabling a11y in content until a restart. r=felipe
...
--HG--
extra : transplant_source : %8B%A0%40%25l%88%FA%1E%B9%9De%18%12%19%5C%60%87%A0%3A%E1
2015-12-10 14:28:34 -05:00
Carsten "Tomcat" Book
edd9dd84ec
Backed out changeset b78e27e51c93 (bug 1198459)
2015-12-10 11:14:13 +01:00
Jim Mathies
4fa819b862
Bug 1198459 - Modify existing a11y prompting to support disabling a11y in content until a restart. r=felipe
...
--HG--
extra : transplant_source : i%20%C9i%B0%0AH%0B%F0%CF%EF%EF%C1%A4%ABs%1C%F3%BF%3F
2015-12-09 08:41:55 -05:00
Bill McCloskey
6e0bf624bf
Bug 1208257 - [webext] tabs.json (r=kmag)
2015-12-06 08:50:24 -08:00
Bill McCloskey
505a9bb407
Bug 1208257 - [webext] windows.json (r=kmag)
2015-12-06 08:50:24 -08:00
Olivier Yiptong
268f43e4f7
Bug 1218996 - Allow Remote New Tab to ride release trains r=marcosc
...
--HG--
extra : rebase_source : 4f3e45ee392385451f979b084a1d3afab215b925
2016-01-11 20:30:24 -05:00
Olivier Yiptong
25a0061e43
Bug 1218996 - Remove now redundant messaging code for remote newtab r=marcosc
...
--HG--
extra : rebase_source : 667b19c153820198977d423703c08c0274a05c8f
2016-01-11 20:30:18 -05:00
Olivier Yiptong
e9b515f263
Bug 1218996 - Fuse aboutNewTabService and RemoteNewTabLocation and return resource URLS r=marcosc
...
--HG--
extra : rebase_source : 6280fdc5cdad7c122e4ce71e809d812f8e75386f
2016-01-11 20:30:13 -05:00
Drew Willcoxon
4d0b5df661
Bug 1226629 - Increment "urlbar" BrowserUITelemetry/FHR for all searchengine results clicked in the urlbar. r=mak
2015-12-02 16:26:07 -08:00
Gijs Kruitbosch
218769e24f
Bug 1221050 - part 1: set up migration infrastructure, r=ttaubert
...
--HG--
extra : commitid : 8nKMm2oklw9
extra : rebase_source : 6957bbc0b47accf8161476d97b1c20e775e814fb
2015-12-01 10:48:09 +00:00
Gijs Kruitbosch
845fd1cf6f
Bug 1221050 - part 0: remove notification for tab groups removal, r=ttaubert
...
--HG--
extra : commitid : EpMPqCwCDJl
extra : rebase_source : da3b15437d6898e65134347ecda07441280fa4aa
2015-12-01 10:48:08 +00:00
Felipe Gomes
d137dd8ad2
Bug 1226487 - Don't use the blocklist for the e10s a11y check on beta; instead, block everything. r=jmathies
2015-11-26 14:59:08 -02:00
Sebastian Hengst
66ebfb501e
Bug 1227361 - Remove checks for MOZ_SERVICES_SYNC from browser/. r=markh
2015-11-24 19:31:16 +01:00
Felipe Gomes
34cdede9d9
Bug 1226487 - Enable e10s checks for accessibility on Beta. r=mconley
2015-11-24 00:00:47 -02:00
Mike Conley
1ed12ce37e
Bug 1220929 - Rename TabCrashReporter to TabCrashHandler to reflect its actual purpose. r=felipe
...
--HG--
rename : browser/modules/ContentCrashReporters.jsm => browser/modules/ContentCrashHandlers.jsm
extra : commitid : Ip86NncdTkl
extra : rebase_source : d48681ae0faf3b911350f1e2c87ab1d72359d038
2015-11-02 20:57:03 -05:00
Mike Conley
cfb24b9ef3
Bug 1220929 - Refactor aboutTabCrashed to use RemotePageManager. r=felipe
...
--HG--
extra : commitid : JgkEySyHPUj
extra : rebase_source : ad75e0732a125a6c883173839dd236e5fdfa3e5c
2015-11-02 16:03:33 -05:00
Olivier Yiptong
a10c269286
Bug 1224950 - Limit Message-Using Remote New Tab to Nightly and Aurora r=mconley
...
--HG--
extra : commitid : 7WhGDvbiS1o
2015-11-19 16:51:45 -05:00
Jared Wein
915b8a3c39
Bug 1225648 - Remove duplicate skipDefaultBrowser code and fix double-counting error when tracking prompt counts. r=Gijs
2015-11-18 11:37:29 -05:00
Olivier Yiptong
f32142cb1a
Bug 1196762 - Part 1: Initial Prefs Provider module for the remote newtab page r=Mardak
...
--HG--
extra : commitid : 9KG3iiUo7yS
2015-11-13 05:39:41 -05:00
Mark Hammond
c24f1e0216
Bug 1210616 - have remote (sync) tabs appear in awesomebar suggestions. r=mak
2015-11-12 11:02:44 +11:00
Gijs Kruitbosch
dc2731ae06
Bug 1223947 - actually check tab groups' firstUseExperienced, r=ttaubert
...
--HG--
extra : commitid : 60vt7SxF0wb
extra : amend_source : 28ae1ae16f6897414e0bd639ad250fec764b9bba
2015-11-11 21:05:47 +00:00
Kit Cambridge
651792a7c1
Bug 1220531 - Link to the Push notifications article on SUMO. r=MattN
...
--HG--
extra : commitid : CyXebSUVhVq
2015-11-10 09:29:47 -08:00
Kit Cambridge
332295eb06
Bug 1221330 - Show the app icon in the XUL upgraded notifications alert. r=MattN
...
--HG--
extra : commitid : 5Cg8eZkKxQd
2015-11-06 10:30:25 -08:00
Gijs Kruitbosch
1a3e2a1935
Bug 1221500 - use a notification to warn people that panorama is going away, r=ttaubert
...
--HG--
extra : commitid : 7FUHBIsSUnq
extra : rebase_source : 3c98289ff36fae3e6e35c28998ef153e99c30b66
2015-11-04 11:53:52 +00:00
Carsten "Tomcat" Book
8232c46c4f
merge mozilla-inbound to mozilla-central a=merge
2015-11-03 12:00:30 +01:00
Matthew Noorenberghe
01ef877e80
Bug 1220884 - Friendlier string for the notification upgrade UI. r=kitcambridge
...
--HG--
extra : commitid : JK4ut7t32GU
2015-11-02 15:16:15 -08:00
Kit Cambridge
759a7eadce
Bug 1220527 - Wait for the first window before showing the upgraded notifications alert. r=MattN
...
--HG--
extra : commitid : DDBFmrJtj1O
2015-11-02 14:59:52 -08:00
Tanvi Vyas
a6b6733208
Bug 1220322 - Change the link pointed to by the one-time notification on upgrade for Push Notifications. r=markh, MattN
2015-11-01 19:17:54 -08:00
Kit Cambridge
329da183e8
Bug 1216271 - Display a notification upon upgrade for users who currently allow notifications for at least one site. r=MattN
...
--HG--
extra : commitid : CWjXajeZ0p0
extra : rebase_source : a8d46c86b13dcafe129a4cb2f8bc8aff1dca308f
2015-10-29 08:42:01 -07:00
Carsten "Tomcat" Book
5282e3c38d
Backed out changeset 3a615fbeed50 (bug 1216271) for windows bc1 test failures and crashes
2015-10-29 11:55:25 +01:00
Kit Cambridge
fe79de9427
Bug 1216271 - Display a notification upon upgrade for users who currently allow notifications for at least one site. r=MattN
...
--HG--
extra : commitid : 8IYtYfasSC
2015-10-29 00:38:50 -07:00
Gijs Kruitbosch
5737022180
Bug 1216227 - do bucketed page-load-per-window counts to assess tablet mode usage, r=MattN,p=vladan
...
--HG--
extra : commitid : 1h1KOU3egwl
extra : rebase_source : e60e6c64722ceb3424861b948e55102e6df5a944
extra : amend_source : b2badcd368ee1228c7e1528a08f9cc327281fd29
2015-10-20 16:34:30 +01:00
Jared Wein
64822c7ae0
Bug 1216684 - Notification permissions cannot be granted/denied in private windows. r=MattN
2015-10-27 08:35:34 -04:00
Christoph Kerschbaumer
eee83aa5d8
Bug 1204983 - Deprecate NewTabURL and forward calls to AboutNewTabService (r=florian,olivier)
...
--HG--
rename : browser/components/newtab/tests/xpcshell/test_NewTabURL.js => browser/components/newtab/tests/xpcshell/test_AboutNewTabService.js
2015-10-20 18:51:25 -07:00
Christoph Kerschbaumer
33fa277605
Bug 1204983 - Allow about: pages to load remote content (r=bholley,bz,florian,dragana)
2015-10-09 22:03:27 -07:00
Kris Maglione
9dd208611e
Bug 1197422 - Part 2: [webext] Implement the pageAction API. r=billm ui-r=bwinton
...
--HG--
rename : browser/components/extensions/test/browser/browser_ext_browserAction_icon.js => browser/components/extensions/test/browser/browser_ext_browserAction_pageAction_icon.js
extra : commitid : GSQiN6Zykrs
extra : rebase_source : 45e056feb97f60592400568c6eeded4b7cc76ab5
2015-10-15 15:15:04 -07:00
Wes Kocher
e3ef408502
Backed out 3 changesets (bug 1204983) for various talos failures
...
Backed out changeset 5bdf50e82ca8 (bug 1204983)
Backed out changeset 602e91d48e43 (bug 1204983)
Backed out changeset c7d3635f771a (bug 1204983)
2015-10-16 09:29:36 -07:00
Christoph Kerschbaumer
29b3c0aded
Bug 1204983 - Deprecate NewTabURL and forward calls to AboutNewTabService (r=florian,olivier)
...
* * *
Bug 1204983 - Replace NewTabURL.jsm with simpleBrowserServices.js (r=florian)
--HG--
rename : browser/components/newtab/tests/xpcshell/test_NewTabURL.js => browser/components/newtab/tests/xpcshell/test_AboutNewTabService.js
2015-10-16 06:54:42 -07:00
Christoph Kerschbaumer
8d976b10b7
Bug 1204983 - Allow about: pages to load remote content (r=bholley,bz,florian,dragana)
2015-10-09 22:03:27 -07:00
Olivier Yiptong
c84ef61eea
Bug 1214287 - 2-4% linux64/win7/8 ts_paint regression on inbound (v.44) seen on Oct 12, 2015 from rev 3012b7a2c97c r=mconley
...
--HG--
extra : commitid : 2b5S3mpFBf2
2015-10-30 23:00:35 -04:00
Fabrice Desré
19f432d5e2
Bug 1214021 - Move ext-bookmarks to browser/ r=billm
...
--HG--
rename : toolkit/components/extensions/ext-bookmarks.js => browser/components/extensions/ext-bookmarks.js
2015-10-14 16:31:08 -07:00
Jared Wein
b979c2d6f3
Bug 1209999 - Update string for push notification doorhanger.
2015-10-14 11:26:33 +05:30
Olivier Yiptong
f0c297a16d
Bug 1210940 - New Browser Component: Newtab r=Mardak
...
--HG--
extra : commitid : Dnaq9WxbL5V
2015-10-12 01:29:12 -04:00
Wes Kocher
7c738dee7a
Backed out changeset 5f6375754b86 (bug 1210940) for xpcshell and m-e10s(bc4) bustage CLOSED TREE
2015-10-09 16:42:50 -07:00
Olivier Yiptong
be3bd61d57
Bug 1210940 - New Browser Component: Newtab r=Mardak
...
--HG--
extra : commitid : Il6Y1bicn26
2015-10-09 16:39:19 -04: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
Matthew Noorenberghe
d1625cdffe
Bug 1208295 - Open content preferences after receiving notifications-open-settings. r=jaws
...
--HG--
rename : browser/base/content/test/general/browser_notification_tab_switching.js => browser/base/content/test/alerts/browser_notification_tab_switching.js
rename : browser/base/content/test/general/file_dom_notifications.html => browser/base/content/test/alerts/file_dom_notifications.html
extra : commitid : L8SBHW3urul
extra : rebase_source : 2b308872a836a6df9634e991409c008f3e72040c
2015-09-25 13:18:29 -07:00
Wes Kocher
11e1d57e15
Backed out 3 changesets (bug 1208295) for build bustage CLOSED TREE
...
Backed out changeset ba930740225e (bug 1208295 )
Backed out changeset 54f38580e0b8 (bug 1208295 )
Backed out changeset a5907e5982a8 (bug 1208295 )
--HG--
rename : browser/base/content/test/alerts/browser_notification_tab_switching.js => browser/base/content/test/general/browser_notification_tab_switching.js
rename : browser/base/content/test/alerts/file_dom_notifications.html => browser/base/content/test/general/file_dom_notifications.html
2015-10-05 12:20:47 -07:00
Matthew Noorenberghe
222595da1d
Bug 1208295 - Open content preferences after receiving notifications-open-settings. r=jaws
...
--HG--
rename : browser/base/content/test/general/browser_notification_tab_switching.js => browser/base/content/test/alerts/browser_notification_tab_switching.js
rename : browser/base/content/test/general/file_dom_notifications.html => browser/base/content/test/alerts/file_dom_notifications.html
extra : commitid : 4I4XjOorZ7y
extra : rebase_source : eb354f4cc181f82f56b54451ec0ac32caef24d8e
2015-09-25 13:18:29 -07:00
David Rajchenbach-Teller
34c2816fc1
Bug 1089695 - Async sanitize.js;r=mak
...
--HG--
extra : transplant_source : n%84iA%8D%87%D1t%81C%22%E9%02Z%BB%04%D1Q%93%3C
2015-07-27 19:18:19 +02:00
Wes Kocher
4ce68a706d
Backed out 3 changesets (bug 1208295) for browser_offlineQuotaNotification.js bustage CLOSED TREE
...
Backed out changeset 1c16e9f4aa2f (bug 1208295 )
Backed out changeset 3242ff9a86bb (bug 1208295 )
Backed out changeset 04f2a2c320a3 (bug 1208295 )
2015-09-25 18:20:35 -07:00
Matthew Noorenberghe
8e54403e7f
Bug 1208295 - Open content preferences after receiving notifications-open-settings. r=jaws
...
--HG--
extra : commitid : 50AfHcXicOB
extra : rebase_source : c9ae238acf096c30b672b8a8e178c5eb13a96265
2015-09-25 13:18:29 -07: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
Jared Wein
eb6a2216bf
Bug 1205038 - Add missing BROWSER_SET_DEFAULT_ALWAYS_CHECK probe to Histograms.json, and fix BROWSER_SET_DEFAULT_TIME_TO_COMPLETION_SECONDS by fixing callback. r=dolske,Gijs
2015-09-16 12:01:03 -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
Matthew Noorenberghe
5f6d3ba4d4
Bug 1199805 - Fix displayURI typo on site permission prompts. r=bgrins
...
One instance of displayOrigin wasn't renamed to displayURI.
--HG--
extra : commitid : D8YEefOzzz2
2015-09-10 16:36:23 -07:00
Jared Wein
ac64d12539
Bug 1181500 - Instrumentation for tablet mode usage in desktop Firefox. r=ttaubert p=ally
...
--HG--
extra : rebase_source : c849512daf442c830108e9a234de733b816d7432
2015-09-03 14:34:29 -04:00
Drew Willcoxon
f0eb4d4175
Bug 1201017 - Remove array.includes() usage in nsBrowserGlue's urlbar telemetry. r=ttaubert
2015-09-02 11:44:20 -07:00
Jared Wein
91b9f3474a
Bug 1191242 - Instrument the default browser prompt. r=dolske p=bsmedberg
...
--HG--
extra : rebase_source : bc47628732d5921e4284b7ade6efdc40d710dab7
2015-09-01 15:52:05 -04:00
Ryan VanderMeulen
ac8565e1ce
Backed out changesets b2c46fdeca8b, 6b768986595f, and 78c891ba5de1 (bug 1089695) for frequent Marionette crashes.
2015-08-31 22:03:20 -04:00
David Rajchenbach-Teller
7c5b398ffd
Bug 1089695 - Async sanitize.js. r=mak
...
--HG--
extra : transplant_source : %B8r%AA%97n%C9%5B%EA%A64%89P%D1%0E%8B%60%97%1B%BF%D3
2015-07-27 19:18:19 +02:00
David Rajchenbach-Teller
b12b2c3ccf
Bug 1188966 - Telemetry on the slow add-on watcher. r=blassey
2015-07-31 14:00:10 +02:00
Dave Townsend
49bcda6379
Bug 1195034: Only show messages about add-ons being disabled if signing requirements are on. r=dao
...
--HG--
extra : commitid : 6pPdIgKpCMq
extra : rebase_source : 7e06b5459adab1e8932ee86c7b3b4fd71c5074eb
2015-08-20 14:25:22 -07:00
Yury Delendik
b703709b06
Bug 1195285 - Register bootstrap-content.js once per child process. r=jimm
...
--HG--
extra : amend_source : 537e8758114d2199b0cadf69d8df9ed15da11a32
2015-08-17 16:47:32 -05:00
Gijs Kruitbosch
b6fbc5df6b
Bug 1011978 - fix use of updater service in nsBrowserGlue to check for MOZ_UPDATER,r=jaws
...
--HG--
extra : commitid : 8QZoPQSBZLl
extra : rebase_source : 58c8b4b2834c91598b1f0fd4164de4dd743c8170
extra : amend_source : 56e76aa515a7be89d06ad4f1b8061ebc772a3ed1
2015-08-18 12:33:24 +01:00
Dão Gottwald
2cf3cac6c4
Bug 1195743 - Remove old migration step removing bookmarks-menu-button's persisted class attribute. r=gijs
2015-08-18 20:27:01 +02:00
Dão Gottwald
e5eea62edc
Bug 1195853 - Remove UI migration step that attempts to move the Reload and Stop buttons next to the location bar. r=gijs
2015-08-18 20:26:42 +02:00
Dão Gottwald
e0bb5614ac
Bug 1182102 - Stop setting the bookmark-item class on the home button or the bookmarks button when moving them to the bookmarks toolbar. r=gijs
2015-08-17 15:51:22 +02:00
YFdyh000
4f2be0b5a2
Bug 1192901 - Avoid wrong accesskey for "Disable Addon" button by passing empty string, r=gijs
...
--HG--
extra : commitid : 7As4tHpMoZN
extra : histedit_source : e3937b0058002e7ef0b00895827c2d54ee067c94
2015-08-10 15:51:00 +01:00