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-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
2020-03-15
LibJS: Add StringPrototype and make it the prototype of StringObject
Andreas Kling
2020-03-15
LibJS: Add basic prototype support
Andreas Kling
2020-03-15
LibJS: Add Value::to_i32() helper function
Andreas Kling
2020-03-15
LibWeb: Add missing copyright headers
Andreas Kling
2020-03-14
LibCore: Rename Udp classes to UDP
Shannon Booth
2020-03-14
LibJS/Parser: Implement the parsing of unary/prefixed update expressions
0xtechnobabble
2020-03-14
LibJS/AST: Implement prefixed update expressions
0xtechnobabble
2020-03-14
LibJS: Rename BitNot -> BitwiseNot to match other bitwise operators
0xtechnobabble
2020-03-14
LibJS: Unescape strings in Token::string_value()
Stephan Unverwerth
2020-03-14
LibJS: Evaluate for statements in their own scope if necessary
0xtechnobabble
2020-03-14
LibJS/Parser: Remove superfluous switch case
0xtechnobabble
2020-03-14
LibWeb: Implement Document.getElementById()
Andreas Kling
2020-03-14
LibWeb: Start implementing basic JavaScript DOM bindings
Andreas Kling
2020-03-14
LibWeb: Parse <script> elements and run any JavaScript found inside
Andreas Kling
2020-03-14
LibJS: Strip double-quote characters from StringLiteral tokens
Andreas Kling
2020-03-14
LibJS: Lex single quote strings, escaped chars and unterminated strings
Stephan Unverwerth
[next]