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

76048 Коммитов

Автор SHA1 Сообщение Дата
Gijs Kruitbosch 9b0101e1b2 Bug 1721816 - force font: Menu on bookmarks toolbar menubutton menus as well as folders on the bookmarks toolbar to avoid -moz-pull-down-menu from menu.css on macOS making a difference on some macOS versions, r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D120896
2021-07-26 22:56:52 +00:00
Kirk Steuber 2cf695ea2d Bug 1720993 - Assume that a parent process that we don't have access to is not the same binary r=aklotz,tkikuchi
This patch doesn't cover turning the launcher process back on, because that already happens automatically during the PostUpdate process.

Differential Revision: https://phabricator.services.mozilla.com/D120507
2021-07-26 22:56:15 +00:00
Toshihito Kikuchi 8af900c435 Bug 1721700 - Move browser.tabs.unloadOnLowMemory to TabUnloader.unloadTabAsync. r=haik
We have the pref `browser.tabs.unloadOnLowMemory` to turn on the tab unloading
feature.  Since it controlled whether we initialize the memory watcher or not
in `TabUnloader.init()`, changing it required process start.

To conduct A/B testing for this feature, our infrastructure needs to be able
to change the pref in the middle of session.  So this change moves the pref
check from `TabUnloader.init()` to `TabUnloader.unloadTabAsync()`.  With this,
we fully exercise the memoruy watcher regardless of the pref's value, but invokes
tab unloading only when the pref is on.

Differential Revision: https://phabricator.services.mozilla.com/D120744
2021-07-26 22:48:02 +00:00
Iulian Moraru ed15d48c87 Backed out changeset e3e4ce3c1020 (bug 1715965) for causing xpcshell failures on test_addon_update.js. CLOSED TREE 2021-07-27 00:43:47 +03:00
Mike Kaply 0721f12bf4 Bug 1715965 - Handle errors for local XPIs installed by policy. r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D120763
2021-07-26 20:55:31 +00:00
Gijs Kruitbosch 6c30054cef Bug 1721655 - stop using yellow 'caution' borders on network error pages, r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D120686
2021-07-26 20:02:43 +00:00
Thomas Wisniewski b738e5eb65 Bug 1713692 - Add a SmartBlock shim for Google PageAd; r=ksenia,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D120875
2021-07-26 18:51:12 +00:00
Dave Townsend 19ac12a39e Bug 1721647: Add a stub page data service API to enable parallel development. r=mak
This adds the stub API for the page data service and some basic docs. The service can be used from
xpcshell tests and the events respond with sane data. As there are no consumers currently the
in-memory cache never clears.

Differential Revision: https://phabricator.services.mozilla.com/D120498
2021-07-26 18:23:06 +00:00
Cosmin Sabou a0159236f1 Backed out changeset e9a336383b55 (bug 1721647) for bc failures on browser_all_files_referenced.js. CLOSED TREE 2021-07-26 20:04:46 +03:00
Dave Townsend 5cbb812cba Bug 1721647: Add a stub page data service API to enable parallel development. r=mak
This adds the stub API for the page data service and some basic docs. The service can be used from
xpcshell tests and the events respond with sane data. As there are no consumers currently the
in-memory cache never clears.

Differential Revision: https://phabricator.services.mozilla.com/D120498
2021-07-26 15:30:58 +00:00
Andrei Oprea a66714326b Bug 1716736 - Add schema validation for experiment enrollments in tests r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D118367
2021-07-26 14:48:22 +00:00
Rob Lemley a82a4bf011 Bug 1670147 - Set values for AccessibleHandler.dll CLSID/IIDs at configure time. r=Jamie,firefox-build-system-reviewers,glandium
Allow for downstream projects such as Thunderbird to set different GUIDs for
AccessibleHandler to avoid clashes when both applications are installed.
The GUIDs themselves can be defined in confvars.sh or in branding/configure.sh
depending on the specific needs of the application. Fallback GUIDs are in
old-configure.

Differential Revision: https://phabricator.services.mozilla.com/D118124
2021-07-26 13:43:36 +00:00
Marian-Vasile Laza b54ff36b0c Backed out changeset 2035b7835ff6 (bug 1721647) for causing bc failures on browser_all_files_referenced.js. CLOSED TREE 2021-07-26 17:52:34 +03:00
Dave Townsend a3463a3d4a Bug 1721647: Add a stub page data service API to enable parallel development. r=mak
This adds the stub API for the page data service and some basic docs. The service can be used from
xpcshell tests and the events respond with sane data. As there are no consumers currently the
in-memory cache never clears.

Differential Revision: https://phabricator.services.mozilla.com/D120498
2021-07-26 12:51:42 +00:00
Gijs Kruitbosch ee4d7daea5 Bug 1512851 - make share menu handling more generic and replace the file menu's email link with it on macOS, r=sfoster,fluent-reviewers,flod
Depends on D120637

Differential Revision: https://phabricator.services.mozilla.com/D120638
2021-07-26 12:22:38 +00:00
Gijs Kruitbosch e2e1f06304 Bug 1512851 - extract share menu handling from tabbrowser.js into a utility in browser.js, r=sfoster
Depends on D120636

Differential Revision: https://phabricator.services.mozilla.com/D120637
2021-07-26 12:22:38 +00:00
Gijs Kruitbosch d8600dc3ae Bug 1512851 - tidy up file menu popup event handling, r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D120636
2021-07-26 12:22:37 +00:00
Marco Bonardo 099bc398ae Bug 1721805 - Add more detailed database statistics to PlacesDBUtils. r=harry
Use the dbstat virtual table to get some more advanced statistics about the database.
This doesn't have positive or negative effects on users, but allows us to get
more detailed info when asking for logs, and to check how MR2 data distributes
in the database.
The existing maintenance tests ensure the new methods don't throw, there's no
specific test checking for the output, since that's free-form logging.

Differential Revision: https://phabricator.services.mozilla.com/D120616
2021-07-26 12:10:14 +00:00
Dorel Luca 5a8b32e3c6 Backed out changeset e7dffca31fa7 (bug 1716736) for Browser-chrome failures in browser/components/shell/test/browser_setDefaultBrowser.js. CLOSED TREE 2021-07-26 14:08:51 +03:00
Andrei Oprea 9ae9067efe Bug 1716736 - Add schema validation for experiment enrollments in tests r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D118367
2021-07-26 09:43:28 +00:00
Sandor Molnar 1fb5cc9576 Backed out changeset e5cfc59f9063 (bug 1716736) for causing bc failures in browser_setDefaultBrowser. CLOSED TREE 2021-07-26 01:17:51 +03:00
Andrei Oprea cb62f517d4 Bug 1716736 - Add schema validation for experiment enrollments in tests r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D118367
2021-07-25 21:01:16 +00:00
Jonathan Kew ac8fda60ae Bug 1704404 - Apply an explicit line-height to tab labels, in case the title uses fallback fonts with excessive ascent/descent metrics. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D120226
2021-07-25 15:29:30 +00:00
Chris Peterson 5290d09c0f Bug 776669 - Add pinned tabs to the "List all tabs" drop-down list. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D98867
2021-07-24 17:56:52 +00:00
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