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-04-04
LibJS: Add Function() and Function.prototype
Linus Groh
2020-04-04
LibJS: Add length property to ScriptFunction
Linus Groh
2020-04-04
LibJS: Set length property in Object::put_native_function()
Linus Groh
2020-04-04
LibWeb: Don't call an absent error callback in load_sync()
Andreas Kling
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
LibCore: Fix UDPServer up to properly receive data
AnotherTest
2020-04-04
LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&
Andreas Kling
2020-04-04
LibGUI: Fix CppLexer assertion on incomplete #include statements
Andreas Kling
2020-04-04
LibJS: Correctly forward declare "Argument" as a struct
Andreas Kling
2020-04-04
LibGUI: Move ColorPicker's helper classes fully into ColorPicker.cpp
Andreas Kling
2020-04-04
LibGUI: Add color palette and custom color selection in the ColorPicker
Hüseyin ASLITÜRK
2020-04-03
LibWeb: Implement <script src> support for synchronous scripts
Andreas Kling
2020-04-03
LibWeb: Add ResourceLoader::load_sync()
Andreas Kling
2020-04-03
LibCore: Don't replay last handled event when leaving nested event loop
Andreas Kling
2020-04-03
LibWeb: Protect DOM node while preparing to send mouse events
Andreas Kling
2020-04-03
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
Andreas Kling
2020-04-03
LibGUI: Clear any hovered index when the cursor leaves an AbstractView
Andreas Kling
2020-04-03
LibWeb: Add NavigatorObject to Makefile
Linus Groh
2020-04-03
LibWeb: Handle invalid URL in HtmlView::load()
Linus Groh
2020-04-03
LibJS: Add short circuit logical evaluation
Stephan Unverwerth
2020-04-03
LibWeb: Add "navigator" object and expose navigator.userAgent
Andreas Kling
2020-04-03
LibJS: Fix logical expressions
Linus Groh
2020-04-03
LibJS: Parse binary bitwise operators
Linus Groh
2020-04-03
LibJS: Implement ConditionalExpression (ternary "?:" operator)
Andreas Kling
2020-04-03
LibJS: Implement Error.prototype.toString()
Linus Groh
2020-04-03
LibJS: Remove UndefinedLiteral, add undefined to global object
Linus Groh
2020-04-02
LibJS: Implement Infinity
Linus Groh
2020-04-02
LibJS: Object::put() shouldn't create own properties on prototype chain
Andreas Kling
2020-04-02
LibJS: Implement unary plus / minus
Linus Groh
2020-04-02
LibJS: Start implementing object shapes
Andreas Kling
2020-04-02
LibJS: Make JS::Cell non-copyable and non-movable
Andreas Kling
2020-04-02
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-04-02
LibJS: Fix bad cast in Interpreter::run()
Andreas Kling
2020-04-02
LibJS: Evaluate CallExpression arguments before pushing a CallFrame
Jack Karamanian
2020-04-02
LibLine: Restore previous state only if initialized
AnotherTest
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
LibJS: Add NaN to global object
Linus Groh
2020-04-01
LibJS: Add Interpreter::create<GlobalObjectType>()
Andreas Kling
2020-04-01
LibJS: Add GlobalObject to the forwarding header
Andreas Kling
2020-04-01
LibJS: Implement Error function/constructor
Linus Groh
2020-04-01
LibJS: Implement constructor/non-constructor function calls
Linus Groh
2020-04-01
LibWeb: Remove debug spam in WindowObject
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling
2020-04-01
LibJS: Reorganize computing of |this| for CallExpressions
Andreas Kling
2020-04-01
Browser: Add error page
Linus Groh
2020-04-01
LibLine: Fix Shell crashing (due to write() EFAULT) on <tab><tab>
Andreas Kling
2020-03-31
js: Implement print function for Date objects
Linus Groh
2020-03-31
LibJS: Use "%d" to stringify numeric values that are whole integers
Andreas Kling
[next]