Граф коммитов

24043 Коммитов

Автор SHA1 Сообщение Дата
Ed Lee 6e5171f082 Bug 1589802 - Add welcome experiments, pressed styles and bug fixes to New Tab Page r=pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D49814

--HG--
extra : moz-landing-system : lando
2019-10-19 00:41:03 +00:00
Mark Banner 7f02531d80 Bug 1587840 - Update the copy for the separate default search engine. r=mikedeboer,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D49591

--HG--
extra : moz-landing-system : lando
2019-10-17 12:32:10 +00:00
Mark Banner 2e1253978b Bug 1588785 - Make the search service also detect when the UI is not enabled. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D49652

--HG--
extra : moz-landing-system : lando
2019-10-18 18:53:36 +00:00
Mark Banner d98ffc7276 Bug 1588785 - Send a notification when separate private default is toggled. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D49651

--HG--
extra : moz-landing-system : lando
2019-10-18 18:53:15 +00:00
Tim Nguyen b7433f9959 Bug 1589324 - Restore max-width on .container. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D49654

--HG--
extra : moz-landing-system : lando
2019-10-18 16:28:15 +00:00
Marco Bonardo 21f39cc00f Bug 1588469 - Show Search in a Private Window even if search suggestions in address bar are disabled. r=Standard8
Stop filtering search results when browser.urlbar.suggest.searches is false,
that pref is intended to filter search suggestions coming from the network, and
we should completely avoid hitting the network when it's set, rather than
filtering entries (that may instead cover real bugs).

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

--HG--
extra : moz-landing-system : lando
2019-10-18 14:21:54 +00:00
Marco Bonardo 9105b2fe51 Bug 1587959 - The userSelectionBehavior property of the urlbar controller may get stale and confuse a11y. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D49725

--HG--
extra : moz-landing-system : lando
2019-10-18 15:55:54 +00:00
Oana Pop Rus 852f034b58 Backed out 2 changesets (bug 1588785) for causing bc perma failures in browser_searchDefaultEngine.js on a CLOSED TREE
Backed out changeset 6ad4b26b21d7 (bug 1588785)
Backed out changeset 4a4afa268baf (bug 1588785)
2019-10-18 18:45:58 +03:00
Mark Banner c481f33c74 Bug 1588785 - Make the search service also detect when the UI is not enabled. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D49652

--HG--
extra : moz-landing-system : lando
2019-10-18 13:48:17 +00:00
Harry Twyford 6c24ba64b2 Bug 1578445 - Add roles and aria attributes to tip elements. r=dao,fluent-reviewers,Gijs,Jamie
Differential Revision: https://phabricator.services.mozilla.com/D47980

--HG--
extra : moz-landing-system : lando
2019-10-17 17:46:01 +00:00
Liang-Heng Chen ff3caeb4c7 Bug 1585615 - check content blocking event parameter bitwisely; r=johannh
content blocking event should be checked bitwisely to see if targeted bits are all matched.

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

--HG--
extra : moz-landing-system : lando
2019-10-18 13:01:16 +00:00
Marco Bonardo 3f507f3fdc Bug 1587803 - Check BrowserContentHandler.jsm::doSearch() uses the private engine when appropriate. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D49446

--HG--
extra : moz-landing-system : lando
2019-10-18 10:24:52 +00:00
Razvan Maries 29261ec7e6 Backed out changeset 66b01a30ed12 (bug 1589015) for causing perma fails on browser_trackingUI_categories.js. CLOSED TREE 2019-10-18 12:29:35 +03:00
Nihanth Subramanya dd9ab00dff Bug 1589015 - Stop using two label elements in the cookies category item. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D49599

