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

76639 Коммитов

Автор SHA1 Сообщение Дата
Hanna Jones 08367fc9e2 Bug 1723989 - Turn off print preview animations when show animations switched off r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D125598
2021-09-14 20:04:59 +00:00
Katherine Patenio 886ed09b00 Bug 1724319 - Fix tests in toolkit/mozapps/downloads/test + browser_first_download_panel.js when download pref enabled. r=mtigley
Differential Revision: https://phabricator.services.mozilla.com/D125214
2021-09-14 19:45:17 +00:00
Neil Deakin f9724c80fd Bug 1730217, hide keyboard shortcut warning checkbox if the browser.quitShortcut.disabled preference if enabled, r=mhowell,preferences-reviewers,jaws
Differential Revision: https://phabricator.services.mozilla.com/D125246
2021-09-14 19:04:34 +00:00
Shaoting Huang e8ab10943e Bug 1712370 - Renaming --panel-banner-item-warning-icon-bgcolor due to it is used outside of the panel. r=mhowell,mtigley
Differential Revision: https://phabricator.services.mozilla.com/D125330
2021-09-14 17:10:31 +00:00
Cristian Tuns 48c7f59a43 Backed out changeset 2ac8b24d476e (bug 1729534) for causing mochitest failures on browser_customizemode_uidensity.js. CLOSED TREE 2021-09-14 13:14:01 -04:00
Jed Davis 86d7fa40d2 Bug 1725573 - Add color profile remoting for GTK. r=aosmond,perftest-reviewers,AlexandruIonescu
Previously, content processes would try to contact the X server
directly during startup to read color calibration information; with
`dom.ipc.avoid-gtk` this doesn't work because the process is in headless
mode.  This patch extends the color profile IPC facility added in bug
1540776 for Windows sandboxing (win32k lockdown) to GTK under X11.
(Currently there's no support for color management under Wayland, so
there's nothing for this patch to fix in that case.)

Differential Revision: https://phabricator.services.mozilla.com/D124507
2021-09-14 16:01:08 +00:00
Itiel fb31a116fe Bug 1730415 -Show pinned tabs on the all tabs menu only if the browser.tabs.tabmanager.enabled pref is enabled r=dao
Differential Revision: https://phabricator.services.mozilla.com/D125346
2021-09-14 15:13:22 +00:00
Andreas Farre 02997cbd65 Bug 1727367 - Part 3: Test form value length limits for session store. r=kashav
Differential Revision: https://phabricator.services.mozilla.com/D125197
2021-09-14 15:02:21 +00:00
pestanoah 185e859442 Bug 1699593 - Removed default icon styles from .title class. r=mhowell,mtigley,desktop-theme-reviewers,dao
Differential Revision: https://phabricator.services.mozilla.com/D125327
2021-09-14 14:42:44 +00:00
criss 23838f8659 Backed out 2 changesets (bug 1724319) for causing failures on browser_download_overwrite.js. CLOSED TREE
Backed out changeset 75a253b872d4 (bug 1724319)
Backed out changeset d0926e8e7148 (bug 1724319)
2021-09-14 18:11:00 +03:00
Harry Twyford 3519e40d46 Bug 1729534 - Change Customize window theme picker to a button that points to about:addons#themes. r=dao,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D125120
2021-09-14 14:11:47 +00:00
Micah Tigley ebe64856b4 Bug 1724319 - Fix remaining failing tests in browser/components/downloads/test/browser. r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D125294
2021-09-14 13:50:27 +00:00
Katherine Patenio 63104627a6 Bug 1724319 - Fix tests in toolkit/mozapps/downloads/test + browser_first_download_panel.js when download pref enabled. r=mtigley
Differential Revision: https://phabricator.services.mozilla.com/D125214
2021-09-14 13:50:27 +00:00
Drew Willcoxon c5ee0cc259 Bug 1730580 - Open the Privacy pref pane and highlight the Address Bar section when the Customize button in the Firefox Suggest online onboarding dialog is clicked. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D125457
2021-09-14 12:58:01 +00:00
Emilio Cobos Álvarez 0fc9c3ee58 Bug 1729795 - Clean up openNewWindowWithFlushedXULCacheForMozSupports. r=jaws,extension-reviewers,zombie
The only test that still needs it is browser_tab_manager_visibility.js.
The rest look like proton leftovers.

After bug 1729477 those sheets are stored in the shared style sheet
cache, not in the XUL prototype cache, so remove that.

Differential Revision: https://phabricator.services.mozilla.com/D124983
2021-09-14 10:43:49 +00:00
Emilio Cobos Álvarez 459a0551b8 Bug 1730625 - Walk the flat tree to search for links. r=smaug
Also make some other context-menu code a lot more straight-forward, and
remove some enabledness checks now that shadow dom can't be disabled.

Differential Revision: https://phabricator.services.mozilla.com/D125487
2021-09-14 10:26:46 +00:00
André Bargull 57f47703d6 Bug 1639515 - Part 3: Port mozIntl.getDisplayNames users to mozIntl.DisplayNames. r=platform-i18n-reviewers,gregtatum
Update callers to the previous `mozIntl.getDisplayNames` function to use
`mozIntl.DisplayNames`.

Differential Revision: https://phabricator.services.mozilla.com/D76115
2021-09-14 09:20:32 +00:00
André Bargull 5680bb810a Bug 1639515 - Part 2: Add mozIntl.DisplayNames. r=platform-i18n-reviewers,gregtatum
Expose `Intl.DisplayNames` to `mozIntl`. The exposed `Intl.DisplayNames` version
supports date-time types, which have been removed from the spec proposal, but
may be re-enabled at some point in the future.

The existing `getDisplayNames` WebIDL function had to be renamed, because WebIDL
doesn't allow specify an attribute named `DisplayNames` and a separate function
called `getDisplayNames`.

Drive-by change:
- Removed an out-dated comment in "mozIMozIntlHelper.idl" which mentioned calling
  `addDateTimeFormatConstructor` twice throws an error.

Differential Revision: https://phabricator.services.mozilla.com/D76114
2021-09-14 09:20:31 +00:00
criss 59cdd2a63e Backed out 6 changesets (bug 1639515) for causing failures on test_intlUtils_getDisplayNames.html. CLOSED TREE
Backed out changeset eaff696ed6a6 (bug 1639515)
Backed out changeset 6d361f92b27e (bug 1639515)
Backed out changeset 6919213b03f7 (bug 1639515)
Backed out changeset 5a08d3b17fa7 (bug 1639515)
Backed out changeset 3681111b7ed3 (bug 1639515)
Backed out changeset 970826244d07 (bug 1639515)
2021-09-14 10:45:35 +03:00
Mark Banner ad1d27699f Bug 1730477 - Change SessionStore.getWindowState to return an object instead of a string. r=kashav
Differential Revision: https://phabricator.services.mozilla.com/D125382
2021-09-14 07:25:29 +00:00
André Bargull acb7b9bcfc Bug 1639515 - Part 3: Port mozIntl.getDisplayNames users to mozIntl.DisplayNames. r=platform-i18n-reviewers,gregtatum
Update callers to the previous `mozIntl.getDisplayNames` function to use
`mozIntl.DisplayNames`.

Differential Revision: https://phabricator.services.mozilla.com/D76115
2021-09-14 06:52:33 +00:00
André Bargull 3607216c74 Bug 1639515 - Part 2: Add mozIntl.DisplayNames. r=platform-i18n-reviewers,gregtatum
Expose `Intl.DisplayNames` to `mozIntl`. The exposed `Intl.DisplayNames` version
supports date-time types, which have been removed from the spec proposal, but
may be re-enabled at some point in the future.

The existing `getDisplayNames` WebIDL function had to be renamed, because WebIDL
doesn't allow specify an attribute named `DisplayNames` and a separate function
called `getDisplayNames`.

Drive-by change:
- Removed an out-dated comment in "mozIMozIntlHelper.idl" which mentioned calling
  `addDateTimeFormatConstructor` twice throws an error.

Differential Revision: https://phabricator.services.mozilla.com/D76114
2021-09-14 06:52:32 +00:00
Nika Layzell 6deb2cb2b7 Bug 1727158 - Part 1: Fix tests which will fail when processCount.webIsolated is set to 4, r=annyG,extension-reviewers,rpl
Differential Revision: https://phabricator.services.mozilla.com/D125292
2021-09-14 00:55:04 +00:00
Harry Twyford fcad72f03b Bug 1730560 - Fix newtab customize checkbox color. r=Mardak
This patch also renames --customize-menu-primary-action-text to --customize-menu-slider-fill, since that's the only place its used.

Differential Revision: https://phabricator.services.mozilla.com/D125461
2021-09-13 21:24:37 +00:00
Mike Kaply a0e14016f8 Bug 1723913 - Wait for gAppUpdater to be set to fix test failure. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D125445
2021-09-13 20:00:20 +00:00
Geoff Brown 019c21f335 Bug 1730213 - Explicitly skip tests under browser/ on android; r=ahal
These tests are excluded from android test runs in moz.build. Including
an explicit annotation in each manifest avoids scheduling confusion.
browser-chrome and plain-chrome tests in browser/ are of no concern,
since those test types are never scheduled on android.

Differential Revision: https://phabricator.services.mozilla.com/D125266
2021-09-13 15:22:27 +00:00
Kate Hudson 2df2b827f0 Bug 1728843 - Add once option to NimbusFeatures.recordExposureEvent r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D124381
2021-09-13 14:35:15 +00:00
Tim Huang c098021459 Bug 1729045 - Part 2: Update test browser_contentblocking.js. r=johannh
The test browser_contentblocking.js needs to be updated to reflect the
change that we no longer set pref in the ETP custom mode.

Differential Revision: https://phabricator.services.mozilla.com/D124904
2021-09-13 11:29:19 +00:00
Tim Huang ebd47cc477 Bug 1729045 - Part 1: Stop settings pref in the ETP custom mode. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D124652
2021-09-13 11:29:18 +00:00
Victor Porof cdc159cdd9 Bug 1546838 - Remove migrations and all final remaining LMDB disk hits during startup, r=nanj,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D99324
2021-09-13 07:10:31 +00:00
Harry Twyford ff6ab49717 Bug 1724956 - Use system colors on :root on Windows 10 when compacttheme.css is active. r=desktop-theme-reviewers,dao
This bug was introduced with the Proton tab design. Since we no longer draw a background behind inactive tabs, tabs are not legible against some accent colors. This problem is especially bad in brighttext themes. This patch also fixes 1714507, since the tabs are now legible against the light gray inactive window color.

Differential Revision: https://phabricator.services.mozilla.com/D125213
2021-09-12 23:25:13 +00:00
Harry Twyford f9a33ec80c Bug 1730237 - Split --urlbar-box-focus-bgcolor out from --urlbar-box-bgcolor. r=desktop-theme-reviewers,dao
Differential Revision: https://phabricator.services.mozilla.com/D125256
2021-09-12 23:24:44 +00:00
Itiel ac78513f3e Bug 1624311 - Don't span "Learn more" text across the whole row in notification popups r=desktop-theme-reviewers,dao
Differential Revision: https://phabricator.services.mozilla.com/D125111
2021-09-12 17:04:18 +00:00
Antonin LOUBIERE 7f4064e3ff Bug 1722727 - Restore all the last group of closed tabs at once after Firefox reboot. r=kashav
Reopen all the last group of closed tabs at once even if Firefox has reboot, with session restore enabled for example.

Differential Revision: https://phabricator.services.mozilla.com/D122576
2021-09-12 17:01:18 +00:00
Antonin LOUBIERE 19cd0c58b8 Bug 1722567 - Save group of closed tabs to restore the all group. r=kashav
When a group of tabs is closed, save the it in session data so tabs could be restored together.

Differential Revision: https://phabricator.services.mozilla.com/D121110
2021-09-12 17:01:17 +00:00
Emilio Cobos Álvarez d41c93a17a Bug 1687682 - Make autofill use a semi-transparent background-image rather than filter. r=mstange,tgiles
With the non-native theme we don't need filter for this to affect
"native" inputs, we can just implement the logic in nsNativeBasicTheme
instead.

A bit unfortunate that we need that special-case, but it seems better
than using filter, which can break websites due to it creating an
stacking context.

I _think_ there are tests that I need to adjust for this change, but if
not I'll write some.

Keep the current behavior behind a pref just in case.

Differential Revision: https://phabricator.services.mozilla.com/D125232
2021-09-12 11:16:07 +00:00
Tomislav Jovanovic 78c2b432df Bug 1729395 - Regression test for sendMessage after a popup is closed! r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D125203
2021-09-11 17:44:42 +00:00
Dão Gottwald f948f3c352 Bug 1723860 - Add event telemetry for Firefox Suggest onboarding modal prompt. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D125244
2021-09-11 11:00:58 +00:00
Drew Willcoxon 99d7ab1b1c Bug 1729587 - Tweaks to the Firefox Suggest preferences UI. r=mak,preferences-reviewers,jaws,fluent-reviewers
Per spec, the informational description about data collection under the main
Firefox Suggest checkbox should be hidden except for the "online" scenario,
since only the online scenario sends data to Mozilla.

We're also changing the two checkbox labels and adding another description under
the sponsored checkbox.

Depends on D125024

Differential Revision: https://phabricator.services.mozilla.com/D125031
2021-09-11 02:27:38 +00:00
Drew Willcoxon 9a516aec93 Bug 1729776 - Enable the Firefox Suggest "offline" scenario by default for users in the US region with en-* locales. r=mythmon,daleharvey,mak
Enable the Firefox Suggest "offline" scenario by default for users in the US
region with en-* locales.

Previously we relied on Nimbus to enable the offline scenario, and the goal here
is to make it permanent for all users in the US `home` region using en-* locales
so that we don't need Nimbus for it anymore.

With Nimbus, there were two essential mechanisms that restricted the scenario to
the desired population: the `browser.urlbar.quicksuggest.enabled` pref, which is
a global toggle for Firefox Suggest suggestions regardless of region and locale,
and a Nimbus recipe that enabled the pref for US en-* users only.

Without Nimbus, we have only the `browser.urlbar.quicksuggest.enabled` pref. We
can't rely on a server-side solution to target a specific population, so we need
to do it in the client. This patch keeps the default `false` value of
`browser.urlbar.quicksuggest.enabled` in firefox.js, and then it sets a new
default-branch value for the pref for the US en-* population on app startup.

There's actually a set of prefs related to the offline scenario that need to be
set, not only `browser.urlbar.quicksuggest.enabled`.

Depends on D124943

Differential Revision: https://phabricator.services.mozilla.com/D125024
2021-09-11 02:27:38 +00:00
Scott 2724568ff8 Bug 1729847 - Fixing Pocket panel auto closing on enter r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D125278
2021-09-10 23:38:34 +00:00
Sam Foster a7f6392b0f Bug 1729736 - Extend success-animation frames to 16px to avoid overlap. r=dao
* Position each "frame" in the svg filmstrip animation at 16px increments, which allows space for the scaled path without intruding on the subsequent frame.
* Update CSS widths and animation details

Differential Revision: https://phabricator.services.mozilla.com/D125138
2021-09-10 21:17:21 +00:00
Andrew Creskey f0ad2e07e9 Bug 1718404 - Fix high frequency browser_interactions_typing.js failure r=Standard8
Fix a scenario where it was possible, in automation, for the typing interaction time to report 0ms due to rounding of fractional milliseconds.

In addition, now sending keystrokes individually as this is a better simulation of how users type.

Differential Revision: https://phabricator.services.mozilla.com/D125189
2021-09-10 18:09:18 +00:00
Neil Deakin 82f617d91d Bug 1730089, fix misnamed localization key for close tab warning, r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D125178
2021-09-10 15:04:34 +00:00
Niklas Baumgardner 42f48852ca Bug 1534799 - Convert &searchTextBox.clear.label; to fluent. r=emalysz,fluent-reviewers,flod,dao,morgan
Differential Revision: https://phabricator.services.mozilla.com/D123640
2021-09-10 14:52:55 +00:00
Sergey Galich 4830257aaa Bug 1700897 - Apply margin-top to generic dialog in aboutlogins.css r=tgiles
Differential Revision: https://phabricator.services.mozilla.com/D125127
2021-09-10 14:34:55 +00:00
Mark Banner 14aedbb785 Bug 1729460 - Change users of defineLazyServiceGetter(s) to use Services.* where appropriate. r=mossop,webdriver-reviewers,extension-reviewers,whimboo,robwu
Differential Revision: https://phabricator.services.mozilla.com/D124838
2021-09-10 12:09:49 +00:00
Michelle Goossens d835eb1793 Bug 1727925 - Part 3: Migrate six more windows10-32 test suites from AWS to Azure r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D124192
2021-09-10 11:51:00 +00:00
Noemi Erli e0f4b9b5fe Backed out 2 changesets (bug 1729460) for causing newtab failures CLOSED TREE
Backed out changeset 5617839462be (bug 1729460)
Backed out changeset 6d52fde3ee0e (bug 1729460)
2021-09-10 13:14:12 +03:00
Mark Banner 3cfdb5c41a Bug 1729460 - Change users of defineLazyServiceGetter(s) to use Services.* where appropriate. r=mossop,webdriver-reviewers,extension-reviewers,whimboo,robwu
Differential Revision: https://phabricator.services.mozilla.com/D124838
2021-09-10 09:38:42 +00:00