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

76024 Коммитов

Автор SHA1 Сообщение Дата
Kajal Sah e057cbc049 Bug 1719492 - Migrates screenshot icons into the browser/component/screenshots directory. r=emalysz
Depends on D118573

Differential Revision: https://phabricator.services.mozilla.com/D119540
2021-07-23 18:25:51 +00:00
Gavin Lazar Suntop 49d51fcf01 Bug 1717891 - Spoc position pref r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D119435
2021-07-23 16:34:12 +00:00
Harry Twyford 2cc0b8af44 Bug 1721452 - Delete keyframes database from Snapshots.jsm. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D120379
2021-07-23 15:51:19 +00:00
Thomas Wisniewski ba8f96b91d Bug 1713703 - Add a SmartBlock shim for MNet; r=ksenia,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D120720
2021-07-23 15:06:46 +00:00
Dave Townsend 38f0e9a63e Bug 1721664: Add url_hash, visit_count and frecency to the interactions export. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D120506
2021-07-23 09:59:06 +00:00
Benjamin Beurdouche 43ad6da6da Bug 1720464 - Update performance test according to sqlite related changes in NSS 3.69. r=mt
Differential Revision: https://phabricator.services.mozilla.com/D120697
2021-07-23 09:23:49 +00:00
Julian Descottes 66ea60801d Bug 1721540 - [devtools] Remove the preference behind devtools color-scheme simulation buttons r=nchevobbe
Depends on D120441

Differential Revision: https://phabricator.services.mozilla.com/D120442
2021-07-23 07:12:06 +00:00
Dorel Luca dfb50ce6a2 Backed out changeset cfd1a5096364 (bug 1717891) for XPCshell failures in toolkit/components/nimbus/test/unit/test_FeatureManifest.js. CLOSED TREE 2021-07-23 07:38:21 +03:00
Dorel Luca 932c6cbda6 Backed out changeset 42fcc35abbd8 (bug 1721452) for XPCshell failures in browser/components/places/tests/unit/interactions/test_snapshots_basics.js. CLOSED TREE 2021-07-23 07:22:08 +03:00
Harry Twyford 52cc834f90 Bug 1721452 - Delete keyframes database from Snapshots.jsm. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D120379
2021-07-23 02:47:57 +00:00
Gavin Lazar Suntop b7b26449c6 Bug 1717891 - Spoc position pref r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D119435
2021-07-23 01:07:38 +00:00
Molly Howell 454ce00d18 Bug 1719754 - Don't fail to update the FxA badge status when the toolbar icon doesn't exist at all. r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D120665
2021-07-22 23:37:26 +00:00
Mike Kaply c734740c1e Bug 1692109 - No need to wait for menu hide. r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D120676
2021-07-22 22:21:19 +00:00
Scott ae31ffcdb6 Bug 1720567 - Pocket panel, fixing enter key for tag input. r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D120029
2021-07-22 22:02:57 +00:00
Toshihito Kikuchi 641797c018 Bug 1715858 - Part2. Add telemetry scalars to count the tab unload and reload events. r=NeilDeakin
This patch adds two scalars:

* `browser.engagement.tab_unload_count`: Incremented by 1 when TabUnloader
  successfully unloaded a tab.
* `browser.engagement.tab_reload_count`: Incremented by 1 when an unloaded
  tab was reloaded.

The value of `browser.engagement.tab_reload_count` will be the same as
the count of the histogram `TAB_UNLOAD_TO_RELOAD` data, but we still need
this scalar to compare it to `browser.engagement.tab_unload_count`, which
tells us the ratio of reload-after-unload tabs to all unloaded tabs.

Depends on D120019

Differential Revision: https://phabricator.services.mozilla.com/D120020
2021-07-22 21:15:00 +00:00
Toshihito Kikuchi a7bf50d1d1 Bug 1715858 - Part1. Add a new telemetry histogram TAB_UNLOAD_TO_RELOAD. r=NeilDeakin
The new histogram `TAB_UNLOAD_TO_RELOAD` records how long a tab had been
unloaded until it was reload by a user.  With this data, we can evaluate
the selection logic to choose a tab to unload.  For example, if many of
unloaded tabs are reloaded within 30 seconds or so, we unload a wrong tab.

Differential Revision: https://phabricator.services.mozilla.com/D120019
2021-07-22 21:15:00 +00:00
Mike Kaply f2649915eb Bug 1720389 - Add IS_ESR to AppConstants and rename ESR #ifdef to MOZ_ESR. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D120371
2021-07-22 20:00:26 +00:00
Emma Malysz f7a95f14fb Bug 1721215, lazily load screenshots subscript r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D120642
2021-07-22 17:10:42 +00:00
Punam Dahiya 71006b1f9c Bug 1720758 - Remove browser.aboutwelcome.protonDesign pref and pre-MR1 multistage onboarding r=Mardak
Cleanup pre-MR1 new user onboarding experience  by
 - removing browser.aboutwelcome.protonDesign pref
 - removing pre-MR1 multistage screen
 - removing pre-MR1 AboutWelcomeDefault content
 - fix respective tests

