index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-04-04
LibJS: Add String.prototype.indexOf()
Andreas Kling
2020-04-04
LibJS: Math.sqrt.length should be 1
Andreas Kling
2020-04-04
LibJS: Hack the lexer to allow numbers with decimals
Andreas Kling
2020-04-04
LibJS: Add NumberObject and make to_object() on number values create it
Andreas Kling
2020-04-04
LibJS: Add Math.sqrt()
Andreas Kling
2020-04-04
LibJS: Add basic Array constructor
Andreas Kling
2020-04-04
LibJS: Log when we throw a JavaScript Error
Andreas Kling
2020-04-04
LibWeb: Handle javascript: URLs inside LibWeb :^)
Andreas Kling
2020-04-04
LibJS: Support VariableDeclaration with multiple declarators
Andreas Kling
2020-04-04
LibJS: Add Declaration class to the AST
Andreas Kling
2020-04-04
LibJS: Add support for do..while statements
Andreas Kling
2020-04-04
LibJS: Rename WhileStatement::predicate() => body()
Andreas Kling
2020-04-04
LibJS: Add basic support for modulo (%) in binary expressions
Andreas Kling
2020-04-04
LibJS: Allow "for" statement without curly braces around body
Andreas Kling
2020-04-04
LibWeb: Treat '<' characters as part of the text inside <script>
Andreas Kling
2020-04-04
ProtocolServer+LibProtocol: Reject unhandled URLs instead of asserting
Andreas Kling
2020-04-04
Kernel: Strip SUID+SGID bits from file when written to or chowned
Andreas Kling
2020-04-04
Userland: Fix null-pointer deref on unknown user/group in chown/chgrp
Andreas Kling
2020-04-04
Kernel: Enforce file system veil on file creation
Andreas Kling
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
Kernel: Do not reject broadcast UDP packets right away
AnotherTest
2020-04-04
Browser: Add Reload option to app menu with F5 shortcut key
Brendan Coles
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
Base: Add la-latin1 keyboard layout (#1597)
M
2020-04-04
LibGUI: Add color palette and custom color selection in the ColorPicker
Hüseyin ASLITÜRK
2020-04-04
AK: Break on end of input in JsonParser::consume_quoted_string
Tibor Nagy
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
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: Change Ext2FS to be backed by a file instead of a block device"
Andreas Kling
2020-04-03
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
Andreas Kling
2020-04-03
Revert "SystemMonitor: Replace 'device' JSON field with 'source'"
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
[next]