- Mar 29, 2022
-
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D142308
-
Jan de Mooij authored
Depends on D142205 Differential Revision: https://phabricator.services.mozilla.com/D142206
-
Jan de Mooij authored
Bug 1761755 part 2 - Replace BytecodeEmitter::emitPushNotUndefinedOrNull with JSOp::IsNullOrUndefined. r=arai This reduces the amount of bytecode emitted for optional chaining and iterator closing. Depends on D142204 Differential Revision: https://phabricator.services.mozilla.com/D142205
-
Jan de Mooij authored
Differential Revision: https://phabricator.services.mozilla.com/D142204
-
Henri Sivonen authored
Bug 1712928 - Gather telemetry about encoding-unlabeled pages and about Repair Text Encoding usage situations. r=emk In particular, gather telemetry to evaluate the impact of unlabeled UTF-8 and how detector-triggered reloads would change if ASCII-only at initial guess was treated as UTF-8. Differential Revision: https://phabricator.services.mozilla.com/D140818
-
Cristian Tuns authored
Backed out changeset e5ff989f1eda (bug 1761471) for causing mochitest failures in av_frame_get_color_range CLOSED TREE
-
Kershaw Chang authored
Differential Revision: https://phabricator.services.mozilla.com/D141093
-
Julian Descottes authored
Differential Revision: https://phabricator.services.mozilla.com/D142238
-
stransky authored
Differential Revision: https://phabricator.services.mozilla.com/D141828
-
stransky authored
Differential Revision: https://phabricator.services.mozilla.com/D141827
-
stransky authored
FFmpeg 5.0 is missing av_frame_get_color_range() and av_frame_get_colorspace() so we need to get that directly from AVFrame. Differential Revision: https://phabricator.services.mozilla.com/D142064
-
Hubert Boma Manilla authored
Bug 1759502 - [devtools] Fix intermittent when trying to remove breakpoint from GCed source r=ochameau Differential Revision: https://phabricator.services.mozilla.com/D142092
-
Jens Stutte authored
Differential Revision: https://phabricator.services.mozilla.com/D142082
-
Nicolas Chevobbe authored
Differential Revision: https://phabricator.services.mozilla.com/D142309
-
Nick Alexander authored
When enabled, this feature restricts the existing `setDefaultPDFHandler` Nimbus feature to only set Firefox as the default PDF handler when the existing handler is a known browser. Depends on D142147 Differential Revision: https://phabricator.services.mozilla.com/D142148
-
Botond Ballo authored
Differential Revision: https://phabricator.services.mozilla.com/D142260
-
sotaro authored
Bug 1760724 - Let video overlay ride the trains to release on intel GPU on Windows r=gfx-reviewers,lsalzman pref gfx.webrender.dcomp-video-overlay-win-force-enabled was added to enable video overlay even when it is blocked. Differential Revision: https://phabricator.services.mozilla.com/D141712
-
Botond Ballo authored
APZCTreeManager::GetGeckoFixedLayerMargins() is also removed, but the field mGeckoFixedLayerMargins is kept as it's used internally in WebRender codepaths. Differential Revision: https://phabricator.services.mozilla.com/D142292
-
Matthew Gregan authored
Differential Revision: https://phabricator.services.mozilla.com/D142294
-
Matthew Gregan authored
Bug 1753298 - Improve error handling in BaseMediaResource::ModifyLoadFlags. r=media-playback-reviewers,padenot Differential Revision: https://phabricator.services.mozilla.com/D141817
-
- Mar 28, 2022
-
-
Hiroyuki Ikezoe authored
Bug 1674776 - Update DocumentTimeline::mLastRefreshDriverTime outside parallel styling. r=boris,decoder Note that we can probably use mLastRefreshDriverTime directly in DocumentTimeline::GetCurrentTimeStamp(), i.e. we don't need to use the refresh driver there, but I'd preserve the current behavior. Differential Revision: https://phabricator.services.mozilla.com/D97823
-
Matthew Gregan authored
Bug 1761851 - Replace WebMBufferedState's ReentrantMonitor with a Mutex. r=media-playback-reviewers,bryce WebMBufferedState doesn't use the reentrancy or wait/notify features of a monitor, so use a simple Mutex instead. Differential Revision: https://phabricator.services.mozilla.com/D142277
-
Butkovits Atila authored
Backed out changeset ef513b126e22 (bug 1753298) for causing failures at test_autoplay_contentEditable.html. CLOSED TREE
-
Daniel Holbert authored
Bug 1761804: Remove checks for NS_COORD_IS_FLOAT, and its associated VERIFY_COORD() function. r=jrmuizel This patch just assumes NS_COORD_IS_FLOAT is undefined (which in practice it always is), and deletes dead code accordingly. It's unlikely we'll migrate nscoord to float anytime soon, so this code isn't serving much of a purpose at this point. If we do someday make that migration, the code that this macro is guarding would only represent a small step in that migration, anyway; and at that point we can start by adding back the code that this patch is removing. In the meantime, it's not worth keeping this complexity and the untested/dead code in the tree. Differential Revision: https://phabricator.services.mozilla.com/D142246
-
Florian Quèze authored
Differential Revision: https://phabricator.services.mozilla.com/D141050
-
Ryan Hunt authored
Differential Revision: https://phabricator.services.mozilla.com/D142157
-
Matthew Gregan authored
Bug 1761851 - Take WebMBufferedParser monitor in NotifyDataAvailable and simplify Append API. r=media-playback-reviewers,bryce Differential Revision: https://phabricator.services.mozilla.com/D142276
-
Butkovits Atila authored
-
Shane Caraveo authored
Differential Revision: https://phabricator.services.mozilla.com/D137950
-
Scott authored
Differential Revision: https://phabricator.services.mozilla.com/D142108
-
Butkovits Atila authored
-
serna authored
Differential Revision: https://phabricator.services.mozilla.com/D141918
-
Andrew Osmond authored
Differential Revision: https://phabricator.services.mozilla.com/D142257
-
David Shin authored
Bug 1755770 - Ensure `TextRenderedRun::GetRunUserSpaceRect` casts float to int without invoking Undefined Behavior r=dholbert Differential Revision: https://phabricator.services.mozilla.com/D142223
-
Gabriel Bustamante authored
Differential Revision: https://phabricator.services.mozilla.com/D142271
-
Nordin Abouzahra authored
This addresses the original intent of the bug report which asks for allowing sndio to be built on more than just OpenBSD. In addition of modifying the existing --enable-sndio to support this request, the option --enable-audio-backends was added which takes a list of possible backends to support per discussion in the bug report. For example specifying --enable-audio-backends=alsa,jack,pulseaudio,sndio allows for runtime selection of those four cubeb backends. If all four backends are available the user can specify `media.cubeb.backend` in `about:config` to force a specific backend. Removed superfluous set_define()s as libcubeb's moz.build does the necessary `DEFINES['...']` assignments for each backend. In addition logic for finer control of audio backend selection on Android was added. One can now specify aaudio, opensl or both (which is the default). Differential Revision: https://phabricator.services.mozilla.com/D141450
-
Gavin Suntop authored
Differential Revision: https://phabricator.services.mozilla.com/D141874
-
Andrei Oprea authored
Differential Revision: https://phabricator.services.mozilla.com/D134956
-
Butkovits Atila authored
Backed out 2 changesets (bug 1728331) for causing failures at RTCPeerConnection-videoDetectorTest.html. CLOSED TREE Backed out changeset b6649f0253c5 (bug 1728331) Backed out changeset e9242af1224d (bug 1728331)
-
Matthew Gregan authored
Bug 1753298 - Improve error handling in BaseMediaResource::ModifyLoadFlags. r=media-playback-reviewers,padenot Differential Revision: https://phabricator.services.mozilla.com/D141817
-