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

828058 Коммитов

Автор SHA1 Сообщение Дата
Tim Giles 7586da80bd Bug 1801929 - Replace 'Total Cookie Protection' learn more link with support-link. r=pbz,mconley,settings-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D167420
2023-01-25 18:56:13 +00:00
Tim Giles c355ac155c Bug 1801929 - Refactor 'Enhanced Tracking Protection' link with support-link r=settings-reviewers,mconley,mstriemer
We need the .learnMore class here, otherwise the "Learn more" link does
not move to a new line, which is the current behavior.

Differential Revision: https://phabricator.services.mozilla.com/D167419
2023-01-25 18:56:12 +00:00
Francesco Lodolo (:flod) 913bd7a195 Bug 1808872 - Add new words to en-US dictionary, r=bolsson
Differential Revision: https://phabricator.services.mozilla.com/D167363
2023-01-25 18:40:14 +00:00
Luca Greco f55b6103d4 Bug 1812195 - Make sure test_sitePermsAddonProvider.js covers multiple comma separated domains set on the site permission blocklist pref. r=bholley
Differential Revision: https://phabricator.services.mozilla.com/D167840
2023-01-25 18:28:36 +00:00
Bobby Holley c7e3a488d9 Bug 1812195 — Add alipay.com and miravia.es to the site permission blocklist. r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D167735
2023-01-25 18:28:13 +00:00
Robert Longson b37626ead5 Bug 752638 - make the context-fill and context-stroke SVG paint values work in marker content r=emilio
The specification is here https://www.w3.org/TR/SVG2/painting.html#TermContextElement

Differential Revision: https://phabricator.services.mozilla.com/D167020
2023-01-25 17:54:36 +00:00
Iain Ireland e3827c7349 Bug 1812001: Fix iterator-indices jitoption r=jandem
Making this more like other ion optimization flags.

Depends on D167733

Differential Revision: https://phabricator.services.mozilla.com/D167734
2023-01-25 17:54:33 +00:00
Iain Ireland f9ec010269 Bug 1812001: Don't sort enumerated properties with valid indices r=jandem
We sort to avoid complications with enumeration hooks, but if there are valid indices, then we know there aren't any enumeration hooks.

Differential Revision: https://phabricator.services.mozilla.com/D167733
2023-01-25 17:54:33 +00:00
Dão Gottwald e35e710729 Bug 1811497 - Remove hover gap between result rows. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D167792
2023-01-25 17:50:35 +00:00
Greg Mierzwinski f33ae3f181 Bug 1812311 - Update Speedometer3 tests. r=perftest-reviewers,kshampur
This patch updates the speedometer 3 tests to the newest commit, and fixes the permafailure.

Differential Revision: https://phabricator.services.mozilla.com/D167806
2023-01-25 17:37:15 +00:00
Anna Yeddi a7a53dd625 Bug 1811581 - Show a time picker on click on time inputs (when pref is on). r=emilio,mconley
Returning the functionality to show a time picker panel when an `<input type=time>` is clicked that was removed by the D141175 patch. Providing automatic tests for this required updating the main timepicker component to dispatch an event to communicate that the picker is, in fact, ready.

To test, ensure that the `dom.forms.datetime.timepicker` pref is set to `true`.

Differential Revision: https://phabricator.services.mozilla.com/D167458
2023-01-25 17:26:26 +00:00
Jon Coppeard 29fc1750a0 Bug 1812267 - Don't allow parallel marking to steal from very small stacks r=sfink
Currently non-parallelizable workloads can perform worse with parallel marking
enabled, particularly with more than two threads. This is because we end up
stealing very frequently when there is no advantage to doing so and this
interrupts marking progress.

I tested several approaches to fixing this but the one that worked best was
simply to disallow stealing from very small stacks.

Depends on D167783

Differential Revision: https://phabricator.services.mozilla.com/D167784
2023-01-25 17:20:04 +00:00
Jon Coppeard 82dbe984bc Bug 1812268 - Add a GC parameter to control the number of threads used for parallel marking r=sfink
This also adds a shell option to set the parameter.

Care is taken to avoid using more threads than we start parallel GC tasks for
as otherwise we can deadlock.

Differential Revision: https://phabricator.services.mozilla.com/D167783
2023-01-25 17:20:04 +00:00
Tom Ritter e4ae58ff0d Bug 1700396: Bump Updatebot for the phab fix r=andi
Not sure why I didn't have this in the last commit....

Also bunch in the formatting fixes

Differential Revision: https://phabricator.services.mozilla.com/D167384
2023-01-25 17:02:03 +00:00
Butkovits Atila 62aceead54 Backed out changeset 7904cd90621f (bug 1811355) for causing SM bustages complaining about CollectPerfSpewerJitCodeProfile. CLOSED TREE 2023-01-25 19:08:27 +02:00
Emilio Cobos Álvarez c997602a07 Bug 1812289 - Enable CSD titlebar more by default. r=stransky
It works well on KDE and others, so try to enable it unconditionally for
consistency, specially given stuff like the native titlebar context menu
etc works (bug 1771950).

