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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-10-08
LibWeb: Add CSS 'Supports' class
Sam Atkins
2021-10-08
LibWeb: Implement 2-argument version of CSS.supports()
Sam Atkins
2021-10-08
LibWeb: Add CSS.escape() JS function
Sam Atkins
2021-10-08
LibWeb: Add DOMRectReadOnly and make DOMRect inherit from it
Andreas Kling
2021-10-08
LibJS: Prune WeakContainers before freeing HeapBlocks
Andreas Kling
2021-10-08
LibJS: Partially revert 12b283f
Ali Mohammad Pur
2021-10-08
LibJS: Elide some declarative environments in ECMAScript function calls
Andreas Kling
2021-10-08
LibJS: Propagate "contains direct call to eval()" flag from parser
Andreas Kling
2021-10-08
LibJS: Make accessing the current function's arguments cheaper
Ali Mohammad Pur
2021-10-08
LibJS: Treat the Catch binding identifier as a var binding
Ali Mohammad Pur
2021-10-08
LibJS: Remove redundant const_cast
Ali Mohammad Pur
2021-10-08
LibJS: Add ScopeNode accessors for declaration counts
Andreas Kling
2021-10-08
LibJS: Add missing initializer for ParserState::m_current_scope_pusher
Andreas Kling
2021-10-08
LibJS: Pre-size a HashTable in function_declaration_instantiation()
Andreas Kling
2021-10-08
LibJS: Avoid a FlyString copy in ECMAScriptFunctionObject
Andreas Kling
2021-10-08
LibWeb: Make sure that root of style updates is marked clean
Andreas Kling
2021-10-08
LibWeb: Update style (if needed) before updating layout
Andreas Kling
2021-10-08
LibJS: Make BlockAllocator cache reuse blocks in random order
Andreas Kling
2021-10-08
LibJS: Increase GC heap BlockAllocator cache size
Andreas Kling
2021-10-08
LibJS: Add fast_is<T>() for FunctionDeclaration
Andreas Kling
2021-10-07
LibJS: Take advantage of Value::Type::Int32 in a bunch of functions
Andreas Kling
2021-10-07
LibJS: Use round_number_to_increment(double) in round_time()
Linus Groh
2021-10-07
LibJS: Add non-BigInt overload of round_number_to_increment()
Linus Groh
2021-10-07
LibGUI: Support drag-to-reorder in TabWidget
Peter Elliott
2021-10-07
LibJS: Add fast_is<T>() for FunctionExpression and ClassExpression
Andreas Kling
2021-10-07
LibJS: Fast non-local variable access :^)
Andreas Kling
2021-10-07
LibJS: Taint variable environment chain after non-strict direct eval()
Andreas Kling
2021-10-06
LibWebSocket: Add missing headers to Message.h
Ben Wiederhake
2021-10-06
LibWeb: Add missing headers
Ben Wiederhake
2021-10-06
LibWeb: Clean up static function in header
Ben Wiederhake
2021-10-06
LibWeb: Resolve cyclic dependency: Length and CalculatedStyleValue
Ben Wiederhake
2021-10-06
LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule
Ben Wiederhake
2021-10-06
LibWasm: Add missing forward declaration to Printer/Printer.h
Ben Wiederhake
2021-10-06
LibVT: Add missing headers
Ben Wiederhake
2021-10-06
LibThreading: Add missing headers to Mutex.h
Ben Wiederhake
2021-10-06
LibTLS: Add missing headers to CipherSuite.h
Ben Wiederhake
2021-10-06
LibSyntax: Add missing headers to HighlighterClient.h
Ben Wiederhake
2021-10-06
LibSQL: Resolve cyclic dependency
Ben Wiederhake
2021-10-06
LibJS: Add missing headers
Ben Wiederhake
2021-10-06
LibGUI: Add missing headers
Ben Wiederhake
2021-10-06
LibCrypto: Add missing header to EMSA_PSS.h
Ben Wiederhake
2021-10-06
LibCompress: Add missing header to DeflateTables.h
Ben Wiederhake
2021-10-06
LibC: Fix redeclaration in x86_64/regs.h
Ben Wiederhake
2021-10-06
LibC: Make sure ARCH macro is available before use
Ben Wiederhake
2021-10-07
LibJS: Make Reference aware of DeclarativeEnvironment indices
Andreas Kling
2021-10-07
LibJS: Add direct (indexed) binding accessors to DeclarativeEnvironment
Andreas Kling
2021-10-07
LibJS: Make Environment::has_binding() optionally return binding index
Andreas Kling
2021-10-07
LibJS: Make DeclarativeEnvironment store bindings in a Vector
Andreas Kling
2021-10-06
LibWeb: Move line boxes from Layout::Box to BlockContainer
Andreas Kling
2021-10-06
LibWeb: Mark Layout::ListItemMarkerBox as never having children
Andreas Kling
[next]