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-10
LibWeb: Avoid HashMap copy in BrowsingContext::set_frame_nesting_levels
Andreas Kling
2021-07-08
Everywhere: Add break after the last case label before `default`
Daniel Bertalan
2021-07-08
Everywhere: Forward declare structs as structs
Daniel Bertalan
2021-07-08
AK+Userland: Add generic `AK::abs()` function and use it
Daniel Bertalan
2021-07-08
Everywhere: Remove unused local variables and lambda captures
Daniel Bertalan
2021-07-08
Everywhere: Mark debug-only functions `[[maybe_unused]]`
Daniel Bertalan
2021-07-07
LibJS: Remove the NativeProperty mechanism from LibJS
Idan Horowitz
2021-07-06
LibJS: Remove the non-standard put helper and replace it's usages
Idan Horowitz
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-05
LibWeb: Use is_nullish instead of is_null for nullable types
Luke
2021-07-05
LibWeb: Replace usage of native properties with accessors in Window
Idan Horowitz
2021-07-05
LibWeb: Replace usage of native properties with accessors in Navigator
Idan Horowitz
2021-07-05
LibWeb: Replace usage of native properties with accessors in Location
Idan Horowitz
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
[next]