Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaScript ShadowRealm proposal integration #9893

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
afc1353
Editorial: make 'module type allowed' take a realm
Ms2ger Sep 19, 2024
002d9fa
Editorial: replace the settings object field in scripts by a realm field
Ms2ger Sep 19, 2024
3d1c1f2
Editorial: redefine scripting enabled/disabled in terms of realms
Ms2ger Nov 16, 2023
b49562c
Editorial: create CSS/JSON modules with realm
Ms2ger Nov 16, 2023
f1dbdc6
Editorial: create JS modules with realm
Ms2ger Nov 16, 2023
50f5d5c
Editorial: create WebAssembly modules with realm
Ms2ger Sep 20, 2024
e14e94d
Editorial: use a realm in resolve a module specifier
Ms2ger Nov 18, 2024
d5286dc
Editorial: pass a realm to 'creating a classic script'
Ms2ger Feb 7, 2024
9e9543b
Editorial: use realms in check if we can run script
Ms2ger Sep 25, 2024
1beeb82
Editorial: don't go through the settings object to report an exceptio…
Ms2ger Sep 26, 2024
84c282f
Editorial: use realms in prepare to run script/clean up after running…
Ms2ger Sep 25, 2024
698addf
Editorial: use realms around 'incumbent'
Ms2ger Sep 25, 2024
eba56c6
Editorial: use realm in HostPromiseRejectionTracker
Ms2ger Sep 26, 2024
dbd4eef
JavaScript ShadowRealm proposal integration
Ms2ger Sep 25, 2024
e976653
Fetch modules directly for ShadowRealms
Ms2ger Nov 16, 2023
8131d27
Start defining ShadowRealmGlobalObject
Ms2ger Dec 13, 2023
4fc8be2
Add link
Ms2ger Dec 15, 2023
5990402
Review
Ms2ger Jan 18, 2024
6e859ee
Better layering for the mutable global prototype chain
Ms2ger Dec 20, 2023
06b190b
Rephrase
Ms2ger Jan 11, 2024
f788ca6
Add context argument to HostInitializeShadowRealm
Ms2ger Jan 31, 2024
097b31b
Rename ShadowRealmGlobalObject
Ms2ger Jan 18, 2024
8f37b91
Add atob, btoa, structuredClone to shadow realms
Ms2ger Jan 18, 2024
d8e1594
Add queueMicrotask
Ms2ger Feb 7, 2024
20bae79
Indentation
Ms2ger Feb 7, 2024
b1021fe
Rename WindowOrWorkerOrShadowRealmGlobalScope to UniversalGlobalScope
Ms2ger Sep 24, 2024
01e83bb
review
Ms2ger Oct 8, 2024
0dc0ee4
Review
Ms2ger Oct 22, 2024
9e48745
review
Ms2ger Oct 22, 2024
ea3c573
Restructure HostInitializeShadowRealm
Ms2ger Nov 4, 2024
7660208
Indentation
Ms2ger Nov 18, 2024
f5194b0
Fix
Ms2ger Nov 19, 2024
873cd6d
Remove unnecessary concept
Ms2ger Nov 19, 2024
f896319
queueing
Ms2ger Nov 20, 2024
eff546f
Better guidance and sectioning
Ms2ger Nov 21, 2024
dc9fddc
Improve the global object creation
Ms2ger Nov 21, 2024
f0e4ee6
Rephrase
nicolo-ribaudo Nov 21, 2024
c8d1b45
address comment
Ms2ger Nov 21, 2024
a12d85e
Note
Ms2ger Nov 21, 2024
2039fa1
link ShadowRealmGlobalScope
Ms2ger Nov 26, 2024
0f65b04
event handlers
Ms2ger Nov 26, 2024
9aece76
Add reportError
Ms2ger Nov 26, 2024
8cf3150
isSecureContext
Ms2ger Nov 26, 2024
acb7665
Fix base url in module specifier resolution
Ms2ger Nov 27, 2024
7449ee0
Fix HostInitializeShadowRealm
Ms2ger Nov 27, 2024
a2fe477
relevant principal *
Ms2ger Nov 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading