Closed
Bug 1922974
Opened 1 year ago
Closed 2 days ago
Do not define misleading image.jxl.enabled unless MOZ_JXL is defined
Categories
(Core :: Graphics: ImageLib, task)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: emk, Assigned: saschanaz)
References
(Regressed 1 open bug)
Details
Attachments
(1 file)
See bug 1806525 for example.
Comment 1•2 months ago
|
||
This is not only misleading, if you set image.jxl.enabled = true a browser (noticed issue on dev 145.0b9 (64-bit)) that does not support jxl it will sometimes (inline images but not direct access) still send the http accept header jxl,image and then fail to render the image with the server actually responds with jxl images.
| Assignee | ||
Comment 2•5 days ago
|
||
Updated•5 days ago
|
Assignee: nobody → krosylight
Status: NEW → ASSIGNED
Pushed by krosylight@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/de82861eb089
https://hg.mozilla.org/integration/autoland/rev/a6092ef63390
Add MOZ_JXL guard to pref and nsHTTPHandler r=tnikkel,necko-reviewers,jesup
Pushed by agoloman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/3b84a273a454
https://hg.mozilla.org/integration/autoland/rev/6e5ed515f0d8
Revert "Bug 1922974 - Add MOZ_JXL guard to pref and nsHTTPHandler r=tnikkel,necko-reviewers,jesup" for causing build bustages @nsImageModule.cpp.
Backed out for causing bustages @nsImageModule.cpp.
Flags: needinfo?(krosylight)
Pushed by ctuns@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/6e1bdafd20a5
https://hg.mozilla.org/mozilla-central/rev/98c6a22fd4c3
Add MOZ_JXL guard to pref and nsHTTPHandler r=tnikkel,necko-reviewers,jesup
Comment 7•2 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 days ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
| Assignee | ||
Updated•1 day ago
|
Flags: needinfo?(krosylight)
Regressions: 2017273
You need to log in
before you can comment on or make changes to this bug.
Description
•