Commit graph

789 commits

Author SHA1 Message Date
Sylvestre Ledru
be18fd4dba Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr
Differential Revision: https://phabricator.services.mozilla.com/D67319

--HG--
extra : moz-landing-system : lando
2020-03-19 13:47:51 +00:00
Andrei Oprea
ea13fa2229 Bug 1619702 - Use Sinon.jsm for about:welcome mochitests and xpcshell r=pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D66624

--HG--
extra : moz-landing-system : lando
2020-03-19 10:50:25 +00:00
Andrei Oprea
28a49984cd Bug 1619422 - Provide a CFR action to open about:preferences#sync with an entrypoint query parameter r=MattN,k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D67001

--HG--
extra : moz-landing-system : lando
2020-03-18 13:59:34 +00:00
Mathieu Leplatre
bc6e54afaa Bug 1620185 - Remove usage of .openCollection() in other modules r=glasserc
Differential Revision: https://phabricator.services.mozilla.com/D66749

--HG--
extra : moz-landing-system : lando
2020-03-17 20:21:54 +00:00
Andrei Oprea
33907af18e Bug 1622211 - No click event telemetry for CFR urlbar button r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D66747

--HG--
extra : moz-landing-system : lando
2020-03-17 14:11:27 +00:00
Brindusan Cristian
c547523ea1 Backed out changeset 1d24a858dd6e (bug 1622211) for bc failures at browser_asrouter_trigger_listeners.js. CLOSED TREE 2020-03-17 14:34:14 +02:00
Andrei Oprea
1d353acc9a Bug 1622211 - No click event telemetry for CFR urlbar button r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D66747

--HG--
extra : moz-landing-system : lando
2020-03-16 15:28:00 +00:00
Kate Hudson
29879537e0 Bug 1622915 - Create test experiment data for about:welcome r=pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D67072

--HG--
extra : moz-landing-system : lando
2020-03-17 00:03:16 +00:00
emcminn
efd9385316 Bug 1621704 - Removed references to Trailhead & replaced with ‘welcome’ r=pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D66483

--HG--
extra : moz-landing-system : lando
2020-03-16 17:11:49 +00:00
Dave Townsend
8aefbf2bdc Bug 1617959: Switch to the babel-eslint parser and turn on support for optional chaining and nullish coalescing operator syntaxes. r=Standard8
The babel-eslint parser defaults to assuming all scripts are modules. Although
we're moving in that direction it seems reasonable to set the default as regular
scripts for now. All the places that were previously overriding the parser are
already specifying the sourceType in their eslint configs.

I chose to put the babel config in a file that babel itself won't look to avoid
the risk of this config impacting the use of babel elsewhere in the tree.

Differential Revision: https://phabricator.services.mozilla.com/D66127

--HG--
extra : moz-landing-system : lando
2020-03-13 19:15:11 +00:00
Ed Lee
acb960676c Bug 1620556 - Automatic code fixes for Prettier 1.19.1 upgrade. r=Standard8,remote-protocol-reviewers,marionette-reviewers,webcompat-reviewers,perftest-reviewers,sparky,whimboo,denschub
Differential Revision: https://phabricator.services.mozilla.com/D66128

--HG--
extra : moz-landing-system : lando
2020-03-13 23:38:52 +00:00
Emma Malysz
039ee11a9d Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D66143

--HG--
extra : moz-landing-system : lando
2020-03-13 02:22:42 +00:00
Andrei Oprea
960325f010 Bug 1620313 - CFR Experiment for Link to Existing Heartbeat Survey r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D65763

--HG--
extra : moz-landing-system : lando
2020-03-12 14:29:51 +00:00
Harry Twyford
5c459c151b Bug 1617333 - Show appropriately-sized favicons in the Urlbar for Top Sites with history visits. r=mak,Mardak
Differential Revision: https://phabricator.services.mozilla.com/D64653

--HG--
extra : moz-landing-system : lando
2020-03-12 13:31:19 +00:00
Kate Hudson
ff39411600 Bug 1621289 - Add userId to ASRouterTargeting.jsm r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D66486

--HG--
extra : moz-landing-system : lando
2020-03-11 21:07:51 +00:00
Dan Mosedale
ca323d4349 Bug 1620053 - add high-level Messaging System docs, r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D66092

--HG--
extra : moz-landing-system : lando
2020-03-11 17:10:54 +00:00
Mike Conley
8ba260392e Bug 1619992 - Split AboutNewTabService into AboutNewTabParentService and AboutNewTabChildService. r=perftest-reviewers,Mardak,sparky
This patch does the following:
* Moves most logic for initiating about:home / about:newtab into AboutNewTab.jsm
* Makes AboutNewTab the API surface for overriding the default about:newtab URLs.
* Reduces the surface of nsIAboutNewTabService, and makes the properties read-only
* Splits the remaining code in the nsIAboutNewTabService into an implementation for
  the parent process, and one for content processes.

