index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-28
WaitBlocker: don't unblock if thread has pending SIGCONT
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
NotificationServer: Update locations of notifications after closing one
Benjamin Rottler
2020-03-28
LibJS: Fix broken parsing of `!o.a`
Andreas Kling
2020-03-28
Meta: Add feature policy to contribution guidelines
Conrad Pankoff
2020-03-28
LibJS: Add a tiny little test for the ReferenceError exception
Andreas Kling
2020-03-28
Kernel: Remove the floppy driver
Andreas Kling
2020-03-28
LibWeb: Move get_element_by_id() to a NonElementParentNode mixin class
Andreas Kling
2020-03-28
AK: Add some string comparison operators
Andreas Kling
2020-03-27
LibJS: Check for exceptions in a lot more places
Andreas Kling
2020-03-27
Browser: Let the user add/remove bookmarks to the bookmarks bar
Emanuel Sprung
2020-03-27
LibGUI: Add store(), add() and remove() methods to JsonArrayModel
Emanuel Sprung
2020-03-27
Browser: Add bookmarks bar
Emanuel Sprung
2020-03-27
Browser: Add empty, toogleable bookmarks bar
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
js: Publish the global object as "global"
Andreas Kling
2020-03-27
LibJS: Actually pop frames off of the scope stack when exiting a scope
Andreas Kling
2020-03-26
IRCClient: Use the IRCClient app icon in notifications :^)
Andreas Kling
2020-03-26
NotificationServer: Allow showing an icon in notifications
Andreas Kling
2020-03-26
IRCClient: Only notify about channel messages containing our nickname
Andreas Kling
2020-03-26
IRCClient: Post desktop notifications when messaged while inactive
Andreas Kling
2020-03-26
LibGUI: Make a new connection to NotificationServer each time
Andreas Kling
2020-03-26
js: Tweak pretty-printing of functions and null
Andreas Kling
2020-03-26
js: Fix build on Linux
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
js: Implement some modest pretty-printing of values
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
Kernel: Make ^W and ^U actually erase characters
Andreas Kling
2020-03-26
LibC: Fix getline() forgetting to null-terminate on EOF
Sergey Bugaev
2020-03-26
Base: Add a man page for js(1)
Sergey Bugaev
2020-03-26
Userland: Implement JS REPL
Sergey Bugaev
2020-03-26
AK: Use print_string() for %c formatting
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
[next]