- Dec 13, 2022
-
-
Byron Campen authored
Here we adopt the strategy used for sRD(offer) racing against addTrack; when the race is detected, the sRD is restarted. We also clear [[LastReturnedParameters]] when sRD or sLD(answer) finishes, according to the spec. Differential Revision: https://phabricator.services.mozilla.com/D156836
-
Byron Campen authored
Also adds some helper code based on the helper code in wpt. Differential Revision: https://phabricator.services.mozilla.com/D156835
-
Byron Campen authored
Bug 1401592: Support sendEncodings in addTransceiver, and bring get/setParameters up to spec. r=mjf,webidl,smaug Also, fix a pre-existing bug in JsepTrack::operator= Differential Revision: https://phabricator.services.mozilla.com/D156834
-
Byron Campen authored
There is not really any reason to support disabling this feature. Differential Revision: https://phabricator.services.mozilla.com/D156833
-
Byron Campen authored
Includes a configured max rid length, since it is not very reasonable to assume that rids of length 255 are supported by the RTP engine, regardless of what the IETF specs say. Differential Revision: https://phabricator.services.mozilla.com/D156832
-
Byron Campen authored
JsepTrack used to be in charge of this, but because JSEP doesn't negotiate encoding constraints, it did not make sense to delegate this to the JSEP code. Differential Revision: https://phabricator.services.mozilla.com/D156831
-
Byron Campen authored
The spec has settled on not allowing these constraints to be negotiated, so all that is left is the negotiation of the set of rids. Also, add an include to eliminate some bot spam. Differential Revision: https://phabricator.services.mozilla.com/D156830
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D156829
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D156828
-
David Shin authored
Previously, when current overflow area has one axis at zero size, calling `OverflowAreas::Union*` with a rect with both axes at zero would overwrite the axis with non-zero size. Differential Revision: https://phabricator.services.mozilla.com/D162245
-
Greg Tatum authored
The HOST_NAME could be undefined if the URL is not valid and throws. The broader functions that use it would still be defined due to hoisting. Differential Revision: https://phabricator.services.mozilla.com/D164462
-
Kershaw Chang authored
Differential Revision: https://phabricator.services.mozilla.com/D164449
-
Nicolas Silva authored
Differential Revision: https://phabricator.services.mozilla.com/D162305
-
Paul Adenot authored
Differential Revision: https://phabricator.services.mozilla.com/D163721
-
Paul Adenot authored
Differential Revision: https://phabricator.services.mozilla.com/D163720
-
Bernard Igiri authored
Bug 1799393 - Prevent hidden Fx View tab from triggering the closing multiple tabs warning in Windows and Linux r=Gijs Updated the tab closing prompt logic to use the number of visible tabs open to determine if the prompt should show in Windows and Linux. Differential Revision: https://phabricator.services.mozilla.com/D162627
-
Nazım Can Altınova authored
Differential Revision: https://phabricator.services.mozilla.com/D163714
-
Gijs Kruitbosch authored
This prevents the issue described in the bug in two ways: - avoid attempting to start a connection in shutdown - call connection.close() even if we fail to add a shutdown blocker. It does both because if we did only the first, we would still have a potential race where when _getConnection is called, we would not be in shutdown, but by the time we try to close the connection, we could be. If we only did the second, we'd keep retrying which is also bad. Differential Revision: https://phabricator.services.mozilla.com/D163225
-
Stanca Serban authored
Backed out changeset 270d2dcb215c (bug 1800422) for causing bustages in CookieBannerDomainPrefService.cpp. CLOSED TREE
-
Alex Ionescu authored
Differential Revision: https://phabricator.services.mozilla.com/D164437
-
Sylvestre Ledru authored
Bug 1803331 - skia/generator: refresh the list to have the up to date moz.build after running generate_mozbuild.py r=nical DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D163813
-
Jens Stutte authored
Differential Revision: https://phabricator.services.mozilla.com/D164552
-
Geoff Brown authored
Bug 1805306 - Allow retrieval of compressed config files in final-verification.sh r=jcristau DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D164534
-
Sylvestre Ledru authored
Differential Revision: https://phabricator.services.mozilla.com/D164566
-
Tim Huang authored
This patch fixes the incorrect way that we used to handle the v2 sub chunk in ProtocolParserV2::ProcessHostSubComplete(). Differential Revision: https://phabricator.services.mozilla.com/D164564
-
Yannis Juglaret authored
Bug 1805331 - Disable TestDetouredCallUnwindInfo under MOZ_CODE_COVERAGE in TestDllInterceptor. r=gcp Differential Revision: https://phabricator.services.mozilla.com/D164553
-
Tim Huang authored
This patch implements the async shutdown blocker for CookieBannerDomainPrefService. The shutdwon blocker blocks the shutdown phase 'profile-before-change', ensuring the writing operation of content pref completes before we shutdown. We will remove the blocker once writing finishes. Differential Revision: https://phabricator.services.mozilla.com/D164242
-
Thomas Wisniewski authored
Differential Revision: https://phabricator.services.mozilla.com/D164548
-
Emilio Cobos Álvarez authored
The fix is calling set_outline_style so that we also reset the actual outline width. Also clean-up surrounding code a little bit to be marginally more efficient, and do the same change for border-*-style (which was doing the right thing, but it's better to make sure both stay in sync). Differential Revision: https://phabricator.services.mozilla.com/D164554
-
Narcis Beleuzu authored
Backed out changeset 0e5d5b851391 (bug 1805135) for Hazard bustages on FileSystemWritableFileStream.cpp . CLOSED TREE
-
Stanca Serban authored
Backed out changeset 514642d76faa (bug 1792138) for causing mochitests failures in test_ext_protocolHandlers.html. CLOSED TREE
-
Makoto Kato authored
Actually, we can get Android release version from JNI generator, so it is unnecessary to use `AndroidBridge` to get it. Also, this cleans up unused AndroidBridge functions. Differential Revision: https://phabricator.services.mozilla.com/D164431
-
lyavor authored
Differential Revision: https://phabricator.services.mozilla.com/D160885
-
Makoto Kato authored
Bug 1805130 - Add MPLv2 license header for GeckoView's extensions files. r=geckoview-reviewers,extension-reviewers,sylvestre,robwu,calu Also, this removes lint exceptions for extensions directory. Differential Revision: https://phabricator.services.mozilla.com/D164433
-
Makoto Kato authored
Bug 1742752 - GeckoDriver.setScreenOrientation should use Screen Orientation API. r=webdriver-reviewers,whimboo `mozLockOrientation` is deprecated and it always returns `false`. We should use standard API (it is still turned off as default). Differential Revision: https://phabricator.services.mozilla.com/D161991
-
sotaro authored
Bug 1800178 - Enable RemoteTexture on WebGL with sync present on android nightly r=gfx-reviewers,lsalzman Differential Revision: https://phabricator.services.mozilla.com/D162369
-
Jan de Mooij authored
Differential Revision: https://phabricator.services.mozilla.com/D164215
-
Jan de Mooij authored
This saves two dereferences by looking at the shape instead of the class. Differential Revision: https://phabricator.services.mozilla.com/D164214
-
Jan de Mooij authored
The `Shape` methods related to property information and number of fixed slots are moved into `NativeShape`, to improve type safety. Differential Revision: https://phabricator.services.mozilla.com/D164213
-
Jan de Mooij authored
Add separate `Shape` subclasses. `SharedShape` is now only used for native objects. This will make it possible to store other data in Proxy/WasmGC shapes in the future. Differential Revision: https://phabricator.services.mozilla.com/D164212
-