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

869631 Коммитов

Автор SHA1 Сообщение Дата
Cristina Horotan 9825521049 Merge mozilla-central to autoland a=merge on a CLOSED TREE 2024-01-15 18:40:49 +02:00
serge-sans-paille fe11cb1d84 Bug 1871572 - Activate AVX512BW kernels for intgemm r=gcp
Differential Revision: https://phabricator.services.mozilla.com/D197176
2024-01-15 16:12:41 +00:00
David Shin 40a139f377 Bug 1874066: Add regression perf test. r=firefox-style-system-reviewers,perftest-reviewers,emilio,sparky
Differential Revision: https://phabricator.services.mozilla.com/D198465
2024-01-15 16:09:18 +00:00
David Shin 7cec63c2bc Bug 1874066: Distinguish edge selectors vs. other nth selectors. r=firefox-style-system-reviewers,emilio
Differential Revision: https://phabricator.services.mozilla.com/D198464
2024-01-15 16:09:17 +00:00
Sebastian Hengst 48f11e6047 Bug 1874627 - disable test_cert_expiration_canary.js until in-tree certificates have been renewed a=fix
In-tree certificates will expire soon and need renewal.

Differential Revision: https://phabricator.services.mozilla.com/D198591
2024-01-15 16:07:39 +00:00
Sebastian Hengst 3f5ca4238e Bug 1874627 - disable test_cert_expiration_canary.js until in-tree certificates have been renewed
In-tree certificates will expire soon and need renewal.

Differential Revision: https://phabricator.services.mozilla.com/D198591
2024-01-15 16:07:39 +00:00
Eden Chuang 1f89c187e9 Bug 1874080 - Nullify WebTaskSchedulerWorker::mWorkerPrivate while Disconnect(). r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D198569
2024-01-15 15:53:56 +00:00
Joshua Marshall 03343bf403 Bug 1872690 - Add doc for service worker performance tests. r=sparky,dom-worker-reviewers,smaug
Differential Revision: https://phabricator.services.mozilla.com/D197513
2024-01-15 15:45:08 +00:00
Nicolas Chevobbe 1e44a7a5a7 Bug 1874360 - [devtools] Remove unnecessary build-debugger mappings. r=devtools-reviewers,ochameau.
Depends on D198407

Differential Revision: https://phabricator.services.mozilla.com/D198408
2024-01-15 15:43:52 +00:00
Nicolas Chevobbe 4376dd0ea3 Bug 1874360 - [devtools] Remove unused devtools/client/debugger/configs. r=devtools-reviewers,bomsy.
Depends on D198406

Differential Revision: https://phabricator.services.mozilla.com/D198407
2024-01-15 15:43:52 +00:00
Frédéric Wang 2bdaf0b4eb Bug 1765615 - Remove flags parameter from NS_NewComboboxControlFrame/NS_NewSelectsAreaFrame. r=layout-reviewers,emilio
nsCSSFrameConstructor::ConstructSelectFrame is the only place where
these functions are called and the flags parameter is always set to
NS_BLOCK_FLOAT_MGR.

Differential Revision: https://phabricator.services.mozilla.com/D198520
2024-01-15 15:35:50 +00:00
Nikki Sharpley ea95272239 Bug 1869836 - Rename files with Firefox View Next to Firefox View. r=fxview-reviewers,sfoster
- rename files to exclude "next" suffix
- move tests out of firefoxview-next folder into parent folder
- updat AboutRedirector to point at firefoxview.html

Differential Revision: https://phabricator.services.mozilla.com/D196347
2024-01-15 15:34:34 +00:00
Tooru Fujisawa 2e7027b7a9 Bug 1874595 - Use LF in toml file consistently. r=jmaher,devtools-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D198505
2024-01-15 15:21:53 +00:00
Emilio Cobos Álvarez 57a0e8c018 Bug 1874701 - Fix lint errors and one mochitest.
Lint errors somehow weren't caught by lint --warnings --outgoing --fix,
which I ran before submitting.

