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
2021-10-08
LibWeb: Evaluate `@media` rules
Sam Atkins
2021-10-08
LibWeb: Implement `@supports` rule :^)
Sam Atkins
2021-10-08
LibWeb: Make style-rule iteration aware of CSSMediaRule
Sam Atkins
2021-10-08
LibWeb: Move CSSRule iteration to CSSRuleList
Sam Atkins
2021-10-08
LibWeb: Implement `CSS.supports(string)` function :^)
Sam Atkins
2021-10-08
LibWeb: Parse CSS `Supports`
Sam Atkins
2021-10-08
LibWeb: Add CSS 'Supports' class
Sam Atkins
2021-10-08
Base: Add CSS.supports / `@supports {}` test-page
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
AK: Always inline the RefCountedBase functions
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
AK: Calculate CircularQueue::end() correctly (for real this time)
Peter Elliott
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-08
CrashDaemon: Stop automatically compressing coredumps
Andreas Kling
2021-10-07
Documentation: Fix one more path for GRUB netbooting
Tim Schumacher
2021-10-07
Documentation: Install pxelinux into the root of TFTP
Tim Schumacher
2021-10-07
Documentation: Update NetworkBoot to include Prekernel
Tim Schumacher
2021-10-07
Kernel: Use find_largest_not_above in VirtualRangeAllocator
Idan Horowitz
2021-10-07
Kernel: Note if the page fault address is a destroyed smart pointer
Luke Wilde
2021-10-07
ResourceGraph: Use /proc/stat instead of /proc/all for CPU usage stats
Idan Horowitz
2021-10-07
Kernel: Add the /proc/stat ProcFS component
Idan Horowitz
2021-10-07
Kernel: Add Processor::time_spent_idle()
Idan Horowitz
2021-10-07
Meta: Disable -Wmaybe-uninitialized for Lagom
Idan Horowitz
2021-10-07
LibJS: Take advantage of Value::Type::Int32 in a bunch of functions
Andreas Kling
2021-10-07
AK+Kernel: Make automatically locking RefPtr & co a kernel-only thing
Andreas Kling
2021-10-07
Base: Use requestAnimationFrame in Game of Life WASM demo
Luke Wilde
2021-10-07
PixelPaint: Close tab now prompts for a save
Alex Major
2021-10-07
Meta: Warn on `rebuild-toolchain i686 clang`
Nico Weber
2021-10-07
PixelPaint: Use reorderable tabs
Luke Wilde
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
Browser: Use reorderable tabs
Peter Elliott
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
[next]