summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-28Kernel: Add 'ptrace' syscallItamar
2020-03-28WaitBlocker: don't unblock if thread has pending SIGCONTItamar
2020-03-28LibJS: Add a global "Object" constructorAndreas Kling
2020-03-28LibJS: Implement the "instanceof" operatorAndreas Kling
2020-03-28LibJS: Add Function.prototype and make "new" Objects delegate to itAndreas Kling
2020-03-28LibJS: Implement basic support for the "new" keywordAndreas Kling
2020-03-28LibJS: Make it possible to reference the "this" value in JavaScriptAndreas Kling
2020-03-28NotificationServer: Update locations of notifications after closing oneBenjamin Rottler
2020-03-28LibJS: Fix broken parsing of `!o.a`Andreas Kling
2020-03-28Meta: Add feature policy to contribution guidelinesConrad Pankoff
2020-03-28LibJS: Add a tiny little test for the ReferenceError exceptionAndreas Kling
2020-03-28Kernel: Remove the floppy driverAndreas Kling
2020-03-28LibWeb: Move get_element_by_id() to a NonElementParentNode mixin classAndreas Kling
2020-03-28AK: Add some string comparison operatorsAndreas Kling
2020-03-27LibJS: Check for exceptions in a lot more placesAndreas Kling
2020-03-27Browser: Let the user add/remove bookmarks to the bookmarks barEmanuel Sprung
2020-03-27LibGUI: Add store(), add() and remove() methods to JsonArrayModelEmanuel Sprung
2020-03-27Browser: Add bookmarks barEmanuel Sprung
2020-03-27Browser: Add empty, toogleable bookmarks barEmanuel Sprung
2020-03-27LibJS: The global isNaN() should coerce to number before testing NaNAndreas Kling
2020-03-27LibJS: Allow function calls with missing argumentsAndreas Kling
2020-03-27LibJS: Add global isNaN() functionAndreas Kling
2020-03-27LibJS: Basic NaN supportAndreas Kling
2020-03-27js: Publish the global object as "global"Andreas Kling
2020-03-27LibJS: Actually pop frames off of the scope stack when exiting a scopeAndreas Kling
2020-03-26IRCClient: Use the IRCClient app icon in notifications :^)Andreas Kling
2020-03-26NotificationServer: Allow showing an icon in notificationsAndreas Kling
2020-03-26IRCClient: Only notify about channel messages containing our nicknameAndreas Kling
2020-03-26IRCClient: Post desktop notifications when messaged while inactiveAndreas Kling
2020-03-26LibGUI: Make a new connection to NotificationServer each timeAndreas Kling
2020-03-26js: Tweak pretty-printing of functions and nullAndreas Kling
2020-03-26js: Fix build on LinuxAndreas Kling
2020-03-26LibJS: Say "return {}" instead of "return js_undefined()" in AST nodesAndreas Kling
2020-03-26LibJS: Make FunctionDeclaration return undefinedAndreas Kling
2020-03-26js: Implement some modest pretty-printing of valuesAndreas Kling
2020-03-26LibJS: Add Object::own_properties() convenience accessorAndreas Kling
2020-03-26LibJS: Add Value::is_array()Andreas Kling
2020-03-26Kernel: Make ^W and ^U actually erase charactersAndreas Kling
2020-03-26LibC: Fix getline() forgetting to null-terminate on EOFSergey Bugaev
2020-03-26Base: Add a man page for js(1)Sergey Bugaev
2020-03-26Userland: Implement JS REPLSergey Bugaev
2020-03-26AK: Use print_string() for %c formattingSergey Bugaev
2020-03-26Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511)Elisée Maurer
2020-03-25LibWeb: Implement getting and setting element.innerHTMLAndreas Kling
2020-03-25LibWeb: Add ParentNode::remove_all_children()Andreas Kling
2020-03-25LibWeb: Add Document::invalidate_layout()Andreas Kling
2020-03-25LibWeb: Commit uncommitted text at the end of HTML parseAndreas Kling
2020-03-25LibWeb: Make dump_tree() look okay for DocumentFragmentsAndreas Kling
2020-03-25LibWeb: Detach any LayoutNode from its parent if present in ~Node()Andreas Kling
2020-03-25LibWeb: Node::is_parent_node() should return true for DocumentFragmentsAndreas Kling