Bug 185046 - Advertise support for WebP when enabled
Summary: Advertise support for WebP when enabled
Status: RESOLVED DUPLICATE of bug 211735
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-26 14:04 PDT by Don Olmstead
Modified: 2020-10-21 08:27 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2018-04-26 14:04:01 PDT
The default content accept header should include image/webp when WebP is enabled.

This follows along with what Chrome does with webp as well as what Microsoft is doing with jxr.
Comment 1 Sanjay Kumar 2019-08-29 13:14:24 PDT
Does this mean WebP is coming (back) to Safari or already there ?
Comment 2 Don Olmstead 2019-08-29 20:53:30 PDT
(In reply to Sanjay Kumar from comment #1)
> Does this mean WebP is coming (back) to Safari or already there ?

GTK/WPE and WinCairo use it. I can’t speak for Apple
Comment 3 styfle 2020-10-13 15:25:50 PDT
This works correctly in Safari 14.

Catalina: 

  image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5

Big Sur:

  image/webp,image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5

I think this issue can be closed.
Comment 4 Don Olmstead 2020-10-21 08:27:18 PDT

*** This bug has been marked as a duplicate of bug 211735 ***