Now that the titlebar setting is a tri-state, the hidden pref doesn't
make particular sense either, browser.tabs.inTitlebar=1 would have the
same effect.

Differential Revision: https://phabricator.services.mozilla.com/D167796
2023-01-25 16:52:59 +00:00
Denis Palmeiro 91357fa690 Bug 1811355: Split Trampoline JitCode into separate symbols during PerfSpewer r=iain
Differential Revision: https://phabricator.services.mozilla.com/D167682
2023-01-25 16:49:40 +00:00
Paul Zuehlcke 0311957e0e Bug 1812296 - Add missing class to protections popup panel header. r=hpeuckmann
Bug 1795041 moved the font-weight rule to a separate class. I forgot to add
this class to the switch in the site-not-working sub-panel too.

Differential Revision: https://phabricator.services.mozilla.com/D167801
2023-01-25 16:45:48 +00:00
Tim Chevalier 715f01674b Bug 1811789 - Fix order of arguments in TypedArrayWith() r=mgaudet
The order of arguments when calling `CallTypedArrayMethodIfWrapped()` in
the self-hosted `TypedArrayWith()` function was wrong.

Differential Revision: https://phabricator.services.mozilla.com/D167738
2023-01-25 16:40:10 +00:00
Sean Feng b2bd8c603a Bug 1811216 - Update an assertion in JSValidatorChild r=farre
I don't immediate see an reason about why this assertion can fail.

Given the test (browser_ext_tabs_move_window.js) closes some windows
near the end, I wonder if it's possible for RecvOnDataAvailable to
be run after ActorDestroy.

Differential Revision: https://phabricator.services.mozilla.com/D167270
2023-01-25 16:39:05 +00:00
Nicolas Chevobbe 2bb6493572 Bug 1812281 - [devtools] Add `lab`, `lch`, `oklab` and `oklch` to DevTools autocomplete. r=emilio.
Differential Revision: https://phabricator.services.mozilla.com/D167803
2023-01-25 16:25:35 +00:00
Jens Stutte 3089164aa5 Bug 1811237 - Limit the number of parallel running XPCShell tests for asan builds. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D167797
2023-01-25 16:04:31 +00:00
Geoff Brown b457d6c1b8 Bug 1811729 - Retry failed network connections for a few more minutes r=jcristau
Bump the number of retries from 5 (5+10+20+40=75 seconds worst case) to 7 (5+10+20+40+80+160=315 seconds worst case).

Also log the url being used for the first fetch, in case that helps diagnose future failures.

Differential Revision: https://phabricator.services.mozilla.com/D167704
2023-01-25 15:36:17 +00:00
Niklas Baumgardner 027209367d Bug 1779124 - Render PiP controls in their proper places. r=pip-reviewers,desktop-theme-reviewers,kpatenio,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D166349
2023-01-25 15:14:28 +00:00
Tim Chevalier eac07dc4b1 Bug 1811056 - Add --enable-change-array-by-copy to fuzz-flags.txt r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D167739
2023-01-25 14:38:09 +00:00
Joel Maher 32075e5733 Bug 1776751 - allow condprof tests to fallback to previous version. r=sparky
Differential Revision: https://phabricator.services.mozilla.com/D167741
2023-01-25 14:32:25 +00:00
lyavor 9f0baafa27 Bug 1811278 - Add disable next line for all browser/base PART 5 r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D167285
2023-01-25 14:27:45 +00:00
lyavor 89c592f4d3 Bug 1811278 - Add disable next line for all browser/base PART 4 r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D167284
2023-01-25 14:27:44 +00:00
lyavor a81ef1775f Bug 1811278 - Add disable next line for all browser/base PART 3 r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D167283
2023-01-25 14:27:44 +00:00
lyavor 6c46b535c4 Bug 1811278 - Add disable next line for all browser/base PART 2 r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D167281
2023-01-25 14:27:43 +00:00
lyavor 6666b03b50 Bug 1811278 - Add disable next line for all browser/base PART 1 r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D167279
2023-01-25 14:27:43 +00:00
Paul Zuehlcke 5da8a83acd Bug 1812030 - Fix pref observers in nsCookieInjector. r=timhuang
- Fix typo in IsEnabledForCurrentPrefState leading to component not enabling if
  one of the service modes was set to disabled.
- Clean up pref observer code by moving list of prefs to array.

