Commit graph

27201 commits

Author SHA1 Message Date
Agi Sferro
f9bb44fe18 Bug 1664522 - Move ext_tabs_captureTab test to toolkit. r=robwu,snorp
Differential Revision: https://phabricator.services.mozilla.com/D90167
2020-09-16 20:11:35 +00:00
Agi Sferro
8647758548 Bug 1664522 - Fix tabs.captureVisibleTab for mobile. r=robwu,zombie,snorp
There are two things wrong with captureVisibleTab on mobile:

    * ownerGlobal is not available on nativeTab, this patch uses
      this.browser.ownerGlobal instead.
    * ZoomManager is not available on mobile, this patch moves that code to
      browser/../ext-tabs.

Differential Revision: https://phabricator.services.mozilla.com/D90009
2020-09-16 20:12:00 +00:00
Gavin Lazar Suntop
cf1c5fdac0 Bug 1655123 - save to pocket ui refresh r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D90295
2020-09-16 18:56:12 +00:00
Kenrick
dcd2516e14 Bug 1645365 - Hide the menu when the buttons are clicked. r=MattN
So that the menu isn't closed when non-buttons (e.g. separatos, paddings) are clicked.

Differential Revision: https://phabricator.services.mozilla.com/D90275
2020-09-16 15:07:32 +00:00
Andreas Farre
d80d98ee5d Bug 1662410 - Part 2: Fix test infrastructure usage of legacySHistory. r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D89711
2020-09-16 14:51:03 +00:00
Andreas Farre
f9f96d23ca Bug 1662410 - Part 1: Fix usage of ChildSHistory.legacySHistory . r=peterv
ChildSHistory.legacySHistory isn't valid for content processes when
session history in the parent is enabled. We try to fix this by either
delegating to the parent by IPC or move the implementation partially
or as a whole to the parent.

Differential Revision: https://phabricator.services.mozilla.com/D89353
2020-09-16 14:51:01 +00:00
Michael Goossens
1805ff69e9 Bug 1662329 - Drop cookie permission requirement for cookieStoreId r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D90032
2020-09-16 13:50:30 +00:00
Michael Kaply
23a4c41078 Bug 1658259 - Ignore OfferToSaveLoginsDefault if OfferToSaveLogins is present. r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D88664
2020-08-31 15:43:06 +00:00
Luke Crouch
6821fc0acd Bug 1664360 also use Region.jsm for vpn region restriction r=baku
Differential Revision: https://phabricator.services.mozilla.com/D90287
2020-09-16 12:04:10 +00:00
Harry Twyford
0f023b01db Bug 1665036 - Enable update2 prefs in browser_searchMode_engineRemoval.js. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D90281
2020-09-15 23:26:07 +00:00
Brindusan Cristian
09fafce1c6 Backed out changeset 6e3078121a13 (bug 1657676) for bc failures at browser_oneOffs_keyModifiers.js. CLOSED TREE 2020-09-16 03:18:05 +03:00
Harry Twyford
b769c92faf Bug 1657676 - Add search mode preview. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D89964
2020-09-15 22:55:12 +00:00
Gijs Kruitbosch
fe59b3186c Bug 492320 - allow cmd-shift-n to work when there are no open windows, r=jaws,mstange
Differential Revision: https://phabricator.services.mozilla.com/D86656
2020-09-09 17:42:00 +00:00
Kirk Steuber
6f0c1a1b97 Bug 1659157 - Collect allowed app install source data and submit to telemetry r=Gijs,chutten,mhowell
Differential Revision: https://phabricator.services.mozilla.com/D89190
2020-09-10 20:16:04 +00:00
Dão Gottwald
7183a3a857 Bug 1664203 - Send attribution request work for default tiles that became frecency tiles. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D90244
2020-09-15 12:21:29 +00:00
Andrei Oprea
1b0916b6c1 Bug 1664750 - Redirect users to about:home after they opt in to restore default settings r=nanj
Differential Revision: https://phabricator.services.mozilla.com/D90129
2020-09-14 19:49:21 +00:00
Harry Twyford
d4b85bd17a Bug 1657801 - Exit search mode if the current search mode engine is removed. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D89827
2020-09-14 20:27:10 +00:00
Marco Bonardo
24042ff483 Bug 1662509 - Add a pref to experiment with zero-prefix search in search mode. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D89914
2020-09-14 17:05:08 +00:00
Jared Wein
573c5943de Bug 1662098 - Move default browser notification to JS Window Actor and use pageshow to trigger if the notification will appear. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D88909
2020-09-14 18:26:23 +00:00
pbz
16ea526e5b Bug 613785 - Updated http auth prompt tests to support tab prompts. r=extension-reviewers,Gijs,zombie on a CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D75567
2020-09-14 10:27:41 +00:00
Cristina Coroiu
f3ce4d6f49 Backed out 3 changesets (bug 613785) for license failure at toolkit/components/pictureinpicture/docs/PiP-diagram.svg on a CLOSED TREE
Backed out changeset 0f7dc1b122c6 (bug 613785)
Backed out changeset c8555693674c (bug 613785)
Backed out changeset 9df275f6cd8d (bug 613785)
2020-09-14 18:20:12 +03:00
pbz
8c7a8fe47b Bug 613785 - Updated http auth prompt tests to support tab prompts. r=extension-reviewers,Gijs,zombie
Differential Revision: https://phabricator.services.mozilla.com/D75567
2020-09-14 10:27:41 +00:00
Joel Maher
26804c202e Bug 1664497 - Adjust test expectations for OSX with no EDID dongle. r=bc,preferences-reviewers,marionette-reviewers,whimboo,Gijs
Adjust test expectations for OSX with no EDID dongle.

