Add back/forward encoding and decoding to WebKit2
Created attachment 77936 [details] Patch
Comment on attachment 77936 [details] Patch 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.
Committed r75020: <http://trac.webkit.org/changeset/75020>