- Jul 29, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D217939
-
- Jul 27, 2024
-
-
Rob Wu authored
Differential Revision: https://phabricator.services.mozilla.com/D217903
-
- Jul 26, 2024
-
-
Rob Wu authored
Differential Revision: https://phabricator.services.mozilla.com/D217822
-
- Jul 25, 2024
-
-
Rob Wu authored
Differential Revision: https://phabricator.services.mozilla.com/D217450
-
Rob Wu authored
Differential Revision: https://phabricator.services.mozilla.com/D217449
-
- Jul 27, 2024
-
-
Thomas Wisniewski authored
Differential Revision: https://phabricator.services.mozilla.com/D217760
-
- Jul 16, 2024
-
-
Masayuki Nakano authored
Bug 1906727 - Make `HTMLEditor::SplitAncestorStyledInlineElementsAt` check attr value type first r=peterv, a=dmeehan This patch is for ESR 115. Differential Revision: https://phabricator.services.mozilla.com/D216129
-
- Jul 24, 2024
-
-
Jon Coppeard authored
There are two issues here. The first is that there unexpected marking work at the start of sweeping after entering from the mark phase without yielding. We previously called assertNoMarkingWork() after markUntilBudgetExhausted() in the marking phase so something since then must have added it. As far as I can tell this must be the conditional call to collectNurseryFromMajorGC(), where a post barrier for a pointer cleared during finalization (e.g. for Maps in mapObject::sweepAfterMinorGC) ends up marking something. I'm not sure such barriers are necessary, but for now the safest thing to do is to move this nursery collection to the start of the slice so that it happens before we drain the mark stack. The second issue is that we check the budget and conditionally yield if we enter from the marking state. The comment above this code states that this is not safe since we have not yet started sweeping a sweep group. This check was added in bug 1865383 but was not the main part of the fix. I think we should remove this. I wasn't able to come up with a test case to reproduce this. Differential Revision: https://phabricator.services.mozilla.com/D217551
-
- Jul 25, 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/D217706
-
- Jul 24, 2024
-
-
John Schanck authored
Differential Revision: https://phabricator.services.mozilla.com/D217594
-
Mike Hommey authored
A change in the latest version of binutils broke building pixman for arm. The binutils change: https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=226749d5a6ff0d5c607d6428d6c81e1e7e7a994b This change was committed upstream in https://gitlab.freedesktop.org/pixman/pixman/-/commit/865e6ce00bb79a6b925ed4c2c436e1533e4472aa and will be in the next release. Original Revision: https://phabricator.services.mozilla.com/D217517 Differential Revision: https://phabricator.services.mozilla.com/D217541
-
- Jul 19, 2024
-
-
Paul Zuehlcke authored
Differential Revision: https://phabricator.services.mozilla.com/D217083
-
- Jul 23, 2024
-
-
donal meehan authored
-
Beth Rennie authored
Original Revision: https://phabricator.services.mozilla.com/D216601 Differential Revision: https://phabricator.services.mozilla.com/D217305
-
- Jul 22, 2024
-
-
Jan de Mooij authored
Differential Revision: https://phabricator.services.mozilla.com/D217260
-
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/D217238
-
- Jul 19, 2024
-
-
Eemeli Aro authored
Original Revision: https://phabricator.services.mozilla.com/D216335 Differential Revision: https://phabricator.services.mozilla.com/D216713
-
- Oct 07, 2023
-
-
Mike Hommey authored
Bug 1855814 - Adjust artifact expiry for tasks with expires-after. r=taskgraph-reviewers,jcristau, a=release Differential Revision: https://phabricator.services.mozilla.com/D190130
-
Mike Hommey authored
Bug 1857332 - Also apply the try expiry cap to expiration-policies. r=taskgraph-reviewers,jcristau, a=release Differential Revision: https://phabricator.services.mozilla.com/D190235
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D190234
-
Mike Hommey authored
Bug 1857332 - Remove redundant artifact expiry calculation. r=taskgraph-reviewers,jcristau, a=release It's already handled in set_task_and_artifact_expiry. Differential Revision: https://phabricator.services.mozilla.com/D190233
-
- Jul 18, 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/D216927
-
- Jul 15, 2024
-
-
donal meehan authored
-
Andrew Halberstadt authored
This sets up a route on Pernosco tasks such that they will emit pulse messages over the notify service's exchange with a dedicated routing key. This will allow the Pernosco pulse consumer to receive only tasks that should be recorded. Original Revision: https://phabricator.services.mozilla.com/D215967 Differential Revision: https://phabricator.services.mozilla.com/D216447
-
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/D216536
-
- Jul 11, 2024
-
-
Nicolas Silva authored
Differential Revision: https://phabricator.services.mozilla.com/D215368
-
- Jul 09, 2024
-
-
Mozilla Releng Treescript authored
No bug - Tagging 2ac22c53b238cae73c2e72915e2a423dcfa7f099 with FIREFOX_115_13_0esr_RELEASE a=release CLOSED TREE DONTBUILD
-
- Jul 08, 2024
-
-
Mozilla Releng Treescript authored
-
- Jul 04, 2024
-
-
Mozilla Releng Treescript authored
No bug - Tagging 2ac22c53b238cae73c2e72915e2a423dcfa7f099 with FIREFOX_115_13_0esr_BUILD3 a=release CLOSED TREE DONTBUILD
-
- Jul 03, 2024
-
-
Kagami Sascha Rosylight authored
Differential Revision: https://phabricator.services.mozilla.com/D215616
-
- Jul 02, 2024
-
-
Emilio Cobos Álvarez authored
Use 10s which feels it should be enough for geoclue to provide a reasonable location, without feeling too slow for users. Still if geoclue eventually gives us a proper location we'd update it properly and stop the network fallback so this seems reasonable. I made some naming tweaks for consistency but otherwise it should be reasonably straight-forward. Differential Revision: https://phabricator.services.mozilla.com/D215491
-
Mozilla Releng Treescript authored
No bug - Tagging b7e26a68acf99da1a8a4a33f4768f18817377f9e with FIREFOX_115_13_0esr_BUILD2 a=release CLOSED TREE DONTBUILD
-
Kelsey Gilbert authored
Differential Revision: https://phabricator.services.mozilla.com/D215452
-
Kelsey Gilbert authored
Bug 1888340 - [angle] Cherry-pick to "Add GLSL variable byte size limits to ShBuiltInResources." r=lsalzman a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D215451
-
- Jun 24, 2024
-
-
longsonr authored
-
- Jul 01, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D215355
-
- Jun 28, 2024
-
-
Andreas Farre authored
Bug 1890748 - Move responsibility of FeaturePolicy initialization to nsILoadInfo. r=freddyb,necko-reviewers,jesup,dom-core,sefeng, a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D215192
-
John Schanck authored
Differential Revision: https://phabricator.services.mozilla.com/D215174
-
- Jul 18, 2023
-
-
James Graham authored
Bug 1789787 - Ensure ujson uses escape_forward_slashes=False to match Python stdlib, r=glandium a=test-only Differential Revision: https://phabricator.services.mozilla.com/D183616
-
James Graham authored
Differential Revision: https://phabricator.services.mozilla.com/D183615
-