index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
WebDriver
/
ExecuteScript.cpp
Age
Commit message (
Expand
)
Author
2023-04-24
AK: Add new failable `JsonArray::{append/set}` functions
Cameron Youell
2023-04-20
LibWeb/WebDriver: Handle WindowProxy in internal_json_clone_algorithm()
Linus Groh
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-11
WebDriver: Fix crash in async execute script endpoint
Aliaksandr Kalenik
2023-02-10
AK+Everywhere: Do not implicitly copy variables in TRY macros
Timothy Flynn
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
2023-01-13
AK+Everywhere: Disallow returning a reference from a fallible expression
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2022-12-14
LibJS: Convert Promise::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-23
LibJS+LibWeb: Make CyclicModule.h not include AST.h
Andreas Kling
2022-11-02
LibWeb+WebContent: Add WebDriver infrastructure for executing scripts
Linus Groh