Bug 15843 - [GTK] Request for an API that short-circuit's the image loader
Summary: [GTK] Request for an API that short-circuit's the image loader
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC OS X 10.4
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: Gtk
Depends on: 17147
Blocks:
  Show dependency treegraph
 
Reported: 2007-11-05 06:41 PST by Philip Van Hoof
Modified: 2015-05-07 16:19 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Van Hoof 2007-11-05 06:41:22 PST
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)
Comment 1 Martin Robinson 2015-05-07 16:19:46 PDT
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.