[Webkit-unassigned] [Bug 17147] [GTK] API: Stream-based loader API
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 12 16:03:24 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=17147
Patrick Mueller <pmuellr at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pmuellr at yahoo.com
--- Comment #4 from Patrick Mueller <pmuellr at yahoo.com> 2009-09-12 16:03:23 PDT ---
I ran into Peter Bloomfield at a conference, and had another idea about how to
solve a particular problem related to this bug. Peter described the problem of
dealing with html email with embedded images. My suggestion was to make use of
the data: url to avoid having to do anything more complicated. Reference here:
http://en.wikipedia.org/wiki/Data_URI_scheme
So the basic idea would be to extract the embedded images out of the email
payload, and replace the <img src="xxx"> with <img src="data:yyy"> in the
actual html email section. This could be done in either the primary code
dealing with the message (C?), or could probably be done in JavaScript with
something like an onload handler.
May be off-base, but it sounded like it might be an easy way to work around
this particular problem, but not a general purpose solution (I don't think).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list