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
/
LibJS
/
MarkupGenerator.cpp
Age
Commit message (
Expand
)
Author
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-08-01
LibJS: Remove unused includes out of Cell.h, move to the users
Brian Gianforcaro
2021-07-07
LibJS: Remove the NativeProperty mechanism from LibJS
Idan Horowitz
2021-07-06
LibJS: Remove Object::is_array() in favor of Value::is_array() and RTTI
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
LibJS: Avoid unnecessary PropertyName creation in MarkupGenerator
Linus Groh
2021-06-13
LibJS: Avoid lots of string-to-int during global object construction
Andreas Kling
2021-06-08
LibJS: Handle Proxy with Array target in IsArray() abstract operation
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
LibJS: Include the class name of objects in MarkupGenerator output
Andreas Kling
2021-04-12
LibJS: Make Errors fully spec compliant
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling