Sebastian Hengst
7b7ea06c4f
Backed out changeset 2612892f2785 (bug 1361286) for typos in its strings. r=backout
2017-05-27 10:27:02 +02:00
Edouard Oger
06720a016e
Bug 1364444 - Open sent tabs new windows using WindowWatcher. r=eoger
...
MozReview-Commit-ID: 6WyU1atGDKf
2017-05-24 13:48:20 -04:00
gasolin
35b39a589e
Bug 1361286 - add in-page messages support for Automigration module; r=Gijs
...
MozReview-Commit-ID: I4xK2PkuHp3
2017-05-24 16:56:00 +08:00
Doug Thayer
2401417b3c
Bug 1359733 - (pt. 4) Pull out browser-sync.js badges r=eoger
...
See also commit message for pt. 4. We're moving app menu
notification state into a jsm.
MozReview-Commit-ID: 3RehYcHyfLu
2017-05-18 13:17:38 -07:00
Doug Thayer
89a15e6773
Bug 1359733 - (pt. 2) Refactor gMenuButtonUpdateBadge r=rstrong
...
Since we now have a store of notifications that is global across
all windows, it no longer makes sense to consume the API from
within browser.js. This patch moves the browser.js logic out into
a jsm file that is wired up through nsBrowserGlue, such that it
will be lazily instantiated on the first update event it would
receive[1].
We decided to move this into toolkit, as this piece of the
system is fairly generic and shouldn't differ between
applications.
[1]: There is a change to nsBrowserGlue to use "global[module]"
instead of this[module]. This mirrors the code for all the other
types of notifications, and I suspect it was just a latent bug,
since the original diff that includes this line makes no use of
it.
MozReview-Commit-ID: 8EQdM9BOpgl
2017-05-19 08:56:22 -07:00
Marco Bonardo
52946e66bb
Bug 1344928 - Enable search suggestions by default in the Location Bar. r=past
...
Flip the default search suggestions in location bar prefs to true.
Users who didn't previously make a choice regarding the feature will see a hint explaining how to recognize suggestsions and
a link to change search settings.
Users who previously made an explicit choice won't see any hint and their choice will be respected on upgrade.
This doesn't make any guarantee regarding a downgrade/upgrade path and previous choices.
MozReview-Commit-ID: 7pGxwXDmKZO
2017-05-23 13:01:46 +02:00
Shih-Chiang Chien
6876b766f5
Bug 1363421 - Part 2, delay the initialization of UserAgentOverrides.jsm until first nsHttpChannel is created. r=mcmanus
...
UAOverridesBootstrapper.js is introduced to delay the initialization of
UserAgentOverrides.jsm until the creation of the first nsHttpChannel.
Uninit will be triggered at profile-change-net-teardown because no network
traffice after this point.
MozReview-Commit-ID: F8Lpn6RyZEm
2017-05-16 12:11:12 +08:00
Mike Cooper
a184fc4c9b
Bug 1361578 - Remove SelfSupport, since it is obsoleted by shield-recipe-client. r=Gijs
...
MozReview-Commit-ID: 1FCqNa5wxZk
2017-05-19 10:02:11 -07:00
Fischer.json
b2508dd4e6
Bug 1330315 - Add a telemetry probe to track how the Preferences are opened, r=mconley
...
MozReview-Commit-ID: GfuGF4v30pI
2017-05-09 10:43:48 -04:00
Edouard Oger
9a8fd0bf29
Bug 1364571 - Delay Weave startup. r=kitcambridge
...
MozReview-Commit-ID: 4bm1LXLD7lV
2017-05-12 17:01:25 -04:00
Florian Quèze
50b8c6608d
Bug 1353542 - script-generated patch to remove .bind(this) calls we no longer need now that generator functions have been replaced with async functions, r=Mossop.
2017-05-12 14:47:41 +02:00
Florian Quèze
ff53eb9a63
Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop.
2017-05-12 14:42:39 +02:00
Chris Pearce
f3ac8026a6
Bug 1362212 - Call HTMLMediaElement.reportCanPlayTelemetry on idle once after browser startup. r=mconley
...
This causes Gecko to collect telemetry as to whether we can create H.264/AAC
decoders off main thread in the parent process. This means we won't do the I/O
required to load decoding libraries on the main thread any more, and we'll only
do this at a time that doesn't affect the user.
MozReview-Commit-ID: Ih5D5wOZ9ii
2017-05-10 11:31:45 +12:00
Marco Bonardo
a4b8871fe7
Bug 1364002 - Store the user-made search suggestion choice along with userMadeSearchSuggestionChoice. r=past
...
MozReview-Commit-ID: 46vXbafZvq9
2017-05-11 11:15:47 +02:00
Wes Kocher
01722415ae
Backed out changeset 75a14f02f6f7 (bug 1330315) for build failures in TelemetryHistogramData.inc a=backout
...
MozReview-Commit-ID: KKnLXDjgmqC
2017-05-10 10:45:18 -07:00
Fischer.json
fb54da55cf
Bug 1330315 - Add a telemetry probe to track how the Preferences are opened, r=mconley
...
MozReview-Commit-ID: GfuGF4v30pI
2017-05-09 10:43:48 -04:00
Dão Gottwald
baad21ae47
Bug 1363118 - Rename browser.shell.skipDefaultBrowserCheck pref for clarity. r=Gijs
...
MozReview-Commit-ID: G7a825GWul
2017-05-09 19:11:45 +02:00
Sebastian Hengst
cb1e269eca
Backed out changeset 38346bf36faa (bug 1363118) for failing xpcshell's test_browserGlue_urlbar_defaultbehavior_migration.js and test_browserGlue_migration_loop_cleanup.js. r=backout
2017-05-09 18:51:20 +02:00
Dão Gottwald
280573c0d9
Bug 1363118 - Rename browser.shell.skipDefaultBrowserCheck pref for clarity. r=Gijs
...
MozReview-Commit-ID: 6LHaRAGfLol
2017-05-09 16:21:12 +02:00
Sebastian Hengst
4f8ca12ad5
Backed out changeset 553198d4b70f (bug 1363118) for lint failure at nsBrowserGlue.js:1669. r=backout
2017-05-09 16:18:48 +02:00
Dão Gottwald
203005dd17
Bug 1363118 - Rename browser.shell.skipDefaultBrowserCheck pref for clarity. r=Gijs
...
MozReview-Commit-ID: EIfXl15GQqJ
2017-05-09 15:56:20 +02:00
Wes Kocher
714b05616e
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: JgXkqrOwl3N
2017-05-03 13:40:24 -07:00
Kris Maglione
5fee2a02a8
Bug 1358921: Lazily load SelfSupportBackend.jsm when first needed. r=florian
...
MozReview-Commit-ID: 8tG8VcWXRYm
2017-05-02 19:51:17 -07:00
Kris Maglione
a306d23c89
Bug 1358921: Lazily load ReaderParent.jsm when first needed. r=florian
...
MozReview-Commit-ID: 5UkSnU5sJsm
2017-04-23 13:27:35 -07:00
Kris Maglione
9ed8271a2c
Bug 1358921: Lazily load LoginManagerParent.jsm when first needed. r=florian
...
MozReview-Commit-ID: 4Aq0mBGXBX3
2017-05-02 22:42:28 -07:00
Kris Maglione
47cf7d4f90
Bug 1358921: Lazily load ContentPrefServiceParent.jsm when first needed. r=florian
...
MozReview-Commit-ID: 4JSdg1eJFbP
2017-04-29 13:38:52 -07:00
Kris Maglione
ece0b6ac95
Bug 1358921: Lazily load Feeds.jsm when first needed. r=florian
...
MozReview-Commit-ID: JLTn01mmDO5
2017-04-23 13:02:49 -07:00
Kris Maglione
b6826b807e
Bug 1358921: Lazily load RemotePrompt.jsm when first needed. r=florian
...
MozReview-Commit-ID: 95u2FozBiqk
2017-04-23 13:00:46 -07:00
Kris Maglione
55da262a54
Bug 1358921: Lazily load ContentClick.jsm when first needed. r=florian
...
MozReview-Commit-ID: 3Ogl4SaZ5t
2017-04-23 12:58:18 -07:00
Kris Maglione
8f892d9422
Bug 1358921: Lazily load FormValidationHandler.jsm when first needed. r=florian
...
MozReview-Commit-ID: GI33wkhutgP
2017-05-02 20:08:30 -07:00
Kris Maglione
40294fa44f
Bug 1358921: Lazily load ContentSearch.jsm when first needed. r=florian
...
MozReview-Commit-ID: 2iN85WYKtkS
2017-04-23 13:05:39 -07:00
Kris Maglione
b5b9955eac
Bug 1358921: Lazily load AboutHome.jsm when first needed. r=florian
...
MozReview-Commit-ID: 6pzUBmzoFDp
2017-04-23 12:48:38 -07:00
Kris Maglione
e50f27bd6b
Bug 1358921: Lazily load webrtcUI.jsm when first needed. r=florian
...
MozReview-Commit-ID: LRtpyBaRCMA
2017-05-02 19:50:20 -07:00
Andrew Swan
1cb3cdb59b
Bug 1352204 Update non-MPC extension notification r=andym
...
MozReview-Commit-ID: E9hqJqySA3v
2017-05-01 12:04:36 -07:00
Ursula Sarracini
a19255ba7e
Bug 1345122 - Update NewTabUtils.jsm for Activity Stream's needs r=mak
...
MozReview-Commit-ID: 3SpJucjKNby
2017-04-28 10:00:30 -04:00
Sebastian Hengst
13a6d332ec
Backed out changeset a6ae98895393 (bug 1352204)
2017-05-02 20:18:32 +02:00
Andrew Swan
ec6f78f8ba
Bug 1352204 Update non-MPC extension notification r=andym
...
MozReview-Commit-ID: E9hqJqySA3v
2017-05-01 12:04:36 -07:00
Gijs Kruitbosch
62d2b92bfd
Bug 1329712 - stop importing AutoMigrate.jsm early on startup now that we no longer observe places changes, r=mak
...
MozReview-Commit-ID: FbXkqLLSyZg
2017-04-25 23:04:21 +01:00
flyingrub
3feb81731d
Bug 1121966 - Change DISPLAY_SCALING_<OS> histograms to a single r=chutten
...
DISPLAY_SCALING
Replaced the os specific histograms by a single one.
MozReview-Commit-ID: FTwJmxh9sGu
2017-03-17 11:31:10 +01:00
Andrew Swan
8ed2669b29
Bug 1356462 Show a notification when non-MPC extensions are disabled r=mossop
...
MozReview-Commit-ID: 8KUhRe91AFt
2017-04-19 11:30:24 -07:00
Jim Porter
6060090b6a
Bug 1358197 - Fix the animation pref migration r=jaws
...
This is just a small fix to the previous commit for bug 1352069 because one
line in the pref migration code was mispasted.
MozReview-Commit-ID: LnpUHKGAoKa
2017-04-20 12:16:20 -05:00
Jim Porter
e6d010d8bf
Bug 1352069 - Introduce a pref that allows for disabling cosmetic animations r=jaws
...
This rolls browser.tabs.animate, browser.fullscreen.animate, and
alerts.disableSlidingEffect into a single pref; if any of these are disabled,
we'll disable the new pref too (toolkit.cosmeticAnimations.enabled). Most
future animations will also be subject to this pref.
MozReview-Commit-ID: 77pLMtERDna
2017-04-11 13:47:31 -05:00
Dão Gottwald
e989b23337
Bug 1357812 - Remove "Upgraded notifications" notification from UI migration. r=kitcambridge
...
MozReview-Commit-ID: 4hrPTyqQ9ge
2017-04-19 18:43:00 +02:00
Florian Queze
ddf0cda8da
Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj.
2017-04-14 18:29:12 +02:00
Florian Queze
451928e614
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
4cd95d4a02
Backed out changeset 18d45aa984d6 (bug 1355161)
2017-04-14 23:39:23 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Sebastian Hengst
f75839c723
Backed out changeset 55f3df15eaa6 (bug 1356569)
2017-04-14 23:39:17 +02:00
Florian Queze
61aabdf237
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00