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

21364 Коммитов

Автор SHA1 Сообщение Дата
Matthew Gregan b9bd42891d Bug 1786797 - Enable AudioIPC in Nightly builds on macOS. r=cubeb-reviewers,padenot
Differential Revision: https://phabricator.services.mozilla.com/D155457
2022-10-26 09:42:38 +00:00
Mark Banner 7f3cba09e8 Bug 1795322 - Update toolkit modules references in remaining places. r=mossop,zeid,geckoview-reviewers,calu
Differential Revision: https://phabricator.services.mozilla.com/D160036
2022-10-26 08:06:37 +00:00
Csoregi Natalia 5f9da7b301 Backed out 12 changesets (bug 1795322) for causing multiple failures e.g. test_deletion_request_ping.py. CLOSED TREE
Backed out changeset aba25cbcda51 (bug 1795322)
Backed out changeset a4a35005ada9 (bug 1795322)
Backed out changeset 8e8d790eb0f4 (bug 1795322)
Backed out changeset db8903454bd3 (bug 1795322)
Backed out changeset 60cc71c61cad (bug 1795322)
Backed out changeset bc6a674994ad (bug 1795322)
Backed out changeset 6ac8a611f8c7 (bug 1795322)
Backed out changeset 9fb873ecfb31 (bug 1795322)
Backed out changeset c8a7a40c2a2f (bug 1795322)
Backed out changeset f2c118b6c6ce (bug 1795322)
Backed out changeset 38df43b4a70f (bug 1795322)
Backed out changeset 89aea8373411 (bug 1795322)
2022-10-25 23:47:58 +03:00
Mark Banner fc7befc08d Bug 1795322 - Update toolkit modules references in remaining places. r=mossop,zeid,geckoview-reviewers,calu
Differential Revision: https://phabricator.services.mozilla.com/D160036
2022-10-25 19:49:28 +00:00
Jamie Nicol 10ee72b43f Bug 1797347 - Limit OOP webgl to nightly-only on android. r=gfx-reviewers,lsalzman
It's causing bug 1794237. Rather than disable it altogether, let's
just hold it back to nightly. Hopefully that way we'll eventually get
a bug report with a URL to help us actually fix the crash.

Differential Revision: https://phabricator.services.mozilla.com/D160253
2022-10-25 17:59:35 +00:00
Benjamin VanderSloot 22851c56bc Bug 1782088, part 4 - Add preference to choose the first option in the account and provider choosers, r=pbz
This is the strategy needed for the WPT that are currently written.
So let's add it now and use it to un-break all of the plain mochitests here.

Depends on D158780

Differential Revision: https://phabricator.services.mozilla.com/D158781
2022-10-25 16:31:55 +00:00
Stanca Serban f07c2c9783 Backed out changeset adb4eb909fc2 (bug 1755763) for causing mochitests failures on browser_ext_browserAction_click_types.js. CLOSED TREE 2022-10-25 15:53:19 +03:00
Oliver Dunk 5bf4e95eac Bug 1755763 - Update browserAction.openPopup API r=geckoview-reviewers,robwu,owlish
To align with other browsers, the user gesture requirement has
been removed and there is now an optional first argument which
can be used to provide a windowId.

Differential Revision: https://phabricator.services.mozilla.com/D139796
2022-10-25 11:49:42 +00:00
Masayuki Nakano 6facd41997 Bug 1796044 - part 16: Make `intl.tsf.enable` a static pref and rename it r=m_kato
Some users may keep disabling TSF while we were improving TSF implementation due
to avoiding some bugs.

Currently, we don't test IMM handler.  Therefore, I think that we should rename
the pref and make users run well-tested path to handle IME.

Depends on D159818

Differential Revision: https://phabricator.services.mozilla.com/D159819
2022-10-25 07:07:01 +00:00
Masayuki Nakano a7a7af15f2 Bug 1796044 - part 15: Make `intl.tsf.support_imm` a static pref r=m_kato
This pref is used for behavior check of how newer TSF behave without IMC.
Therefore, this shouldn't be used by users.  However, like bug 1367692 and
bug 1409155, this may be useful when we meet a critical bug of old IME in
newer Windows.  Thus we should keep this pref.

Depends on D159817

