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-09-15
Meta: Allow specifying alternative paths for downloaded Unicode data
Andrew Kaster
2021-09-15
Meta: Define and use lagom_tool() CMake helper function for all Tools
Andrew Kaster
2021-09-15
Breakout: Tag fallthrough statement
Matheus Vinicius
2021-09-15
Breakout: Add possibility to play with A and D
Matheus Vinicius
2021-09-15
LibWeb: Make Layout::Node::paint() pure virtual
Andreas Kling
2021-09-15
LibWeb: Avoid some redundant calls to Layout::Box::absolute_rect()
Andreas Kling
2021-09-15
LibWeb: Remove unused NodeWithStyle::m_position field
Sam Atkins
2021-09-15
LibWeb: Make flex-box ignore out-of-flow child boxes
Sam Atkins
2021-09-15
LibWeb: Implement "out-of-flow" property of Layout Box
Sam Atkins
2021-09-15
Base: Add test page for testing weird flexbox combinations
Sam Atkins
2021-09-15
LibRegex: Make the optimizer understand references and capture groups
Ali Mohammad Pur
2021-09-15
LibWeb: Parse the <svg viewBox> attribute
Andreas Kling
2021-09-15
LibWeb: Add SVG::ViewBox to represent SVG view boxes
Andreas Kling
2021-09-15
LibWeb: Add an SVG::AttributeNames namespace
Andreas Kling
2021-09-15
LibJS: Make References see into Environment's bindings as well
Ali Mohammad Pur
2021-09-15
LibWeb: Speed up computed style calculation
Sam Atkins
2021-09-15
PixelPaint: Add ability to draw squares and circles
Zyper
2021-09-15
LibGfx: Add method for calculating square aspect ratio end point
Zyper
2021-09-15
LibJS: Fix [[TimeZoneOffsetString]] value in ParseTemporalInstantString
Linus Groh
2021-09-14
LibWeb: Improvements to error handling in HTML foreign content parsing
Andreas Kling
2021-09-14
LibWeb: Flexbox: Avoid division by zero
Tobias Christiansen
2021-09-14
LibWeb: Flexbox: Change the name of a variable to correspond to spec
Tobias Christiansen
2021-09-14
LibWeb: Flexbox: Resolve relative size of flex-items more correctly
Tobias Christiansen
2021-09-14
LibRegex: Avoid using GenericLexer::consume() when at eof
Ali Mohammad Pur
2021-09-14
LibWeb: Add several computed CSS styles
kleines Filmröllchen
2021-09-14
LibWeb: Add CombinedBoderRadiusStyleValue for CSS `border-radius`
kleines Filmröllchen
2021-09-14
Base: Add developer's tests to computed-style.html
kleines Filmröllchen
2021-09-14
LibJS+LibWeb: Move script parse time logging from JS::Script to LibWeb
Andreas Kling
2021-09-14
LibJS+LibTest: Use JS::Script and JS::SourceTextModule in test-js
Andreas Kling
2021-09-14
LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error)
Andreas Kling
2021-09-14
LibJS: Add a barebones SourceTextModule class
Andreas Kling
2021-09-14
LibTest: Decorate cleanup_and_exit() with [[noreturn]]
Andreas Kling
2021-09-14
LibJS: Make JS::Script keep the VM alive
Andreas Kling
2021-09-14
LibJS: Add a barebones Module class
Andreas Kling
2021-09-14
LibJS: Reorganize ExecutionContext a little bit
Andreas Kling
2021-09-14
LibJS: Implement parsing and execution of optional chains
Ali Mohammad Pur
2021-09-14
LibJS: Reorder the global eval function call detection conditions a bit
Ali Mohammad Pur
2021-09-14
LibJS: Mark two JS::Reference functions `const`
Ali Mohammad Pur
2021-09-14
Kernel: Disable lock rank enforcement by default for now
Brian Gianforcaro
2021-09-14
Profiler: Make the ProfileModel searchable
Ali Mohammad Pur
2021-09-14
LibRegex: Avoid excessive Vector copy when compiling regexps
Ali Mohammad Pur
2021-09-14
Meta: Tweak the error in check-ak-test-files.sh a bit
Ali Mohammad Pur
2021-09-14
AK: Add an abstraction over multiple disjoint buffers
Ali Mohammad Pur
2021-09-14
LibJS: Add a fast failure path to try_parse_arrow_function_expression()
Andreas Kling
2021-09-14
LibJS: Skip ID_{Start,Continue} property lookup for any ASCII characters
Linus Groh
2021-09-14
LibWeb: Implement ParentNode.children
Luke Wilde
2021-09-14
LibWeb: Make the innerHTML setter spec compliant
Luke Wilde
2021-09-14
LibWeb: Implement HTML fragment serialisation and use it in innerHTML
Luke Wilde
2021-09-14
LibWeb: Add the URL::{protocol, pathname, search, hash} attributes
Idan Horowitz
2021-09-14
LibWeb: Add the URL::host, URL::hostname & URL:port attributes
Idan Horowitz
[next]