[webkit-reviews] review requested: [Bug 10725] Image data in from RTFD clipboard data thrown away : [Attachment 11592] patch 8

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Tue Nov 21 04:28:03 PST 2006


Graham Dennis <Graham.Dennis at gmail.com> has asked  for review:
Bug 10725: Image data in from RTFD clipboard data thrown away
http://bugs.webkit.org/show_bug.cgi?id=10725

Attachment 11592: patch 8
http://bugs.webkit.org/attachment.cgi?id=11592&action=edit

------- Additional Comments from Graham Dennis <Graham.Dennis at gmail.com>
Patch 8.
Addresses Maciej's comments (via IRC) that we should avoid adding another
defer-load mechanism if possible. Now, instead of deferring the NSURLConnection
callbacks, the actual loading is deferred.

A reference to WebDataProtocol is still needed to work out when to bypass the
cache policy (as the archive is the only way to get the data for
WebDataProtocol URLs).

Also, this code removes the need for wkSetNSURLConnectionDefersCallbacks and
WKSetNSURLConnectionDefersCallbacks which I think are both referred to in
libWebKitSystemInterface.a, however I haven't removed the definitions of these
functions just in case...



More information about the webkit-reviews mailing list