- Jan 27, 2022
-
-
Frederik Braun authored
This reverts various test annotations e.g., from D132149 and D133118. Differential Revision: https://phabricator.services.mozilla.com/D136870
-
Frederik Braun authored
Bug 1751435 - sameSite=lax, noneRequiresSecure and samesiteSchemeful in early beta or earlier r=ckerschb,dveditz,mythmon a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D136727
-
Mozilla Releng Treescript authored
da -> d8f6222425ba68244150bfbc6681afbfb2ffe5fd dsb -> 70960aa71596ad656e55cc1e49d84948e543f929 el -> 4967d37f3abcff1ac87c3ec8030d857d828eef19 es-AR -> 26e4da761e45a9dbf07a154075879ef07a3272f8 es-MX -> 4e94303de62079a91abdde9f36a962ed8bffc8ae et -> 552435b598254b6e00ad2664deefe62c038df6cc fr -> b962d49d4e7a7bd263396212689465fac28a8336 fy-NL -> 9888ad5e805705a56ac037744c35542522d844c5 he -> a1178626bd760ac054bd0fccf1b515cc22075642 hsb -> b104392a7274e2a74942c7793d0cdce02ca4ef1d hu -> 08ce6fff597386be51098c9d5f2ed33716277216 ia -> b28bd64f2bead3c132b3f7aeb0f52736c21902a1 it -> 2167505171c54ac5cc220a27b15e9e667f789230 ka -> df40a9c16493e88634fda6505355f0675567e223 kk -> f34ffb08787eb336151f6218a295c218cb6f49e2 ko -> 6ec9bfa5beae85de78b5866062bde22cd6127f0a nl -> d0646a90b2ebc7801d3f2d3c78f26bcc3ecd75f0 nn-NO -> e00a95de1a8deeda1a33a8fb6b77f40d50cea15f pt-BR -> f348ba8ca384b9d8180e96b85ddd53b4c45dfe9a sv-SE -> 1724795ef994f75dbe7925425e946826ced6bf44 uk -> fb035cf3976d88d45757a880c4c2a82eb51ad8c5 vi -> 64d031b6151861fabe6bee632d6bdf33a61dc8d9 zh-TW -> e9584ed8dad7eb1397e7bdffdb863a8f0a95d3cb
-
- Jan 20, 2022
-
-
Ben Hearsum authored
Bug 1743465: send additional information about existing installations in installation.first_seen Telemetry event. r=nalexander, a=RyanVM This patch does two things: 1) Adds a few new pieces of information to the installation "first_seen" event. Specifically: * other_inst - true when any non-MSIX installation other than the running one was present when this event was prepared * other_msix_inst - true when any MSIX installation other that the running one was present when this event was prepared 2) Begins sending this event for MSIX installations Differential Revision: https://phabricator.services.mozilla.com/D134326 Depends on D135246
-
Ben Hearsum authored
This is a re-post of https://phabricator.services.mozilla.com/D108662 with the performance bits noted there fixed. Differential Revision: https://phabricator.services.mozilla.com/D135246
-
Ben Hearsum authored
This allows us to keep `app.installation.timestamp` values for MSIX profiles inline with non-MSIX ones. (This is technically unnecessary for this bug -- we could use any value we want and get the same functionality -- but this seems relatively cheap to do, keeps things inline with non-MSIX, and may be useful for other things later.) Differential Revision: https://phabricator.services.mozilla.com/D135245
-
Ben Hearsum authored
What's implemented here is ultimately a thin wrapper around `FindPackagesByUserSecurityId` to support the needs of this bug, but it provides a base for future usage of the Windows PackageManager. Differential Revision: https://phabricator.services.mozilla.com/D133747
-
Emilio Cobos Álvarez authored
If the theme is dark but user prefers light pages, the background of the tabpanel should arguably be light, since it can be seen across some navigations. Expose a -moz-content-prefers-color-scheme media query to chrome pages so that our UI can correctly query it (and remove the unused -moz-proton atom while at it). Differential Revision: https://phabricator.services.mozilla.com/D136437
-
- Jan 25, 2022
-
-
Markus Stange authored
Bug 1751687 - Return early from validRequestorForSendType if it's called on a non-main thread. r=spohl, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D136800
-
- Jan 19, 2022
-
-
Eitan Isaacson authored
I think there is a potential crasher if an AT holds a reference to a column object while its parent table expires, and then tries to retrieve AXChildren. We need to expire te column objects when the table expires or is destroyed. Differential Revision: https://phabricator.services.mozilla.com/D136288
-
- Jan 12, 2022
-
-
Randell Jesup authored
Differential Revision: https://phabricator.services.mozilla.com/D135167
-
- Jan 26, 2022
-
-
Lee Salzman authored
Differential Revision: https://phabricator.services.mozilla.com/D136990
-
Mike Conley authored
Differential Revision: https://phabricator.services.mozilla.com/D137060
-
- Jan 21, 2022
-
-
James Teh authored
Bug 1749274: Don't return an OOP iframe COM proxy in MsaaAccessible::ResolveChild. r=eeejay, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D135968
-
- Jan 20, 2022
-
-
James Teh authored
Differential Revision: https://phabricator.services.mozilla.com/D136303
-
- Jan 13, 2022
-
-
Peter Van der Beken authored
Differential Revision: https://phabricator.services.mozilla.com/D134713
-
- Jan 27, 2022
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D137129
-
- Jan 25, 2022
-
-
Emilio Cobos Álvarez authored
Confirmed that it fails without the patch with: ``` Expected at least one hit result in the APZTestData SimpleTest.ok@SimpleTest/SimpleTest.js:417:16 runSubtestsSeriallyInFreshWindows/</advanceSubtestExecution/spawnTest/w.ok@gfx/layers/apz/test/mochitest/apz_test_utils.js:479:32 hitTest@gfx/layers/apz/test/mochitest/apz_test_utils.js:833:5 test@gfx/layers/apz/test/mochitest/helper_hittest_fixed_item_over_oop_iframe.html:48:18 ``` Differential Revision: https://phabricator.services.mozilla.com/D136912
-
Emilio Cobos Álvarez authored
Bug 1747409 - Don't optimize away hit-test info items across remote frame boundaries. r=miko, a=RyanVM This is the actual fix. Any tests to crib from would be greatly appreciated. Depends on D136895 Differential Revision: https://phabricator.services.mozilla.com/D136896
-
Nicklas Boman authored
Differential Revision: https://phabricator.services.mozilla.com/D136880
-
- Jan 24, 2022
-
-
Chun-Min Chang authored
Move implementation of cubeb_mock_device_collection_destroy to cpp file Depends on D136642 Differential Revision: https://phabricator.services.mozilla.com/D136643
-
Chun-Min Chang authored
Depends on D136641 Differential Revision: https://phabricator.services.mozilla.com/D136642
-
Chun-Min Chang authored
The `cubeb_device_collection.count` should be set to `0` in the `cubeb_device_collection_destroy`. Depends on D136629 Differential Revision: https://phabricator.services.mozilla.com/D136641
-
Chun-Min Chang authored
Differential Revision: https://phabricator.services.mozilla.com/D136629
-
- Jan 26, 2022
-
-
Mozilla Releng Treescript authored
ar -> 11550f5f34f7c4bb641cd62369bc9c198248618c el -> c6a43da21535fec752b680a87f0463514f4e8166 et -> 8207ac86058e792ad0f4d9e1718c4c4801ee060c hy-AM -> 8efb85cf72ffca1cc7c739b2dbb007fd70e24cb5 it -> e6b8ee61e0af59c501cab7302b3ba98fdd175837 ka -> 1755108cfe5407f7c55643b2ebd4a28f4975468e lt -> 8899012a5deae631071e7c6c97d6f30db8e8b739 pt-BR -> f82347c797d6e3cec92f36aad57aaf7b79a6570a
-
Gijs Kruitbosch authored
Bug 1731710 - ensure main window is focused before starting a download in browser_test_data_download.js and browser_test_data_text_csv.js, r=aryx a=test-only Differential Revision: https://phabricator.services.mozilla.com/D137035
-
- Jan 25, 2022
-
-
Gijs Kruitbosch authored
Bug 1732129 - don't allow customize mode to permanently break the downloads button in a window, r=mhowell a=RyanVM Both for minimized windows and if there is no anchor, we bail out from showing the panel. However, only one of those cases currently resets the internal state flag to 'hidden'. This patch ensures both cases do so, and for good measure ensures that if openPopup throws (which apparently it can?) we also reset the state in that case, rather than leaving ourselves with a permanently broken state. Differential Revision: https://phabricator.services.mozilla.com/D136809
-
Gijs Kruitbosch authored
Differential Revision: https://phabricator.services.mozilla.com/D135710
-
Jonathan Kew authored
Bug 1746795 - Make gfxPlatformFontList::CommonFontFallback honor a preference for emoji presentation when searching its font list, rather than just returning the first match for the codepoint. r=jwatt, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D136730
-
Jari Jalkanen authored
Differential Revision: https://phabricator.services.mozilla.com/D135474
-
- Jan 21, 2022
-
-
Mike Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D136380
-
Kershaw Chang authored
Bug 1750688 - Use a lock to protect WebSocketChannel::mCancelable, r=necko-reviewers,valentin a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D136208
-
- Jan 25, 2022
-
-
Nicolas Chevobbe authored
Bug 1685187 - [devtools] Fix browser_resources_document_events.js intermittent. r=ochameau, a=test-only The test was failing in some case because interactiveEvent and completeEvent had the same timestamp (which is still valid). The test is modified to check greater or equal instead of strict greater. Note that this test still has intermittent around willNavigateEvent and loadingEvent (see https://searchfox.org/mozilla-central/rev/a2c26b9b49a521f4be39559ca1ca9c345a237c70/devtools/server/actors/webconsole/listeners/document-events.js#11-34) Differential Revision: https://phabricator.services.mozilla.com/D136839
-
- Jan 12, 2022
-
-
Butkovits Atila authored
Bug 1742691 - disable test_http3_prio.js on Linux_64_opt for frequent failures. r=jmaher,kershaw a=test-only Differential Revision: https://phabricator.services.mozilla.com/D135514
-
- Jan 26, 2022
-
-
Mozilla Releng Treescript authored
No bug - Tagging 63bf391388c3fbec63907b7442348d5fb778ceb4 with FIREFOX_97_0b8_RELEASE a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
-
Mozilla Releng Treescript authored
No bug - Tagging 63bf391388c3fbec63907b7442348d5fb778ceb4 with DEVEDITION_97_0b8_RELEASE a=release CLOSED TREE DONTBUILD
-
- Jan 25, 2022
-
-
Mozilla Releng Treescript authored
No bug - Tagging 63bf391388c3fbec63907b7442348d5fb778ceb4 with FIREFOX_97_0b8_BUILD2 a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
No bug - Tagging 63bf391388c3fbec63907b7442348d5fb778ceb4 with DEVEDITION_97_0b8_BUILD1 a=release CLOSED TREE DONTBUILD
-
Mark Banner authored
Bug 1751746 - Change search-telemetry to use strict partner code matching. r=daleharvey,mkaply a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D136768
-