Commit graph

5879 commits

Author SHA1 Message Date
Tim Huang
e8f8d32e61 Bug 1824222 - Make nsRFPService::IsRFPEnabledFor() to use the given OverriddenFingerprintingSettings for checking RFPTargets. r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D185016
2023-10-17 22:02:30 +00:00
Emilio Cobos Álvarez
e17c4ef075 Bug 1857743 - Consolidate inactive color handling across platforms. r=desktop-theme-reviewers,dao
When using the accent color in the titlebar we apply InactiveCaption
color, but then we also apply this opacity which causes the text to be
super dark.

Use color-mix() rather than opacity on the lwtheme case, so that it
works on Linux and macOS when themes are used too.

Adapt browser-custom-colors.css to do this for the system theme on
Windows and macOS so that there's no behavior change.

For high contrast and Linux, InactiveCaption should have us covered.

Depends on D190952

Differential Revision: https://phabricator.services.mozilla.com/D190953
2023-10-17 00:37:36 +00:00
Olli Pettay
7c6d5205f0 Bug 1856449 - Do not update chrome UI for iframe loads r=mconley
This is just Olli's patch unedited. Still in the process of double
checking on try, but it appears that this doesn't break any tests
and seems to work just fine. This patch just avoids showing the
status bar and updating the stop/reload button when loading iframe
content. This should not affect top level loads, and this matches
Chrome's behavior.

Differential Revision: https://phabricator.services.mozilla.com/D190616
2023-10-13 15:51:53 +00:00
Marc Seibert
964fbbfa4f Bug 1479858 - Added option for UrlBar search open tabs to ignore userContextId.r=mak,dao
Oiriginal patch author: Paresh Malalur <atararx@gmail.com>

Differential Revision: https://phabricator.services.mozilla.com/D187465
2023-10-13 08:48:46 +00:00
Frederik Braun
ec7bc44fb5 Bug 1812192 - Address bar should mark navigations that were schemeless r=mak,Gijs,tabbrowser-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D179794
2023-10-11 17:49:42 +00:00
Natalia Csoregi
16dded2837 Backed out changeset 6b874f1506e7 (bug 1856449) for causing almost perma failures on browser_preferences.js. CLOSED TREE 2023-10-11 07:32:58 +03:00
Olli Pettay
923f391954 Bug 1856449 - Do not update chrome UI for iframe loads r=mconley
This is just Olli's patch unedited. Still in the process of double
checking on try, but it appears that this doesn't break any tests
and seems to work just fine. This patch just avoids showing the
status bar and updating the stop/reload button when loading iframe
content. This should not affect top level loads, and this matches
Chrome's behavior.

