[webkit-reviews] review denied: [Bug 84133] [GTK] Add API to register custom URI schemes to WebKit2 GTK+ API : [Attachment 137495] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 26 11:17:50 PDT 2012


Martin Robinson <mrobinson at webkit.org> has denied  review:
Bug 84133: [GTK] Add API to register custom URI schemes to WebKit2 GTK+ API
https://bugs.webkit.org/show_bug.cgi?id=84133

Attachment 137495: Patch
https://bugs.webkit.org/attachment.cgi?id=137495&action=review

------- Additional Comments from Martin Robinson <mrobinson at webkit.org>
Carlos and I chatted about this a bit and agreed that it makes more sense for
the API to accept a GInputStream, to open up the possibility for doing things
asynchronously. For now we'll make the API layer fetch the entire GInputStream
contents to make the IPC traffic simpler, but later we'll do things in chunks
and implement a custom GInputStream on the Web Process side.


More information about the webkit-reviews mailing list