- Mar 30, 2023
-
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D173608
-
Joshua Marshall authored
Differential Revision: https://phabricator.services.mozilla.com/D173430
-
Mark Banner authored
Bug 1825522 - List PdfJsDefaultPreferences.sys.mjs in Generated.txt as it is a generated file. r=calixte Differential Revision: https://phabricator.services.mozilla.com/D174101
-
Peter Van der Beken authored
Differential Revision: https://phabricator.services.mozilla.com/D172915
-
Peter Van der Beken authored
Bug 1765992 - Fix WebIDL Xrays to properly deal with a static and non-static property with the same name. r=edgar Differential Revision: https://phabricator.services.mozilla.com/D171705
-
Peter Van der Beken authored
Bug 1765992 - Support regular and static WebIDL operations with the same identifier on the same interface. r=edgar Differential Revision: https://phabricator.services.mozilla.com/D171703
-
Ms2ger authored
Differential Revision: https://phabricator.services.mozilla.com/D171216
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D174105
-
Jens Stutte authored
Differential Revision: https://phabricator.services.mozilla.com/D173533
-
Paul Bone authored
Differential Revision: https://phabricator.services.mozilla.com/D174086
-
- Mar 29, 2023
-
-
Paul Bone authored
Differential Revision: https://phabricator.services.mozilla.com/D173099 Depends on D173098
-
Paul Bone authored
Differential Revision: https://phabricator.services.mozilla.com/D173098 Depends on D172655
-
Paul Bone authored
Differential Revision: https://phabricator.services.mozilla.com/D172655
-
- Mar 30, 2023
-
-
stransky authored
Differential Revision: https://phabricator.services.mozilla.com/D173814
-
Jonathan Watt authored
The intention is to allow PrintedSheetFrame::Reflow to access the page style prior to reflowing its child so that it can decide whether to apply page style to the sheet (in the case of one page-per-sheet). This will happen in a subsequent bug. Differential Revision: https://phabricator.services.mozilla.com/D173773
-
Cosmin Sabou authored
Backed out 3 changesets (bug 1822451) for busting thunderbird builds and causing bug 1825467. CLOSED TREE Backed out changeset 5c399ec3dae0 (bug 1822451) Backed out changeset ac5d1057c562 (bug 1822451) Backed out changeset 42250977529b (bug 1822451)
-
Cosmin Sabou authored
Backed out changeset e5b65704ade8 (bug 1825467) for causing asan/tsan build bustages on nsMemoryReporterManager.cpp.
-
Tooru Fujisawa authored
Bug 1825462 - Pass dummy propertyCountEstimate value to ImmutableScriptData::new_ from Frontend2. r=nbp Differential Revision: https://phabricator.services.mozilla.com/D174048
-
Paul Bone authored
Differential Revision: https://phabricator.services.mozilla.com/D174086
-
Andreas Pehrson authored
This patch uses StateWatching to dispatch a task to process a frame as soon as it comes in from the VideoCaptureAdapter frame event. This is done async so that if multiple frames come in while one is being processed, we drop all but the latest. Differential Revision: https://phabricator.services.mozilla.com/D171963
-
Andreas Pehrson authored
Hypothetically if the frame callback is doing something leading to crashes, this patch should at least affect those symptoms, giving us more clues to where the problem lies. This patch changes away from calling the CamerasParent callback directly on the frame queue, to notifying a MediaEvent owned by the VideoCaptureAdapter. The frames are then handled on the video capture thread. Differential Revision: https://phabricator.services.mozilla.com/D171962
-
Andreas Pehrson authored
Differential Revision: https://phabricator.services.mozilla.com/D171961
-
Andreas Pehrson authored
This patch mainly changes VideoCaptureAdapter to use an instance method to set the capturer member under a mutex. It also moves the setting of this capturer to start rather than init (and unsets it on stop). With this we shouldn't need the prior fixes to RTCCameraVideoCapturer.m. Some other cleanup happens as well: - Constification of members - Moving the RTCVideoFrame to webrtc::VideoFrame conversion to OnFrame() - Optimizing away StartFrameRecording() - Only calculating image type once Differential Revision: https://phabricator.services.mozilla.com/D171960
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D174071
-
Jared Wein authored
Bug 1710910 - Reduce the size of the close icon for infobars and use the correct smaller close icon for tabs r=mstriemer,desktop-theme-reviewers,dao * Original author was jaws, prathikshaprasadsuman got it reviewed and landed * Update to non-hovered .tab-close-button width to avoid regressing bug 1818233 again. Differential Revision: https://phabricator.services.mozilla.com/D115006
-
Nicolas Chevobbe authored
Bug 1825208 - [devtools] Fix pretty printing inline script on first line. r=devtools-reviewers,ochameau. If a `<script>` is on the first line of the HTML file, we were miscalculating its position in the HTML file because there is not previous line breaks. A test case is added to fix this. Differential Revision: https://phabricator.services.mozilla.com/D173929
-
Nicolas Chevobbe authored
Bug 1824044 - [devtools] Avoid handling the same inline script twice in pretty printing. r=devtools-reviewers,bomsy. While the root issue should be fixed on the server, this patch will help reduce a frequent intermittent and prevent showing erroneous result to users. Differential Revision: https://phabricator.services.mozilla.com/D173660
-
Nicolas Chevobbe authored
Bug 1824361 - [devtools] Only create missing inline script source in `_resurrectSource`. r=devtools-reviewers,jdescottes. We want to create sources for inline script that were GCed, but we ended up re-creating sources for _all_ the sources of HTML file where at least one inline script was GCed, which could lead to duplicated source actors. Differential Revision: https://phabricator.services.mozilla.com/D173524
-
Sebastian Hengst authored
Bug 1825475 - add back expected failures for trusted-types/trusted-types-event-handlers.tentative.html on Android DONTBUILD Rules had been removed by the expectation update in bug 1823471. Differential Revision: https://phabricator.services.mozilla.com/D174072
-
Emilio Cobos Álvarez authored
As above, but with a bit more type safety, plus a TLS cache so we don't need to lock in the common case we have already initialized the wayland display. Differential Revision: https://phabricator.services.mozilla.com/D173964
-
ff2400 authored
Differential Revision: https://phabricator.services.mozilla.com/D173557
-
Alexandre Poirot authored
This method could early return for all primitive types as they already are "debuggee values". Then, when we have non primitives, getGlobalForObject should work and reliably return the value's global. The global is needed as Debugger.Object's makeDebuggeeValue only works for objects of the same global. There is just this edgecase around object coming from globals which are flagged as "invisible to debugger". We might want to return a special debuggee value instead of trying to instantiate this special Debugger.Object which mostly throws... I've also updated and added meaningful comments to clarify all this code. Differential Revision: https://phabricator.services.mozilla.com/D174040
-
Alexandra Borovova authored
Bug 1802137 - [wdspec] Add tests for serialization and deserialization of platform objects of type Node for ShadowRoot. r=webdriver-reviewers,jdescottes,whimboo Differential Revision: https://phabricator.services.mozilla.com/D173298
-
Alexandra Borovova authored
Bug 1802137 - [bidi] Enhance support for serialization and deserialization of platform objects of type Node for ShadowRoot. r=webdriver-reviewers,whimboo Differential Revision: https://phabricator.services.mozilla.com/D173297
-
Jan de Mooij authored
Depends on D173954 Differential Revision: https://phabricator.services.mozilla.com/D173955
-
Jan de Mooij authored
Bug 1825014 part 4 - Use a rest parameter instead of arguments for some error-throwing functions. r=iain This eliminates the remaining uses of `arguments` in self-hosted code. These functions are called from C++ code. I'll see if we can remove them in a follow-up bug. Depends on D173953 Differential Revision: https://phabricator.services.mozilla.com/D173954
-
Jan de Mooij authored
Depends on D173952 Differential Revision: https://phabricator.services.mozilla.com/D173953
-
Jan de Mooij authored
These can be used to replace uses of `arguments.length` and `arguments[i]` in self-hosted code. The frontend emits specialized bytecode ops for those instructions that access the frame directly. This means we no longer have to allocate an arguments object in the interpreter and Baseline for self-hosted functions. This speeds up many perf-sensitive builtins such as `ArrayMap`. Later patches convert all `arguments` uses in self-hosted code and add assertions to ensure we never create an arguments object for any self-hosted function. Differential Revision: https://phabricator.services.mozilla.com/D173952
-
Jan de Mooij authored
Differential Revision: https://phabricator.services.mozilla.com/D173951
-
ogiorgis authored
Bug 1621950 - fix some myst ref warnings r=firefox-source-docs-reviewers,devtools-reviewers,sylvestre Differential Revision: https://phabricator.services.mozilla.com/D173843
-