Cosmin Sabou
3a810e4572
Backed out changeset 0a133d5fd155 (bug 1864534) for causing screenshot related failures. CLOSED TREE
2024-01-04 18:38:25 +02:00
Nikki Sharpley
cd901e4e4f
Bug 1864534 - remove firefox-view-next pref and update about AboutRedirector r=fxview-reviewers,Gijs
...
- removes `about:firefoxview-next` route
- `about:firefoxview` now points to `firefoxview-next.html` (until we rename)
- remove pref for `browser.tabs.firefox-view-next`
- preserve pref for `browser.tabs.firefox-view-newIcon` as part of firefoxViewNext feature manifest (until experiment is over)
- whitelist unreferenced files in `browser_all_files_referenced.js` as they will be removed in child Bug 1869833
Differential Revision: https://phabricator.services.mozilla.com/D196093
2024-01-04 15:40:22 +00:00
Hanna Jones
ba93129cb7
Bug 1845150 - Update notificationbox usage for search engine removal notification r=search-reviewers,fluent-reviewers,Standard8,bolsson
...
Notification can be triggered locally via this snippet:
```js
BrowserSearch.removalOfSearchEngineNotificationBox("Google", "Foogle")
```
Differential Revision: https://phabricator.services.mozilla.com/D194312
2024-01-04 15:31:12 +00:00
Hanna Jones
f78c584212
Bug 1845150 - Use moz-message-bar instead of message-bar in notificationbox.js r=webdriver-reviewers,desktop-theme-reviewers,media-playback-reviewers,reusable-components-reviewers,karlt,whimboo,tgiles,dao
...
This patch updates the `NotificationMessage` element in `notificationbox.js` so that it extends our newer `moz-message-bar` component instead of the deprecated `message-bar` component. Many of the changes are just dealing with the implications of making things async (so that we can ensure `moz-message-bar.mjs` gets imported). I tried to break out places where I modified related code and tests into separate patches to mitigate some of the review pain here.
This patch solves a longstanding issue where we were loading `in-content/common-shared.css` in the chrome since it gets used by the `message-bar` element. It also makes some small visual changes to our infobars (slight outline, icon colors, adds a bit of spacing).
Differential Revision: https://phabricator.services.mozilla.com/D189872
2024-01-04 15:31:12 +00:00
Noemi Erli
381e246d01
Backed out changeset 6aab4af4cab8 (bug 1864534) for causing failures in browser_syncedtabs_firefoxview_next.js CLOSED TREE
2024-01-03 19:30:19 +02:00
Nikki Sharpley
3d437284aa
Bug 1864534 - remove firefox-view-next pref and update about AboutRedirector r=fxview-reviewers,Gijs
...
- removes `about:firefoxview-next` route
- `about:firefoxview` now points to `firefoxview-next.html` (until we rename)
- remove pref for `browser.tabs.firefox-view-next`
- preserve pref for `browser.tabs.firefox-view-newIcon` as part of firefoxViewNext feature manifest (until experiment is over)
- whitelist unreferenced files in `browser_all_files_referenced.js` as they will be removed in child Bug 1869833
Differential Revision: https://phabricator.services.mozilla.com/D196093
2024-01-03 16:17:03 +00:00
Mark Banner
15f800186d
Bug 1872672 - Remove 'Log' global from browser.js. r=mossop
...
Depends on D197499
Differential Revision: https://phabricator.services.mozilla.com/D197500
2024-01-02 17:38:54 +00:00
Emilio Cobos Álvarez
cd214fc2d8
Bug 1871745 - Keep exposing chrome-only properties on CSS2Properties. r=peterv
...
So that chrome code can keep setting -moz-user-focus via script, for
example.
Differential Revision: https://phabricator.services.mozilla.com/D197295
2023-12-28 17:45:50 +00:00
Cosmin Sabou
be99f386e4
Backed out 2 changesets (bug 1869605, bug 1864534) for bc failures on browser_all_files_referenced.js.
...
Backed out changeset 576e61e3970b (bug 1864534)
Backed out changeset 05b09125b90b (bug 1869605)
2023-12-22 21:08:31 +02:00
Nikki Sharpley
c94ba222c4
Bug 1864534 - remove firefox-view-next pref and update about AboutRedirector r=fxview-reviewers,Gijs
...
- removes about:firefoxview-next route
- about:firefoxview now points to firefoxview-next.html (until we rename)
- remove pref for browser.tabs.firefox-view-next
- preserve pref for browser.tabs.firefox-view-newIcon as part of firefoxViewNext feature manifest (until experiment is over)
Depends on D196080
Differential Revision: https://phabricator.services.mozilla.com/D196093
2023-12-22 17:57:50 +00:00
Mark Banner
00a8658fd9
Bug 1868749 - Remove search engine send attribution request. r=search-reviewers,daleharvey
...
Differential Revision: https://phabricator.services.mozilla.com/D195758
2023-12-18 12:01:34 +00:00
rinwaoluwa
d70dc44cd5
Bug 1837072 -[Browser Translations Engine] Modified TranslationsParent.isRestricted method to be aware of contentType and the scheme, also created a testing file.r=nordzilla,translations-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D191824
2023-12-04 20:47:33 +00:00
Benjamin VanderSloot
e72674d7b6
Bug 1525943 - Add associated to the identity UI - r=pbz,Gijs,nika,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D193806
2023-11-30 18:32:48 +00:00
Benjamin VanderSloot
be347236a3
Bug 1525943 - Update the identity section from the content principal URI rather than gBrowser.currentURI. r=Gijs,nika
...
Differential Revision: https://phabricator.services.mozilla.com/D193803
2023-11-30 18:32:48 +00:00
Greg Tatum
24775179e6
Bug 1863335 - Make the simd detection synchronous; r=nordzilla,geckoview-reviewers,owlish,translations-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D192701
2023-11-27 18:02:17 +00:00
Dão Gottwald
8d63b9e356
Bug 1866613 - Convert XULBrowserWindow.hideOverLinkImmediately to a XULBrowserWindow.setOverLink parameter. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D194687
2023-11-27 10:35:25 +00:00
Dão Gottwald
964e3d56b2
Bug 1850993 - Clear status panel when entering DOM Fullscreen. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D194538
2023-11-25 04:21:34 +00:00
Gijs Kruitbosch
3afecc0629
Bug 1866080 - remove dead docShell accesses that should be no-ops under fission/e10s, r=dao,tabbrowser-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D194388
2023-11-23 23:13:22 +00:00
Thomas Wisniewski
6cb66d4ccd
Bug 1852340 - part 1: Add a new Gecko component for reporting broken websites; r=ayeddi,fluent-reviewers,mossop,flod,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D190647
2023-11-20 01:50:36 +00:00
Cristian Tuns
c76093316c
Backed out 3 changesets (bug 1852340) for causing frequent mochitest failures in docshell/test/chrome/ CLOSED TREE
...
Backed out changeset 61875987e62c (bug 1852340)
Backed out changeset 05320d6c0441 (bug 1852340)
Backed out changeset 411374d444d1 (bug 1852340)
2023-11-19 11:46:26 -05:00
Thomas Wisniewski
4c054b0ab4
Bug 1852340 - part 1: Add a new Gecko component for reporting broken websites; r=ayeddi,fluent-reviewers,mossop,flod,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D190647
2023-11-19 15:34:40 +00:00
Natalia Csoregi
42acdc9cd5
Backed out 3 changesets (bug 1852340) for causing failures due to reportBrokenSite.ftl. CLOSED TREE
...
Backed out changeset 86f9e01f70d6 (bug 1852340)
Backed out changeset 0049d0494b17 (bug 1852340)
Backed out changeset 7851355d5c95 (bug 1852340)
2023-11-19 10:50:25 +02:00
Thomas Wisniewski
ad730e4654
Bug 1852340 - part 1: Add a new Gecko component for reporting broken websites; r=ayeddi,fluent-reviewers,mossop,flod,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D190647
2023-11-19 07:31:31 +00:00
Natalia Csoregi
67ce438ab8
Backed out changeset 59a1d385ed2a (bug 1852340) for causing multiple failures e.g. browser_startup_images.js. CLOSED TREE
2023-11-17 15:59:18 +02:00
Thomas Wisniewski
ca1fea74be
Bug 1852340 - part 1: Add a new Gecko component for reporting broken websites; r=ayeddi,fluent-reviewers,mossop,flod,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D190647
2023-11-17 12:34:52 +00:00
Greg Stoll
14de68880a
Bug 1811076: Part 5 - Add UI notifications for content analysis results r=nika,Gijs,fluent-reviewers,flod
...
Connects content analysis checks with the tab that their messages
to the user should appear on. Adds notifications for the
CA messages.
Differential Revision: https://phabricator.services.mozilla.com/D191784
2023-11-15 14:53:12 +00:00
Niklas Baumgardner
ac1c06bf8f
Bug 1845842 - Refactor shopping code out of browser.js. r=shopping-reviewers,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D190508
2023-11-05 22:32:12 +00:00
Cristian Tuns
82ec6770da
Backed out 17 changesets (bug 1815339) for causing geckoview on testIsTranslationsEngineSupported CLOSED TREE
...
Backed out changeset 90f5a1a99e4a (bug 1815339)
Backed out changeset e70c088bf41e (bug 1815339)
Backed out changeset e34da5159ec7 (bug 1815339)
Backed out changeset 9f1278cda6c5 (bug 1815339)
Backed out changeset 1927a985ea90 (bug 1815339)
Backed out changeset 324096d2a767 (bug 1815339)
Backed out changeset 423ef0a9e06e (bug 1815339)
Backed out changeset 8f5c078bacd0 (bug 1815339)
Backed out changeset f101892bd4ee (bug 1815339)
Backed out changeset 1d9ac11f231a (bug 1815339)
Backed out changeset 5883881cd644 (bug 1815339)
Backed out changeset 759d1245402c (bug 1815339)
Backed out changeset df4dd62aadd9 (bug 1815339)
Backed out changeset 57907292004b (bug 1815339)
Backed out changeset 26d476f207e3 (bug 1815339)
Backed out changeset adce50eab2af (bug 1815339)
Backed out changeset 17d955b79499 (bug 1815339)
2023-11-04 11:10:32 -04:00
Greg Tatum
cf7956fb95
Bug 1815339 - Make the simd detection synchronous; r=nordzilla
...
Differential Revision: https://phabricator.services.mozilla.com/D192701
2023-11-04 14:08:53 +00:00
Narcis Beleuzu
636f037a59
Backed out changeset 66a36c6e56c8 (bug 1845842) for bc failure on browser_shopping_urlbar.js
2023-11-03 08:28:04 +02:00
Niklas Baumgardner
8143612058
Bug 1845842 - Refactor shopping code out of browser.js. r=shopping-reviewers,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D190508
2023-11-03 04:48:45 +00:00
Natalia Csoregi
f2e7fde78d
Backed out changeset f6d849983128 (bug 1845842) for causing failures on browser_shopping_urlbar.js. CLOSED TREE
2023-11-02 17:05:07 +02:00
Niklas Baumgardner
282766997a
Bug 1845842 - Refactor shopping code out of browser.js. r=shopping-reviewers,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D190508
2023-11-02 13:47:16 +00:00
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