- May 29, 2023
-
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D178994
-
Stanca Serban authored
Backed out 2 changesets (bug 1236916) for causing mochitests failures in browser_aboutwelcome_multistage_mr.js. CLOSED TREE Backed out changeset 2c9ee3c4df9f (bug 1236916) Backed out changeset 7989dfc3c15c (bug 1236916)
-
Greg Tatum authored
Bug 1831963 - Add "browser.translations.logLevel" to the allow list on browser_preferences_usage.js; r=nordzilla Depends on D179360 Differential Revision: https://phabricator.services.mozilla.com/D179387
-
Greg Tatum authored
Note that this does not expose the about:translations localization file since that is a developer-focused view that's not ready or planned for general usage. Differential Revision: https://phabricator.services.mozilla.com/D179360
-
Greg Tatum authored
This fixes errors surfaced in: browser/components/tests/marionette/test_no_errors_clean_profile.py Visually and functionally the buttons work fine, but it generates a warning that is caught by this test. Differential Revision: https://phabricator.services.mozilla.com/D179359
-
Greg Tatum authored
This is another raw preference read, and rather than rewrite it, we were wanting to get rid of this anyway. Differential Revision: https://phabricator.services.mozilla.com/D179275
-
Greg Tatum authored
Differential Revision: https://phabricator.services.mozilla.com/D179274
-
Greg Tatum authored
Differential Revision: https://phabricator.services.mozilla.com/D179264
-
Greg Tatum authored
I was getting a weird intermittent locally, and I believe this was the cause. Differential Revision: https://phabricator.services.mozilla.com/D179247
-
Greg Tatum authored
Differential Revision: https://phabricator.services.mozilla.com/D179246
-
Greg Tatum authored
Differential Revision: https://phabricator.services.mozilla.com/D179245
-
Greg Tatum authored
Differential Revision: https://phabricator.services.mozilla.com/D178461
-
Mozilla Releng Treescript authored
de -> 447ef340a9c08b90baf49455c9409ec191fd7f00 fi -> bd3f65d7eba38f5b43f100e97927bcd48a794c93 it -> 1542c42903a69bbbf74944ead22f91b7dfa5643b nn-NO -> 1b634b5696b8affb9425d7616bf7710793461b61
-
Luca Greco authored
Differential Revision: https://phabricator.services.mozilla.com/D179061
-
Gregory Pappas authored
Differential Revision: https://phabricator.services.mozilla.com/D179304
-
Stanca Serban authored
Backed out 9 changesets (bug 1831963, bug 1821038) for causing mochitests failures in browser_preferences_usage.js. CLOSED TREE Backed out changeset 8e03224a019c (bug 1821038) Backed out changeset 2b8bba99a0df (bug 1831963) Backed out changeset 44cd611f57ce (bug 1831963) Backed out changeset 5b15a7632c91 (bug 1831963) Backed out changeset 522ef5669a6b (bug 1831963) Backed out changeset f730091705fd (bug 1831963) Backed out changeset 493c07c8a519 (bug 1831963) Backed out changeset c4811197740c (bug 1831963) Backed out changeset baaaaff4b660 (bug 1831963)
-
Andrew Halberstadt authored
Depends on D179364 Differential Revision: https://phabricator.services.mozilla.com/D179377
-
Andrew Halberstadt authored
This sets up a new worker-type and entries in `test-sets.yml` and `test-platforms.yml` for a new pool running with Wayland enabled in a virtualbox vm. This test platform is a bit different, in that it uses generic worker and a specialized pool. So we can't use the normal `instance-size` method of selecting worker types, and instead rely on setting `worker-type` directly. These tasks are not running anywhere yet, the primary purpose of this patch is to make it easy to run them on try. Differential Revision: https://phabricator.services.mozilla.com/D179364
-
Mark Striemer authored
Depends on D179104 Differential Revision: https://phabricator.services.mozilla.com/D179170
-
Mark Striemer authored
This patch based on work that was started by Evan Liang <eliang@calstatela.edu>. Differential Revision: https://phabricator.services.mozilla.com/D179104
-
Denis Palmeiro authored
Differential Revision: https://phabricator.services.mozilla.com/D178961
-
Paul Adenot authored
Differential Revision: https://phabricator.services.mozilla.com/D179372
-
Paul Adenot authored
Bug 1835164 - Constrain more things around TimeUnit to Infinity or large values instead of crashing. r=alwu Those are all values that are completely bogus, but can be constructed using special files or directly using JavaScript. The crashtest tests two things: first, playing the file was crashing. Then, clicking randomly on the seek bar was also crashing when attempting to convert the seek position to nanoseconds for seeking into the WebM demuxer. The patch fixes both crashes, by removing asserts that I put in, hoping that we'd never reach them. In both cases, I convert a value that's way outside the useful range to either very large number (the maximum number of nanoseconds as int64_t), or Infinity (as a TimeUnit). Differential Revision: https://phabricator.services.mozilla.com/D179234
-
Cosmin Sabou authored
Backed out changeset 7912895e63c5 (bug 1833653) for causing python failures on test/test_mozilla_central.py. CLOSED TREE
-
Cosmin Sabou authored
-
Botond Ballo authored
Differential Revision: https://phabricator.services.mozilla.com/D179326
-
Mike Conley authored
Safari doesn't let us import all passwords from Keychain at once. Instead, the user needs to authorize each read from Keychain one by one. This is not tenable for password import. Instead, we show the user instructions on how they can export their passwords from Safari into a CSV file that can then be imported. This patch adds support for showing those instructions (which had landed earlier in bug 1818789) and then importing from that CSV file upon selection. The data-review for the safari_password_file Telemetry event being used here was done earlier in bug 1824786. Differential Revision: https://phabricator.services.mozilla.com/D175669
-
Andrew Halberstadt authored
This sets up a new worker-type and entries in `test-sets.yml` and `test-platforms.yml` for a new pool running with Wayland enabled in a virtualbox vm. This test platform is a bit different, in that it uses generic worker and a specialized pool. So we can't use the normal `instance-size` method of selecting worker types, and instead rely on setting `worker-type` directly. These tasks are not running anywhere yet, the primary purpose of this patch is to make it easy to run them on try. Differential Revision: https://phabricator.services.mozilla.com/D179364
-
Joel Maher authored
Differential Revision: https://phabricator.services.mozilla.com/D178989
-
Jeff Muizelaar authored
This is for use in external profilers like samply and etw-gecko Differential Revision: https://phabricator.services.mozilla.com/D179302
-
Butkovits Atila authored
Backed out changeset 863fae78db03 (bug 1825874) for causing failures at browser_disabled_migrator.js. CLOSED TREE
-
Heitor Neiva authored
Bug 1774273 - Transition mac geckodriver notarization to signingscript r=releng-reviewers,taskgraph-reviewers,bhearsum Differential Revision: https://phabricator.services.mozilla.com/D179272
-
Eemeli Aro authored
Bug 1831872 - Migrate client.name2 string from sync.properties to Fluent. r=markh,fluent-reviewers,geckoview-reviewers,sync-reviewers,flod,m_kato As this is the only string in `services/`, let's simplify by moving it under `toolkit/` and removing `services/sync/locales/` as empty. On advice from markh, the ON_NEW_DEVICE_ID notification is delayed during device registration & updates until the update has been written to storage. Differential Revision: https://phabricator.services.mozilla.com/D178805
-
Eemeli Aro authored
This was only used to format the tooltip of the "Sync now" button in the Firefox Accounts app menu pane when the UI's state was such that the whole pane would not be displayed. Differential Revision: https://phabricator.services.mozilla.com/D178804
-
Ziran Sun authored
The invoker type is currently implemented as boolean as suggested at https://github.com/whatwg/html/issues/9168. This issue is now closed and has been fixed at https://github.com/whatwg/html/pull/9171. This patch is to be follow above discussions and implement popover invoker type as element. Differential Revision: https://phabricator.services.mozilla.com/D178287
-
Greg Tatum authored
Note that this does not expose the about:translations localization file since that is a developer-focused view that's not ready or planned for general usage. Differential Revision: https://phabricator.services.mozilla.com/D179360
-
Greg Tatum authored
This fixes errors surfaced in: browser/components/tests/marionette/test_no_errors_clean_profile.py Visually and functionally the buttons work fine, but it generates a warning that is caught by this test. Depends on D179275 Differential Revision: https://phabricator.services.mozilla.com/D179359
-
Greg Tatum authored
This is another raw preference read, and rather than rewrite it, we were wanting to get rid of this anyway. Differential Revision: https://phabricator.services.mozilla.com/D179275
-
Greg Tatum authored
Differential Revision: https://phabricator.services.mozilla.com/D179274
-
Greg Tatum authored
Differential Revision: https://phabricator.services.mozilla.com/D179264
-