Differential Revision: https://phabricator.services.mozilla.com/D159818
2022-10-25 07:07:00 +00:00
Masayuki Nakano 4deece589a Bug 1796044 - part 14: Get rid of `intl.tsf.associate_imc_only_when_imm_ime_is_active` r=m_kato
It's introduced in bug 1367692 to make it possible to test the bug of old
MS-IME on Windows 10 with later versions.  Now, the bug and the old versions
have gone.  Therefore, we don't need this pref anymore.

Depends on D159816

Differential Revision: https://phabricator.services.mozilla.com/D159817
2022-10-25 07:07:00 +00:00
Masayuki Nakano b224ff9c39 Bug 1796044 - part 13: Make `intl.tsf.hack.atok.search_input_scope_disabled` a static pref r=m_kato
Depends on D159815

Differential Revision: https://phabricator.services.mozilla.com/D159816
2022-10-25 07:06:59 +00:00
Masayuki Nakano 8edfa64e2d Bug 1796044 - part 12: Make `intl.tsf.hack.ms_traditional_chinese.query_insert_result` a static pref r=m_kato
Depends on D159814

Differential Revision: https://phabricator.services.mozilla.com/D159815
2022-10-25 07:06:59 +00:00
Masayuki Nakano 64a548a89f Bug 1796044 - part 11: Make `intl.tsf.hack.ms_simplified_chinese.query_insert_result` a static pref r=m_kato
Depends on D159813

Differential Revision: https://phabricator.services.mozilla.com/D159814
2022-10-25 07:06:58 +00:00
Masayuki Nakano 17b4be5465 Bug 1796044 - part 10: Make `intl.tsf.hack.ms_japanese_ime.do_not_return_no_layout_error_at_caret` a static pref r=m_kato
Depends on D159812

Differential Revision: https://phabricator.services.mozilla.com/D159813
2022-10-25 07:06:58 +00:00
Masayuki Nakano aac0e8ae24 Bug 1796044 - part 9: Make `intl.tsf.hack.ms_japanese_ime.do_not_return_no_layout_error_at_first_char` a static pref r=m_kato
Depends on D159811

Differential Revision: https://phabricator.services.mozilla.com/D159812
2022-10-25 07:06:58 +00:00
Masayuki Nakano d1bf8d6ac4 Bug 1796044 - part 8: Make `intl.tsf.hack.ms_traditional_chinese.do_not_return_no_layout_error_of_composition_string` a static pref r=m_kato
Depends on D159810

Differential Revision: https://phabricator.services.mozilla.com/D159811
2022-10-25 07:06:57 +00:00
Masayuki Nakano 5a0f89d274 Bug 1796044 - part 7: Make `intl.tsf.hack.ms_simplified_chinese.do_not_return_no_layout_error_of_composition_string` a static pref r=m_kato
Depends on D159809

Differential Revision: https://phabricator.services.mozilla.com/D159810
2022-10-25 07:06:57 +00:00
Masayuki Nakano cb2ce888a5 Bug 1796044 - part 6: Make `intl.tsf.hack.free_chang_jie.do_not_return_no_layout_error_of_composition_string` a static pref r=m_kato
Depends on D159808

Differential Revision: https://phabricator.services.mozilla.com/D159809
2022-10-25 07:06:57 +00:00
Masayuki Nakano 1532b6f3b9 Bug 1796044 - part 5: Make `intl.tsf.hack.japanist10.do_not_return_no_layout_error_of_composition_string` a static pref r=m_kato
Depends on D159807

Differential Revision: https://phabricator.services.mozilla.com/D159808
2022-10-25 07:06:56 +00:00
Masayuki Nakano db042e8f2f Bug 1796044 - part 4: Make `intl.tsf.hack.atok.do_not_return_no_layout_error_of_composition_string` a static pref r=m_kato
Depends on D159806

Differential Revision: https://phabricator.services.mozilla.com/D159807
2022-10-25 07:06:56 +00:00
Masayuki Nakano 591e25675b Bug 1796044 - part 3: Make `intl.tsf.hack.atok.create_native_caret` a static pref r=m_kato
Depends on D159805