Differential Revision: https://phabricator.services.mozilla.com/D167664
2023-01-25 13:41:54 +00:00
ogiorgis 88a7383fe0 Bug 1749473 - fix code blocks warnings r=firefox-source-docs-reviewers,sylvestre DONTBUILD
Depends on D167776

Differential Revision: https://phabricator.services.mozilla.com/D167777
2023-01-25 13:41:06 +00:00
ogiorgis 892f701477 Bug 1749473 - fix warnings like unknown code language: None r=firefox-source-docs-reviewers,perftest-reviewers,sylvestre,sparky DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D167776
2023-01-25 13:41:05 +00:00
zacnomore 975d79d874 Bug 1639052 - Align pseudoclass toggles to columns r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D167761
2023-01-25 13:34:33 +00:00
Andrew Creskey 78d06d6746 Bug 1810871 - Add perfstats to capture internal necko timings - async open to transaction pending and response start parent to content r=bas,necko-reviewers,kershaw
These timings look to be slow in the beta population so adding Perfstats to help test improvements.

Differential Revision: https://phabricator.services.mozilla.com/D167585
2023-01-25 13:28:49 +00:00
Mike Conley 828431224a Bug 1811935 - Adjust visibility of the resource types available for each migrator / profile pair in the new migration wizard. r=Gijs
This causes the MigrationWizardChild to request the full collection of available
migrators and user profiles, and then based on which resourceTypes those migrators
and user profiles have available, changes the visibility of the checkboxes in the
selection page of the new MigrationWizard component.

Differential Revision: https://phabricator.services.mozilla.com/D167617
2023-01-25 12:53:31 +00:00
Timothy Nikkel c216ddfc4f Bug 1810662. Make "item should have finite clip with respect to aASR" asserts non-fatal. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D166984
2023-01-25 12:50:51 +00:00
Mathieu Leplatre 03bc251411 Bug 1809884 - Bust cache when fetching changes in inspect() r=gbeckley
Differential Revision: https://phabricator.services.mozilla.com/D166678
2023-01-25 12:36:34 +00:00
Asbjørn Sloth Tønnesen 198a1b6ad4 Bug 1808975 - Detect captive portal on HTTP status 511 Network Authentication Required. r=valentin,necko-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D166224
2023-01-25 12:12:24 +00:00
Emilio Cobos Álvarez dceff5d8b7 Bug 1811486 - Re-enable panel animations on KDE. r=stransky
Depends on D167413

Differential Revision: https://phabricator.services.mozilla.com/D167414
2023-01-25 12:28:02 +00:00
Robert Mader c3672daec7 Bug 1812016 - Also use GLES in glxtest on ARM 32bit, r=gfx-reviewers,nical
We already do so on ARM64 and chances are high that drivers have better
GLES support than GL.

Differential Revision: https://phabricator.services.mozilla.com/D167700
2023-01-25 11:40:56 +00:00
Norisz Fay c910e04688 Backed out changeset 41476cb47d09 (bug 1644104) as complementary for Bug 1809464, Bug 1810860 cause of perma failures on test_principal.html CLOSED TREE 2023-01-25 15:20:19 +02:00
Norisz Fay 4dd678e4ae Backed out changeset 19877ab1b745 (bug 1811870) for causing ba failures on browser_test_focus_urlbar.js CLOSED TREE 2023-01-25 13:49:42 +02:00
serge-sans-paille bcf4b44f32 Bug 1812284 - Remove spurious xsimd_config.hpp.orig file r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D167791
2023-01-25 11:40:03 +00:00
Emilio Cobos Álvarez cbf38338a3 Bug 1811486 - Don't animate popups rolled-up on minimized windows. r=stransky
Depends on D167381

Differential Revision: https://phabricator.services.mozilla.com/D167413
2023-01-25 11:37:46 +00:00
Nicolas Chevobbe b899deb406 Bug 1811429 - [devtools] Enable assertion in browser_dbg-pretty-print-paused-anonymous.js. r=bomsy.
Differential Revision: https://phabricator.services.mozilla.com/D167775
2023-01-25 11:32:11 +00:00
Stanca Serban 77e73b2ba0 Backed out changeset 115ffcd85a81 (bug 1812030) for causing bustages in nsCookieInjector.cpp. CLOSED TREE 2023-01-25 13:34:37 +02:00
Paul Zuehlcke 0b484bdf41 Bug 1812030 - Fix pref observers in nsCookieInjector. r=timhuang
- Fix typo in IsEnabledForCurrentPrefState leading to component not enabling if
  one of the service modes was set to disabled.
- Clean up pref observer code by moving list of prefs to array.

Differential Revision: https://phabricator.services.mozilla.com/D167664
2023-01-25 10:56:08 +00:00
Emilio Cobos Álvarez af31750cc0 Bug 1775062 - Fix various using statements to use properly qualified names. r=nika,necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D167710
2023-01-25 10:52:10 +00:00