[webkit-reviews] review granted: [Bug 42384] Send JavaScript stream data to plug-ins : [Attachment 61675] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 15 09:51:44 PDT 2010


Darin Adler <darin at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 42384: Send JavaScript stream data to plug-ins
https://bugs.webkit.org/show_bug.cgi?id=42384

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

------- Additional Comments from Darin Adler <darin at apple.com>
> +void NetscapePluginStream::deliverData(const char* bytes, int length)

int? int32_t? unsigned? uint32_t? size_t? Our seemingly random length types
drive me crazy!

Does this already have layout test coverage?

r=me


More information about the webkit-reviews mailing list