Luke Wilde
|
7e701f6256
LibWeb: Keep unhandledrejection event promises alive when task is queued
|
2 년 전 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 년 전 |
Andreas Kling
|
849499988e
LibJS+LibWeb: Make JS::ExecutionContext protect its Web::HTML::ESO owner
|
2 년 전 |
MacDue
|
8a5d2be617
Everywhere: Remove unnecessary mutable attributes from lambdas
|
2 년 전 |
Idan Horowitz
|
efe94d9040
LibWeb: Support parsing a URL relative to environment settings object
|
2 년 전 |
Idan Horowitz
|
f69c135796
LibWeb: Implement the 'Entry Realm/{settings,global} object' concepts
|
2 년 전 |
Linus Groh
|
8db64a8704
LibWeb: Implement 'Is non-secure context' AO
|
2 년 전 |
Linus Groh
|
4baf0a4486
LibWeb: Implement 'Is secure context' AO
|
2 년 전 |
networkException
|
9afea1248f
LibWeb: Add disallow further import maps steps to ESO
|
2 년 전 |
Andreas Kling
|
83c5ff57d8
LibWeb: Make BrowsingContext GC-allocated
|
2 년 전 |
Andreas Kling
|
18a5c56f14
LibWeb: Don't store JS::Handle<JS::Promise> in EnvironmentSettingsObject
|
2 년 전 |
Pavel
|
40aad77ab1
WebContent+LibWeb+LibJS: Report exceptions to the JS console
|
2 년 전 |
networkException
|
992311c0ee
LibWeb: Implement ModuleMap and expose it on EnvironmentSettingsObject
|
2 년 전 |
networkException
|
cfa0c9bf9f
LibWeb: Implement module type allowed
|
2 년 전 |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 년 전 |
Andrew Kaster
|
c61a4f35dc
LibWeb: Move Web prototypes and constructors to new Intrinsics object
|
2 년 전 |
Andreas Kling
|
2ccb9bef49
LibWeb: Remove now-unnecessary JS::Handles in HTML task capture lists
|
2 년 전 |
Andreas Kling
|
cb15132146
LibWeb: Always allow scripting in workers for now
|
2 년 전 |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 년 전 |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2 년 전 |
Linus Groh
|
52543fc771
LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]]
|
2 년 전 |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 년 전 |
Andreas Kling
|
2a7924f96c
LibWeb: Bring browsing context creation closer to spec
|
2 년 전 |
Andreas Kling
|
602f927982
LibWeb: Start implementing "create and initialize a Document" from HTML
|
2 년 전 |
Luke Wilde
|
1e36224321
LibWeb: Print unhandled rejections the same way as unhandled exceptions
|
3 년 전 |
Simon Wanner
|
fe0f0b0acf
LibWeb: Add a null-check for page() in ESO::is_scripting_enabled()
|
3 년 전 |
Linus Groh
|
7bdbac7fd9
LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObject
|
3 년 전 |
Linus Groh
|
9422ae9bb2
LibJS: Add infallible variant of VM::push_execution_context()
|
3 년 전 |
Linus Groh
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
3 년 전 |
Linus Groh
|
11d0e37d8e
LibWeb: Implement the 'Relevant realm/{settings,global} object' concepts
|
3 년 전 |