Andreas Kling
|
fbf9cb3387
WebContent+LibWeb+LibJS: Simplify injection of JS console globals
|
vor 2 Jahren |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
vor 2 Jahren |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
vor 2 Jahren |
Idan Horowitz
|
c9f9fcd8fd
LibWeb: Remove accidentally commited dbglns
|
vor 2 Jahren |
Pavel
|
40aad77ab1
WebContent+LibWeb+LibJS: Report exceptions to the JS console
|
vor 2 Jahren |
networkException
|
83554526f0
LibWeb: Allow all Script types to be used as [[HostDefined]] values
|
vor 2 Jahren |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
vor 2 Jahren |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
vor 2 Jahren |
Andreas Kling
|
8f9ed415a0
LibJS+LibWeb: Make HTML::Script GC-allocated
|
vor 2 Jahren |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
vor 2 Jahren |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
vor 2 Jahren |
Linus Groh
|
7b990c27a1
LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4]
|
vor 2 Jahren |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
vor 2 Jahren |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
vor 3 Jahren |
Luke Wilde
|
17a26853e1
LibWeb: Move ClassicScript::m_settings_object into the Script base
|
vor 3 Jahren |
Linus Groh
|
7bdbac7fd9
LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObject
|
vor 3 Jahren |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
vor 3 Jahren |
Idan Horowitz
|
c575710e5e
LibWeb: Use inline script tag source line as javascript line offset
|
vor 3 Jahren |
Luke Wilde
|
17aeb99e9e
LibWeb: Implement the JS host hooks for promises, job callbacks and more
|
vor 3 Jahren |
Luke Wilde
|
f71f404e0c
LibWeb: Introduce the Environment Settings Object
|
vor 3 Jahren |
davidot
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
vor 3 Jahren |
Andreas Kling
|
8c3942d90c
LibWeb: Rename "result" => "evaluation_status" in ClassicScript::run()
|
vor 3 Jahren |
Andreas Kling
|
a286b1a6af
LibWeb: Remove outdated FIXME from ClassicScript::run()
|
vor 3 Jahren |
Andreas Kling
|
483dce9750
LibWeb: Put ClassicScript debug spam behind HTML_SCRIPT_DEBUG
|
vor 3 Jahren |
Luke Wilde
|
631bbcd00a
LibJS: Refactor interpreter to use Script and Source Text Modules
|
vor 3 Jahren |
Linus Groh
|
eb60d16549
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
|
vor 3 Jahren |
Andreas Kling
|
e215580147
LibWeb: Don't attempt to run unparsed scripts
|
vor 3 Jahren |
Andreas Kling
|
20fb900937
LibJS+LibWeb: Move script parse time logging from JS::Script to LibWeb
|
vor 3 Jahren |
Andreas Kling
|
10c489713d
LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error)
|
vor 3 Jahren |
Idan Horowitz
|
4629f2e4ad
LibWeb: Add the Web::URL namespace and move URLEncoder to it
|
vor 3 Jahren |