Timothy Flynn
|
d40b7d67b1
Revert "LibJS+LibWeb: Remove now-unused lexical environment override"
|
8 месяцев назад |
Shannon Booth
|
da18551f10
LibWeb: Change HTML::Script to hold a realm instead of settings object
|
8 месяцев назад |
Shannon Booth
|
8dffd8e7d6
LibWeb: Implement prepare_to_run_script on a Realm&
|
8 месяцев назад |
Shannon Booth
|
d6fdaf6b26
LibWeb: Implement clean_up_after_running_script on a Realm
|
8 месяцев назад |
Shannon Booth
|
aef18435fb
LibWeb: Implement whether scripting is disabled based on a realm
|
8 месяцев назад |
Shannon Booth
|
583a8f41d3
LibWeb: Update spec comments for 'create a classic script'
|
8 месяцев назад |
Timothy Flynn
|
7b3a3c2066
LibJS+LibWeb: Remove now-unused lexical environment override
|
8 месяцев назад |
Andreas Kling
|
175f3febb8
LibWeb: Make DOMException take error message as a String
|
8 месяцев назад |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 месяцев назад |
Tim Ledbetter
|
579a289d3d
LibWeb: Fire error event when script has an execution error
|
9 месяцев назад |
Andreas Kling
|
ae11a4de1c
LibJS: Remove unused `target` field from Completion
|
1 год назад |
Shannon Booth
|
c3217754f1
LibWeb: Remove a bunch of calls to `to_byte_string`
|
1 год назад |
Shannon Booth
|
0090b916dd
LibJS: Make ParserError::to_string infallible
|
1 год назад |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 год назад |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 год назад |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 год назад |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 год назад |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 год назад |
Andreas Kling
|
2eaa528a0e
LibJS: Rip out the AST interpreter :^)
|
1 год назад |
Andreas Kling
|
6537ed8fff
LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model
|
2 лет назад |
Andreas Kling
|
9c568282dc
Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM
|
2 лет назад |
Andreas Kling
|
819fb39a87
LibWeb: Implement the "error to rethrow" mechanism in HTML::Script
|
2 лет назад |
Timothy Flynn
|
88814acbd3
LibJS+Everywhere: Convert JS::Error to String
|
2 лет назад |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 лет назад |
Andreas Kling
|
fbf9cb3387
WebContent+LibWeb+LibJS: Simplify injection of JS console globals
|
2 лет назад |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 лет назад |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 лет назад |
Idan Horowitz
|
c9f9fcd8fd
LibWeb: Remove accidentally commited dbglns
|
2 лет назад |
Pavel
|
40aad77ab1
WebContent+LibWeb+LibJS: Report exceptions to the JS console
|
2 лет назад |
networkException
|
83554526f0
LibWeb: Allow all Script types to be used as [[HostDefined]] values
|
2 лет назад |