- Oct 28, 2023
-
-
Daniel Holbert authored
This patch doesn't change behavior. This is a bit gross, but it helps us make better use of the backtrace to figure out what's going on in a given crash report. Original Revision: https://phabricator.services.mozilla.com/D191909 Differential Revision: https://phabricator.services.mozilla.com/D191986
-
Daniel Holbert authored
Bug 1861259 part 1: Refactor out a helper function for loop body in nsRefreshDriver::Tick. a=diannaS This doesn't affect behavior; it's just a pure refactoring, moving code from being inline to being in a helper function. Original Revision: https://phabricator.services.mozilla.com/D191908 Differential Revision: https://phabricator.services.mozilla.com/D191985
-
Jamie Nicol authored
These telemetry probes have long since expired, so remove them. This avoids taking unnecessary timestamps in these functions, which we have seen can be expensive on certain devices. Original Revision: https://phabricator.services.mozilla.com/D185007 Differential Revision: https://phabricator.services.mozilla.com/D192116
-
- Oct 26, 2023
-
-
Karandeep authored
-
- Oct 09, 2023
-
-
Karandeep authored
Differential Revision: https://phabricator.services.mozilla.com/D190314
-
- Oct 24, 2023
-
-
Mark Banner authored
Bug 1860531 - Add new queryParamNames option to search-telemetry-v2 schema for specifying multiple query parameter names. r=search-reviewers,jteow a=RyanVM This is a new option that allows specifying multiple query parameter names, so that we can support some search engines on mobile, where they use a different parameter name to desktop. A future changeset will make 'queryParamNames' a required parameter.
-
- Sep 25, 2023
-
-
James Teow authored
-
- Aug 04, 2023
-
-
James Teow authored
-
- Oct 18, 2023
-
-
Mike Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D191209
-
- Oct 25, 2023
-
-
Gregory Pappas authored
-
- Oct 26, 2023
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D191950
-
- Oct 17, 2023
-
-
Andrew Osmond authored
Bug 1859591 - Add gfxCriticalNote when failing to load EGL/GLES DLLs on Windows. r=gfx-reviewers,jrmuizel a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D191206
-
- Oct 07, 2023
-
-
Masayuki Nakano authored
Bug 1852849 - Make `HTMLEditor::AutoInlineStyleSetter::ExtendOrShrinkRangeToApplyTheStyle` recompute common ancestor of the range if it updates the range r=m_kato a=RyanVM In this case, `<font face="monospace">abc []<br></font>`, the range applying new style will be extended as `<font face="monospace">abc [<br>}</font>` first. https://searchfox.org/mozilla-central/rev/29bdf6ff9965a647c6f64d63fed2b5bd094532c7/editor/libeditor/HTMLStyleEditor.cpp#1944 Then, the start point should be shrunken and the range should become `<font face="monospace">abc {<br>}</font>`. https://searchfox.org/mozilla-central/rev/29bdf6ff9965a647c6f64d63fed2b5bd094532c7/editor/libeditor/HTMLStyleEditor.cpp#1977-1978 However, `commonAncestor` is still the text node because it's not updated after extending the range to include the `<br>`. Then, `AutoInlineStyleSetter::GetNextEditableInlineContent` fails to get `<br>` from the text node. https://searchfox.org/mozilla-central/rev/29bdf6ff9965a647c6f64d63fed2b5bd094532c7/editor/libeditor/HTMLStyleEditor.cpp#1576-1578 Finally, the unexpected range computation will reach here with the text editor and adjust the start of the range to start of the text node. https://searchfox.org/mozilla-central/rev/29bdf6ff9965a647c6f64d63fed2b5bd094532c7/editor/libeditor/HTMLStyleEditor.cpp#420-423 Therefore, the new text which the new style should be applied is jumped to start of the text node. Differential Revision: https://phabricator.services.mozilla.com/D190028
-
- Sep 18, 2023
-
-
Andrew Creskey authored
Bug 1843384 - Crash in [@ shutdownhang | mozilla::net::nsSocketTransportService::SetOffline] r=valentin,necko-reviewers a=RyanVM We avoid blocking the main thread by allocating the PollableEvent outside the mutex. Still has the potential to hang the socket thread, but the main thread remains responsive. Differential Revision: https://phabricator.services.mozilla.com/D188512
-
- Sep 13, 2023
-
-
Andrew Creskey authored
Bug 1843384 - Crash in [@ shutdownhang | mozilla::net::nsSocketTransportService::SetOffline] r=valentin,necko-reviewers a=RyanVM We abort the re-initialization of the socketTransportService during shutdown to prevent a deadlock. Differential Revision: https://phabricator.services.mozilla.com/D187915
-
- Oct 24, 2023
-
-
Ryan VanderMeulen authored
Until we can resolve the underlying bug which is causing GMP launch slowdowns on Windows ASAN builds, just skip the impacted tests.
-
- Oct 23, 2023
-
-
valenting authored
Bug 1818419 - Intermittent netwerk/test/unit/test_dooh.js caused by TTL refresh on windows r=necko-reviewers,jesup a=test-only The TTL refresh is done asynchronously with low priority on windows. When clearing the cache between tests, this callback may still exist so it may refresh the cache entry with the native value instead of the TRR one. Differential Revision: https://phabricator.services.mozilla.com/D191399
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D191634
-
- Oct 24, 2023
-
-
Mozilla Releng Treescript authored
No bug - Tagging 7e770707fe156fc2e62c5f624235e4b2dadc1e7b with FIREFOX_115_4_0esr_RELEASE a=release CLOSED TREE DONTBUILD
-
- Oct 23, 2023
-
-
Mozilla Releng Treescript authored
-
- Oct 17, 2023
-
-
Mozilla Releng Treescript authored
No bug - Tagging 7e770707fe156fc2e62c5f624235e4b2dadc1e7b with FIREFOX_115_4_0esr_BUILD1 a=release CLOSED TREE DONTBUILD
-
- Oct 16, 2023
-
-
Jonathan Kew authored
Bug 1856035 - Rework the management of font variation settings across CoreGraphics and CoreText font instances, on macOS 13 and later only. r=gfx-reviewers,lsalzman, a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D191124 Depends on D191123
-
Jonathan Kew authored
Bug 1856035 - Merge implementations of CreateCTFontFromCGFontWithVariations from gfxMacFont.cpp and 2d/ScaledFontMac.cpp (no change in behavior). r=gfx-reviewers,lsalzman, a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D191123
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D191068
- Sep 19, 2023
-
-
Luca Greco authored
Bug 1852391 - gBrowser _notifyPinnedStatus should account for discarded tabs. r=Gijs,tabbrowser-reviewers,dao, a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D188581
-
- Oct 10, 2023
-
-
Gabriele Svelto authored
Differential Revision: https://phabricator.services.mozilla.com/D190487
-
- Oct 02, 2023
-
-
Gabriele Svelto authored
Bug 1851829 - Do not send close messages for MIDI ports that have already been disconnected from their remote object r=padenot, a=dmeehan
-
- Sep 15, 2023
-
-
Gabriele Svelto authored
Bug 1851847 - Check that we really do have a document before creating a MIDI port r=padenot, a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D187989
-
- Oct 12, 2023
-
-
Sean Feng authored
Bug 1856497 - Allow user input events to bypass the delay handling check if this is a non-visible document r=smaug, a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D190133
-
- Oct 11, 2023
-
-
Sean Feng authored
Bug 1856514 - Make sure nsRefreshDriver will tick enough times for user input handling r=smaug, a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D190108
-
- Sep 05, 2023
-
-
Sean Feng authored
Bug 1830820 - Update geckodriver prefs to disable delayed user input event handling r=whimboo,webdriver-reviewers, a=dmeehan We don't need this feature when running geckodriver tests Differential Revision: https://phabricator.services.mozilla.com/D187234
-
Sean Feng authored
Differential Revision: https://phabricator.services.mozilla.com/D186053
-
Sean Feng authored
In some edge cases, we may start handling user input events that are not supposed to be handled by the current document. This patch introduces some delay to handle user input events. Differential Revision: https://phabricator.services.mozilla.com/D180976
-
- Oct 13, 2023
-
-
Jed Davis authored
Original Revision: https://phabricator.services.mozilla.com/D189600 Differential Revision: https://phabricator.services.mozilla.com/D190898
-
- Sep 19, 2023
-
-
Andrew Osmond authored
Differential Revision: https://phabricator.services.mozilla.com/D188617
-
- Sep 28, 2023
-
-
Henrik Skupin authored
Bug 1853147 - [remote] Disable captive portal service for web-platform tests only. r=webdriver-reviewers,Sasha a=test-only
-
- Sep 11, 2023
-
-
Henrik Skupin authored
Bug 1849972 - [wptrunner] Do not remove "MOZ_DISABLE_NONLOCAL_CONNECTIONS" for wdspec tests. r=jdescottes a=test-only Depends on D186825 Differential Revision: https://phabricator.services.mozilla.com/D186823
-
Henrik Skupin authored
Bug 1849972 - [wdspec] mozilla/tests/webdriver/classic/new_session/binary.py has to correctly pass capabilities. r=webdriver-reviewers,jdescottes a=test-only Differential Revision: https://phabricator.services.mozilla.com/D187781
-
Henrik Skupin authored
Bug 1849972 - [wdspec] Improve stability for desired and no capabilities new session tests. r=webdriver-reviewers,jgraham a=test-only Differential Revision: https://phabricator.services.mozilla.com/D187780
-