--HG--
extra : moz-landing-system : lando
2019-10-18 08:23:48 +00:00
jaril 696cf3b52a Bug 1588997 - Convert ObjectClient to protocol.js front. r=nchevobbe.
- Converted the ObjectClient into an protocoljs Front
- Converted the SymbolIteratorClient into a protocoljs Front and moved it to devtools/shared/fronts
- Converted the PropertyIteratorClient into a protocoljs Front and moved it to devtools/shared/fronts
- Converted the EnvironmentClient into a protocoljs Front and moved it to devtools/shared/fronts
- Modified calls to `DebuggerClient.release()` so that it tries to call the ObjectFront's release method first, and falls back on `DebuggerClient.release()` if there's no object front
- Changed reps so that it instantiates only one ObjectClient per grip
- Changed tests so that they expect what the Front's request method resolves to where applicable (i.e. ObjectFront.allocationStack resolves to allocationStack, not a packet object with an allocationStack property)
- Changed callbacks provided to ObjectClient methods to be chained to the ObjectFront methods (e.g. ObjectClient.getScope(callback) changed to ObjectFront.getScope().callback())
- Changed tests to use async/await (test_framebindings-x.js, test_functiongrips-x.js, test_objectgrips-x.js)
- Changed tests to expect protocoljs to throw an error string instead of an error object (test_objectgrips-fn-apply-03.js, test_threadlifetime-02.js, test_pauselifetime-03.js)

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

--HG--
rename : devtools/shared/client/environment-client.js => devtools/shared/fronts/environment.js
rename : devtools/shared/client/property-iterator-client.js => devtools/shared/fronts/property-iterator.js
rename : devtools/shared/client/symbol-iterator-client.js => devtools/shared/fronts/symbol-iterator.js
extra : moz-landing-system : lando
2019-10-17 16:06:25 +00:00
Kris Maglione e7fd10bd79 Bug 1585776 - Fix XPInstall content handler under Fission. r=nika
The XPInstall content handlers currently make all sorts of assumptions about
the process they're being run in and the docShell their request is tied to.
These assumptions don't hold under Fission, either now, when they may be
called just after a process switch, or in the future, when they'll be called
in the parent process.

This patch updates them to operate on the BrowsingContext of the request, and
to do their messaging via the process message manager, rather than via frame
message managers. As a bonus, it also removes the existing hacks they had in
place to handle the cases where frame message managers didn't work.

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

--HG--
extra : moz-landing-system : lando
2019-10-18 01:35:33 +00:00
Alexander Surkov 94f3a35a6b Bug 1583531 - add in-bookmarks-menu class for arrowscrollboxes to adjust padding in bookmarks submenus r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D49633

--HG--
extra : moz-landing-system : lando
2019-10-17 18:23:44 +00:00
Scott 3fdc9dd87b Bug 1589389 - Add privacy menu, optional sync and bug fixes to New Tab Page r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D49613

--HG--
extra : moz-landing-system : lando
2019-10-17 16:37:12 +00:00
Erica Wright c024fac19d Bug 1589441 - Monitor integration card does not require lockwise logins to be saved. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D49631

--HG--
extra : moz-landing-system : lando
2019-10-17 18:02:49 +00:00
Coroiu Cristina 34a649cd21 Backed out changeset 8c0ed99d462c (bug 1578445) for browser-chrome failures at browser/modules/test/browser/browser_UsageTelemetry_urlbar_tip.js on a CLOSED TREE 2019-10-17 20:29:23 +03:00
Harry Twyford 8347b171c4 Bug 1578445 - Add roles and aria attributes to tip elements. r=dao,fluent-reviewers,Gijs,Jamie
Differential Revision: https://phabricator.services.mozilla.com/D47980

--HG--
extra : moz-landing-system : lando
2019-10-17 16:49:38 +00:00
Mark Banner 183b11bae0 Bug 1588576 - Add a preference to control the maximum number of shows of the private search introduction banner. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D49584

--HG--
extra : moz-landing-system : lando
2019-10-17 13:42:53 +00:00
Oana Pop Rus e0fb2f2a1e Backed out changeset 62d172103a78 (bug 1578445) for bc failures in browser/browser_ext_urlbar.js on a CLOSED TREE 2019-10-17 17:28:29 +03:00
Mike de Boer 089165087b Bug 1587817 - Move the default search engine in Private Browsing mode for in-content search access points to be contained in ContentSearch.jsm. r=Mardak,Standard8
This reverts part of bug 1576158, so that all current and future in-content pages share the same implementation.

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

