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
Age
Commit message (
Expand
)
Author
2020-04-13
js: Coerce assert() argument to boolean
Linus Groh
2020-04-11
js: Stylize TokenType::{Throw,Switch,Case}
Linus Groh
2020-04-11
LibLine: Display suggestions and cycle between them
AnotherTest
2020-04-11
Userland: Add primitive autocomplete to the JS repl
AnotherTest
2020-04-11
Userland: Install LibLine's signal handlers in the JS repl
AnotherTest
2020-04-11
LibX86: Run the instruction decoder in 32-bit mode by default
Andreas Kling
2020-04-11
LibX86: Add an X86 instruction decoder library + basic disassembler
Andreas Kling
2020-04-10
JS repl: Fix indentation when a line starts with '})]'
AnotherTest
2020-04-09
LibJS: Add globalThis
Linus Groh
2020-04-08
LibJS: Handle empty values in Value::to_string()
Linus Groh
2020-04-06
LibJS: Support array holes, encoded as empty JS::Value
Andreas Kling
2020-04-06
LibJS: Add a number-indexed property storage to all Objects
Andreas Kling
2020-04-06
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-04-06
Meta: Add missing copyright headers
Andreas Kling
2020-04-05
JS Repl: Add live syntax highlighting
AnotherTest
2020-04-05
js: Add a new --test-mode option, which exposes an assert() function.
Brian Gianforcaro
2020-04-05
Kernel: Add the SO_BINDTODEVICE socket option
AnotherTest
2020-04-05
js: Add lines to history
Linus Groh
2020-04-04
LibJS: Don't return the "last computed value" from Interpreter::run()
Andreas Kling
2020-04-04
ProtocolServer+LibProtocol: Reject unhandled URLs instead of asserting
Andreas Kling
2020-04-04
Userland: Fix null-pointer deref on unknown user/group in chown/chgrp
Andreas Kling
2020-04-04
LibJS: Set length property in Object::put_native_function()
Linus Groh
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-04-04
LibJS: Add js_string(Interpreter&, String)
Andreas Kling
2020-04-04
js: Return 1 after exception in non-REPL mode
Linus Groh
2020-04-04
Userland/JS: Add the 'save("file")' repl command
Dov Alperin
2020-04-03
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
Andreas Kling
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
js: Change wording from "Exception caught" to "Uncaught exception" :^)
Andreas Kling
2020-04-02
js: Improve exception output for errors with empty message
Linus Groh
2020-04-02
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-04-02
js: Handle exceptions thrown during REPL execution
Andreas Kling
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
Userland/JS: Extend the global object when using a REPL
Dov Alperin
2020-04-01
LibJS: Add Interpreter::create<GlobalObjectType>()
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling
2020-03-31
js: Implement print function for Date objects
Linus Groh
2020-03-31
js: Don't construct a Line::Editor unless we're going into the REPL
Andreas Kling
2020-03-31
LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}
Andreas Kling
2020-03-31
LibLine: Rename LineEditor to Line::Editor
Andreas Kling
2020-03-31
LibLine: Rename from LibLineEdit
Andreas Kling
2020-03-31
js: Don't exit the REPL when pressing enter on an empty line
Andreas Kling
2020-03-31
Userland/js: Use the new line editor in repl
AnotherTest
2020-03-31
Userland: Add optional human readable output to /bin/df
Brendan Coles
2020-03-30
LibJS: Start implementing Date :^)
Linus Groh
2020-03-29
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
Andreas Kling
2020-03-28
strace: Change implementation to use ptrace()
Itamar
2020-03-27
js: Publish the global object as "global"
Andreas Kling
[next]