[nscl] Switch WebGLHook implementation from patchWindow.js to Worlds.js.

This commit is contained in:
hackademix 2024-11-13 00:44:39 +01:00
parent 0790ad885e
commit bf01385e40
No known key found for this signature in database
GPG Key ID: 231A83AFDA9C2434
2 changed files with 6 additions and 3 deletions

View File

@ -101,6 +101,7 @@
"/nscl/common/CapsCSP.js", "/nscl/common/CapsCSP.js",
"/nscl/common/RequestKey.js", "/nscl/common/RequestKey.js",
"/nscl/content/DocRewriter.js", "/nscl/content/DocRewriter.js",
"/nscl/content/Worlds.js",
"/nscl/content/patchWindow.js", "/nscl/content/patchWindow.js",
"/nscl/content/patchWorkers.js", "/nscl/content/patchWorkers.js",
"/nscl/content/DocumentCSP.js", "/nscl/content/DocumentCSP.js",
@ -111,7 +112,7 @@
"content/onScriptDisabled.js", "content/onScriptDisabled.js",
"content/staticNS.js", "content/staticNS.js",
"/nscl/content/media.js", "/nscl/content/media.js",
"/nscl/content/webglHook.js", "/nscl/content/WebGLHook.js",
"/nscl/content/promptHook.js", "/nscl/content/promptHook.js",
"content/embeddingDocument.js", "content/embeddingDocument.js",
"content/content.js" "content/content.js"
@ -126,7 +127,9 @@
"world": "MAIN", "world": "MAIN",
"js": [ "js": [
"/nscl/main/uuid.js", "/nscl/main/uuid.js",
"/nscl/main/Worlds.js" "/nscl/main/Worlds.js",
"/nscl/main/Worlds.main.js",
"/nscl/main/WebGLHook.main.js"
] ]
}, },
{ {

@ -1 +1 @@
Subproject commit 4e9966eeb7b50a68b05c079129a1dc6c666c1c8d Subproject commit 7a1f86572c1ed0f1f81c22d71c0706fc8373cb5a