Closed
Bug 2024970
Opened 5 months ago
Closed 5 months ago
Enable navigation cache code on all branches with the disabled by the pref
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Once everything gets ready, the navigation cache code should be enabled on non-nightly branches, and also the pref should be enabled there.
Also testcases that branches on AppConstants.NIGHTLY_BUILD should be modified.
| Assignee | ||
Comment 1•5 months ago
|
||
tests that checks nightly flags:
- dom/base/test/browser_script_loader_js_cache_basic.js
- dom/base/test/browser_script_loader_js_cache_classic_vs_module.js
- dom/base/test/browser_script_loader_js_cache_compression.js
- dom/base/test/browser_script_loader_js_cache_dirty.js
- dom/base/test/browser_script_loader_js_cache_dirty_module.js
- dom/base/test/browser_script_loader_js_cache_dyn_import.js
- dom/base/test/browser_script_loader_js_cache_memory_pressure.js
- dom/base/test/browser_script_loader_js_cache_module.js
- dom/base/test/browser_script_loader_js_cache_nonce.js
- dom/base/test/browser_script_loader_js_cache_serviceworker.js
- dom/base/test/browser_script_loader_js_cache_sri_after_save.js
- dom/base/test/browser_script_loader_js_cache_sri_basic.js
- dom/base/test/browser_script_loader_js_cache_sri_different.js
- dom/base/test/browser_script_loader_js_cache_sri_invalid.js
- dom/base/test/browser_script_loader_js_cache_sri_mismatch.js
- toolkit/components/extensions/test/xpcshell/text_ext_webRequest_js_cache.js
tests that's disabled by toml file on non-nightly:
- dom/tests/browser/browser_scriptCache_clear.js
- dom/tests/browser/browser_scriptCache_container.js
- dom/tests/browser/browser_scriptCache_evict_with_non_cacheable.js
- dom/tests/browser/browser_scriptCache_load_events.js
- dom/tests/browser/browser_scriptCache_partition.js
- dom/tests/browser/browser_scriptCache_perf_timeline.js
- dom/tests/browser/browser_scriptCache_redirect.js
| Assignee | ||
Comment 2•5 months ago
|
||
We should split this into two bugs.
- One with enabling the code on non-nightly, and
- the other with enabling the pref on non-nightly.
This bug is for the former,
and the tests should be updated as part of this bug, given that it will give the pref effect there.
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Summary: Enable navigation cache on all branches once it gets ready → Enable navigation cache code on all branches with the disabled by the pref
| Assignee | ||
Comment 3•5 months ago
|
||
Pushed by arai_a@mac.com:
https://github.com/mozilla-firefox/firefox/commit/d2dd54d5625a
https://hg.mozilla.org/integration/autoland/rev/b81901e02df5
Enable stencil navigation code on all branches, behind the pref. r=nbp,extension-reviewers,devtools-reviewers,whimboo,robwu,nchevobbe
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
| Assignee | ||
Comment 8•5 months ago
|
||
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•5 months ago
|
| Assignee | ||
Comment 9•5 months ago
|
||
| Assignee | ||
Updated•5 months ago
|
Status: REOPENED → ASSIGNED
Comment 10•5 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 months ago → 5 months ago
Resolution: --- → FIXED
Comment 11•5 months ago
|
||
| bugherder | ||
Updated•4 months ago
|
QA Whiteboard: [qa-triage-done-c152/b151]
You need to log in
before you can comment on or make changes to this bug.
Description
•