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