This split will hopefully help reduce confusion about which code in
AboutNewTabService is running in which process.

Differential Revision: https://phabricator.services.mozilla.com/D65569

--HG--
rename : browser/components/newtab/test/xpcshell/test_AboutNewTabService.js => browser/components/newtab/test/xpcshell/test_AboutNewTab.js
extra : moz-landing-system : lando
2020-03-11 03:10:29 +00:00
Dorel Luca
6c6fc9f3dc Backed out changeset 9160f18bc24e (bug 1619992) for XPCshell failures in newtab/test/xpcshell/test_AboutNewTab.js
--HG--
rename : browser/components/newtab/test/xpcshell/test_AboutNewTab.js => browser/components/newtab/test/xpcshell/test_AboutNewTabService.js
2020-03-11 04:20:31 +02:00
Mike Conley
4cb59612e3 Bug 1619992 - Split AboutNewTabService into AboutNewTabParentService and AboutNewTabChildService. r=perftest-reviewers,Mardak,sparky
This patch does the following:
* Moves most logic for initiating about:home / about:newtab into AboutNewTab.jsm
* Makes AboutNewTab the API surface for overriding the default about:newtab URLs.
* Reduces the surface of nsIAboutNewTabService, and makes the properties read-only
* Splits the remaining code in the nsIAboutNewTabService into an implementation for
  the parent process, and one for content processes.

This split will hopefully help reduce confusion about which code in
AboutNewTabService is running in which process.

Differential Revision: https://phabricator.services.mozilla.com/D65569

--HG--
rename : browser/components/newtab/test/xpcshell/test_AboutNewTabService.js => browser/components/newtab/test/xpcshell/test_AboutNewTab.js
extra : moz-landing-system : lando
2020-03-11 01:25:31 +00:00
Daniel Varga
7ef794c3b8 Backed out changeset 52947d2e8692 (bug 1617333) for causing xpcshell failures at gre/modules/NewTabUtils.jsm
CLOSED TREE
2020-03-10 23:04:49 +02:00
Harry Twyford
4601f6b5bc Bug 1617333 - Show appropriately-sized favicons in the Urlbar for Top Sites with history visits. r=mak,Mardak
Differential Revision: https://phabricator.services.mozilla.com/D64653

--HG--
extra : moz-landing-system : lando
2020-03-10 14:17:16 +00:00
Gavin Lazar Suntop
c1b7df3eed Bug 1619529 - adding tooltip to dismiss button r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D66137

--HG--
extra : moz-landing-system : lando
2020-03-10 17:33:39 +00:00
Andrei Oprea
f244880cfa Bug 1618555 - Fix intermittent TV browser/components/newtab/browser_asrouter_momentspagehub.js r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D64964

--HG--
extra : moz-landing-system : lando
2020-03-10 16:10:44 +00:00
Andrei Oprea
92fbb1a3cc Bug 1621096 - Land WNPanel message for 75 r=fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D66106

--HG--
extra : source : 2cbbffd5b1ae91020589334060b04648f9aa0a5e
2020-03-10 10:17:00 +00:00
Ciure Andrei
6454713ad0 Backed out changeset 2cbbffd5b1ae (bug 1621096) for causing node test failure CLOSED TREE 2020-03-10 14:38:05 +02:00
Andrei Oprea
b8550e255e Bug 1621096 - Land WNPanel message for 75 r=fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D66106

--HG--
extra : moz-landing-system : lando
2020-03-10 10:17:00 +00:00
Kate Hudson
fa86502014 Bug 1620282 - Enable optional localization of text fields in about:welcome r=andreio,pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D65556

--HG--
extra : moz-landing-system : lando
2020-03-10 03:11:08 +00:00
Mike Conley
d518ef1608 Bug 1617983 - Re-enable separate privileged about content process for about:home, about:newtab, about:welcome on Nightly. r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D64376

--HG--
extra : moz-landing-system : lando
2020-03-09 18:37:58 +00:00
Brindusan Cristian
d48e9e3ed5 Backed out 2 changesets (bug 1617333) for xpcshell failures at test_NewTabUtils.js. CLOSED TREE
Backed out changeset 63dc7cf61aab (bug 1617333)
Backed out changeset b8cdd28b8b7d (bug 1617333)
2020-03-09 21:05:02 +02:00
Harry Twyford
a72eff55f9 Bug 1617333 - Show appropriately-sized favicons in the Urlbar for Top Sites with history visits. r=mak,Mardak
Differential Revision: https://phabricator.services.mozilla.com/D64653