MANUAL PUSH: Orange fix CLOSED TREE
2024-01-15 17:18:09 +01:00
Dennis Schubert 9e365a2419 Bug 1874713 - Make the reportbrokensite component's moz.build point to the right Bugzilla component. r=twisniewski
Differential Revision: https://phabricator.services.mozilla.com/D198581
2024-01-15 15:13:31 +00:00
Emilio Cobos Álvarez a94d5c59e6 Bug 1874701 - Convert aboutNetError to an html page. r=Gijs,valentin
While I'm looking at this / bug 1866884, this it probably makes sense,
wdyt?

Differential Revision: https://phabricator.services.mozilla.com/D198571
2024-01-15 15:03:19 +00:00
Emilio Cobos Álvarez ec149cc5de Bug 1866884 - Make browser_alternate_fixup_middle_click_link.js wait for error page properly. r=Gijs
Depends on D198571

Differential Revision: https://phabricator.services.mozilla.com/D198574
2024-01-15 15:01:51 +00:00
Emilio Cobos Álvarez 661cb35e55 Bug 1873659 - Hide broken favicons from mime handler dialog. r=desktop-theme-reviewers,dao
Simplify the code to use loading=lazy to make the images not block the
load event.

Differential Revision: https://phabricator.services.mozilla.com/D198426
2024-01-15 14:54:13 +00:00
Makoto Kato eb8a6df1fd Bug 1874355 - Filter out non-preferred network for moznetwork.get_ip. r=gbrown
PowerShell's `Get-NetIPAddress` can return non-preferred network address, so
I would like to filter out these networks.

Also, this `get_ip` returns IPv4 address, so I would like to add more options
(`-AddressFamily`) for IP v4 network only.

Differential Revision: https://phabricator.services.mozilla.com/D198354
2024-01-15 14:00:00 +00:00
Alex Finder 8e58f193c5 Bug 1865084 - Add chrome driver 121 r=perftest-reviewers,taskgraph-reviewers,ahal,kshampur
Differential Revision: https://phabricator.services.mozilla.com/D198441
2024-01-15 13:52:20 +00:00
Paul Zuehlcke def4636114 Bug 1873960 - Test. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D192371
2024-01-15 13:10:15 +00:00
Harshit Sohaney dfe7e164a7 Bug 1856412 - (Part 2) Tests for new dialog UI from different endpoints. r=pbz
Differential Revision: https://phabricator.services.mozilla.com/D193846
2024-01-15 13:10:06 +00:00
Harshit Sohaney bd7ae2cbc1 Bug 1856412 - (Part 1) Make all clear history entrypoints point to the new clear history dialog. r=pbz,fluent-reviewers,settings-reviewers,flod,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D192282
2024-01-15 13:10:05 +00:00
Harshit Sohaney fa30b16bd8 Bug 1855068 - (Part 2) Tests for data size display in new dialog. r=pbz
Differential Revision: https://phabricator.services.mozilla.com/D193845
2024-01-15 13:10:05 +00:00
Harshit Sohaney b47c8fb5fc Bug 1855068 - (Part 1) Added functionality to get all data sizes by time range. r=pbz,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D190862
2024-01-15 13:10:05 +00:00
ffxbld 32407df48f No Bug, mozilla-central repo-update HSTS HPKP remote-settings - r=release-managers,dmeehan
Differential Revision: https://phabricator.services.mozilla.com/D198527
2024-01-15 13:04:34 +00:00
Hubert Boma Manilla 2e3528b15d Bug 1874382 - [devtools] Make sure to check the selectedFrame before trying to call it r=devtools-reviewers,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D198522
2024-01-15 12:58:48 +00:00
Alexandre Poirot 7af68792e0 Bug 1834725 - [devtools] Surface source map errors in Debugger frontend. r=devtools-reviewers,nchevobbe
I'm introducing a new dedicated method on SourceMapLoader so that we can:
* ensure retrieving the resolved source map URL, even in case of errors
  so that we can easily open the source map file from the frontend.
