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-04-03
LibWeb: Add ResourceLoader::load_sync()
Andreas Kling
2020-04-03
LibCore: Don't replay last handled event when leaving nested event loop
Andreas Kling
2020-04-03
LibWeb: Protect DOM node while preparing to send mouse events
Andreas Kling
2020-04-03
Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"
Andreas Kling
2020-04-03
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
Andreas Kling
2020-04-03
Revert "SystemMonitor: Replace 'device' JSON field with 'source'"
Andreas Kling
2020-04-03
LibGUI: Clear any hovered index when the cursor leaves an AbstractView
Andreas Kling
2020-04-03
LibWeb: Add NavigatorObject to Makefile
Linus Groh
2020-04-03
LibWeb: Handle invalid URL in HtmlView::load()
Linus Groh
2020-04-03
LibJS: Add short circuit logical evaluation
Stephan Unverwerth
2020-04-03
LibWeb: Add "navigator" object and expose navigator.userAgent
Andreas Kling
2020-04-03
LibJS: Fix logical expressions
Linus Groh
2020-04-03
LibJS: Parse binary bitwise operators
Linus Groh
2020-04-03
LibJS: Implement ConditionalExpression (ternary "?:" operator)
Andreas Kling
2020-04-03
Kernel: Non-readable-but-writable regions should still be mapped
Andreas Kling
2020-04-03
AK: Add an overwrite API to ByteBuffer
AnotherTest
2020-04-03
Kernel: Prepend missing license
Marco Wang
2020-04-03
AK: Remove relative path in AK testsuite
Emanuel Sprung
2020-04-03
LibJS: Implement Error.prototype.toString()
Linus Groh
2020-04-03
LibJS: Remove UndefinedLiteral, add undefined to global object
Linus Groh
2020-04-02
LibJS: Implement Infinity
Linus Groh
2020-04-02
IRCClient: Update channel user list when a user joins or quits
Brendan Coles
2020-04-02
LibJS: Object::put() shouldn't create own properties on prototype chain
Andreas Kling
2020-04-02
LibJS: Implement unary plus / minus
Linus Groh
2020-04-02
LibJS: Start implementing object shapes
Andreas Kling
2020-04-02
Userland/JS: Print any exceptions after execution of a JS file
Dov Alperin
2020-04-02
IRCClient: Add is_channel_prefix to check if string is a channel name
Brendan Coles
2020-04-02
js: Change wording from "Exception caught" to "Uncaught exception" :^)
Andreas Kling
2020-04-02
LibJS: Make JS::Cell non-copyable and non-movable
Andreas Kling
2020-04-02
js: Improve exception output for errors with empty message
Linus Groh
2020-04-02
IRCClient: Automatically disable/enable GUI actions upon window change
Brendan Coles
2020-04-02
IRCClient: Add channel operations to Channel application menu
Brendan Coles
2020-04-02
Kernel: Send Fragmented IPv4 packets if payload size > mtu
AnotherTest
2020-04-02
SystemMonitor: Replace 'device' JSON field with 'source'
Liav A
2020-04-02
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-04-02
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-04-02
Kernel: Remove unnecessary printf specifier
Liav A
2020-04-02
js: Handle exceptions thrown during REPL execution
Andreas Kling
2020-04-02
LibJS: Fix bad cast in Interpreter::run()
Andreas Kling
2020-04-02
IRCClient: Use active channel window for part,hop,topic,kick commands
Brendan Coles
2020-04-02
LibJS: Evaluate CallExpression arguments before pushing a CallFrame
Jack Karamanian
2020-04-02
LibLine: Restore previous state only if initialized
AnotherTest
2020-04-01
LibJS: Add argument(i) and argument_count() to Interpreter
Andreas Kling
2020-04-01
LibJS: Make Value::as_object() return Object&
Andreas Kling
2020-04-01
AK: Add equals method to JsonValue to semantically compare two values.
Emanuel Sprung
2020-04-01
Userland/JS: Extend the global object when using a REPL
Dov Alperin
2020-04-01
LibJS: Add NaN to global object
Linus Groh
2020-04-01
AK: Add String::replace() functionality
Emanuel Sprung
2020-04-01
LibJS: Add Interpreter::create<GlobalObjectType>()
Andreas Kling
2020-04-01
LibJS: Add GlobalObject to the forwarding header
Andreas Kling
[next]