--HG--
extra : moz-landing-system : lando
2019-10-17 13:02:09 +00:00
Harry Twyford 07dd6769fb Bug 1578445 - Add roles and aria attributes to tip elements. r=dao,fluent-reviewers,Gijs,Jamie
Differential Revision: https://phabricator.services.mozilla.com/D47980

--HG--
extra : moz-landing-system : lando
2019-10-17 10:48:26 +00:00
Marco Bonardo 4a41f42413 Bug 1588464 - Add a delay to Search in a private window to reduce flicker. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D49266

--HG--
extra : moz-landing-system : lando
2019-10-17 11:47:13 +00:00
Bogdan Tara 3f1e57d343 Backed out changeset cbafd2e6cf53 (bug 1587809) for browser_asrouter_cfr.js failures CLOSED TREE 2019-10-17 13:31:33 +03:00
James Teh 8df4803118 Bug 1587809: Give the CFR address bar button a more descriptive tooltip/a11y label. Announce its appearance to screen reader users. r=andreio,fluent-reviewers,flod
1. Previously, the label and tooltip for all recommendations was just "Recommendation", even though the icon was different for extension and feature recommendations.
  Because users might not be able to see the icon and/or determine its meaning, it is important that this is communicated in the tooltip and a11y label.
2. Screen reader users won't know this has appeared, even though this attracts some attention visually.
  Therefore, provide a specific announcement for screen reader users when the recommendation appears.

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

--HG--
extra : moz-landing-system : lando
2019-10-17 09:27:12 +00:00
Dão Gottwald 97dc13cb94 Bug 1586889 - Stop re-initializing the urlbar when exiting customize mode. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D49405

--HG--
extra : moz-landing-system : lando
2019-10-17 09:03:12 +00:00
Mihai Alexandru Michis d874b02b52 Backed out 2 changesets (bug 1588469, bug 1588464) for causing bc failures in browser_test_focus_urlbar.js CLOSED TREE
Backed out changeset c5bff62e1640 (bug 1588464)
Backed out changeset b85a79175973 (bug 1588469)
2019-10-17 02:09:57 +03:00
Marco Bonardo 3db57b200e Bug 1588037 - Don't show 'Search in a private window' if an alias was typed. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D49423

--HG--
extra : moz-landing-system : lando
2019-10-16 22:07:43 +00:00
Marco Bonardo e24c974e7d Bug 1588464 - Add a delay to Search in a private window to reduce flicker. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D49266

--HG--
extra : moz-landing-system : lando
2019-10-16 22:07:26 +00:00
Marco Bonardo eddf83bc7a Bug 1588469 - Show Search in a Private Window even if search suggestions in address bar are disabled. r=Standard8
Split the SEARCH source into SEARCH_NETWORK or SEARCH_LOCAL to distinguish
search results coming from a remote source, from those generated locally.
browser.urlbar.suggest.searches will only affect SEARCH_NETWORK results.

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

--HG--
extra : moz-landing-system : lando
2019-10-16 22:07:14 +00:00
Harry Twyford e928de6825 Bug 1589169 - Stop calling _addTextContentWithHighlights for the tip text. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D49468

--HG--
extra : moz-landing-system : lando
2019-10-16 20:00:16 +00:00
Harry Twyford e897e72031 Bug 1586861 - Use promiseDocumentFlushed in SearchOneOffs.__rebuild. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D48405

--HG--
extra : moz-landing-system : lando
2019-10-16 14:46:44 +00:00
Erica Wright 6fd9e68e3c Bug 1588901 - Monitor cards have the same heights. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D49344

--HG--
extra : moz-landing-system : lando
2019-10-16 10:27:36 +00:00
Harry Twyford 7cfeb10bd3 Bug 1586239 - Stop calling _addTextContentWithHighlights for the tip button. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D49440

--HG--
extra : moz-landing-system : lando
2019-10-16 15:41:10 +00:00
Jared Wein 120f88629a Bug 1572695 - Select the newly added login if it is added when there are no other logins present and we're not in the Create mode. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D49343

