index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-03-29
LibJS: Add tests for Math constants
Linus Groh
2020-03-29
LibJS: Add constant properties to MathObject
Linus Groh
2020-03-29
LibJS: Add tests for value to number conversion
Linus Groh
2020-03-29
LibJS: Handle empty strings and arrays in Value::to_number()
Linus Groh
2020-03-29
LibJS: Implement Math.abs()
Andreas Kling
2020-03-29
LibJS: Implement basic execution of "switch" statements
Andreas Kling
2020-03-29
LibJS: Lexer and parser support for "switch" statements
Andreas Kling
2020-03-29
LibJS: Implement Object.getOwnPropertyNames()
Andreas Kling
2020-03-29
LibJS+LibWeb: Function calls should always go through Interpreter
Andreas Kling
2020-03-29
LibJS+LibWeb: Move native properties to separate getters/setters
Andreas Kling
2020-03-28
LibJS+LibWeb: Move native JS functions into dedicated member functions
Andreas Kling
2020-03-28
LibJS: Rework how native functions are called to improve |this| value
Andreas Kling
2020-03-28
LibJS: Implement Array.prototype.{shift,pop}
Linus Groh
2020-03-28
LibJS: Oops, "instanceof" was backwards!
Andreas Kling
2020-03-28
strace: Change implementation to use ptrace()
Itamar
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-28
LibJS: Add a global "Object" constructor
Andreas Kling
2020-03-28
LibJS: Implement the "instanceof" operator
Andreas Kling
2020-03-28
LibJS: Add Function.prototype and make "new" Objects delegate to it
Andreas Kling
2020-03-28
LibJS: Implement basic support for the "new" keyword
Andreas Kling
2020-03-28
LibJS: Make it possible to reference the "this" value in JavaScript
Andreas Kling
2020-03-28
LibJS: Fix broken parsing of `!o.a`
Andreas Kling
2020-03-28
LibJS: Add a tiny little test for the ReferenceError exception
Andreas Kling
2020-03-28
LibWeb: Move get_element_by_id() to a NonElementParentNode mixin class
Andreas Kling
2020-03-27
LibJS: Check for exceptions in a lot more places
Andreas Kling
2020-03-27
LibGUI: Add store(), add() and remove() methods to JsonArrayModel
Emanuel Sprung
2020-03-27
LibJS: The global isNaN() should coerce to number before testing NaN
Andreas Kling
2020-03-27
LibJS: Allow function calls with missing arguments
Andreas Kling
2020-03-27
LibJS: Add global isNaN() function
Andreas Kling
2020-03-27
LibJS: Basic NaN support
Andreas Kling
2020-03-27
LibJS: Actually pop frames off of the scope stack when exiting a scope
Andreas Kling
2020-03-26
NotificationServer: Allow showing an icon in notifications
Andreas Kling
2020-03-26
LibGUI: Make a new connection to NotificationServer each time
Andreas Kling
2020-03-26
LibJS: Say "return {}" instead of "return js_undefined()" in AST nodes
Andreas Kling
2020-03-26
LibJS: Make FunctionDeclaration return undefined
Andreas Kling
2020-03-26
LibJS: Add Object::own_properties() convenience accessor
Andreas Kling
2020-03-26
LibJS: Add Value::is_array()
Andreas Kling
2020-03-26
LibC: Fix getline() forgetting to null-terminate on EOF
Sergey Bugaev
2020-03-26
Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511)
Elisée Maurer
2020-03-25
LibWeb: Implement getting and setting element.innerHTML
Andreas Kling
2020-03-25
LibWeb: Add ParentNode::remove_all_children()
Andreas Kling
2020-03-25
LibWeb: Add Document::invalidate_layout()
Andreas Kling
2020-03-25
LibWeb: Commit uncommitted text at the end of HTML parse
Andreas Kling
2020-03-25
LibWeb: Make dump_tree() look okay for DocumentFragments
Andreas Kling
2020-03-25
LibWeb: Detach any LayoutNode from its parent if present in ~Node()
Andreas Kling
2020-03-25
LibWeb: Node::is_parent_node() should return true for DocumentFragments
Andreas Kling
2020-03-25
LibJS: Handle "for" statements with empty initializer and updater
Andreas Kling
2020-03-25
LibJS: Add a basic test for the "throw" keyword
Andreas Kling
2020-03-25
LibJS: Rename some tests
Andreas Kling
2020-03-25
LibJS: Tweak run-tests output a bit
Andreas Kling
[next]