Narcis Beleuzu
85b4b24cfc
Backed out changeset 9480237e1e6f (bug 1665975) for xpcshell failure on test_css-properties-db.js. CLOSED TREE
2020-09-23 13:06:21 +03:00
Frederic Wang
ff5e02320a
Bug 1665975 - Implement the math-style property. r=emilio
...
This patch renames the internal -moz-math-display to math-style and
exposes it under the layout.css.math-style.enabled preference. The
initial value becomes "normal" but that does not affect the default
MathML behavior since the UA style sheet sets the math-style property
explicitly on <math> tags. WPT tests are updated to use the syntax
approved by the CSSWG.
Intent to prototype: https://groups.google.com/forum/#!msg/mozilla.dev.platform/1hQQ7ISudGo/_yLEckEeBQAJ
Differential Revision: https://phabricator.services.mozilla.com/D90731
2020-09-23 08:14:38 +00:00
Jan de Mooij
7087de27ea
Bug 1666417 part 3 - Enable Warp in the browser. r=iain
...
Also bumps the threshold to 1500 to match DefaultJitOptions::setWarpEnabled.
Changing the JS shell default is more tricky and will be done separately if this
sticks.
Depends on D90957
Differential Revision: https://phabricator.services.mozilla.com/D90958
2020-09-22 18:27:14 +00:00
Kartikaya Gupta
92c5606dad
Bug 1637908 - Enable touch event retargeting on android with new touchable heuristic. r=snorp
...
Depends on D91028
Differential Revision: https://phabricator.services.mozilla.com/D91029
2020-09-22 20:39:04 +00:00
Anny Gakhokidze
5842740ef5
Bug 1666287 - Remove pref dom.datatransfer.mozAtAPIs and make relevant APIs ChromeOnly, r=nika
...
Make mozItemCount, mozTypesAt, mozClearDataAt, mozSetDataAt, mozGetDataAt
DataTransfer APIs ChromeOnly
Differential Revision: https://phabricator.services.mozilla.com/D91017
2020-09-22 16:16:29 +00:00
Jan de Mooij
d6bba0cf60
Bug 1666417 part 1 - Make Warp pref work on non-Nightly. r=iain
...
Differential Revision: https://phabricator.services.mozilla.com/D90956
2020-09-22 16:00:21 +00:00
Makoto Kato
3759e7c3b5
Bug 1425291 - Part 1. Implement autocapitalize attribute. r=webidl,smaug
...
Virtual keyboard on Android (and API level of GTK) supports autocapitalization
that is automatically capitalize words and etc.
atucapitalize attribute inherits from form element if the element is button,
fieldset, input, output, select and textarea. Its tests are included in wpt.
WebKit on iOS and Blink on Android already support this HTML attribute, so I
would like to support this on Firefox/GeckoView Nightly.
Differential Revision: https://phabricator.services.mozilla.com/D86674
2020-09-15 14:33:27 +00:00
Andy Grover
99792ccf29
Bug 1649495
- Add network.http.http3.enable_qlog pref r=dragana,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D81949
2020-09-22 08:28:44 +00:00
mcccs
c7b6171fd4
Bug 1589781 - NAT64 synthesis for TRR. r=valentin,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D86343
2020-09-22 07:29:34 +00:00
Valentin Gosu
e66347e556
Bug 1648147 - Don't retry the connection with RES_DISABLE_TRR when the TRR server returns 0.0.0.0 r=dragana,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D90549
2020-09-21 12:01:50 +00:00
Butkovits Atila
49f424b435
Backed out changeset f82548378b79 (bug 1649495
) for xpc failures at test_upgrade.js. CLOSED TREE
2020-09-21 15:45:00 +03:00
pbz
b81e69ee95
Bug 1314912 - Rate limit calls to History and Location interfaces. r=smaug
...
This adds a rate limit to methods and setters of the History and Location
for non-system callers.
The rate limit is counted per BrowsingContext and can be controlled by prefs.
This patch is based on the original rate limit patch by :freesamael.
Differential Revision: https://phabricator.services.mozilla.com/D90136
2020-09-21 11:54:50 +00:00
Emilio Cobos Álvarez
60f1efb07e
Bug 1666086
- Enable layout.css.moz-any-is-is.enabled on all channels. r=jwatt
...
We haven't heard of any issues with this during the 81 and 82 cycles,
and I think we should try to do this.
This should land after the 82 merge.
Differential Revision: https://phabricator.services.mozilla.com/D90789
2020-09-21 11:10:28 +00:00
Butkovits Atila
b40e948d8d
Backed out changeset 048a2ebdfcb0 (bug 1666086
) for causing bustages at Result.h. CLOSED TREE
2020-09-21 15:18:15 +03:00
Emilio Cobos Álvarez
a3d93c993b
Bug 1666086
- Enable layout.css.moz-any-is-is.enabled on all channels. r=jwatt
...
We haven't heard of any issues with this during the 81 and 82 cycles,
and I think we should try to do this.
This should land after the 82 merge.
Differential Revision: https://phabricator.services.mozilla.com/D90789
2020-09-21 11:10:28 +00:00
Andy Grover
63993e1a49
Bug 1649495
- Add network.http.http3.qlog_enabled pref r=dragana,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D81949
2020-09-21 11:00:26 +00:00
J. Ryan Stinnett
b1df6f0420
Bug 1580117 - Pause composition for minimized windows on macOS. r=mstange
...
This pauses composition when a window becomes minimized.
This is particularly important for platforms like macOS, where minimized /
hidden windows historically would remain compositing, potentially on every vsync
if the hidden window contained animations. This should lead to a nice power
savings by skipping this unnecessary work.
This change affects both the WebRender and legacy compositor paths.
As bug 1580117 is believed to be a macOS specific issue, this is currently
implemented for macOS only, but could in the future be generalized to other
platforms as well.
Differential Revision: https://phabricator.services.mozilla.com/D85954
2020-09-17 16:57:31 +00:00
Valentin Gosu
4cceaf9d42
Bug 1657323 - Do DNS queries for example.org instead of mozilla.org because mo doesn't have IPv6 addresses r=necko-reviewers,kershaw
...
Differential Revision: https://phabricator.services.mozilla.com/D90539
2020-09-18 09:47:43 +00:00
Bogdan Tara
2991b8c066
Backed out changeset 0da5103ba772 (bug 1665975) for mozglue_static::panic_hook mass crashes CLOSED TREE
2020-09-21 10:07:03 +03:00
Frederic Wang
1ac695dbdc
Bug 1665975 - Implement the math-style property. r=emilio
...
This patch renames the internal -moz-math-display to math-style and
exposes it under the layout.css.math-style.enabled preference. The
initial value becomes "normal" but that does not affect the default
MathML behavior since the UA style sheet sets the math-style property
explicitly on <math> tags. WPT tests are updated to use the syntax
approved by the CSSWG.
Intent to prototype: https://groups.google.com/forum/#!msg/mozilla.dev.platform/1hQQ7ISudGo/_yLEckEeBQAJ
Differential Revision: https://phabricator.services.mozilla.com/D90731
2020-09-21 05:41:51 +00:00
Csoregi Natalia
f040f9c556
Backed out changeset 8c6e791dcb00 (bug 1589781) for xpcshell failures on test_ext_captivePortal.js. CLOSED TREE
2020-09-20 14:36:18 +03:00
mcccs
a748291a86
Bug 1589781 - NAT64 synthesis for TRR. r=valentin,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D86343
2020-09-20 10:43:02 +00:00
alwu
05abfeb051
Bug 1665496 - part1 : enable Media Session API by default. r=chunmin
...
We're going to enable MediaSession API by default on Fx82.
Differential Revision: https://phabricator.services.mozilla.com/D90476
2020-09-18 16:28:07 +00:00
Mihai Alexandru Michis
51875c07f4
Backed out changeset 932516ec74bb (bug 1649495
) for causing bustages in nsHttpHandler
...
CLOSED TREE
2020-09-18 15:55:06 +03:00
Andy Grover
96ac4b6334
Bug 1649495
- Add network.http.http3.qlog_enabled pref r=dragana,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D81949
2020-09-18 07:02:15 +00:00
Bogdan Tara
8fe09fb514
Backed out changeset 7f4e096d1be6 (bug 1589781) for NetworkConnectivityService tsan failures CLOSED TREE
2020-09-17 19:28:43 +03:00
mcccs
17b4754b7e
Bug 1589781 - NAT64 synthesis for TRR. r=valentin,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D86343
2020-09-17 06:40:19 +00:00
David Teller
ff4e70cada
Bug 1664214 - In about:processes, only display root subframes;r=florian
...
To decrease visual clutter, we stop displaying frames that are purely in-process subframes of the tab.
Differential Revision: https://phabricator.services.mozilla.com/D89878
2020-09-14 10:26:39 +00:00
unknown
16642e7b1b
Bug 1665289 - Revert webgl shmem size to 100kb for better perf. r=lsalzman
...
Differential Revision: https://phabricator.services.mozilla.com/D90518
2020-09-17 08:01:41 +00:00
Andreas Pehrson
02deae9c74
Bug 1656438 - Fix the unit of the desired buffering. r=padenot
...
Comments mention 5ms, but code says it's 50ms.
Differential Revision: https://phabricator.services.mozilla.com/D89761
2020-09-17 06:11:10 +00:00
Timothy Nikkel
bd79bff909
Bug 1665507
. Back out changeset 25760b432ecb from bug 1663562. The workaround is no longer needed.
...
Differential Revision: https://phabricator.services.mozilla.com/D90490
2020-09-16 22:30:01 +00:00
Dorel Luca
1a57280c05
Backed out changeset bdca8dc601a4 (bug 1589781) for Build bustages in netwerk/base/NetworkConnectivityService.cpp. CLOSED TREE
2020-09-16 23:11:52 +03:00
mcccs
b51ce503d3
Bug 1589781 - NAT64 synthesis for TRR. r=valentin,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D86343
2020-09-16 17:52:38 +00:00
unknown
456d695946
Bug 1665289 - Convert WebGLChild's kDefaultCmdsShmemSize to a pref. r=lsalzman
...
Also reduce it from 100KB to 10KB, since we want more concurrency.
Differential Revision: https://phabricator.services.mozilla.com/D90358
2020-09-16 15:22:22 +00:00
stransky
30d5f7b4e5
Bug 1665324 Remove media.ffmpeg.low-latency.enabled preference, r=jya
...
Differential Revision: https://phabricator.services.mozilla.com/D90373
2020-09-16 13:19:42 +00:00
Denis Palmeiro
730833acb3
Bug 1665217: Enable dom.script_loader.external_scripts.speculative_omt_parse.enabled for beta and release. r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D90328
2020-09-16 10:15:23 +00:00
David Teller
ac7418bd1b
Bug 1652784 - Hide threads behind pref in about:processes;r=florian
...
Differential Revision: https://phabricator.services.mozilla.com/D89876
2020-09-15 14:48:20 +00:00
Andrea Marchesini
e733096393
Bug 444222 - Update the window.name when doing the navigation, r=smaug,nika
...
This patch implements the window.name updating in the spec
https://html.spec.whatwg.org/#history-traversal .
Differential Revision: https://phabricator.services.mozilla.com/D81361
2020-09-15 17:51:05 +00:00
Narcis Beleuzu
84c3cc7574
Backed out 47 changesets (bug 1656438) for bustages on DynamicResampler.cpp . CLOSED TREE
...
Backed out changeset dc497e6c016d (bug 1656438)
Backed out changeset 780a6b48d876 (bug 1656438)
Backed out changeset a9baeaefbb85 (bug 1656438)
Backed out changeset 297b4dbd2380 (bug 1656438)
Backed out changeset 8c3c64217bf6 (bug 1656438)
Backed out changeset d51cd6827d3b (bug 1656438)
Backed out changeset 1e48be97c8ad (bug 1656438)
Backed out changeset 44d075680b27 (bug 1656438)
Backed out changeset 64c35518d82f (bug 1656438)
Backed out changeset 159e8137d4ad (bug 1656438)
Backed out changeset 0546062cc053 (bug 1656438)
Backed out changeset 18079c579276 (bug 1656438)
Backed out changeset b6f3e65401b4 (bug 1656438)
Backed out changeset cfbc65954235 (bug 1656438)
Backed out changeset d35cf2a0b659 (bug 1656438)
Backed out changeset 5da08b28c7b5 (bug 1656438)
Backed out changeset 8071a5b82a62 (bug 1656438)
Backed out changeset 4f2aeff6e0e4 (bug 1656438)
Backed out changeset 4bb23c108319 (bug 1656438)
Backed out changeset 90c2ec79a8fc (bug 1656438)
Backed out changeset ffb479620b65 (bug 1656438)
Backed out changeset 9e9f40be7bd7 (bug 1656438)
Backed out changeset 664f66d512ff (bug 1656438)
Backed out changeset ce3a1f7b1c79 (bug 1656438)
Backed out changeset 8e59070e92ea (bug 1656438)
Backed out changeset fd84761e9af8 (bug 1656438)
Backed out changeset 50ec7aa8a44a (bug 1656438)
Backed out changeset 338a090e2657 (bug 1656438)
Backed out changeset 1f262745a844 (bug 1656438)
Backed out changeset 3b904a06afd1 (bug 1656438)
Backed out changeset d5c5afc9239f (bug 1656438)
Backed out changeset 9351b87ca40b (bug 1656438)
Backed out changeset 2baecf74521e (bug 1656438)
Backed out changeset 8571622fc9a0 (bug 1656438)
Backed out changeset c4ad7c72bc9c (bug 1656438)
Backed out changeset e505d1d051c4 (bug 1656438)
Backed out changeset a51bb724a78c (bug 1656438)
Backed out changeset 8cacc0e96a3e (bug 1656438)
Backed out changeset 58838694eb67 (bug 1656438)
Backed out changeset 2baa906a480d (bug 1656438)
Backed out changeset 52e1ae3a4fd7 (bug 1656438)
Backed out changeset 1da839e0562d (bug 1656438)
Backed out changeset 55c9c22b0a13 (bug 1656438)
Backed out changeset d116b82ffad9 (bug 1656438)
Backed out changeset b640887eca0e (bug 1656438)
Backed out changeset 5be36600b092 (bug 1656438)
Backed out changeset 7b07bbe610ae (bug 1656438)
2020-09-15 20:15:27 +03:00
Andreas Pehrson
e1b75a875c
Bug 1656438 - Fix the unit of the desired buffering. r=padenot
...
Comments mention 5ms, but code says it's 50ms.
Differential Revision: https://phabricator.services.mozilla.com/D89761
2020-09-15 14:42:11 +00:00
Paul Adenot
f94544f988
Bug 1662805 - Make the silence duration before a tab is considered inaudible configurable. r=pehrsons
...
Depends on D89635
Differential Revision: https://phabricator.services.mozilla.com/D89636
2020-09-15 09:01:16 +00:00
Christoph Kerschbaumer
ed4fe6b936
Bug 1145314: Lock down CheckLoadURIFlags by dropping the check that lets any URI_IS_UI_RESOURCE URL link to any other URL with that flag. r=bholley
...
Differential Revision: https://phabricator.services.mozilla.com/D80601
2020-09-15 07:30:26 +00:00
Timothy Nikkel
8646146723
Bug 1663562. Don't call MaybeReflowForInflationScreenSizeChange with webrender when running mochitests in dom/base/test to work around webrender bug for now. r=botond
...
This is sad, but seems like the least bad option to enable desktop zooming scrollbars reasonable soon.
Differential Revision: https://phabricator.services.mozilla.com/D90181
2020-09-15 04:33:49 +00:00
Mihai Alexandru Michis
a64de8bf5f
Backed out 2 changesets (bug 1663562) for causing bustages in nsPresContext.cpp
...
CLOSED TREE
Backed out changeset 67cbb5422dbc (bug 1663562)
Backed out changeset 574709176152 (bug 1663562)
2020-09-15 07:22:29 +03:00
Timothy Nikkel
147ca18b99
Bug 1663562. Don't call MaybeReflowForInflationScreenSizeChange with webrender when running mochitests in dom/base/test to work around webrender bug for now. r=botond
...
This is sad, but seems like the least bad option to enable desktop zooming scrollbars reasonable soon.
Depends on D89409
Differential Revision: https://phabricator.services.mozilla.com/D90181
2020-09-15 04:07:21 +00:00
Emilio Cobos Álvarez
8b0177b46a
Bug 1664718 - Allow :is() and :where() to have better error recovery. r=xidorn
...
Adjust is-where-parsing.html to work with both the new and old behavior,
and add a test for the new behavior.
Depends on D90049
Differential Revision: https://phabricator.services.mozilla.com/D90050
2020-09-14 22:33:01 +00:00
Mike Conley
c45bb3b77f
Bug 1664899 - Set the Picture-in-Picture toggle to Mode 2 by default. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D90157
2020-09-14 21:12:33 +00:00
Doug Thayer
025f5fb9f0
Bug 1656261 - Back out all recent StartupCache work r=RyanVM
...
This backs out all work from bug 1627075 as well as all of its
descendents. There were a few conflicts when backing this out but
overall it was pretty clean, so I would say it's a fairly mild
level of risk. Historically Nathan Froyd has reviewed these patches,
but he is no longer at Mozilla, and no one else is particularly
familiar with the code, so I am passing this off to RyanVM who has
at least been familiar with the history of the bug.
Differential Revision: https://phabricator.services.mozilla.com/D90096
2020-09-14 17:00:53 +00:00
Mihai Alexandru Michis
47b948eabc
Backed out 2 changesets (bug 1664718) for causing wpt and bc failures.
...
CLOSED TREE
Backed out changeset 62e71d3b6b32 (bug 1664718)
Backed out changeset c8a8791a26ed (bug 1664718)
2020-09-14 20:32:50 +03:00
pbz
d0b72441ae
Bug 613785 - Tab modal http auth prompts. r=johannh on a CLOSED TREE
...
Differential Revision: https://phabricator.services.mozilla.com/D75568
2020-09-14 10:21:45 +00:00
Cristina Coroiu
f3ce4d6f49
Backed out 3 changesets (bug 613785) for license failure at toolkit/components/pictureinpicture/docs/PiP-diagram.svg on a CLOSED TREE
...
Backed out changeset 0f7dc1b122c6 (bug 613785)
Backed out changeset c8555693674c (bug 613785)
Backed out changeset 9df275f6cd8d (bug 613785)
2020-09-14 18:20:12 +03:00
Emilio Cobos Álvarez
4c86d9e159
Bug 1664718 - Allow :is() and :where() to have better error recovery. r=xidorn
...
Adjust is-where-parsing.html to work with both the new and old behavior,
and add a test for the new behavior.
Depends on D90049
Differential Revision: https://phabricator.services.mozilla.com/D90050
2020-09-14 15:04:22 +00:00
pbz
eaa0d3b3c8
Bug 613785 - Tab modal http auth prompts. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D75568
2020-09-14 10:21:45 +00:00
Cristina Coroiu
d85babf17b
Backed out 5 changesets (bug 1662805) for multiple failures, e.g. bc failures at dom/media/mediacontrol/tests/browser_media_control_non_eligible_media.js on a CLOSED TREE
...
Backed out changeset 820eb655de3d (bug 1662805)
Backed out changeset 23c90dd335b1 (bug 1662805)
Backed out changeset eff66444dc68 (bug 1662805)
Backed out changeset caeffea29d80 (bug 1662805)
Backed out changeset 2f8f9799d1f3 (bug 1662805)
2020-09-14 14:44:34 +03:00
Paul Adenot
3ca6ba96da
Bug 1662805 - Make the silence duration before a tab is considered inaudible configurable. r=pehrsons
...
Depends on D89635
Differential Revision: https://phabricator.services.mozilla.com/D89636
2020-09-14 09:42:31 +00:00
Kartikaya Gupta
3791871d09
Bug 1658169 - Moving missing general.smoothScroll* prefs from all.js to StaticPrefs.yaml. r=tnikkel
...
Differential Revision: https://phabricator.services.mozilla.com/D89664
2020-09-12 13:07:01 +00:00
Frederic Wang
4f44f0d754
Bug 1664467: Remove runtime preferences for legacy MathML lengths. r=emilio
...
This commit remove the following preferences, which have been
disabled since Firefox 70:
- mathml.nonzero_unitless_lengths.disabled
- mathml.legacy_number_syntax.disabled
These are edge syntaxes for MathML3 lengths that don't align well
with CSS and we haven't received any bug report about it since they
were disabled. Tests are updated to treat attributes using such
values as invalid.
update tests
Differential Revision: https://phabricator.services.mozilla.com/D89920
2020-09-11 19:48:07 +00:00
Emilio Cobos Álvarez
0e6b77a1e2
Bug 1664258 - Increase the default PDF resolution for non-windows platforms. r=jwatt
...
I've tested both webpage printing and pdf printing, in both the new UI
and the system dialog, and this gives consistently better results,
specially when images are involved.
I've put the exact DPI value on a pref because I think that's the
sensible thing to do, and allows us to test higher resolutions too.
Differential Revision: https://phabricator.services.mozilla.com/D89805
2020-09-11 11:37:40 +00:00
sotaro
872ccfe115
Bug 1649088 - Add SharedSurface support with AHardwareBuffer support on android r=jgilbert
...
AHardwareBuffer could remove several limitations of android::SurfaceTexture.
File descriptor usage of current implementation is not efficient. It is going to be addressed by Bug 1663381.
Differential Revision: https://phabricator.services.mozilla.com/D89232
2020-09-11 03:11:45 +00:00
Chris H-C
1776c98e00
Bug 1658359 - Suppress Glean-sent pings in tests that redirect Telemetry r=janerik
...
I would redirect Glean-sent pings instead of suppressing them, but network
errors seem to be causing unrelated failures in
toolkit/mozapps/extensions/test/browser/browser_html_discover_view_clientid.js
Differential Revision: https://phabricator.services.mozilla.com/D88980
2020-09-09 20:01:06 +00:00
Benjamin Bouvier
ba273047b5
Bug 1663898: Really enable Cranelift by default on aarch64 builds; r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D89600
2020-09-09 13:11:57 +00:00
Frederik Braun
4f871039e0
Bug 1652481: expose experimental sanitizer api r=ckerschb,hsivonen
...
Differential Revision: https://phabricator.services.mozilla.com/D82347
2020-09-08 13:54:01 +00:00
Nicholas Nethercote
ddf02dcac6
Bug 1426269 - Filter full-line comments and empty lines from prefs files. r=glandium,geckoview-reviewers,snorp
...
For a local build on my Linux64 box, this reduces greprefs.js from 174,906
bytes to 103,221 bytes, and firefox.js from 112,100 bytes to 68,656 bytes.
Depends on D88242
Differential Revision: https://phabricator.services.mozilla.com/D88243
2020-09-08 07:10:54 +00:00
Matthew Gregan
14b4589a3d
Bug 1663553 - Enable AudioIPC for 32-bit Windows in early beta. r=chunmin
...
Differential Revision: https://phabricator.services.mozilla.com/D89406
2020-09-08 17:13:17 +00:00
Bogdan Tara
9b6c153dd9
Backed out 3 changesets (bug 1633370, bug 613785) for test_alert_opened_before_session_starts failures CLOSED TREE
...
Backed out changeset 4738b2f8406d (bug 613785)
Backed out changeset aeeb3f688098 (bug 613785)
Backed out changeset 36b1bf1d2320 (bug 1633370)
2020-09-09 05:00:22 +03:00
Glenn Watson
77ed56e2c7
Bug 1663362 - Remove extra raster root assignment pass. r=nical
...
This was left as a debug option when the original change was made,
to allow seeing the differences. It's no longer required.
Differential Revision: https://phabricator.services.mozilla.com/D89328
2020-09-08 08:45:28 +00:00
Kristen Wright
30a9faf35b
Bug 1642727
- Remove the VarCache machinery r=njn
...
This commit removes Varcache entirely, putting an end to our quest to get rid of VarCache.
Differential Revision: https://phabricator.services.mozilla.com/D79538
2020-09-08 17:12:01 +00:00
pbz
4f8ee9f2c0
Bug 613785 - Tab modal http auth prompts. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D75568
2020-09-08 12:07:49 +00:00
Olli Pettay
f50042da80
Bug 1663216 - Have a pref to control unthrottled timers in background tabs, r=farre
...
Differential Revision: https://phabricator.services.mozilla.com/D89295
2020-09-07 13:23:34 +00:00
Jonathan Kew
94149fadd5
Bug 1533462 - Enable the cross-process shared fontlist by default on Nightly builds. r=jwatt
...
Also add explicit line-height to a localized-family-names test for better consistency.
Differential Revision: https://phabricator.services.mozilla.com/D79963
2020-09-07 17:20:58 +00:00
Masayuki Nakano
3ed5c1ea83
Bug 1658702 - part 9: Add `AutoDeleteRangesHandler::ComputeRangesToDeleteHRElement()` to compute the target range for deleting `<hr>` element r=m_kato
...
This patch corresponds to:
* https://searchfox.org/mozilla-central/rev/0c682c4f01442c3de0fa6cd286e9cadc8276b45f/editor/libeditor/HTMLEditSubActionHandler.cpp#3362-3375
* https://searchfox.org/mozilla-central/rev/0c682c4f01442c3de0fa6cd286e9cadc8276b45f/editor/libeditor/HTMLEditSubActionHandler.cpp#3679-3695
* https://searchfox.org/mozilla-central/rev/0c682c4f01442c3de0fa6cd286e9cadc8276b45f/editor/libeditor/HTMLEditSubActionHandler.cpp#3728-3742
Note that the complicated cases (surrounded by invisible `<br>` element and/or
surrounded by invisible white-spaces) are handled as deleting non-collapsed
range so that this improves only the simple cases.
And also this adds a pref to disable the Gecko specific complicated `<hr>`
element handling.
Differential Revision: https://phabricator.services.mozilla.com/D88969
2020-09-07 03:09:30 +00:00
Christoph Kerschbaumer
c6241df6d4
Bug 1661672: Remove use of security.view-source.reachable-from-inner-protocol r=Gijs,emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D89163
2020-09-07 13:51:44 +00:00
Christoph Kerschbaumer
5ec12b5c65
Bug 1660945 - HTTPS-Only-Mode only send background request to top-level page without path and only if pref is set to true. r=JulianWels,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D89108
2020-09-07 09:23:06 +00:00
Bogdan Tara
c40355da64
Backed out changeset 4519f0bb8624 (bug 1656297) for nsObserverService related crashes CLOSED TREE
2020-09-03 23:11:11 +03:00
unknown
7a402e1168
Bug 1656297 - Pref on webgl.out-of-process for win+mac nightly/dev. r=lsalzman
...
Differential Revision: https://phabricator.services.mozilla.com/D89230
2020-09-03 10:00:37 +00:00
Paul Bone
211fde96e9
Bug 1650979 - Let BC preservation ride the trains r=cpeterson
...
Differential Revision: https://phabricator.services.mozilla.com/D83877
2020-09-03 05:35:43 +00:00
Mihai Alexandru Michis
c49bd9a43c
Backed out changeset 1c35c35dd964 (bug 1654459) for causing reftest failures in webgl-color-test.html
...
CLOSED TREE
2020-09-03 06:00:44 +03:00
Jeff Gilbert
7f2b6ffa0b
Bug 1654459 - Default webgl.enable-surface-texture to true. r=snorp
...
This should match the previous behavior where non-parent processes
ignored the pref and used surface textures.
Differential Revision: https://phabricator.services.mozilla.com/D84476
2020-09-02 14:41:46 +00:00
Mihai Alexandru Michis
997d051046
Backed out changeset 61246cf19cb6 (bug 1589781) for causing failures in test_trr_nat64.js
...
CLOSED TREE
2020-09-02 21:36:15 +03:00
Mark Banner
b0311dd767
Bug 1619926 - Remove legacy search configuration code from the search service. r=daleharvey,geckoview-reviewers,agi
...
Depends on D87894
Differential Revision: https://phabricator.services.mozilla.com/D88017
2020-09-01 18:08:29 +00:00
mcccs
61959b6258
Bug 1589781 - NAT64 synthesis for TRR. r=valentin,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D86343
2020-09-01 10:04:43 +00:00
Valentin Gosu
1fd65c6047
Bug 1652427 - Add pref for disabling TRR split horizon mitigations r=necko-reviewers,kershaw
...
Differential Revision: https://phabricator.services.mozilla.com/D88967
2020-09-02 09:26:48 +00:00
Benjamin Bouvier
a976c16222
Bug 1660944: Use Cranelift by default for wasm compilation on aarch64; r=lth
...
Differential Revision: https://phabricator.services.mozilla.com/D88396
2020-09-02 08:17:36 +00:00
Emilio Cobos Álvarez
03baee9d8a
Bug 1662478 - Rename ::file-chooser-button to ::file-selector-button, and enable it in all channels. r=jwatt
...
See https://github.com/w3c/csswg-drafts/issues/5049
Differential Revision: https://phabricator.services.mozilla.com/D88995
2020-09-01 22:58:10 +00:00
Butkovits Atila
7b340f9684
Backed out 15 changesets (bug 1612824, bug 1661234, bug 1619926, bug 1612380, bug 1559530, bug 1642990) for Xpc failures. CLOSED TREE
...
Backed out changeset 426d017d7e46 (bug 1642990)
Backed out changeset 84ab4021d403 (bug 1559530)
Backed out changeset 82a8305543e5 (bug 1559530)
Backed out changeset 38832c1185b8 (bug 1559530)
Backed out changeset f16918c10a6b (bug 1661234)
Backed out changeset 3a13258fbd51 (bug 1661234)
Backed out changeset abf8d8b24845 (bug 1612824)
Backed out changeset 7dfeb065a385 (bug 1619926)
Backed out changeset bc9d3e210fe7 (bug 1619926)
Backed out changeset 786164c461ae (bug 1619926)
Backed out changeset d89793e9d17d (bug 1619926)
Backed out changeset d665885bc912 (bug 1619926)
Backed out changeset 9260b6620943 (bug 1619926)
Backed out changeset af69a4896f2f (bug 1619926)
Backed out changeset b9cd6b7047b9 (bug 1612380)
2020-09-01 21:03:23 +03:00
Mark Banner
3ac411544c
Bug 1619926 - Remove legacy search configuration code from the search service. r=daleharvey,geckoview-reviewers,agi
...
Depends on D87894
Differential Revision: https://phabricator.services.mozilla.com/D88017
2020-09-01 12:51:08 +00:00
Olli Pettay
b163d0ab51
Bug 1661812 - Consider to use longer timeout for slow script warning if there isn't any important user input pending r=mccr8,geckoview-reviewers,snorp
...
The patch converts the relevant prefs to use StaticPrefList and let's content JS in child processes to run longer if there
aren't mousedown/ups or keyevents or such. mousemove or wheel aren't considered as important events.
Differential Revision: https://phabricator.services.mozilla.com/D88668
2020-09-01 07:21:26 +00:00
Tooru Fujisawa
6eecdba324
Bug 1662140 - Add javascript.options.off_thread_parse_global pref and --no-off-thread-parse-global shell option. r=tcampbell
...
This adds the preference, JS shell option, and {ContextOptions,CompileOptions} fields,
but the value isn't read and the code always acts as it's set to true.
Differential Revision: https://phabricator.services.mozilla.com/D88922
2020-08-31 23:32:14 +00:00
Sebastian Streich
cc621ef82b
Bug 1656212 - Flip dom.block_download_in_sandboxed_iframes to true r=ckerschb,lonnen
...
Differential Revision: https://phabricator.services.mozilla.com/D85393
2020-08-31 13:06:53 +00:00
Valentin Gosu
8e8a6ed3eb
Bug 1660975
- Move some TRR prefs to StaticPrefList.yaml r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D88123
2020-08-31 12:49:59 +00:00
Ryan VanderMeulen
aa6328da39
Bug 1661261 - Update brotli to 1.0.9. r=jfkthame
...
Differential Revision: https://phabricator.services.mozilla.com/D88300
2020-08-28 15:39:44 +00:00
Jan de Mooij
d5d87317dc
Bug 1661426 part 2 - Add a browser pref for Warp. r=iain
...
The TI flag is only defined on Nightly (non-Nightly hardcodes to true) so for now
the pref is Nightly-only too.
Differential Revision: https://phabricator.services.mozilla.com/D88406
2020-08-28 03:09:28 +00:00
Mats Palmgren
bb86544bb1
Bug 1548753 - [css-lists] Prefer an ancestor's counter scope over a sibling's scope. r=emilio
...
https://github.com/w3c/csswg-drafts/issues/5477
Differential Revision: https://phabricator.services.mozilla.com/D87991
2020-08-27 18:26:38 +00:00
James Willcox
251d07face
Bug 1661346 - Disable AV1 on Android release versions r=jolin
...
Differential Revision: https://phabricator.services.mozilla.com/D88328
2020-08-27 15:54:07 +00:00
Olli Pettay
8206cc1db2
Bug 1661462
- Add a pref to control min timeout delays in background windows before throttling has started, r=farre
...
Differential Revision: https://phabricator.services.mozilla.com/D88414
2020-08-27 14:58:21 +00:00
Emilio Cobos Álvarez
4f9baab75a
Bug 1661437 - Convert print.show_print_progress into an static pref. r=jwatt
...
Differential Revision: https://phabricator.services.mozilla.com/D88400
2020-08-27 12:27:49 +00:00
Kartikaya Gupta
f178e098c9
Bug 1660933 - Update default mousewheel animation durations. r=jaws
...
Also detect existing users and carry forward their customizations if needed.
If no customization was done, we set a pref to indicate they should remain
at their old defaults, which we can gradually migrate to the new values.
Differential Revision: https://phabricator.services.mozilla.com/D88162
2020-08-26 20:31:19 +00:00
Kartikaya Gupta
05284b5f82
Bug 1661301 - Remove obsolete comment. r=botond
...
This comment has been obsolete since https://hg.mozilla.org/mozilla-central/rev/e122d0043843
when APZ started handling wheel events even with the pref enabled.
Depends on D88307
Differential Revision: https://phabricator.services.mozilla.com/D88308
2020-08-26 19:01:19 +00:00
Masayuki Nakano
a33e89f8b3
Bug 1634262
- Disallow recursive `Document.execCommand()` calls r=smaug
...
It's disabled in the Nightly channel and early beta half a year ago, but there
are no regression reports and Chrome has already disabled it since 2014.
So, let's disable this feature on the Release channel (and late Beta) too
for better security and making simpler implementation in the future.
Differential Revision: https://phabricator.services.mozilla.com/D87992
2020-08-26 11:27:41 +00:00
Nicholas Nethercote
810f608c1a
Bug 1660946 - Remove telemetry for prefs loading. r=KrisWright
...
Differential Revision: https://phabricator.services.mozilla.com/D88105
2020-08-25 18:13:55 +00:00
Nico Grunbaum
04fb5eebc1
Bug 1660408
- enable rtcp-rsize in default offer;r=bwc
...
This adds rtcp-rsize to the default offer for video, a pref is included in case it needs to be turned off.
Differential Revision: https://phabricator.services.mozilla.com/D87835
2020-08-24 19:53:08 +00:00
Tooru Fujisawa
13c8260284
Bug 1660524 - Remove dom.disable_window_open_feature prefs from all.js/firefox.js. r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D87970
2020-08-24 18:37:43 +00:00
Miko Mynttinen
8bd3018124
Bug 1659476
- Set gfx.webrender.enable-client-storage to true r=mattwoodrow
...
Differential Revision: https://phabricator.services.mozilla.com/D87292
2020-08-23 09:42:21 +00:00
Cosmin Sabou
3c98465c9d
No bug - Fix typo modules/libpref/SharedPrefMap.h. a=typo-fix
2020-08-22 12:59:31 +03:00
Kartikaya Gupta
69ed326fa8
Bug 1659784 - Revert the speedup of mousewheel animations. r=jaws
...
This undoes the change in bug 1418822 as it's not clear if it's a strict
improvement. We have concrete plans to do some experimentation to at least
ensure it won't drive away users.
Differential Revision: https://phabricator.services.mozilla.com/D87906
2020-08-21 20:42:59 +00:00
Kershaw Chang
10d957aaa7
Bug 1652655 - P3: Dispatch the transaction based on HTTPSSVC record, r=dragana
...
Differential Revision: https://phabricator.services.mozilla.com/D85123
2020-08-21 18:59:15 +00:00
Kershaw Chang
a841171067
Bug 1652655 - P2: Use HTTPSSVC record for the request without an AltSvc or a HSTS entry, r=dragana,necko-reviewers,ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D85122
2020-08-21 18:59:07 +00:00
Stephen A Pohl
5f4dc8c6b3
Bug 1657743: Add ability to enable the new non-native theming on Android. r=emilio,geckoview-reviewers,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D86268
2020-08-21 14:01:44 +00:00
Paul Bone
0e35d33e4c
Bug 1659630 - Enable BrowsingContext preservation in early beta r=cpeterson
...
Differential Revision: https://phabricator.services.mozilla.com/D87391
2020-08-20 16:40:55 +00:00
Nicolas Silva
ca5114c040
Bug 1660034 - Enable the low priority worker pool on Mac. r=mstange
...
Differential Revision: https://phabricator.services.mozilla.com/D87617
2020-08-20 02:43:04 +00:00
Julian Descottes
8853c00813
Bug 1659866 - Move server-side devtools pref for Compatibility panel to modules/libpref/init/all.js r=daisuke
...
Depends on D87603
Differential Revision: https://phabricator.services.mozilla.com/D87611
2020-08-19 22:34:22 +00:00
Jan-Ivar Bruaroey
bd2c7c692d
Bug 1652884 - Be ready to mute cameras while mobile is in the background r=agi,pehrsons
...
(more work needed).
Differential Revision: https://phabricator.services.mozilla.com/D87539
2020-08-20 01:55:12 +00:00
Bogdan Tara
30eb420e4a
Backed out 14 changesets (bug 1652884) for test_peerConnection_trackDisabling.html failures CLOSED TREE
...
Backed out changeset f83951453e94 (bug 1652884)
Backed out changeset fc697986d538 (bug 1652884)
Backed out changeset 20a10128b5e1 (bug 1652884)
Backed out changeset c99c32323c76 (bug 1652884)
Backed out changeset 991e8975f03d (bug 1652884)
Backed out changeset 9e9511e32cdd (bug 1652884)
Backed out changeset 605c1ac3081a (bug 1652884)
Backed out changeset dd6edf636659 (bug 1652884)
Backed out changeset 74a2f5a9eea2 (bug 1652884)
Backed out changeset b9f419aed12d (bug 1652884)
Backed out changeset 84e82e25929f (bug 1652884)
Backed out changeset 876dbad27af5 (bug 1652884)
Backed out changeset 8f60e3af2a19 (bug 1652884)
Backed out changeset de7537bda499 (bug 1652884)
2020-08-20 01:13:29 +03:00
Nika Layzell
a60ef2778d
Bug 1660091 - Lock fission.autostart on Android, r=geckoview-reviewers,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D87654
2020-08-19 20:47:29 +00:00
Jan-Ivar Bruaroey
b0175d3263
Bug 1652884 - Be ready to mute cameras while mobile is in the background r=agi,pehrsons
...
(more work needed).
Differential Revision: https://phabricator.services.mozilla.com/D87539
2020-08-19 19:30:59 +00:00
Bogdan Tara
fd6c09249f
Backed out 14 changesets (bug 1652884) for VideoFrameConverter related failures CLOSED TREE
...
Backed out changeset 28c4e8c373f0 (bug 1652884)
Backed out changeset 658ba8f39abe (bug 1652884)
Backed out changeset 8e67fe040e4a (bug 1652884)
Backed out changeset 6f5833203763 (bug 1652884)
Backed out changeset 569ff85dfc2e (bug 1652884)
Backed out changeset eaa171643447 (bug 1652884)
Backed out changeset 6b37b60b6662 (bug 1652884)
Backed out changeset 438cce7456fb (bug 1652884)
Backed out changeset e6ed13952b67 (bug 1652884)
Backed out changeset e0b1266231bf (bug 1652884)
Backed out changeset 32f4aae2b5fe (bug 1652884)
Backed out changeset 76b4abccd61b (bug 1652884)
Backed out changeset 9010365ffa66 (bug 1652884)
Backed out changeset 763f39eb5c13 (bug 1652884)
2020-08-19 22:21:31 +03:00
Emilio Cobos Álvarez
325d955f89
Bug 1660048 - Remove dom.forms.color and dom.forms.datetime. r=smaug,marionette-reviewers,whimboo
...
They're enabled in all configurations and there's no plan to change
this. With it, dom.experimental_forms is also useless, so we can remove
it too.
Differential Revision: https://phabricator.services.mozilla.com/D87623
2020-08-19 18:24:06 +00:00
Jan-Ivar Bruaroey
66e25e78e0
Bug 1652884 - Be ready to mute cameras while mobile is in the background r=agi,pehrsons
...
(more work needed).
Differential Revision: https://phabricator.services.mozilla.com/D87539
2020-08-19 17:53:55 +00:00
Severin
85f182245d
Bug 1659860
- pref on pmgr doorhanger updates in non-nightly;r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D87519
2020-08-19 17:34:04 +00:00
Emilio Cobos Álvarez
f04cda9679
Bug 1602410 - Make window.print() work with tab-modal printing. r=nika,geckoview-reviewers,agi
...
Do this by spinning the event loop until we've done the clone for
preview as appropriate.
This should be much less risky than finishing the previous patches
which would still be nice, but realistically landing them for 81 is not
going to happen.
This just returns without doing nothing in a couple cases, like when
there's already another modal dialog or such. That seems acceptable to
me, it's not clear what better way to do would be.
Differential Revision: https://phabricator.services.mozilla.com/D87484
2020-08-19 09:27:18 +00:00
Brendan Dahl
27fda4eb28
Bug 1652145 - Only enable PDF forms for early beta or earlier. r=bgrins
...
To keep PDFJS's mechanism to setup default prefs from overriding values
defined in all.js, I had to add a check to see if the pref is already
defined.
Differential Revision: https://phabricator.services.mozilla.com/D87009
2020-08-18 21:20:55 +00:00
Noemi Erli
e6871ebf4b
Backed out changeset 25f0521ab3a1 (bug 1654459) for causing reftest crash in webgl-color-test.html CLOSED TREE
2020-08-19 02:40:31 +03:00
Jeff Gilbert
124295a23f
Bug 1654459 - Default webgl.enable-surface-texture to true. r=snorp
...
This should match the previous behavior where non-parent processes
ignored the pref and used surface textures.
Differential Revision: https://phabricator.services.mozilla.com/D84476
2020-08-18 19:00:58 +00:00
Nika Layzell
c9967fb452
Bug 1614524 - Part 3: Add a fission.remoteObjectEmbed pref, r=mattwoodrow
...
With these changes, there are still a number of test failures when remote
object/embed is enabled, due to svg sizing and resource timing tests. In order
to land these changes before those features are fixed, it will be placed behind
a pref.
Differential Revision: https://phabricator.services.mozilla.com/D86582
2020-08-18 16:49:45 +00:00
Jon Coppeard
911a5d3265
Bug 1657850 - Add prefs to control how many background threads are used for GC r=sfink
...
This adds a thread count for GC parallel tasks calculated from GC parameters
for a helper thread ratio and max helper thread count. It also adds one to
report the number of helper threads used for GC.
This is slightly complicated by the fact that the helper thread system is
per-process and there are potentially many JS runtimes in a process. I
disallowed setting these parameters from workers (i.e. child JS runtimes), but
there may be more than one non-worker JS runtime so this isn't perfect.
I had to swap the mutex order for the GC and helper thread locks. Whatever
reason they were the other way round seems to have gone and this order makes
more sense to me (I see the GC lock as being 'coarser' than the helper thread
lock).
Differential Revision: https://phabricator.services.mozilla.com/D86725
2020-08-18 15:38:24 +00:00
Andrew McCreight
8fc99bb917
Bug 1659567 - Add a memory reporter for gAccessCounts. r=froydnj
...
This table is only in debug builds, but it takes up about 100kb,
so it sticks out in DMD reports taken in debug builds.
Differential Revision: https://phabricator.services.mozilla.com/D87347
2020-08-18 13:15:41 +00:00
Zeke Medley
a591e69aa0
Bug 1591204 - Support forced colors media feature r=emilio
...
Enabled behind layout.css.forced-colors.enabled pending finalization
of the spec:
<https://drafts.csswg.org/mediaqueries-5/#forced-colors >
Differential Revision: https://phabricator.services.mozilla.com/D87147
2020-08-17 20:50:49 +00:00
Kartikaya Gupta
0d3746726f
Bug 1418822 - Make mousewheel scrolling feel faster. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D87336
2020-08-17 19:51:44 +00:00
Shinichi Morimoto
bc916f4b16
Bug 1659265 - remove layout.css.offset-logical-properties.enabled. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D87297
2020-08-17 17:51:31 +00:00
Denis Palmeiro
efbb2a494a
Bug 1659483 - Re-enable speculative JS parsing r=bas
...
Enable speculative JS parsing of external scripts as soon as they are fetched.
Differential Revision: https://phabricator.services.mozilla.com/D87299
2020-08-17 15:59:00 +00:00
Andrea Marchesini
6b8618a091
Bug 1658878 - Isolate BlobURLs per agent-cluster - pref, r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D86968
2020-08-17 09:55:56 +00:00
Bogdan Tara
694be205aa
Backed out 4 changesets (bug 1658878) for blob related leaks CLOSED TREE
...
Backed out changeset 0288ef9ab65b (bug 1658878)
Backed out changeset a5af0e097560 (bug 1658878)
Backed out changeset 33c4b81f99a1 (bug 1658878)
Backed out changeset 16a33c7b4ff3 (bug 1658878)
2020-08-14 22:41:05 +03:00
Andrea Marchesini
8d8dfa8e36
Bug 1658878 - Isolate BlobURLs per agent-cluster - pref, r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D86968
2020-08-14 17:39:14 +00:00
Mihai Alexandru Michis
33c1daa575
Backed out 4 changesets (bug 1658878) for causing failures in browser_blobURLIsolation.js
...
CLOSED TREE
Backed out changeset f69f80e5659f (bug 1658878)
Backed out changeset 20401a2adaa6 (bug 1658878)
Backed out changeset a8620aecc29f (bug 1658878)
Backed out changeset 3609760c1e5d (bug 1658878)
2020-08-14 19:55:25 +03:00
Andrea Marchesini
2175d60f4a
Bug 1658878 - Isolate BlobURLs per agent-cluster - pref, r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D86968
2020-08-14 15:57:02 +00:00
Kartikaya Gupta
f9cb765956
Bug 1658919 - Disable one-touch-pinch on desktop. r=botond
...
Differential Revision: https://phabricator.services.mozilla.com/D86959
2020-08-14 15:51:18 +00:00
Adam Vandolder
c9aad0c1b1
Bug 1435826 - Add pref for private methods. r=jorendorff
...
Differential Revision: https://phabricator.services.mozilla.com/D86556
2020-08-14 14:11:02 +00:00
Lars T Hansen
9e2ed30feb
Bug 1657374 - flip flags for wasm simd. r=rhunt
...
This should be enough to enable wasm simd on x86/x64 in all channels, but
leave it preffed-off on non-nightly.
Differential Revision: https://phabricator.services.mozilla.com/D86822
2020-08-14 12:30:43 +00:00
alwu
7bb8aecf0c
Bug 1648100 - enable media control by default. r=chunmin
...
We're going to enable media control on Fx81.
Differential Revision: https://phabricator.services.mozilla.com/D86991
2020-08-13 21:49:01 +00:00
Csoregi Natalia
c9c139cfd7
Backed out changeset fb664f6d43ed (bug 1657850) for failures on helper-thread-params.js. CLOSED TREE
2020-08-13 21:41:13 +03:00
Jon Coppeard
df6a3dabdf
Bug 1657850 - Add prefs to control how many background threads are used for GC r=sfink
...
This adds a thread count for GC parallel tasks calculated from GC parameters
for a helper thread ratio and max helper thread count. It also adds one to
report the number of helper threads used for GC.
This is slightly complicated by the fact that the helper thread system is
per-process and there are potentially many JS runtimes in a process. I
disallowed setting these parameters from workers (i.e. child JS runtimes), but
there may be more than one non-worker JS runtime so this isn't perfect.
I had to swap the mutex order for the GC and helper thread locks. Whatever
reason they were the other way round seems to have gone and this order makes
more sense to me (I see the GC lock as being 'coarser' than the helper thread
lock).
Differential Revision: https://phabricator.services.mozilla.com/D86725
2020-08-13 17:35:04 +00:00
Dragana Damjanovic
ef7dd9d933
Bug 1658362 - Add a pref to set alt-svc mapping artificially for testing. r=JuniorHsu,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D86589
2020-08-13 12:12:49 +00:00
Butkovits Atila
3bac4b3e76
Backed out changeset d5bcf55ffab1 (bug 1658362) for failure at browser_networkIsolation.js. CLOSED TREE
2020-08-12 22:38:00 +03:00
Dragana Damjanovic
0f735857f4
Bug 1658362 - Add a pref to set alt-svc mapping artificially for testing. r=JuniorHsu,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D86589
2020-08-12 18:23:13 +00:00
Bogdan Tara
d7f1417ce1
Backed out changeset 475139fa091b (bug 1658362) for test_altsvc_pref.js failures CLOSED TREE
2020-08-12 14:36:12 +03:00
Emilio Cobos Álvarez
0c03ba166c
Bug 1658471 - Remove dom.security.featurePolicy.enabled. r=baku
...
We've shipped it on by default since 74 (bug 1617219).
Differential Revision: https://phabricator.services.mozilla.com/D86665
2020-08-12 10:57:04 +00:00
Dragana Damjanovic
32c60292ff
Bug 1658362 - Add a pref to set alt-svc mapping artificially for testing. r=JuniorHsu,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D86589
2020-08-12 10:11:43 +00:00
Emilio Cobos Álvarez
b20e708214
Bug 561154 - Implement :-moz-any() as an alias of :is(). r=heycam
...
This is strictly better and more flexible, but can change specificity so
have a pref in case it causes trouble. I doubt it will though, the
specificity rules of :is() make more sense, and my gut feeling is that
:-moz-any is not very used on the wild.
Make it early-beta-or-earlier for now to minimize risk, once this is on
nightly for a bit we can enable it everywhere.
Differential Revision: https://phabricator.services.mozilla.com/D86696
2020-08-12 04:26:07 +00:00
Valentin Gosu
f901db3225
Bug 1657897 - Remove code that bypasses TRR when platform indications are triggered r=dragana,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D86367
2020-08-11 13:51:56 +00:00
Emilio Cobos Álvarez
d276a931b8
Bug 1658525- Remove layout.css.comparison-functions.enabled. r=xidorn
...
Shipped since FF75 (bug 1519519).
Differential Revision: https://phabricator.services.mozilla.com/D86693
2020-08-11 10:27:42 +00:00