Differential Revision: https://phabricator.services.mozilla.com/D120038
2021-07-22 16:57:32 +00:00
Harry Twyford 1a37803fd6 Bug 1713827 - Hand off to search mode if searching is disabled in the Urlbar. r=amy,Standard8,flod
This patch also addresses bug 1645293. It essentially reverts parts 1 and 3 of bug 1616700 for users with searching disabled. Since we had to introduce branching behaviour, there are some new constructs like a shouldHandOffToSearchMode multi-pref in UrlbarPrefs.

Differential Revision: https://phabricator.services.mozilla.com/D118606
2021-07-22 15:46:30 +00:00
Thomas Wisniewski 14a8bd1f49 Bug 1713720 - Add a SmartBlock shim for Criteo; r=ksenia,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D120628
2021-07-22 14:23:52 +00:00
Jeff Muizelaar bb0ccd1f86 Bug 1721681 - startup_syncIPC: Print expected count and actual count. r=florian
This makes debugging failures a little easier.

Differential Revision: https://phabricator.services.mozilla.com/D120517
2021-07-22 13:33:57 +00:00
Emilio Cobos Álvarez edb16ba59a Bug 1714639 - Don't call FrameLoader.printPreview in hidden frames. r=mstriemer,jwatt
We need to be displayed when cloning into a same-process frame, so that
the preview code hooks up to the view tree correctly and the frame is
correctly painted.

This works for out-of-process frames, but mostly by chance.

Fortify the printPreview() API code to gracefully handle that case, and
remove the sessionrestore special-case which is not really special.

Differential Revision: https://phabricator.services.mozilla.com/D119980
2021-07-22 10:18:26 +00:00
Mike Hommey fd3fd107af Bug 1721755 - Remove BUILDING_RELEASE. r=firefox-build-system-reviewers,andi
It hasn't done anything since bug 1597834.

Differential Revision: https://phabricator.services.mozilla.com/D120562
2021-07-22 07:12:58 +00:00
Csoregi Natalia 0d29385f78 Backed out changeset c2cb820e5a69 (bug 1720758) for causing failures on browser_aboutwelcome_multistage_default.js. CLOSED TREE 2021-07-22 10:03:54 +03:00
Punam Dahiya 949c93cd22 Bug 1720758 - Remove browser.aboutwelcome.protonDesign pref and pre-MR1 multistage onboarding r=Mardak
Cleanup pre-MR1 new user onboarding experience  by
 - removing browser.aboutwelcome.protonDesign pref
 - removing pre-MR1 multistage screen
 - removing pre-MR1 AboutWelcomeDefault content
 - fix respective tests

Differential Revision: https://phabricator.services.mozilla.com/D120038
2021-07-22 05:18:06 +00:00
Thomas Wisniewski 7af8546331 Bug 1714431 - Add a SmartBlock shim for Optimizely; r=denschub,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D120551
2021-07-21 23:48:23 +00:00
Molly Howell 4dda7bc3cd Bug 1708428 - Apply Proton styling to the edit bookmark panel's New Folder button. r=desktop-theme-reviewers,harry
These styles were copied from the popupnotification's `.panel-footer > button`
CSS, with a couple of adjustments which have comments here, and skipping over
the disabled styles because this button is never disabled.

Differential Revision: https://phabricator.services.mozilla.com/D119338
2021-07-21 22:03:45 +00:00
Butkovits Atila 61be2b5334 Backed out changeset 7d53ab517f06 (bug 1719492) for causing bc failures at browser_all_files_referenced.js 2021-07-22 01:34:09 +03:00
Bernard Igiri 4431dfd334 Bug 1703914 - Removed --toolbarbutton-icon-fill-opacity CSS var r=mconley,desktop-theme-reviewers,dao
All uses of --toolbarbutton-icon-fill-opacity have been removed.

Differential Revision: https://phabricator.services.mozilla.com/D120352
2021-07-21 20:07:56 +00:00
Dan Mosedale fff4f52a07 Bug 1721649 - remove newtab `mach npm run mochitest*`, r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D120500
2021-07-21 19:57:59 +00:00
Kajal Sah fb077089e7 Bug 1719492 - Migrates screenshot icons into the browser/component/screenshots directory. r=emalysz
Depends on D118573

Differential Revision: https://phabricator.services.mozilla.com/D119540
2021-07-21 19:09:17 +00:00
Harry Twyford d63bd760de Bug 1711261 - Increase toolbar contrast in Mac HCM. r=mstange,desktop-theme-reviewers,dao
This patch draws a 1px black line around the Urlbar in macOS HCM, which resembles other high contrast macOS apps. This patch only supports Light HCM mode. Since we apply the Firefox Dark lwttheme when in Dark mode, and we do not support lightweight themes in high contrast mode, significantly more work is required to implement basic support for dark HCM on Mac.

