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

Unified Diff: net/data/websocket/README

Issue 416333004: Revert of [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
« no previous file with comments | « content/browser/renderer_host/websocket_host.cc ('k') | net/data/websocket/connect_check.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/websocket/README
diff --git a/net/data/websocket/README b/net/data/websocket/README
index 9282a3816feb10949dc5407a740def0cc2063385..9dab697eba2e7b2de89bd7b1418416ad71677fd5 100644
--- a/net/data/websocket/README
+++ b/net/data/websocket/README
@@ -18,16 +18,6 @@
shared worker. This page changes page title to "PASS" to notify
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.
@@ -54,11 +44,6 @@
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.
« no previous file with comments | « content/browser/renderer_host/websocket_host.cc ('k') | net/data/websocket/connect_check.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698