Differential Revision: https://phabricator.services.mozilla.com/D89934
2020-09-12 10:12:58 +00:00
Luke Crouch
9cd7330a82 Bug 1664360 - introduce browser.privatebrowsing.vpnpromourl r=baku
Use browser.privatebrowsing.vpnpromourl pref to control the display and link
param value of the VPN promo in about:privatebrowsing.

Differential Revision: https://phabricator.services.mozilla.com/D89916
2020-09-14 09:29:44 +00:00
Mark Banner
02ae3b9de6 Bug 863474 - Centralise OpenSearch install failure prompts into SearchUIUtils. r=daleharvey,flod,geckoview-reviewers,esawin
Differential Revision: https://phabricator.services.mozilla.com/D89879
2020-09-14 11:08:43 +00:00
Moritz Birghan
628ee042f6 Bug 1659810 - Refactoring the cert manager server tab to use a richlist r=keeler,fluent-reviewers,preferences-reviewers,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D87498
2020-09-14 10:06:31 +00:00
Dorel Luca
89114e2339 Backed out changeset a526a04f7f4c (bug 1662509) for Reftest failures in js/src/tests/test262/language/literals/regexp/named-groups/invalid-non-id-start-groupspecifier-4.js. CLOSED TREE 2020-09-14 13:07:10 +03:00
Marco Bonardo
c082da74be Bug 1662509 - Add a pref to experiment with zero-prefix search in search mode. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D89914
2020-09-13 22:41:27 +00:00
Razvan Maries
e3020a8f57 Backed out 2 changesets (bug 863474) for build bustages on search.properties. CLOSED TREE
Backed out changeset 5f00eaaa4e2d (bug 863474)
Backed out changeset 42d66b1f9b82 (bug 863474)
2020-09-12 19:41:12 +03:00
Mark Banner
d1abbfeaf8 Bug 863474 - Centralise OpenSearch install failure prompts into SearchUIUtils. r=daleharvey,flod
Differential Revision: https://phabricator.services.mozilla.com/D89879
2020-09-12 14:57:34 +00:00
Marco Bonardo
4cbf7b36fd Bug 1662477 - Don't toggle local one-offs if urlbar privacy preferences are flipped. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D89917
2020-09-12 08:46:34 +00:00
Drew Willcoxon
475e72fb04 Bug 1663025 - Fix Beta failure in browser/components/urlbar/tests/browser/browser_searchMode_autofill.js. r=harry
This test requires search mode, but it doesn't enable update2, so it fails on
non-Nightly.  It only needs to enable update2 like other search-mode tests do.

Differential Revision: https://phabricator.services.mozilla.com/D89850
2020-09-11 17:55:35 +00:00
Drew Willcoxon
20622667b0 Bug 1663016 - Fix Beta failure in browser/components/urlbar/tests/unit/test_search_suggestions_aliases.js. r=harry
The "Search in a Private Window" result is included only in Nightly builds, so
this test needs to either enable the corresponding pref, or disable the pref and
remove that result from the expected results. This patch does the latter.

Differential Revision: https://phabricator.services.mozilla.com/D89849
2020-09-11 17:55:42 +00:00
Gijs Kruitbosch
b7978dc940 Bug 1663173 - disable commands that don't need to be enabled in customize mode, r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D89289
2020-09-11 20:40:28 +00:00
Mark Banner
1ea88a81e4 Bug 1619656 - Drop the separate recording of _shortName in the search service, use the telemetry Id instead. r=daleharvey
The _shortName variable is basically redundant, and we can transfer the remaining 'identifier' handling across to the telemetry Id as they were virtually the same.