--HG--
extra : moz-landing-system : lando
2019-10-15 21:34:19 +00:00
Nihanth Subramanya 5a7e50a306 Bug 1584312 - Implement blocked tracker count milestones UI. r=johannh,flod
Differential Revision: https://phabricator.services.mozilla.com/D47799

--HG--
extra : moz-landing-system : lando
2019-10-16 09:00:20 +00:00
Cosmin Sabou 771f858152 Backed out changeset 1a28547631d7 (bug 1584312) for failures on browser_protections_UI_milestones.js. 2019-10-16 11:26:06 +03:00
Nihanth Subramanya 3936f012cd Bug 1584312 - Implement blocked tracker count milestones UI. r=johannh,flod
Differential Revision: https://phabricator.services.mozilla.com/D47799

--HG--
extra : moz-landing-system : lando
2019-10-15 17:09:59 +00:00
Brad Werth 0b6d9f7d9c Bug 1588167: Make UrlbarView._getFirstSelectableElement handle having no children at time of call. r=adw
This avoids a JS error when the tab has been removed before this function
has a chance to run.

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

--HG--
extra : moz-landing-system : lando
2019-10-16 01:14:30 +00:00
Marcos Cáceres caed406d12 Bug 1588420 - Add init() to SharePicker.idl, which provides a means to get to browser parent r=droeh
Differential Revision: https://phabricator.services.mozilla.com/D49215

--HG--
extra : moz-landing-system : lando
2019-10-15 00:52:09 +00:00
Drew Willcoxon 1643004a5d Bug 1579612 - Properly extract tags from urlbar results in all cases. r=mak
We extract tags from the result title only when `info.style.includes("bookmark")`, but that only captures one of the two cases where we include tags in the title: the "bookmark" style. We also include tags for the "tag" style. So the bug reports in this bug are hitting that "tag" case. It doesn't have anything to do with non-Latin tags afaict (see the bug summary).

I took the opportunity to streamline `UnifiedComplete._addFilteredQueryMatch`, which was a little hard to follow. I had to look at it to make sure I captured all the cases where tags are included in the title. I think I've made it easier to follow.

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

--HG--
extra : moz-landing-system : lando
2019-10-16 00:31:53 +00:00
Nan Jiang f0ac756360 Bug 1588199 - Load local fluent file for ASRouter as fallback r=Pike,Mardak
This changes the either-or semantics to one-after between the local and remote fluent files for ASRouter.

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

--HG--
extra : moz-landing-system : lando
2019-10-15 23:12:49 +00:00
mcrawford@mozilla.com 74a51bb20f Bug 1579188 - Adjust background color of login-list items r=jaws
Note - This change  is only visible in the light variation of the default theme.

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

--HG--
extra : moz-landing-system : lando
2019-10-15 22:13:07 +00:00
mcrawford@mozilla.com 24e66bcef9 Bug 1579165 - Separators between logins (and bounding boxes of containers) should be lighter to match the spec r=jaws
Note - I did not edit the refernces to `--in-content-box-border-color` across the following refernces:
login-list:
	:host (Also contained references to backround color: `--in-content-box-background`)
	.meta (Also contained references to backround color: `--in-content-box-background`)
	.create-login-button-container (Shadow color property)
menu-button:
	.menu (Also contained references to backround color: `--in-content-box-background`)

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

--HG--
extra : moz-landing-system : lando
2019-10-15 22:12:00 +00:00
Erica Wright c4912c7c9e Bug 1586090 - Direct signed-in and subscribed users to fxa on monitor page. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D49325

--HG--
extra : moz-landing-system : lando
2019-10-15 19:41:35 +00:00
Erica Wright da9bdae004 Bug 1579974 - Add celebrating milestone toast when certain numbers of trackers are blocked. r=k88hudson,johannh,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D47512

--HG--
extra : moz-landing-system : lando
2019-10-15 19:30:11 +00:00
Edouard Oger f6c6575b00 Bug 1588793 - Load Sync Now string at startup. r=flod,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D49296

--HG--
extra : moz-landing-system : lando
2019-10-15 17:17:52 +00:00