Bug 450449 - " Implement 'importScripts' for worker threads". r=jst+mrbkap, sr=jst.
commit2881ed0c1cedbba9b3501b922c4513f353f499f4
authorBen Turner <bent.mozilla@gmail.com>
Mon, 8 Sep 2008 07:08:24 +0000 (8 00:08 -0700)
committerBen Turner <bent.mozilla@gmail.com>
Mon, 8 Sep 2008 07:08:24 +0000 (8 00:08 -0700)
tree8f50077c3d29bbb2d9ebd3eda9c11696c6653639
parent6c36fd9a1389bf34c1e0593bf86cf1c06cb091f8
Bug 450449 - " Implement 'importScripts' for worker threads". r=jst+mrbkap, sr=jst.
19 files changed:
dom/public/idl/threads/nsIDOMThreads.idl
dom/src/threads/Makefile.in
dom/src/threads/nsAutoJSObjectHolder.h [new file with mode: 0644]
dom/src/threads/nsDOMThreadService.cpp
dom/src/threads/nsDOMWorkerPool.cpp
dom/src/threads/nsDOMWorkerPool.h
dom/src/threads/nsDOMWorkerScriptLoader.cpp [new file with mode: 0644]
dom/src/threads/nsDOMWorkerScriptLoader.h [new file with mode: 0644]
dom/src/threads/nsDOMWorkerSecurityManager.cpp
dom/src/threads/nsDOMWorkerSecurityManager.h
dom/src/threads/nsDOMWorkerThread.cpp
dom/src/threads/nsDOMWorkerThread.h
dom/src/threads/test/Makefile.in
dom/src/threads/test/importScripts_worker.js [new file with mode: 0644]
dom/src/threads/test/importScripts_worker_imported1.js [new file with mode: 0644]
dom/src/threads/test/importScripts_worker_imported2.js [new file with mode: 0644]
dom/src/threads/test/importScripts_worker_imported3.js [new file with mode: 0644]
dom/src/threads/test/importScripts_worker_imported4.js [new file with mode: 0644]
dom/src/threads/test/test_importScripts.html [new file with mode: 0644]