Differential Revision: https://phabricator.services.mozilla.com/D88623
2020-09-11 19:31:42 +00:00
Harry Twyford
b896496e10 Bug 1657212 - Support one-off key modifiers and remove one-off context menus. r=adw
This patch adds support for key modifiers on the refreshed one-offs. They work the same as the old key modifiers, with one exception: Shift+Click and Shift+Enter both execute a search immediately in the current tab, replicating the behaviour of the old one-offs. For empty searches, Shift+Click and Shift+Enter just enter search mode. To support these Shift modifiers, we dropped support for opening a one-off search in a new window. Users can still search in a new window with a non-default engine by typing a search string, selecting a one-off with the keyboard, then Shift+Clicking the heuristic result or the Go button.

Other key modifiers worth pointing out include Accel+Click to search in a new background tab and Alt+Enter to search in a new foreground tab. If these modifiers are used on the local one offs or with an empty query, we open search mode in the new tab.

Differential Revision: https://phabricator.services.mozilla.com/D89504
2020-09-11 20:07:07 +00:00
Robert Helmer
658096a4ad Bug 1664545 - use correct RS bucket for badging Pioneer icon on new studies r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D89956
2020-09-11 19:41:06 +00:00
Scott
b6b0d1fa4d Bug 1655124 - Creating enough structure to start attaching save to Pocket on save recs telemetry. r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D89783
2020-09-11 18:53:17 +00:00
Edouard Oger
5ad49cc0a4 Bug 1664307 - Revise the pairing modal. r=markh,fluent-reviewers,preferences-reviewers,flod,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D89824
2020-09-11 18:29:26 +00:00
Denis Palmeiro
a267293bdb Bug 1652126: Re-enable browser_pdfjs_preview.js for asan builds. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D89804
2020-09-11 15:28:20 +00:00
Punam Dahiya
154225ecec Bug 1659150 - Remove about:welcome trailhead, full page and ReturnToAMO templates r=perftest-reviewers,Mardak,mkaply,nanj,sparky
Differential Revision: https://phabricator.services.mozilla.com/D89077
2020-09-11 16:35:04 +00:00
Gijs Kruitbosch
97c97bc82f Bug 1660557 - stop using js_modules to pack builtin and default themes, r=glandium,zombie
This is ultimately less build magic and makes for more meaningful URIs.

This patch paves the way for the second patch in this stack which fixes bug 1655456.

Differential Revision: https://phabricator.services.mozilla.com/D89130
2020-09-11 15:26:24 +00:00
Andrei Oprea
468c9b2efc Bug 1659867 - Increase update interval for FxA endpoint to four hours r=jbuck
Differential Revision: https://phabricator.services.mozilla.com/D88401
2020-09-11 03:22:40 +00:00
Alessio Placitelli
60725c5763 Bug 1663857 - Ensure pioneer pings are properly routed to the study tables. r=rhelmer,amiyaguchi
Differential Revision: https://phabricator.services.mozilla.com/D89798
2020-09-11 12:18:50 +00:00
Alessio Placitelli
a7cdd69f72 Bug 1663857 - Introduce the Pioneer enrollment ping. r=rhelmer
This introduces the enrollment ping (really the existing 'ping-study'
ping with a different schema name) that is sent both when user joins
Pioneer and when they join a new study.

The one sent when joining pioneer has a different namespace, because
we want this data to flow in a separate dataset. The one sent when
joining the study behaves like the deletion-request, has an empty
payload and is properly routed to the study table due to the rules
on the pioneer ingestion pipeline.

This additionally lands documentation required for data-review.

Differential Revision: https://phabricator.services.mozilla.com/D89718
2020-09-11 12:18:32 +00:00
Dão Gottwald
d18553c963 Bug 1664402 - Support migrating browser.topsites.useRemoteSetting true to false and back to true. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D89891
2020-09-11 10:52:31 +00:00
Cosmin Sabou
00b09a0063 Backed out changeset 08f94ba4c50c (bug 1659150) for bc failures on browser_all_files_referenced.js. CLOSED TREE 2020-09-11 08:32:46 +03:00
Punam Dahiya
744a5e4c1e Bug 1659150 - Remove about:welcome trailhead, full page and ReturnToAMO templates r=perftest-reviewers,Mardak,mkaply,nanj,sparky
Differential Revision: https://phabricator.services.mozilla.com/D89077
2020-09-11 00:31:11 +00:00
Robert Helmer
1a9a2dbf1e Bug 1664265 - check for Pioneer enrollment before re-trying default add-on install r=maxxcrawford
Differential Revision: https://phabricator.services.mozilla.com/D89811
2020-09-10 22:45:48 +00:00
Robert Helmer
e273840d72 Bug 1664265 - remove errant Pioneer debugging from test r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D89807
2020-09-10 18:46:06 +00:00