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-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
2020-03-26
NotificationServer: Allow showing an icon in notifications
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
js: Implement some modest pretty-printing of values
Andreas Kling
2020-03-26
Base: Add a man page for js(1)
Sergey Bugaev
2020-03-26
Userland: Implement JS REPL
Sergey Bugaev
2020-03-25
uname: Remove trailing space character
Andreas Kling
2020-03-25
js: Remove debug message about what the interpreter returned
Andreas Kling
2020-03-24
js: Make the -l command-line argument actually work
Andreas Kling
2020-03-23
LibJS: Always collect all garbage when destroying Heap
Andreas Kling
2020-03-20
js: Make printing of the last result optional
Andreas Kling
2020-03-20
js: Ignore the first line of input if it starts with "#!"
Andreas Kling
2020-03-20
copy: Use StringBuilder::join()
Andreas Kling
2020-03-19
Userland: Add functionality of changing system date in date utility
Liav A
[next]