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
Age
Commit message (
Expand
)
Author
2022-04-12
LibWeb: Move/rename StyleBlockRule to Parser::Block
Sam Atkins
2022-04-12
LibWeb: Move StyleBlockRule code into StyleBlockRule.cpp
Sam Atkins
2022-04-12
LibWeb: Move/rename StyleFunctionRule to Parser::Function
Sam Atkins
2022-04-12
LibWeb: Move StyleFunctionRule code into StyleFunctionRule.cpp
Sam Atkins
2022-04-12
LibWeb: Add Formatter for ComponentValues
Sam Atkins
2022-04-12
LibWeb: Move ComponentValue to CSS::Parser namespace
Sam Atkins
2022-04-12
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
Sam Atkins
2022-04-12
LibWeb: Stop manually forward-declaring types in CSS Parser.h
Sam Atkins
2022-04-12
LibWeb: Move ComponentValue code into ComponentValue.cpp
Sam Atkins
2022-04-12
CrashReporter: Implement `Save Backtrace` button
Ali Chraghi
2022-04-12
LibWeb: Bring HTMLOptionElement closer to spec
Igor Pissolati
2022-04-12
LibWeb: Improve HTMLImageElement::{width,height}()
Igor Pissolati
2022-04-12
LibWeb: Bring HTMLImageElement closer to spec
Igor Pissolati
2022-04-12
LibWeb: Bring Node closer to spec
Igor Pissolati
2022-04-12
LibWeb: Bring Document closer to spec
Igor Pissolati
2022-04-11
LibSoftGPU: Optimize clipping code
Jelle Raaijmakers
2022-04-11
LibSoftGPU: Remove superfluous braces in `Clipper`
Jelle Raaijmakers
2022-04-12
LibJS: Pass this value to fallback func in Array.prototype.toString()
Linus Groh
2022-04-11
LibJS: Update ZonedDateTime AO spec comments for structured headers
Luke Wilde
2022-04-12
LibWeb: Make Layout::Box::set_needs_display() work for all boxes
Andreas Kling
2022-04-11
LibJS: Remove unused include from AbstractOperations.cpp
Linus Groh
2022-04-11
LibJS: Move additional notes to spec comments onto their own line
Linus Groh
2022-04-11
LibJS: Call HostEnsureCanCompileStrings in CreateDynamicFunction
Luke Wilde
2022-04-11
LibJS: Add tests for the new steps added to PerformEval
Luke Wilde
2022-04-11
LibJS: Add missing steps and spec comments to PerformEval
Luke Wilde
2022-04-11
LibWeb: Support CSSRule.type
Andreas Kling
2022-04-11
LibWeb: Support CSSStyleDeclaration.getPropertyPriority()
Andreas Kling
2022-04-11
LibWeb: Implement CSS declaration block's "updating flag"
Andreas Kling
2022-04-11
LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec
Andreas Kling
2022-04-11
LibGfx: Draw complex emojis correctly
Simon Danner
2022-04-11
env: Use Core::System::exec()
Sam Atkins
2022-04-11
Utilities: Read positional arguments as Strings not char*s
Sam Atkins
2022-04-11
Shell: Read script arguments as Strings instead of char*s
Sam Atkins
2022-04-11
strace: Use Core::System::exec()
Sam Atkins
2022-04-11
LibCore: Add `ArgsParser::add_positional_argument(Vector<String>&, ...)`
Sam Atkins
2022-04-11
profile: Use Core::System::exec()
Sam Atkins
2022-04-11
HackStudio: Use Core::System::exec()
Sam Atkins
2022-04-11
FileManager: Use Core::System::exec()
Sam Atkins
2022-04-11
pls: Use Core::System::exec()
Sam Atkins
2022-04-11
Terminal: Use Core::System::exec()
Sam Atkins
2022-04-11
paste: Use Core::System::{exec,setenv}
Sam Atkins
2022-04-11
LibCore: Add a wrapper for execvpe() and friends
Sam Atkins
2022-04-11
LibJS: Use single page spec link for BoundFunctionCreate
Linus Groh
2022-04-11
LibJS: Fix two bogus spec links
Linus Groh
2022-04-11
LibWeb: Add SVGDefsElement
Simon Danner
2022-04-11
HackStudio: Fix inverted condition when trying to create directories
stelar7
2022-04-11
BrowserSettings: Validate homepage URL
Julen Ruiz Aizpuru
2022-04-11
LibGFX: Transform vertices when drawing antialiased lines
Florian Stellbrink
2022-04-11
LibWeb: Reset canvas elements when their width/height attribute are set
Andreas Kling
2022-04-11
LibWeb: Add fast path for CRC2D.drawImage() with simple transform
Andreas Kling
[next]