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

Unified Diff: net/data/websocket/README

Issue 390773002: [WebSocket] Send a close frame when the renderer process is gone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 9dab697eba2e7b2de89bd7b1418416ad71677fd5..c66047c53ac73fd4862898f05baab28057dda3a3 100644
--- a/net/data/websocket/README
+++ b/net/data/websocket/README
@@ -19,6 +19,16 @@ Multiple tests may share one resource, or URI handler.
content::TitleWatcher.
Used by WorkerTest.WebSocketSharedWorker.
+- counted-connection.html : A page that creates a WebSocket connection
+ to count-connection_wsh.
+ This file does NOT close the established connection.
+ Used by SendCloseFrameWhenTabIsClosed.
+
+- count-connection.html : A page that creates a WebSocket connection
+ to count-connection_wsh and checks the number of open and closed
+ websocket connections to the handler.
+ Used by SendCloseFrameWhenTabIsClosed.
+
- websocket_worker_simple.js : A JavaScript runs on Workers created from the
websocket_shared_worker.html.
Used by WorkerTest.WebSocketSharedWorker.
@@ -44,6 +54,11 @@ Multiple tests may share one resource, or URI handler.
Used by WebSocketBrowserTest.WebSocketSplitSegments and
WebSocketBrowserTest.SecureWebSocketSplitRecords.
+- count-connection_wsh.py : counts the number of open and closed websocket
+ connections to this handler.
+ It sends the numbers after each connection establishment.
+ Used by SendCloseFrameWhenTabIsClosed.
+
- 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