* pass all useful data in one worker call (ignore urls + sources + error + resolve source map url)

Display the source map error in a new dedicated warning footer in the bottom of the editor pane.

(Removing failing jest test. Mochitests should cover the source maps.)

Differential Revision: https://phabricator.services.mozilla.com/D188586
2024-01-15 12:57:19 +00:00
Alexandre Poirot 60695efad5 Bug 1834725 - [devtools] Retrieve the resolved source map URL and source map error. r=devtools-reviewers,nchevobbe
Extract information out of the source map worker to be stored into the Debugger store.

Renamed SourceMapLoader getOriginalURLs to loadSourceMap to better translate the heavy process involved in this method.
While doing that, also inline the transfer of source map ignore list in this call (instead of always having another worker message right after).

This will be used and tested in the next changeset.

Differential Revision: https://phabricator.services.mozilla.com/D188585
2024-01-15 12:57:19 +00:00
Alexandre Poirot 52c233f81a Bug 1834725 - [devtools] Log source map errors to the console directly from SourceMapLoader. r=devtools-reviewers,nchevobbe
The main goal here is to re-throw the exception so that the debugger can start displaying source map errors.

Note that the previous changeset tweaked the StyleEditor code to handle exceptions.
The Debugger will be handled in the next changeset.

Differential Revision: https://phabricator.services.mozilla.com/D187576
2024-01-15 12:57:19 +00:00
Alexandre Poirot 4fd0f6378f Bug 1834725 - [devtools] Tweak original CSS handling in the Style Editor. r=devtools-reviewers,nchevobbe
* Accept exceptions from `getOriginalURLS` (see next changeset).
* Avoid instantiating an editor for minified stylesheet when we have a functional original stylesheet.
  We were doing that solely for getting their `friendlyName`, whereas we could lazily compute it only when we need it.

Differential Revision: https://phabricator.services.mozilla.com/D187575
2024-01-15 12:57:18 +00:00
Emilio Cobos Álvarez 9f991cfa5b Bug 1874252 - Add some diagnostics to browser_rules_container-queries.js. r=nchevobbe,devtools-reviewers
I haven't been able to repro this so far. The failure screenshot shows
the tooltip but not the toolbox, which is quite odd, too... Hopefully
this helps figure out what's going on.

Differential Revision: https://phabricator.services.mozilla.com/D198540
2024-01-15 12:57:09 +00:00
Hubert Boma Manilla 5d736fff38 Bug 1862022 - [devtools] Fix the scroll issue in the quickopen panel r=devtools-reviewers,nchevobbe
This fixes the issue allowing the result list to scroll as the user presses the up/down to move through
the list items. Seperating this patch from the test (as the test is quite tricky), so we can land the fix.

Differential Revision: https://phabricator.services.mozilla.com/D193721
2024-01-15 12:45:36 +00:00
Olli Pettay d69e4a8d4d Bug 1874454 - Implement GetHeterogeneousCpuInfo for Apple Silicon Mac, r=haik,mstange
Differential Revision: https://phabricator.services.mozilla.com/D198486
2024-01-15 12:23:33 +00:00
Mark Banner 5e50b178a8 Bug 1874607 - Add support for the license linter to be able to fix .mjs files. r=linter-reviewers,sylvestre
Depends on D198502

Differential Revision: https://phabricator.services.mozilla.com/D198503
2024-01-15 12:23:02 +00:00
Mark Banner 3a8b45b931 Bug 1874607 - Remove support for xul files from the file permissions and license linters. r=linter-reviewers,sylvestre
Depends on D198501

Differential Revision: https://phabricator.services.mozilla.com/D198502
2024-01-15 12:23:02 +00:00
Mark Banner 75a568276f Bug 1568873 - Prevent the license linter from emitting errors for files it has fixed. r=linter-reviewers,sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D198501
2024-01-15 12:23:01 +00:00
André Bargull 95ed1edbc0 Bug 1870251 - Part 16: Enable now passing tests. r=sfink
Depends on D196573

