- Feb 28, 2024
-
-
Gabriele Svelto authored
This patch makes several fundamental changes to the logic we use to inform the main process whenever the WER runtime exception module intercepts a child process crash: * We no longer read the process type or any other data from the child process; the process type is passed as the runtime exception module's context * We no longer read the address of the memory area used to communicate with the main process from the child process arguments. Instead we allocate memory directly into the main process and store the required information there * We don't read anything from the main process either, the pointer to the function used to notify the main process is now found by looking out its dedicated section in the parent process' xul.dll mapping * We no longer read the OOM crash annotation from a child process, this functionality will be restored by making the module use the mozannotation crates to fetch all the annotations Original Revision: https://phabricator.services.mozilla.com/D201589 Differential Revision: https://phabricator.services.mozilla.com/D202916
-
Gabriele Svelto authored
Original Revision: https://phabricator.services.mozilla.com/D201590 Differential Revision: https://phabricator.services.mozilla.com/D202915
-
Gabriele Svelto authored
Bug 1872920 - Prevent the crash reporer from restarting Firefox when dealing with WER crashes a=diannaS Original Revision: https://phabricator.services.mozilla.com/D199856 Differential Revision: https://phabricator.services.mozilla.com/D202914
-
Gabriele Svelto authored
Original Revision: https://phabricator.services.mozilla.com/D199353 Differential Revision: https://phabricator.services.mozilla.com/D202913
-
Gabriele Svelto authored
Original Revision: https://phabricator.services.mozilla.com/D199352 Differential Revision: https://phabricator.services.mozilla.com/D202912
-
Gabriele Svelto authored
* Always provide a value for the installation time, even when we fail to read it from the corresponding file * Parse the parent PID correctly * Create the pending folder if it's missing Original Revision: https://phabricator.services.mozilla.com/D198699 Differential Revision: https://phabricator.services.mozilla.com/D202825
-
valenting authored
HpackDynamicTableReporter::mMutex protects access to HpackDynamicTableReporter::mCompressor nvFIFO::mMutex protects access to mvFIFO::mTable - is aquired when adding or removing elements in the table, and when reporting SizeOfDynamicTable Original Revision: https://phabricator.services.mozilla.com/D200814 Differential Revision: https://phabricator.services.mozilla.com/D202906
-
David Shin authored
Original Revision: https://phabricator.services.mozilla.com/D202455 Differential Revision: https://phabricator.services.mozilla.com/D202493
-
- Feb 27, 2024
-
-
Sebastian Hengst authored
The revert of the file in bug 1874627 had been unintended.
-
- Feb 26, 2024
-
-
Daniel Holbert authored
Bug 1873763: Add 'overflow:hidden' to root scroller in some grid reftests, to avoid running afoul of scrollbar-presence nondeterminism. a=diannaS This is a workaround for an edge-case where the default 'overflow:auto' setup can lead to a layout with or without a scrollbar, depending on whether the first layout happens before vs. after the DOM is fully complete. See explanations in https://bugzilla.mozilla.org/show_bug.cgi?id=1873763#c0 and in https://bugzilla.mozilla.org/show_bug.cgi?id=1873749 for more details. This behavior seems to be common to all major browser engines, so it's probably not worth worrying about too much, which is why I'm simply working around it in these tests. The changes to the -001 test files will address intermittent bug 1522442, and the changes to the -010 and -011 test files are to address intermittent bug 1809735. Original Revision: https://phabricator.services.mozilla.com/D198080 Differential Revision: https://phabricator.services.mozilla.com/D202738
-
John Schanck authored
Original Revision: https://phabricator.services.mozilla.com/D202015 Differential Revision: https://phabricator.services.mozilla.com/D202017
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D202705
-
Kershaw Chang authored
Bug 1851570 - [for esr] Allow necko to know when client auth is selected to drive TLS handshake, r=necko, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D201722
-
- Feb 22, 2024
-
-
alwu authored
Bug 1685358 - Apply seek threshold after decoder creation. r=media-playback-reviewers,padenot, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D201297
-
- Feb 23, 2024
-
-
Tom Schuster authored
Differential Revision: https://phabricator.services.mozilla.com/D202303
-
Ryan VanderMeulen authored
Differential Revision: https://phabricator.services.mozilla.com/D202247
-
- Feb 22, 2024
-
-
Dan Minor authored
We're seeing inconsistent handling of OOMs in the ICU library. This patch changes the behaviour to crash on OOM rather than allowing ICU to handle the allocation failure. The inconsistent handling in ICU could lead to ICU being in an inconsistent state which could in turn cause security problems. The safer alternative is to crash, but it's possible this will lead to too high of crash rate. Original Revision: https://phabricator.services.mozilla.com/D191892 Differential Revision: https://phabricator.services.mozilla.com/D202498
-
Dianna Smith authored
-
- Feb 13, 2024
-
-
Kershaw Chang authored
Bug 1851570 - [for esr] Allow necko to know when client auth is selected to drive TLS handshake, r=necko-reviewers,valentin, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D201722
-
- Feb 22, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D202407
-
- Feb 19, 2024
-
-
Kagami Sascha Rosylight authored
Bug 1879444 - Make SafeRefPtr move assignment work as RefPtr does r=smaug,dom-storage-reviewers,asuth, a-dsmith Differential Revision: https://phabricator.services.mozilla.com/D201598
-
Jonathan Kew authored
Bug 1879825 - Make Family::FindIndex fallible and safely handle failures. r=gfx-reviewers,lsalzman, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D201819
-
- Jul 27, 2023
-
-
Harshit Sohaney authored
-
- Jul 07, 2023
-
-
dependabot[bot] authored
Automatic update from web-platform-tests Bump aioquic from 0.9.20 to 0.9.21 in /tools Bumps [aioquic](https://github.com/aiortc/aioquic) from 0.9.20 to 0.9.21. - [Commits](https://github.com/aiortc/aioquic/compare/0.9.20...0.9.21 ) --- updated-dependencies: - dependency-name: aioquic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> -- wpt-commits: d86eab89c1e5dc4220c89d56cf4e5691ccedc542 wpt-pr: 40879
-
- Feb 21, 2024
-
-
André Bargull authored
Original Revision: https://phabricator.services.mozilla.com/D201196 Differential Revision: https://phabricator.services.mozilla.com/D201954
-
- Feb 20, 2024
-
-
Mozilla Releng Treescript authored
No bug - Tagging 17fcbdf6426663c10da5d0ba21927e71184304c3 with FIREFOX_115_8_0esr_RELEASE a=release CLOSED TREE DONTBUILD
-
- Feb 19, 2024
-
-
Mozilla Releng Treescript authored
-
- Feb 15, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D201951
-
- Feb 14, 2024
-
-
Mark Banner authored
Original Revision: https://phabricator.services.mozilla.com/D201165 Differential Revision: https://phabricator.services.mozilla.com/D201897
-
- Feb 12, 2024
-
-
Paul Zuehlcke authored
-
Geoff Brown authored
Pin cffi to 1.14.5 only for our Windows 7 environment, approximated as "Windows and python 3.7". Differential Revision: https://phabricator.services.mozilla.com/D201634
-
Mozilla Releng Treescript authored
No bug - Tagging 17fcbdf6426663c10da5d0ba21927e71184304c3 with FIREFOX_115_8_0esr_BUILD1 a=release CLOSED TREE DONTBUILD
-
- Feb 08, 2024
-
-
Eitan Isaacson authored
Differential Revision: https://phabricator.services.mozilla.com/D200695
-
- Feb 11, 2024
-
-
James Teh authored
Bug 1840574: Don't try to get the selection in HyperTextAccessible::GetSelectionDOMRanges if the initial tree hasn't been constructed yet. a=pascalc Original Revision: https://phabricator.services.mozilla.com/D199601 Differential Revision: https://phabricator.services.mozilla.com/D201222
-
- Feb 09, 2024
-
-
Jan de Mooij authored
Differential Revision: https://phabricator.services.mozilla.com/D201213
-
Gijs Kruitbosch authored
Original Revision: https://phabricator.services.mozilla.com/D195549 Differential Revision: https://phabricator.services.mozilla.com/D198576
-
- Jan 15, 2024
-
-
Eden Chuang authored
Differential Revision: https://phabricator.services.mozilla.com/D198569
-
Gabriele Svelto authored
Bug 1868772 - Do not launch the crash reporter client if we've already removed the exception handler. r=afranchuk, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D198158
-
- Jan 30, 2024
-
-
Jens Stutte authored
Bug 1867982 - Check if WorkerRunnable::Run runs on top of WorkerThreadPrimaryRunnable::Run in a worker thread. a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D199247 Differential Revision: https://phabricator.services.mozilla.com/D199970
-
- Feb 09, 2024
-
-
Edgar Chen authored
Bug 1860065 - Use sLastScreenPoint to restore mouse position after releasing pointer lock; a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D200031
-