Differential Revision: https://phabricator.services.mozilla.com/D190616
2023-10-10 23:06:59 +00:00
Cristian Tuns
5fabc0ee57 Backed out 6 changesets (bug 1812192) for causing browser_schemeless.js failures. CLOSED TREE
Backed out changeset 3d07a92324d0 (bug 1812192)
Backed out changeset 9c2a1ff6c90d (bug 1812192)
Backed out changeset fa6784f8b0f4 (bug 1812192)
Backed out changeset 0f39aba7e4d5 (bug 1812192)
Backed out changeset ef7219327a10 (bug 1812192)
Backed out changeset 9833b559342e (bug 1812192)
2023-10-10 10:02:25 -04:00
Frederik Braun
9301710e8e Bug 1812192 - Address bar should mark navigations that were schemeless r=mak,Gijs,tabbrowser-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D179794
2023-10-10 08:42:59 +00:00
Gijs Kruitbosch
124c0f0e4c Bug 1856619 - drop optedOut from conditions that toggle _enabled so shopping button keeps updating on tabswitch/navigation, r=jhirsch
Differential Revision: https://phabricator.services.mozilla.com/D190212
2023-10-05 19:58:53 +00:00
Brian Grinstead
8d1fc65e40 Bug 1692124 - Guess the userContextId for externally opened URLs;r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D154812
2023-10-05 17:44:25 +00:00
John Schanck
3b26eb3c70 Bug 1856395 - remove WebAuthnController. r=keeler,webdriver-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D189846
2023-10-05 00:52:32 +00:00
Gregory Pappas
001b34b01c Bug 1854298 - Implement PrintingEnabled policy r=emilio,mkaply,Gijs,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D188792
2023-10-03 21:48:34 +00:00
Masatoshi Kimura
bcd7d268c4 Bug 1856104 - Remove useless version checks from JavaScript code. r=Gijs,webcompat-reviewers,settings-reviewers,search-reviewers,Standard8,twisniewski
Differential Revision: https://phabricator.services.mozilla.com/D189696
2023-10-02 19:00:07 +00:00
Noemi Erli
26e0b0be0a Backed out 3 changesets (bug 1856187, bug 1856100, bug 1856104) for causing newtab failures
Backed out changeset db28784a1734 (bug 1856187)
Backed out changeset bd11e14dca63 (bug 1856104)
Backed out changeset 2741311b6055 (bug 1856100)
2023-10-02 21:16:25 +03:00
Masatoshi Kimura
7ad48d61dd Bug 1856104 - Remove useless version checks from JavaScript code. r=Gijs,webcompat-reviewers,settings-reviewers,search-reviewers,Standard8,twisniewski
Differential Revision: https://phabricator.services.mozilla.com/D189696
2023-10-02 17:36:27 +00:00
Kelly Cochrane
9a6092b559 Bug 1852989 - Add telemetry probe for Firefox View tab clicks r=sclements,fxview-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D188854
2023-09-29 18:49:12 +00:00
Sandor Molnar
067ffdbbc7 Backed out changeset 3220838c5990 (bug 1852989) for causing bc failures on browser/components/firefoxview/tests/browser/browser_recently_closed_tabs.js CLOSED TREE 2023-09-28 21:11:30 +03:00
Kelly Cochrane
b81d391f3f Bug 1852989 - Add telemetry probe for Firefox View tab clicks r=sclements,fxview-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D188854
2023-09-28 13:36:16 +00:00
John Schanck
55327e2a59 Bug 1855048 - move webauthn prompt logic from WebAuthnController to authrs_bridge. r=keeler,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D189168
2023-09-27 23:10:10 +00:00
Cristian Tuns
8e41e910e6 Backed out changeset d33f18ce6efc (bug 1855048) for causing build bustages with 'is_some_and' CLOSED TREE 2023-09-27 15:52:50 -04:00
Jared Hirsch
ccca000ed0 Bug 1854243 - Display shopping button even after opting out of the experiment. r=shopping-reviewers,niklas
Differential Revision: https://phabricator.services.mozilla.com/D189271
2023-09-27 19:17:31 +00:00
John Schanck
3a7c853d89 Bug 1855048 - move webauthn prompt logic from WebAuthnController to authrs_bridge. r=keeler,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D189168
2023-09-27 18:04:30 +00:00
Paul Zuehlcke
4c51feffea Bug 1846498 - Add a restart PBM session button and panel for private windows. r=desktop-theme-reviewers,mconley,dao
Differential Revision: https://phabricator.services.mozilla.com/D187223
2023-09-27 15:14:36 +00:00
Natalia Csoregi
b34c90e880 Backed out changeset 372ab6682651 (bug 1855048) for failures on test_webauthn_attestation_conveyance.html. CLOSED TREE 2023-09-27 03:00:09 +03:00
John Schanck
58260a36c4 Bug 1855048 - move webauthn prompt logic from WebAuthnController to authrs_bridge. r=keeler,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D189168
2023-09-26 22:41:53 +00:00
Sandor Molnar
47da40cec7 Backed out 4 changesets (bug 1853698, bug 1853763, bug 1846498) for causing mochitest failures on browser_privatebrowsing_resetPBM.js & browser_1089591_still_customizable_after_reset CLOSED TREE
Backed out changeset 15945b5a02c7 (bug 1853698)
Backed out changeset b396820a7a46 (bug 1853763)
Backed out changeset 535f72d66f52 (bug 1846498)
Backed out changeset 439c5b41701a (bug 1846498)
2023-09-26 16:53:51 +03:00
Paul Zuehlcke
e578297fd3 Bug 1846498 - Add a restart PBM session button and panel for private windows. r=desktop-theme-reviewers,mconley,dao
Differential Revision: https://phabricator.services.mozilla.com/D187223
2023-09-26 09:20:24 +00:00
Katherine Patenio
f58f47386c Bug 1854261 - update strings for review checker urlBar hover tooltip r=shopping-reviewers,fluent-reviewers,flod,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D188773
2023-09-21 16:31:42 +00:00
John Schanck
9ba8ca92cd Bug 1854016 - move webauthn signature selection logic to authrs_bridge. r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D188639
2023-09-21 16:07:45 +00:00
Jared Hirsch
47f610d245 Bug 1848160 - Record product page exposure for users in shopping experiment. r=perry.mcmanis,shopping-reviewers,kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D188261
2023-09-20 17:35:23 +00:00
John Schanck
ed72126fe9 Bug 1853819 - Remove nsIU2FTokenManager. r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D188614
2023-09-20 05:02:36 +00:00
Cosmin Sabou
985fed8d4c Backed out changeset 793702f190e3 (bug 1853819) for bc failures on browser_webauthn_prompts.js. CLOSED TREE 2023-09-20 01:28:28 +03:00
Cosmin Sabou
c61d59732b Backed out changeset 36e95068e103 (bug 1848160) for bc failures on browser_preferences_usage.js. 2023-09-20 01:23:00 +03:00
John Schanck
e42e761d3f Bug 1853819 - Remove nsIU2FTokenManager. r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D188614
2023-09-19 21:15:59 +00:00
Jared Hirsch
23be0b7524 Bug 1848160 - Record product page exposure for users in shopping experiment. r=perry.mcmanis,shopping-reviewers,kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D188261
2023-09-19 19:54:43 +00:00
DJ
60b2e5db6a Bug 1853560 - Check for presence of pocket button before deletion. r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D188539
2023-09-19 14:41:14 +00:00
Shane Hughes
f18d377eed Bug 1842071 - Add Fakespot feature callout triggers. r=omc-reviewers,shopping-reviewers,Mardak,jhirsch
Differential Revision: https://phabricator.services.mozilla.com/D186913
2023-09-15 21:14:51 +00:00
Jared Hirsch
2b443482d0 Bug 1852948 - Eagerly hide shopping sidebar on shopping button click r=pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D188370
2023-09-15 19:35:05 +00:00
Iulian Moraru
8fbea13aa3 Backed out changeset d374e55d4625 (bug 1842071) for causing bc failures related to shopping. CLOSED TREE 2023-09-15 21:23:33 +03:00
Shane Hughes
c0ebc8e49f Bug 1842071 - Add Fakespot feature callout triggers. r=omc-reviewers,shopping-reviewers,Mardak,jhirsch
Differential Revision: https://phabricator.services.mozilla.com/D186913
2023-09-15 16:54:45 +00:00
Perry McManis
2d2db81acd Bug 1853218 - remove visibility state change log message r=jhirsch
Differential Revision: https://phabricator.services.mozilla.com/D188286
2023-09-15 12:21:31 +00:00
Perry McManis
20fc5f94f9 Bug 1849236 - Send a shopping component displayed Event r=jhirsch,TravisLong
Differential Revision: https://phabricator.services.mozilla.com/D186500
2023-09-12 20:00:05 +00:00
Yifan Zhu
fa11537c53 Bug 1852191 - Only show tooltip when document has focus. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D187749
2023-09-10 12:21:47 +00:00
Gijs Kruitbosch
97c581ba5a Bug 1847600 - ensure shopping sidebar activeness updates when switching tabs or hiding/showing it, r=emilio,fchasen
Differential Revision: https://phabricator.services.mozilla.com/D187552
2023-09-08 23:05:53 +00:00
Gijs Kruitbosch
5736aa0cd2 Bug 1846787 - let shopping code ride the train (disabled by default), r=jhirsch
Differential Revision: https://phabricator.services.mozilla.com/D187779
2023-09-08 17:04:40 +00:00
Perry McManis
efd25593ba Bug 1851036 - Add events for displaying the shopping component's address bar icon r=Gijs,TravisLong
Differential Revision: https://phabricator.services.mozilla.com/D187230
2023-09-08 13:43:17 +00:00
Niklas Baumgardner
4d87f3f6e8 Bug 1849159 - Toolbar button should hide when opted out. r=shopping-reviewers,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D187052
2023-09-07 20:55:48 +00:00
Mike Kaply
f35377c487 Bug 1851525 - Allow Firefox View icon to be set via Nimbus. r=sclements,desktop-theme-reviewers,fxview-reviewers,dao,sfoster
Differential Revision: https://phabricator.services.mozilla.com/D187458
2023-09-07 18:01:32 +00:00
Niklas Baumgardner
c6f3be4e0e Bug 1849685 - Shopping button should only show if current browser is a product page. r=shopping-reviewers,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D187326
2023-09-07 01:55:15 +00:00