WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
80356
[WebSocket] Introduce ThreadableWebSocketChannel::SendResult
https://bugs.webkit.org/show_bug.cgi?id=80356
Summary
[WebSocket] Introduce ThreadableWebSocketChannel::SendResult
Kenichi Ishibashi
Reported
2012-03-05 17:02:55 PST
https://bugs.webkit.org/show_bug.cgi?id=80103#c16
Introduce ThreadableWebsocketChannel::SendResult so that WebSocketChannel can return the result of message validation.
Attachments
Patch
(21.34 KB, patch)
2012-03-05 17:16 PST
,
Kenichi Ishibashi
no flags
Details
Formatted Diff
Diff
Patch
(23.13 KB, patch)
2012-03-06 17:21 PST
,
Kenichi Ishibashi
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Kenichi Ishibashi
Comment 1
2012-03-05 17:16:54 PST
Created
attachment 130243
[details]
Patch
Kent Tamura
Comment 2
2012-03-05 17:20:35 PST
Comment on
attachment 130243
[details]
Patch ok
Kenichi Ishibashi
Comment 3
2012-03-05 17:24:38 PST
Comment on
attachment 130243
[details]
Patch Thank you!
WebKit Review Bot
Comment 4
2012-03-05 18:11:33 PST
Comment on
attachment 130243
[details]
Patch Clearing flags on attachment: 130243 Committed
r109832
: <
http://trac.webkit.org/changeset/109832
>
WebKit Review Bot
Comment 5
2012-03-05 18:11:37 PST
All reviewed patches have been landed. Closing bug.
Stephen White
Comment 6
2012-03-06 12:00:37 PST
Sorry, I had to revert this due to WebSocket test failures on Mac and Linux:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=ui_tests&tests=PPAPITest.WebSocket_UtilityTextSendReceive%2CPPAPINaClTest.WebSocket_BinarySendReceive%2CPPAPINaClTest.WebSocket_UtilityBinarySendReceive%2CPPAPITest.WebSocket_BinarySendReceive%2CPPAPITest.WebSocket_TextSendReceive%2CPPAPINaClTest.WebSocket_UtilityBufferedAmount%2CPPAPINaClTest.WebSocket_CcInterfaces%2CPPAPINaClTest.WebSocket_TextSendReceive%2CPPAPITest.WebSocket_BufferedAmount%2CPPAPITest.WebSocket_CcInterfaces%2CPPAPINaClTest.WebSocket_BufferedAmount%2CPPAPITest.WebSocket_UtilityBufferedAmount%2CPPAPINaClTest.WebSocket_UtilityTextSendReceive%2CPPAPITest.WebSocket_UtilityBinarySendReceive
Rolled out in
r109942
. (The rollout script failed to re-open the bug, so I'm doing it here).
Kenichi Ishibashi
Comment 7
2012-03-06 17:21:27 PST
Created
attachment 130484
[details]
Patch
Kenichi Ishibashi
Comment 8
2012-03-06 17:24:52 PST
(In reply to
comment #6
)
> Rolled out in
r109942
. (The rollout script failed to re-open the bug, so I'm doing it here).
Sorry for breaking tests. I didn't notice that WebKit/chromium/src/WebSocketImpl.cpp uses WebSocketChannel directly. Revised the patch to check the return value of WebSocketChannel::send() in WebSocketImpl.
WebKit Review Bot
Comment 9
2012-03-06 21:14:14 PST
Comment on
attachment 130484
[details]
Patch Clearing flags on attachment: 130484 Committed
r110012
: <
http://trac.webkit.org/changeset/110012
>
WebKit Review Bot
Comment 10
2012-03-06 21:14:18 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug