Bug 76608

Summary: [Chromium] [WebSocket] Remove binary communication using WebData in WebKit API
Product: WebKit Reporter: Takashi Toyoshima <toyoshim>
Component: New BugsAssignee: Takashi Toyoshima <toyoshim>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, fishd, webkit.review.bot, yutak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Takashi Toyoshima 2012-01-18 23:41:32 PST
WebData is used experimentally for binary communication between WebKit and Chromium.
Now, WebArrayBuffer is the better way to implement it, and Chromium use it now.

I'd like to remove this obsoleted WebData support from WebKit API because it's not used now.
Comment 1 Takashi Toyoshima 2012-01-18 23:50:10 PST
Created attachment 123083 [details]
Patch
Comment 2 WebKit Review Bot 2012-01-18 23:54:49 PST
Please wait for approval from fishd@chromium.org before submitting because this patch contains changes to the Chromium public API.
Comment 3 WebKit Review Bot 2012-01-19 00:16:56 PST
Comment on attachment 123083 [details]
Patch

Attachment 123083 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/11247035
Comment 4 Takashi Toyoshima 2012-01-19 00:30:21 PST
Ah, Cr > r118258 is required to pass.
I'll try it again later.
Comment 5 Takashi Toyoshima 2012-01-23 05:04:43 PST
Created attachment 123542 [details]
Patch for landing
Comment 6 WebKit Review Bot 2012-01-23 18:19:14 PST
Comment on attachment 123542 [details]
Patch for landing

Clearing flags on attachment: 123542

Committed r105675: <http://trac.webkit.org/changeset/105675>
Comment 7 WebKit Review Bot 2012-01-23 18:19:19 PST
All reviewed patches have been landed.  Closing bug.