[Webkit-unassigned] [Bug 17147] [GTK] API: Stream-based loader API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 28 14:12:48 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=17147





--- Comment #5 from Peter Bloomfield <pbloomfield at bellsouth.net>  2009-12-28 14:12:46 PST ---
(In reply to comment #4)
> I ran into Peter Bloomfield at a conference, and had another idea about how to
> solve a particular problem related to this bug.

Hi Patrick:

I enjoyed the opportunity to chat with you about this.  I finally got around to
trying some rewriting of the HTML source text.  To avoid interpolating
potentially large amounts of data, I first tried saving the matching message
part as a temporary file, then replacing the "cid:" protocol with
"file:///tmp/".  But that ran afoul of WebKit's resolute refusal to use "file:"
links.

So then I tried your suggestion of a "data:" URI, and it works!  Well, in a
small number of tests.  But at least it requires *zero* patches to WebKit,
which means we don't have to wait indefinitely to see a fix.

-- 
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