- Jan 15, 2024
-
-
Bug 1738426 - Ignoring status 206 and vary header checking for opaque response in Cache API. r=asuth Differential Revision: https://phabricator.services.mozilla.com/D186431
-
Pier Angelo Vendrame authored
Differential Revision: https://phabricator.services.mozilla.com/D188716
-
Bug 1853731 - Use html:img for message-bar-icon. r=Gijs,dao,settings-reviewers,desktop-theme-reviewers,sfoster Differential Revision: https://phabricator.services.mozilla.com/D188521
-
Pier Angelo Vendrame authored
Bug 1849129: Prevent exceptions caused by extensions from interrupting the SearchService initialization. r=search-reviewers,Standard8 Differential Revision: https://phabricator.services.mozilla.com/D186456
-
Pier Angelo Vendrame authored
Bug 1832523 - Allow using NSS to sign and verify MAR signatures. r=application-update-reviewers,glandium,bytesized Allow using NSS for checking MAR signatures also in platforms where OS-native APIs are used by default, i.e., macOS and Windows. Differential Revision: https://phabricator.services.mozilla.com/D177743
-
Differential Revision: https://phabricator.services.mozilla.com/D179737
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D198526
-
- Jan 12, 2024
-
-
Emilio Cobos Álvarez authored
This matches the behavior of XUL trees, and also what we did for the languages listboxes and bug 1860214. This is enough to fix the bug, but more in-depth fix incoming too. Differential Revision: https://phabricator.services.mozilla.com/D198395
-
- Jan 15, 2024
-
-
donal meehan authored
Differential Revision: https://phabricator.services.mozilla.com/D198163
-
- Jan 05, 2024
-
-
Tom Schuster authored
Differential Revision: https://phabricator.services.mozilla.com/D197783
-
- Jan 15, 2024
-
-
donal meehan authored
-
- Dec 13, 2023
-
-
Rob Wu authored
Bug 1865689 - Clarify access checks in devtools.inspectedWindow.eval r=rpl,devtools-reviewers,ochameau, a=dmeehan and report a static error instead of including the URL in the message. Differential Revision: https://phabricator.services.mozilla.com/D196133
-
- Jan 11, 2024
-
-
Mike Hommey authored
This works around the lack of Cargo.lock. Differential Revision: https://phabricator.services.mozilla.com/D198324
-
- Jan 10, 2024
-
-
Andrew Osmond authored
Differential Revision: https://phabricator.services.mozilla.com/D198046
-
- Jan 11, 2024
-
-
Ryan VanderMeulen authored
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D198258
-
- Jan 10, 2024
-
-
Kelsey Gilbert authored
Differential Revision: https://phabricator.services.mozilla.com/D198114
-
- Dec 20, 2023
-
-
James Teh authored
Bug 1834718: Don't process a duplicate DocAccessible::ContentRemoved call for a DOM node we've already processed. r=morgan, a=dmeehan ContentRemoved recursively walks both AllChildrenIterator and direct DOM children. In addition, we might get duplicate notifications from DOM and layout, plus PruneOrInsertSubtree might do a recursive walk and it too calls ContentRemoved. To avoid this duplicate processing, keep a set of removed DOM nodes on the DocAccessible which we clear after mutation events are processed. Differential Revision: https://phabricator.services.mozilla.com/D196707
-
- Dec 31, 2023
-
-
Andrew Osmond authored
Bug 1872536 - Use MakeUniqueFallible for large buffers in image decoders/encoders. r=gfx-reviewers,lsalzman, a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D197461
-
- Jan 10, 2024
-
-
Mark Banner authored
Bug 1873464 - For search related configurations, only validate additional properties on nightly builds. a=dmeehan Original Revision: https://phabricator.services.mozilla.com/D197920 Differential Revision: https://phabricator.services.mozilla.com/D198101
-
- Jan 09, 2024
-
-
Jens Stutte authored
Original Revision: https://phabricator.services.mozilla.com/D197151 Differential Revision: https://phabricator.services.mozilla.com/D197990
-
- Jan 08, 2024
-
-
ffxbld authored
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D197900
-
- Dec 12, 2023
-
-
Sean Feng authored
Differential Revision: https://phabricator.services.mozilla.com/D196106
-
- Jan 04, 2024
-
-
Andrew Osmond authored
Bug 1872956 - Avoid copying document URI in nsLayoutUtils::PaintFrame unless logging. r=layout-reviewers,tnikkel, a=dmeehan Most of the time, we don't need to call Document::GetDocumentURI in nsLayoutUtils::PaintFrame, as it is only used when we are logging or dumping to the console. We should avoid calling it because this might be quite large in the case of data URIs and result in OOM crashes. This is most commonly observed with rasterizing SVG images. Differential Revision: https://phabricator.services.mozilla.com/D197637
-
- Dec 11, 2023
-
-
Magnus Melin authored
Differential Revision: https://phabricator.services.mozilla.com/D196021
-
- Sep 13, 2023
-
-
Andrew Osmond authored
Bug 1852420 - Ensure surface and crop rect used in ImageBitmap are valid. r=gfx-reviewers,lsalzman, a=dmeehan When ImageBitmap::PrepareForDrawTarget is called, we must ensure that the surface returned is acceptable to the given DrawTarget. If it is not, then we need to recreate the surface from mData. We must also ensure similar when we are creating a new ImageBitmap from another ImageBitmap, as we don't know in what context it may be used. Similarly, we need to ensure we produce DataSourceSurface compatible surfaces when we need to both crop and premultiply. Additionally, we now no longer clear mPictureRect or mAlphaType when we set mSurface with the cached, cropped data. Since we may need to clear the cached surface, we need to know the original crop rect and alpha. Differential Revision: https://phabricator.services.mozilla.com/D188056
-
- Jan 05, 2024
-
-
Daniel Holbert authored
Original Revision: https://phabricator.services.mozilla.com/D195607 Differential Revision: https://phabricator.services.mozilla.com/D197611
-
- Jan 04, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D197672
-
Paul Zuehlcke authored
Differential Revision: https://phabricator.services.mozilla.com/D197667
-
- Jan 03, 2024
-
-
Dana Keeler authored
Bug 1870262 - a subdomain of any HSTS superdomain that asserts includeSubdomains is HSTS (ESR115) r=jschanck, a=dmeehan Previously, the HSTS implementation would only consider the first superdomain that had any HSTS information and use the presence or absence of the includeSubdomains directive to determine if the subdomain was HSTS. However, the specification actually stipulates that if any superdomain that is HSTS asserts includeSubdomains, the subdomain is HSTS. Differential Revision: https://phabricator.services.mozilla.com/D197550
-
- Dec 12, 2023
-
-
Shane Hughes authored
Bug 1867912 - Update Device Migration Spotlight string. r=fluent-reviewers,kpatenio, a=dmeehan, l10n=flod Differential Revision: https://phabricator.services.mozilla.com/D196099
-
- Nov 29, 2023
-
-
Mike Conley authored
Bug 1867346 - Tweak strings for ASRouter spotlight message to encourage users without FxA accounts to create one. r=fluent-reviewers,flod, a=dmeehan, l10n=flod Differential Revision: https://phabricator.services.mozilla.com/D195013
-
- Dec 12, 2023
-
-
Mike Hommey authored
prewarming the AVDs was done for CI, where AVDs are used only once in each task using them, and the cost of first use is high. Prewarming reduces that overhead. However, the ARM AVD is not used on CI (anymore?), so we don't need them prewarmed. This unblocks the situation wrt the failure to run the emulator on CI, while not addressing the underlying issues, so that CoT keys can be rotated without waiting for the full situation to be resolved. Differential Revision: https://phabricator.services.mozilla.com/D195820
-
- Jan 03, 2024
-
-
donal meehan authored
-
Mike Conley authored
Bug 1866295 - Land new strings for ASRouter spotlight message to encourage users without FxA accounts to create one. a=dmeehan Original Revision: https://phabricator.services.mozilla.com/D194553 Differential Revision: https://phabricator.services.mozilla.com/D197601
-
Mike Kaply authored
Original Revision: https://phabricator.services.mozilla.com/D195731 Differential Revision: https://phabricator.services.mozilla.com/D197512
-
- Jan 02, 2024
-
-
Francesco Lodolo (:flod) authored
Differential Revision: https://phabricator.services.mozilla.com/D197482
-
- Jan 01, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D197473
-
- Dec 11, 2023
-
-
Mike Hommey authored
Bug 1869128 - Fix llvm-symbolizer condition in build-sm.sh. r=firefox-build-system-reviewers,sergesanspaille a=npotb Differential Revision: https://phabricator.services.mozilla.com/D195960
-
- Dec 29, 2023
-
-
Mike Hommey authored
Bug 1868998 - Mark custom-car jobs as running nowhere and not being cached. r=taskgraph-reviewers,kshampur,jcristau a=release They are triggered via cron, so an empty run-on-projects should be the appropriate config. As they are not idempotent (they will pick the last from upstream on each run), they also shouldn't be cached.
-