index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-03-19
LibGUI: Remove friend classes of TextDocumentLine
Tibor Nagy
2020-03-19
LibGUI: Remove remaining G prefixes
Tibor Nagy
2020-03-19
LibWeb: Add <canvas> element and start fleshing out CRC2D
Andreas Kling
2020-03-19
LibJS: Prefer FunctionDeclaration if a statement begins with "function"
Andreas Kling
2020-03-19
LibJS: Implement basic object property assignment
Andreas Kling
2020-03-19
LibCore: Use monotonic time when handling timers
Liav A
2020-03-19
LibC: Add new syscall to allow changing the system date
Liav A
2020-03-19
Kernel & LibC: Add CLOCK_REALTIME constant
Liav A
2020-03-19
LibJS: Parse FunctionExpressions
Andreas Kling
2020-03-19
LibJS: Add FunctionExpression AST node
Andreas Kling
2020-03-19
LibJS: Fix reference leak in ASTNode::append()
Andreas Kling
2020-03-18
LibJS: Add missing copyright headers
Andreas Kling
2020-03-18
LibWeb: Add missing copyright headers
Andreas Kling
2020-03-18
LibWeb: Use a JS::Handle to keep the EventListener function alive
Andreas Kling
2020-03-18
LibJS: Add Handle<T>, a strong C++ handle for keeping GC objects alive
Andreas Kling
2020-03-18
LibWeb: Fire "mousedown" and "mousemove" events in the DOM :^)
Andreas Kling
2020-03-18
LibWeb: Start working on DOM event support
Andreas Kling
2020-03-18
LibJS: Tolerate NativeFunction::call() with non-object 'this' for now
Andreas Kling
2020-03-18
LibJS: Add Function to Forward.h
Andreas Kling
2020-03-18
LibJS: Add Interpreter::call(Function*, this_value, arguments)
Andreas Kling
2020-03-18
HackStudio: Expand project tree view by default
Oriko
2020-03-18
LibWeb: Don't try to repaint frameless documents in CSSStyleValue
Andreas Kling
2020-03-18
LibJS: Make the AST reference-counted
Andreas Kling
2020-03-18
LibCore: Moved cal.cpp functions to DateTime
rhin123
2020-03-17
LibJS: Implement typeof operator
Conrad Pankoff
2020-03-17
LibJS: Pass argument value vectors as const Vector<Value>&
Andreas Kling
2020-03-17
LibJS: Protect function call "this" and arguments from GC
Andreas Kling
2020-03-16
LibJS+js: Add a debug option (js -g) to GC after every allocation
Andreas Kling
2020-03-16
LibJS: Implement basic conservative garbage collection
Andreas Kling
2020-03-16
Kernel: Add sys$get_stack_bounds() for finding the stack base & size
Andreas Kling
2020-03-16
LibJS: Replace the global print() function with console.log() :^)
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling
2020-03-16
LibJS: Implement abstract equality and inequality
0xtechnobabble
2020-03-16
LibJS: Loosen type system
0xtechnobabble
2020-03-16
LibJS/Parser: Parse logical expressions
0xtechnobabble
2020-03-16
LibJS: Specify overridden functions with 'override'
0xtechnobabble
2020-03-16
LibJS: Implement null and undefined literals
0xtechnobabble
2020-03-16
LibJS: Fix assignment of const variable on declaration
0xtechnobabble
2020-03-16
LibGUI: Add a ThemeChange event
Oriko
2020-03-16
LibGUI: Use themes for syntax highlighting
Oriko
2020-03-15
LibJS: Add String.prototype.repeat() :^)
Andreas Kling
2020-03-15
LibJS: Pass "this" as an Object* to NativeFunction callbacks
Andreas Kling
2020-03-15
LibJS: Add a mechanism for callback-based object properties
Andreas Kling
2020-03-15
LibJS: Remove debug spam in Object::get()
Andreas Kling
2020-03-15
Userland: ifconfig can change the IP address of the default gateway
marprok
2020-03-15
LibJS: Add ObjectPrototype and implement hasOwnProperty()
Andreas Kling
2020-03-15
LibJS: Rename collect_roots() => gather_roots()
Andreas Kling
2020-03-15
LibJS: Use the same StringPrototype globally
Andreas Kling
2020-03-15
LibJS: Add Cell::interpreter() convenience helper
Andreas Kling
2020-03-15
LibJS: Interpreter should make sure that the "this" stack gets marked
Andreas Kling
[next]