- Jan 25, 2022
-
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D136561
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D136560
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D136559
-
Mike Hommey authored
Bug 1751331 - Add a mozbuild crate that exposes some build configuration items. r=firefox-build-system-reviewers,andi This will be used as a central point of authority rather than individual crates figuring things out on their own. Differential Revision: https://phabricator.services.mozilla.com/D136558
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D136557
-
Mike Hommey authored
As mentioned in bug 1747354, the location of the dist directory is relied to be $topobjdir/dist, so just use that consistently rather than getting it from a separate variable for rust build scripts. Differential Revision: https://phabricator.services.mozilla.com/D136556
-
Matthew Gaudet authored
Differential Revision: https://phabricator.services.mozilla.com/D136913
-
Shane Caraveo authored
Differential Revision: https://phabricator.services.mozilla.com/D135812
-
Chris Martin authored
Differential Revision: https://phabricator.services.mozilla.com/D136436
-
Nika Layzell authored
This is no longer necessary as the Quantum DOM project is no longer happening, and removing support simplifies various components inside of IPDL. As some code used the support to get a `nsISerialEventTarget` for an actor's worker thread, that method was replaced with a method which instead pulls the nsISerialEventTarget from the MessageChannel and should work on all actors. Differential Revision: https://phabricator.services.mozilla.com/D135411
-
Mike Hommey authored
It was added for llvm-symbolizer, and at the time, it was required. However, since [1] (shipped in llvm 12), llvm-symbolizer, msdia140.dll is not used by default, only when passing the -dia command line option, which we don't use. 1. https://github.com/llvm/llvm-project/commit/c74b427cb2a90309ee0c29df21ad1ca26390263c Differential Revision: https://phabricator.services.mozilla.com/D136821
-
Agi Sferro authored
This allows consumers like Marionette to query the Gecko version for GeckoViewExample and test_runner. Differential Revision: https://phabricator.services.mozilla.com/D136937
-
Mark Banner authored
Differential Revision: https://phabricator.services.mozilla.com/D136768
-
Neel Chauhan authored
Differential Revision: https://phabricator.services.mozilla.com/D136785
-
Emilio Cobos Álvarez authored
We shipped it as true successfully for a long while (since version 90). Differential Revision: https://phabricator.services.mozilla.com/D136917
-
Randell Jesup authored
Differential Revision: https://phabricator.services.mozilla.com/D135450
-
Randell Jesup authored
Differential Revision: https://phabricator.services.mozilla.com/D135418
-
Chun-Min Chang authored
There is no need to keep AudioInputSamples after bug 1741959. Differential Revision: https://phabricator.services.mozilla.com/D136645
-
Gijs Kruitbosch authored
Depends on D100152 Differential Revision: https://phabricator.services.mozilla.com/D136176
-
Nika Layzell authored
Differential Revision: https://phabricator.services.mozilla.com/D100152
-
Noemi Erli authored
Backed out 2 changesets (bug 1678152, bug 1751041) for causing failures in test_missing_intermediate.js CLOSED TREE Backed out changeset 034ae0e4c467 (bug 1751041) Backed out changeset 46640f068ae4 (bug 1678152)
-
Cosmin Sabou authored
Bug 1716677 - Mark k-rate-dynamics-compressor-connections as intermitttent on linux32 opt. r=padenot. DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D136721
-
Nicklas Boman authored
Differential Revision: https://phabricator.services.mozilla.com/D136880
-
Dão Gottwald authored
Differential Revision: https://phabricator.services.mozilla.com/D135834
-
Nicolas Silva authored
And while we are at it, a few trivial imporvements like avoiding to push into a temporary vector, and preallocating the storage. Differential Revision: https://phabricator.services.mozilla.com/D136326
-
Shane Hughes authored
The downloads indicator badge doesn't have a z-index property but some other elements in the downloads indicator do. That causes the badge to appear behind some elements but not others. It should definitely appear above all of them IMO since it's the element that conveys the ATTENTION_SEVERE state which possibly indicates malware. Differential Revision: https://phabricator.services.mozilla.com/D136247
-
Gijs Kruitbosch authored
Bug 1732129 - don't allow customize mode to permanently break the downloads button in a window, r=mhowell 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
-
Gabriele Svelto authored
Previously the process startup timestamp was computed lazily but this caused some issues with some of our static analysis infra (see bug 1678152). This moves computing the timestamp early during process startup and makes it happen unconditionally. Differential Revision: https://phabricator.services.mozilla.com/D136406
-
Gabriele Svelto authored
Differential Revision: https://phabricator.services.mozilla.com/D132736
-
Julien Cristau authored
Differential Revision: https://phabricator.services.mozilla.com/D136777
-
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 Differential Revision: https://phabricator.services.mozilla.com/D136730
-
Scott authored
Differential Revision: https://phabricator.services.mozilla.com/D136669
-
Cristian Tuns authored
Backed out changeset 8c176d488a6d (bug 1748807) for causing spidermonkey bustages on asserts.js CLOSED TREE
-
valenting authored
On windows getaddrinfo does not return TTL info for the DNS record. so we do a second DNS resolution that uses DNSQueryA to get the TTL. We should only call AddToBlocklist after the first DNS resolution completes. Doing so again for the DNSQueryA refresh is unnecessary and possibly extends the lifetime of the blocklist past the 60s that is default. This patch also reenables the blocklist when TRR strict mode is enabled. Differential Revision: https://phabricator.services.mozilla.com/D136715
-
valenting authored
* DNSPacket::Decode now returns an error code for NS responses with a non-zero RCODE. Previously, when we'd do the check for the parent domain, we'd treat any DoH response as a valid NS, making the entire check for parents useless. * Changes the documentation for this feature to mention the prefs used by this feature. * I don't think we need to worry about clearing the blocklist when the DNS cache is cleared. For testing we can simply disable the blocklist. In real life the blocklist is only 60 seconds and it's unlikely to cause problems for users. Depends on D136530 Differential Revision: https://phabricator.services.mozilla.com/D136531
-
valenting authored
Bug 1743022 - Rename network.trr.blacklist-duration to network.trr.temp_blocklist_durations_sec r=necko-reviewers,kershaw Also turns it into a static pref r=#necko Differential Revision: https://phabricator.services.mozilla.com/D136530
-
Kash Shampur authored
Bug 1750838 - Upgrade expedia page load test to mitm7 r=perftest-reviewers,AlexandruIonescu,kimberlythegeek Differential Revision: https://phabricator.services.mozilla.com/D136421
-
Sean Feng authored
Bug 1738621 - Enable browser.soft_reload.only_force_validate_top_level_document by default r=dragana,nika Differential Revision: https://phabricator.services.mozilla.com/D134949
-
Yury Delendik authored
Fixes StaticPrefList.yaml Differential Revision: https://phabricator.services.mozilla.com/D136771
-
Jari Jalkanen authored
Bug 1744165 - Clear sinks and block further use after storage observer shutdown. r=dom-storage-reviewers,janv Differential Revision: https://phabricator.services.mozilla.com/D135474
-