Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: net/data/websocket/README

Issue 11366155: SSLClientSocket::IsConnected should care for internal buffers (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Split _win fix to another CL Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/data/websocket/README
diff --git a/net/data/websocket/README b/net/data/websocket/README
index 034a30d5a837876b4d45ba0b9287d7f4844305fe..895c73656a706158388c1f7662981284d65605e5 100644
--- a/net/data/websocket/README
+++ b/net/data/websocket/README
@@ -7,6 +7,10 @@ Multiple tests may share one resource, or URI handler.
SSLUITest.TestWSSInvalidCertAndGoForward, SSLUITest.TestWSSClientCert,
and SSLUITestIgnoreCertErrors.TestWSS.
+- split_frame_check.html : A page for testing split frame handling. This page
+ changes the title to "PASS" to notify content::TitleWatcher.
+ Used by WebSocketBrowserTest.SplitFrame.
+
- websocket_shared_worker.html : A page provides simple WebSocket test in
shared worker. This page changes page title to "PASS" to notify
content::TitleWatcher.
@@ -31,6 +35,10 @@ Multiple tests may share one resource, or URI handler.
connection with arbitrary code and reason.
Used by kinds of PPAPI tests for WebSocket.
+- close-with-split-packet_wsh.py : A WebSocket URL handler for testing split
+ packet handling.
wtc 2013/01/14 20:50:08 Nit: did you mean "split packet" or "split frame"
Takashi Toyoshima 2013/01/15 13:46:03 Oops. The name is not consistent. New test is used
+ Used by WebSocketBrowserTest.SplitFrame.
+
- protocol-test_wsh.py : A WebSocket URL handler for testing outgoing opening
handshake protocol.
Used by kinds of PPAPI tests for WebSocket.

Powered by Google App Engine
This is Rietveld 408576698