Differential Revision: https://phabricator.services.mozilla.com/D159806
2022-10-25 07:06:55 +00:00
Masayuki Nakano 2796c1f140 Bug 1796044 - part 2: Make `intl.tsf.hack.allow_to_stop_hacking_on_build_17643_or_later` a static pref r=m_kato
Depends on D159804

Differential Revision: https://phabricator.services.mozilla.com/D159805
2022-10-25 07:06:55 +00:00
Masayuki Nakano 2bf2183f82 Bug 1796044 - part 1: Make `intl.ime.hack.set_input_scope_of_url_bar_to_default` a static pref r=m_kato
Differential Revision: https://phabricator.services.mozilla.com/D159804
2022-10-25 07:06:54 +00:00
Jan-Niklas Jaeschke 67840fe563 Bug 1783641: Deleting a selected word deletes surrounding whitespace on MacOS. r=masayuki
Native behaviour on MacOS dictates one whitespace being removed after double-clicking a word and pressing delete.
This behaviour is achieved by saving the information that the selection is created by doubleclick to the `nsFrameSelection`
and using it in the `DeleteRangeTransaction`, where the range is extended by one whitespace character before or after the range.

Differential Revision: https://phabricator.services.mozilla.com/D159613
2022-10-25 07:00:26 +00:00
Butkovits Atila 1a4dfaa163 Backed out 4 changesets (bug 1782088)for causing build bustages. CLOSED TREE
Backed out changeset a7423c6d52b7 (bug 1782088)
Backed out changeset 50a3cc77e38b (bug 1782088)
Backed out changeset 7dca17d480bb (bug 1782088)
Backed out changeset f1e6e1226a8c (bug 1782088)
2022-10-25 06:03:22 +03:00
Benjamin VanderSloot bf3e350d3e Bug 1782088, part 4 - Add preference to choose the first option in the account and provider choosers, r=pbz
This is the strategy needed for the WPT that are currently written.
So let's add it now and use it to un-break all of the plain mochitests here.

Depends on D158780

Differential Revision: https://phabricator.services.mozilla.com/D158781
2022-10-25 02:00:27 +00:00
Ryan VanderMeulen a15a904f7f Bug 1796811 - Update in-tree zlib to version 1.2.13. r=aosmond
Differential Revision: https://phabricator.services.mozilla.com/D159950
2022-10-25 01:14:33 +00:00
Simon Friedberger 53fb91b8d3 Bug 1791394 - Add DAP frontend which handles sending/receiving of data. r=chutten,mconley
Differential Revision: https://phabricator.services.mozilla.com/D157752
2022-10-24 17:56:13 +00:00
sotaro 95bd5dea24 Bug 1796598 - Disable wait at RenderCompositorANGLE::WaitForGPU() on Windows until release r=gfx-reviewers,lsalzman
Since Bug 1793388 fix, a regression is not reported. Then it seems OK to enable it until release.

Differential Revision: https://phabricator.services.mozilla.com/D159913
2022-10-24 00:26:20 +00:00
Jonathan Kew 89c8d6a003 Bug 1461589 - Add support for the CSS font-variant-emoji property to the style system. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D147494
2022-10-22 09:43:48 +00:00
Emilio Cobos Álvarez afcb3962b4 Bug 1796819 - Remove OffscreenCanvas origin trial / domain allowlist. r=aosmond
We've shipped this, a single pref should be enough.

Differential Revision: https://phabricator.services.mozilla.com/D159947
2022-10-21 19:00:57 +00:00
nchevobbe 5a4d55df0a Bug 1795927 - Add SitePermsAddon blocklist. r=willdurand.
This is adding a very simple temporary, pref-driven domain blocklist that is being looked up during the
Site Permissions addon install workflow.
The blocklist is pretty broad at the moment, as it would prevent a given domain to install
any of the gated permission.
We can re-evaluate this behavior in the future when we introduce new gated permissions.

