Closed
Bug 1878264
Opened 2 years ago
Closed 2 years ago
Remove ext-urlbar.js once condprof profiles are regenerated
Categories
(Firefox :: Address Bar, task, P4)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
124 Branch
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: mak, Assigned: klubana)
References
Details
Attachments
(1 file)
ext-urlbar.js is unused but condprof tests may use an outdated profile directory that still references ext-urlbar.js in startupcache files, which triggers a test-only test failure in mozilla::net::CheckForBrokenChromeURL.
| Reporter | ||
Updated•2 years ago
|
Summary: Remover ext-urlbar.js once condprof profiles are regenerated → Remove ext-urlbar.js once condprof profiles are regenerated
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → klubana
Status: NEW → ASSIGNED
Comment 2•2 years ago
|
||
Note that this is a test-only issue, for several reasons:
- the condprof issue does not happen on release (or even Nightly) builds because the StartupCache is cleared on update: https://bugzilla.mozilla.org/show_bug.cgi?id=1769184#c3
- the code that triggers a test failure (CheckForBrokenChromeURL) only does so when running in a test environment. On regular builds/runs it merely logs a non-fatal console warning.
See Also: → 1769184
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/17329a53b9f9
Remove ext-urlbar.js once condprof profiles are regenerated. r=mak,extension-reviewers,robwu
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•