Bug 15843
Summary: | [GTK] Request for an API that short-circuit's the image loader | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philip Van Hoof <pvanhoof> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Enhancement | CC: | acmay, iwkse, mrobinson, pvanhoof |
Priority: | P2 | Keywords: | Gtk |
Version: | 523.x (Safari 3) | ||
Hardware: | PC | ||
OS: | OS X 10.4 | ||
Bug Depends on: | 17147 | ||
Bug Blocks: |
Philip Van Hoof
This is a feature request for E-mail clients that want to use the HTML widget for viewing HTML messages with inline attached images.
When the HTML component requests the images of a IMG tag (in an E-mail), and I don't yet have it, then on a modern IMAP server I can request a CONVERT-ed version of it, that is adapted to the screen's size for example. So if the HTML component can offer me the ideal size for the image, on a modern IMAP server that is very useful info because I can request an image that has its size reduced. This saves bandwidth on a device that is using GPRS (GPRS's bandwidth is expensive stuff that you don't want to consume just for the fun of it. Unless you want to anger your user)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
I think the right way to do this in the WebKit2 world is to modify the HTML as it is displayed, so it's possible to do this without special API.