Differential Revision: https://phabricator.services.mozilla.com/D159828
2022-10-20 19:46:26 +00:00
Jonathan Kew 0f2ff6fa4b Bug 1789482 - Let cairo-quartz-surface use DO_IMAGE for the EXTEND_PAD case as well as EXTEND_NONE, and re-enable the use of CGLayer-backed cairo-quartz surfaces for better pdf.js print quality. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D159623
2022-10-20 18:36:28 +00:00
Kershaw Chang 1374eab555 Bug 1767920 - Increase thread stack size on windows, r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D158652
2022-10-20 08:39:38 +00:00
Norisz Fay c5c002f81f Backed out 4 changesets (bug 1791018, bug 1791394) for causing xpcshell failures on test_dap.js CLOSED TREE
Backed out changeset b177970803d5 (bug 1791394)
Backed out changeset f41291f1fa37 (bug 1791018)
Backed out changeset 52ba173b1c2f (bug 1791018)
Backed out changeset e0ebc68e7d18 (bug 1791018)
2022-10-20 07:33:41 +03:00
Simon Friedberger fd4b32e3e9 Bug 1791394 - Add DAP frontend which handles sending/receiving of data. r=chutten,mconley
Differential Revision: https://phabricator.services.mozilla.com/D157752
2022-10-19 21:42:45 +00:00
Boris Chiou 46e83c75bf Bug 1795953 - Ship width/height attributes on source elements. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D159624
2022-10-19 21:13:25 +00:00
Marco Castelluccio bfe67edec7 Bug 1796110 - Disable HTTP throttling v2 algorithm on Nightly too. r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D159700
2022-10-19 13:43:17 +00:00
Kagami Sascha Rosylight fac20df060 Bug 1796085 - Part 1: Define MOZ_BACKGROUNDTASKS macro globally r=smaug,necko-reviewers,application-update-reviewers,nalexander,valentin
There are 10+ separate macro definition for this, we can do it globally instead.

Differential Revision: https://phabricator.services.mozilla.com/D156911
2022-10-19 12:04:08 +00:00
Tom Schuster 574d7937b5 Bug 1782513 - Ship script-src-attr, script-src-elem, style-src-attr and style-src-elem. r=freddyb
Differential Revision: https://phabricator.services.mozilla.com/D158680
2022-10-19 09:18:24 +00:00
Tom Ritter 84ceb89cbc Bug 1791814: Address two preferences showing up in telemetry r=freddyb
Differential Revision: https://phabricator.services.mozilla.com/D158989
2022-10-19 01:39:35 +00:00
Jeff Muizelaar ee71b65aeb Bug 488800. Let ICCv4 support ride out to release. r=aosmond
Differential Revision: https://phabricator.services.mozilla.com/D159527
2022-10-19 01:29:17 +00:00
Alexandre Lissy 945f595d6e Bug 1794988 - Enable Utility AudioDecoder on Android r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D159425
2022-10-18 22:44:15 +00:00
Alexandre Lissy f955bb9c1e Bug 1785278 - Reading AutoConfig from /etc/firefox when running under Snap r=mkaply,xpcom-reviewers,barret
Differential Revision: https://phabricator.services.mozilla.com/D159059
2022-10-18 21:06:43 +00:00
Yoshi Cheng-Hao Huang d59e04934b Bug 1795647 - Enable Import-maps by default. r=jonco,yulia
Differential Revision: https://phabricator.services.mozilla.com/D159503
2022-10-17 17:54:53 +00:00
Bobby Holley 090cb0c41b Bug 1795025 - Remove early-beta gate from WebMIDI. r=gsvelto
This reverts bug 1765894.

Differential Revision: https://phabricator.services.mozilla.com/D159419
2022-10-17 17:20:28 +00:00
Olli Pettay 44faf1c345 Bug 1795624 - remove dom.input_events.strict_input_vsync_alignment, r=sefeng
Had to rename input_event_queue.supported to dom.input_event_queue.supported so that
it could be used as a static pref.

Differential Revision: https://phabricator.services.mozilla.com/D159488
2022-10-17 17:02:24 +00:00
Emilio Cobos Álvarez aa927afdc7 Bug 1795380 - Turn dom.delay.block_external_protocol_in_iframes.enabled back on on Nightly. r=smaug
It's probably worth for Nightly to behave the same way as Release if we're not
actively looking into changing this.

Differential Revision: https://phabricator.services.mozilla.com/D159429
2022-10-17 10:59:47 +00:00
Dan Ballard e3803cd510 Bug 1791689 - StaticPrefList network.proxy.allow_bypass checks MOZ_PROXY_BYPASS_PROTECTION for default value r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D157774
2022-10-13 19:05:00 +00:00