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
Age
Commit message (
Expand
)
Author
2021-07-05
LibWeb: Use JS_DECLARE_NATIVE_FUNCTION for WebAssembly accessors
Linus Groh
2021-07-05
LibWeb: Make WebAssembly.Memory.prototype.buffer an accessor property
Linus Groh
2021-07-05
LibWeb: Make WebAssembly.Instance.prototype.exports an accessor property
Linus Groh
2021-07-05
LibWeb: Use "WebAssembly.Foo" in exception error messages
Linus Groh
2021-07-05
LibWeb: Implement Node.contains
Luke
2021-07-05
LibWeb: Make WrapperGenerator generate nullable wrapper types
Luke
2021-07-05
LibWeb: Implement the adoption steps for <template> elements
Luke
2021-07-05
LibWeb: Implement the cloning steps for <template> elements
Luke
2021-07-05
LibWeb: Make adopted_from no longer take a const Document reference
Luke
2021-07-05
LibWeb: Add the cloning steps in clone_node
Luke
2021-07-05
LibWeb: Use the element factory in clone_node
Luke
2021-07-05
LibWeb: Make clone_node capable of cloning document fragments
Luke
2021-07-05
LibWeb: Add DOMParser
Luke
2021-07-05
LibWeb: Check if scripting is disabled before running script
Luke
2021-07-04
LibWeb: Change WrapperGenerator to emit acessor properties
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() more
Linus Groh
2021-07-04
LibWeb: Add roman numerals as a list-style for ol's
Tobias Christiansen
2021-07-04
LibWeb: Hook on_call_stack_emptied after m_interpreter was initialized
Idan Horowitz
2021-07-04
LibJS: Bring ArrayCreate and ArrayConstructor closer to spec
Idan Horowitz
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
LibWasm: Give traps a reason and display it when needed
Ali Mohammad Pur
2021-07-02
LibWeb: Add the WebAssembly.Module constructor
Ali Mohammad Pur
2021-07-02
LibWeb: Add the WebAssembly.Instance constructor
Ali Mohammad Pur
2021-07-02
LibWeb: Use the correct name to refer to WebAssembly.Memory.prototype
Ali Mohammad Pur
2021-07-02
LibWeb: Split the WebAssemblyInstance object logic into multiple files
Ali Mohammad Pur
2021-07-01
LibWeb: Do not encode "internal_id" in DOM JSON
Timothy Flynn
2021-07-01
LibWeb: Maintain a map of child-to-parent nodes in OOPWV DOM Inspector
Timothy Flynn
2021-07-01
LibWeb: Show "x86_64" in the user agent string on x86_64 :^)
Andreas Kling
2021-06-30
LibWeb: Define hot DOMTreeJSONModel methods in-line
Timothy Flynn
2021-06-30
LibWeb: Store JSON pointers in the OOPWV DOM Inspector model indices
Timothy Flynn
2021-06-30
LibWeb: Do not create copies of JSON values in OOPWV DOM Inspector
Timothy Flynn
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-29
LibWeb: Fix build breakage after merging the oldish DOM inspector PR
Andreas Kling
2021-06-29
LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView
Adam Hodgen
2021-06-29
LibWeb+WebContent: Add IPC flow for Inspect DOM Tree
Adam Hodgen
2021-06-29
LibWeb: Add JSON serialization method to DOM::Node
Adam Hodgen
2021-06-29
AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()
Max Wipfli
2021-06-27
LibJS: Rename ScriptFunction => OrdinaryFunctionObject
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-27
LibWeb: Make ExceptionOr capable of holding all error types in the spec
Ali Mohammad Pur
2021-06-25
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
Paul Irwin
2021-06-24
Userland: Replace VERIFY(is<T>) with verify_cast<T>
Andreas Kling
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-22
LibWeb: Implement the WebAssembly Memory object and Memory imports
Ali Mohammad Pur
2021-06-22
LibWeb: Cache the WebAssembly objects that we hand out to JS
Ali Mohammad Pur
2021-06-22
LibWeb: Use SignedBigInteger::create() to create wasm i64 values
Ali Mohammad Pur
2021-06-22
LibWeb: Avoid resolving the wasm call address type on every invocation
Ali Mohammad Pur
2021-06-20
LibWeb: Fix redirects when a response has no data
Gil Mendes
[next]