--HG--
extra : moz-landing-system : lando
2020-03-09 17:36:55 +00:00
Mark Banner
2c4e35b0a6 Bug 1620218 - Automatic code fixes for Prettier 1.18.2 upgrade. r=mossop,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D65509

--HG--
extra : moz-landing-system : lando
2020-03-08 21:45:16 +00:00
Hector Zhao
b2fdf38a7f Bug 1618475 - Create targeting attributes for filtering onboarding cards in Fx China repack. r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D65725

--HG--
extra : moz-landing-system : lando
2020-03-07 12:31:02 +00:00
Mark Banner
b2df945d37 Bug 1620542 - Turn on linting of .eslintrc.js files. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D65704

--HG--
extra : moz-landing-system : lando
2020-03-07 09:30:44 +00:00
Mark Banner
15cfe23b88 Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D65703

--HG--
extra : moz-landing-system : lando
2020-03-07 10:09:44 +00:00
Scott
c5d765a430 Bug 1620670 - Remove dismiss jank for collections. r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D65793

--HG--
extra : moz-landing-system : lando
2020-03-07 00:19:35 +00:00
Punam Dahiya
18fa7b220b Bug 1620029 - Simplified about:welcome seen pref update r=k88hudson,mconley
Differential Revision: https://phabricator.services.mozilla.com/D65608

--HG--
extra : moz-landing-system : lando
2020-03-06 23:33:04 +00:00
Nan Jiang
cccdcc7909 Bug 1620325 - Add browser sessionId to Onboarding and Activity-Stream event pings r=pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D65597

--HG--
extra : moz-landing-system : lando
2020-03-05 21:53:39 +00:00
emcminn
74eb8e3288 Bug 1620258 - Added telemetry ping to the "Start Browsing" button in simplified about:welcome. r=pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D65646

--HG--
extra : moz-landing-system : lando
2020-03-06 17:51:46 +00:00
Scott
d2417a6968 Bug 1620283 - Fixing dismiss on collection bug. r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D65589

--HG--
extra : moz-landing-system : lando
2020-03-05 19:35:52 +00:00
Andrei Oprea
6480f23881 Bug 1620245 - Sign in to Sync about:welcome card silently failed because of missing component state r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D65520

--HG--
extra : moz-landing-system : lando
2020-03-05 14:33:22 +00:00
Dan Mosedale
cf78733864 Bug 1619405 - remove obsolete newtab github stuff, r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D65015

--HG--
extra : moz-landing-system : lando
2020-03-04 20:50:49 +00:00
emcminn
39b6b65851 Bug 1618348 - Removed dependency on activity-stream.css; relevant styles/assets moved into aboutwelcome.css r=pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D65142

--HG--
extra : moz-landing-system : lando
2020-03-04 03:05:00 +00:00
Andrei Oprea
8c21b13bfa Bug 1616371 - Add Event telemetry to simplified full page about:welcome r=k88hudson,nanj
Differential Revision: https://phabricator.services.mozilla.com/D65110

--HG--
extra : moz-landing-system : lando
2020-03-04 14:16:04 +00:00
Scott
aed6b54fb8 Bug 1619654 - Update bundle because of package version regression r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D65140

--HG--
extra : moz-landing-system : lando
2020-03-04 00:31:24 +00:00
Punam Dahiya
c48b401439 Bug 1618342 - Add Start Browsing button and Browse Privately onboarding card r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D65006

--HG--
extra : moz-landing-system : lando
2020-03-03 22:52:23 +00:00
Scott
c5c4d3ecdf Bug 1619754 - Removing hover jank on ds dismiss button. r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D65205

--HG--
extra : moz-landing-system : lando
2020-03-03 22:27:53 +00:00
Gavin Lazar Suntop
677ecba1df Bug 1617249 - adding background hover state to collection r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D65172

--HG--
extra : moz-landing-system : lando
2020-03-03 20:16:19 +00:00
Andrei Oprea
cc2482d295 Bug 1618356 - Implement fetching flowparams for sync card entry point from about:welcome r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D64960

--HG--
extra : moz-landing-system : lando
2020-03-03 10:59:28 +00:00
Gavin Lazar Suntop
db3b2dee85 Bug 1618466 - fixing collection title color for dark mode r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D65018

--HG--
extra : moz-landing-system : lando
2020-03-02 21:54:18 +00:00
Gavin Lazar Suntop
dd6c2ba3f7 Bug 1618229 - fixing dismiss icon color on hover for dark mode r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D65025

--HG--
extra : moz-landing-system : lando
2020-03-02 21:54:26 +00:00