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

Unified Diff: chrome/test/data/workers/shared_worker_auth.html

Issue 509016: Refactored code to allow associating workers with multiple renderers. (Closed)
Patch Set: Disabled overly-aggressive assertion in ResourceDispatcherHost. Created 10 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
« no previous file with comments | « chrome/renderer/webworker_proxy.cc ('k') | chrome/test/data/workers/worker_auth.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/workers/shared_worker_auth.html
diff --git a/chrome/test/data/workers/shared_worker_auth.html b/chrome/test/data/workers/shared_worker_auth.html
new file mode 100644
index 0000000000000000000000000000000000000000..fbe4ad2dc44c53909e6a0ce826e4ee60e9c8374a
--- /dev/null
+++ b/chrome/test/data/workers/shared_worker_auth.html
@@ -0,0 +1,18 @@
+<html>
+
+<head>
+<title>SharedWorker HTTP Auth Test</title>
+
+<script src="worker_utils.js"></script>
+
+<script>
+
+var worker = new SharedWorker("worker_common.js");
+worker.port.postMessage("auth");
+</script>
+</head>
+
+<body>
+<div id=statusPanel></div>
+</body>
+</html>
« no previous file with comments | « chrome/renderer/webworker_proxy.cc ('k') | chrome/test/data/workers/worker_auth.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698