[webkit-reviews] review granted: [Bug 51901] Add back/forward encoding and decoding to WebKit2 : [Attachment 77936] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 4 15:20:38 PST 2011


Brady Eidson <beidson at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 51901: Add back/forward encoding and decoding to WebKit2
https://bugs.webkit.org/show_bug.cgi?id=51901

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

------- Additional Comments from Brady Eidson <beidson at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=77936&action=review

> WebKit2/WebProcess/WebPage/EncoderAdapter.cpp:41
> +    return vector;

I like reserveCapacity before the append, if it makes it not allocate extra
buffer space.


More information about the webkit-reviews mailing list