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-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
2020-03-18
LibCore: Moved cal.cpp functions to DateTime
rhin123
2020-03-16
LibJS+js: Add a debug option (js -g) to GC after every allocation
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling
2020-03-15
Userland: ifconfig can change the IP address of the default gateway
marprok
2020-03-12
LibJS: Allow functions to take arguments (#1405)
howar6hill
2020-03-12
js: Take the script file as a command-line argument
Andreas Kling
2020-03-12
LibJS: Add Javascript lexer and parser
Stephan Unverwerth
2020-03-11
Userland: Set the mask of a network adapter with ifconfig (#1388)
Marios Prokopakis
2020-03-11
js: Oopsie, fix build
Andreas Kling
2020-03-11
LibJS: Allow the choice of a scope of declaration for a variable (#1408)
0xtechnobabble
2020-03-11
LibJS: Support "hello friends".length
Andreas Kling
2020-03-11
Userland: Correction in the the copyright
marprok
[next]