Differential Revision: https://phabricator.services.mozilla.com/D116406
2021-07-21 15:41:50 +00:00
Thomas Wisniewski 995d5a100a Bug 1713696 - Add a SmartBlock shim for AdNexus; r=denschub,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D120476
2021-07-21 15:26:01 +00:00
Mathew Hodson 32d9c77762 Bug 1697069 - Fix padding for Developer about dialog. r=desktop-theme-reviewers,harry
Should match browser/branding/nightly/content/aboutDialog.css

Differential Revision: https://phabricator.services.mozilla.com/D118298
2021-07-21 15:04:19 +00:00
Andrei Oprea 66d5793376 Bug 1716562 - Use a pref for each property in the value field of an experiment r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D118000
2021-07-21 15:03:00 +00:00
Doug Thayer d5cce5742b Bug 1673116 - Split up browser_performanceAPI.js r=tjr
It seems like this test occasionally goes over our time budget not because it
falls off of some cliff and hangs somewhere for a chunk of time, but just
because it's big. Accordingly, this patch just splits it up.

Differential Revision: https://phabricator.services.mozilla.com/D120017
2021-07-21 15:00:30 +00:00
Gijs Kruitbosch 3d9eb12aa3 Bug 1721584 - reinstate about:preferences icons for various new tab categories, r=andreio,perftest-reviewers,kimberlythegeek
Differential Revision: https://phabricator.services.mozilla.com/D120464
2021-07-21 14:33:38 +00:00
Luz De La Rosa 668022e33b Bug 1715535 - Add the functionality for fetching sites data by container. r=prathiksha
Differential Revision: https://phabricator.services.mozilla.com/D117726
2021-07-21 13:54:25 +00:00
Harry Twyford e61d2da60d Bug 1721457 - Add title field to Snapshot queries. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D120384
2021-07-21 13:14:52 +00:00
Nicolas Chevobbe 358dccd20c Bug 1721571 - [devtools] Remove ResponsiveActor (get|set|clear)MetaViewportOverride. r=ochameau,devtools-backward-compat-reviewers.
The functions were only called from RDM ui `updateTouchSimulation`, before
the call to updateConfiguration for touch simulation, based on the touch simulation value.
This means we can directly set the proper flag on the docShell in
BrowsingContextTargetActor#updateTargetConfiguration before handling touch simulation.

The devtools.responsive.metaViewport.enabled pref is removed, as it was set to
true by default, and wasn't exposed in any UI.

Differential Revision: https://phabricator.services.mozilla.com/D120456
2021-07-21 12:46:51 +00:00
Antonin LOUBIERE 202b09af6c Bug 490136 - fix last tab re-opening after the close with session restore. r=Gijs
If one closes the last tab with the session restore enabled, it will re-open after restart.
Fix that by closing completely the tabs before the stop of the browser.

Differential Revision: https://phabricator.services.mozilla.com/D118270
2021-07-21 10:28:02 +00:00
Emma Malysz baea2ccdb8 Bug 1721105, use zoom factor for screenshots shortcut r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D120257
2021-07-20 23:51:13 +00:00
Cosmin Sabou 6b427ca596 Backed out changeset 5a673b05aea0 (bug 1713827) for bc failures on browser_contentSearchUI_default.js. CLOSED TREE 2021-07-21 01:06:27 +03:00
Harry Twyford cd2b8c89b0 Bug 1713827 - Hand off to search mode if searching is disabled in the Urlbar. r=amy,Standard8,flod
This patch also addresses bug 1645293. It essentially reverts parts 1 and 3 of bug 1616700 for users with searching disabled. Since we had to introduce branching behaviour, there are some new constructs like a shouldHandOffToSearchMode multi-pref in UrlbarPrefs.

Differential Revision: https://phabricator.services.mozilla.com/D118606
2021-07-20 21:25:10 +00:00
Michael Cooper 8c5d5ad8f6 Bug 1719755 - Get sponsored topsites data from Contile by default r=dao,webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D119462
2021-07-20 20:12:40 +00:00
Stefan Zabka 9468e1cce4 Bug 1715499 - Display special dialogue for single base domain r=pbz,fluent-reviewers,preferences-reviewers,flod,Gijs,jaws
Differential Revision: https://phabricator.services.mozilla.com/D118729
2021-07-20 18:52:03 +00:00
Bernard Igiri 75326296ea Bug 1710629 - Adjust bookmarks menu button panel padding r=mak
Modified bookmarks menu button panel padding in Windows and Linux to match the appearance of that panel in MacOS.

Differential Revision: https://phabricator.services.mozilla.com/D119643
2021-07-20 18:11:07 +00:00
Neil Deakin 30080e9d9a Bug 1721047, fix tooltip not appearing on bookmarks sidebar, r=mak
Differential Revision: https://phabricator.services.mozilla.com/D120271
2021-07-20 17:54:45 +00:00
Emily McMinn 119339eff7 Bug 1709720 - Refactor multistage about_welcome tests and remove unused code r=pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D120097
2021-07-20 17:17:41 +00:00