Differential Revision: https://phabricator.services.mozilla.com/D196574
2024-01-15 12:18:57 +00:00
André Bargull 7094a6588d Bug 1870251 - Part 15: Change overflow behaviour of PYM/PMD.toPlainDate. r=allstarschh
Changes from:
3f61595540

Depends on D196572

Differential Revision: https://phabricator.services.mozilla.com/D196573
2024-01-15 12:18:57 +00:00
André Bargull c7b9cacf73 Bug 1870251 - Part 14: Apply include-what-you-use. r=allstarschh
Apply include-what-you-use to clean-up `#include` statements.

Depends on D196571

Differential Revision: https://phabricator.services.mozilla.com/D196572
2024-01-15 12:18:57 +00:00
André Bargull d88383019c Bug 1870251 - Part 13: Move 96-bit integer handling into a separate class. r=allstarschh
Move the 96-bit integer code into a separate class in preparation for future
changes to support normalised time durations.

Depends on D196570

Differential Revision: https://phabricator.services.mozilla.com/D196571
2024-01-15 12:18:56 +00:00
André Bargull 8dad232919 Bug 1870251 - Part 12: Add parent class to Instant and InstantSpan. r=allstarschh
Add a parent class to avoid code duplication. In a future update for normalized
time duration, another class will also inherit from `SecondsAndNanoseconds`.

Depends on D196569

Differential Revision: https://phabricator.services.mozilla.com/D196570
2024-01-15 12:18:56 +00:00
André Bargull 592feaa05c Bug 1870251 - Part 11: Limit year, month, and week length calculations to nonzero. r=allstarschh
Changes from:
ed85e96910

Depends on D196568

Differential Revision: https://phabricator.services.mozilla.com/D196569
2024-01-15 12:18:55 +00:00
André Bargull 63bf34ebab Bug 1870251 - Part 10: Remove loops in RoundDuration. r=dminor
Changes from:
69f79638d8

Depends on D196567

Differential Revision: https://phabricator.services.mozilla.com/D196568
2024-01-15 12:18:55 +00:00
André Bargull 600466544d Bug 1870251 - Part 9: Remove BigInt arithmetic and loops in BalanceDateDurationRelative. r=dminor
Changes from:
b386bedd9a

Differential Revision: https://phabricator.services.mozilla.com/D196567
2024-01-15 12:18:55 +00:00
André Bargull 23025bf886 Bug 1870251 - Part 8: Remove BigInt arithmetic and loops in UnbalanceDateDurationRelative. r=dminor
Changes from:
20e6e61604

Depends on D196565

Differential Revision: https://phabricator.services.mozilla.com/D196566
2024-01-15 12:18:54 +00:00
André Bargull 4e109ade35 Bug 1870251 - Part 7: Reduce code duplication to call calendar methods. r=dminor
Depends on D196564

Differential Revision: https://phabricator.services.mozilla.com/D196565
2024-01-15 12:18:54 +00:00
André Bargull fe3e9523ef Bug 1870251 - Part 6: Only store non-builtin methods in TimeZoneRecord. r=dminor
Similar to part 5, only store non-builtin TimeZone methods.

Depends on D196562

Differential Revision: https://phabricator.services.mozilla.com/D196564
2024-01-15 12:18:53 +00:00
André Bargull 28301b44bc Bug 1870251 - Part 5: Only store non-builtin methods in CalendarRecord. r=mgaudet
As an optimization we only store calendar methods if the receiver is either a
custom calendar object or if the method isn't the default, built-in calender
method.

Differential Revision: https://phabricator.services.mozilla.com/D196562
2024-01-15 12:18:53 +00:00
André Bargull c366801500 Bug 1870251 - Part 4: New AO for creating calendar record from relativeTo. r=mgaudet
Changes from:
69a4b343f4

Depends on D196560

Differential Revision: https://phabricator.services.mozilla.com/D196561
2024-01-15 12:18:52 +00:00