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
2022-02-06
LibCore: Take StringViews by value in Stream::* function arguments
Ali Mohammad Pur
2022-02-06
LibCore: Add a pure virtual parent to Core::Stream::BufferedSocket<T>
Ali Mohammad Pur
2022-02-06
LibCore: Remove Core::LocalSocket :^)
sin-ack
2022-02-06
LibCore: Use Core::Stream::LocalSocket in InspectorServerConnection
sin-ack
2022-02-06
LibCore: Use SystemServerTakeover functionality in LocalServer
sin-ack
2022-02-06
LibCore: Implement LocalSocket::release_fd
sin-ack
2022-02-06
LibCore+LibIPC: Move SystemServerTakeover.{h,cpp} to LibCore
sin-ack
2022-02-06
LibGfx: Avoid inclusion of xmmintrin.h on non-X86 architectures
Morten Larsen
2022-02-06
LibWeb: Remove unnecessary check for 0-sized fragments in InlineNode
Andreas Kling
2022-02-06
LibWeb: Only compute containing block rect once in InlineNode::paint()
Andreas Kling
2022-02-06
LibWeb: Make window.inner{Width,Height} return *viewport* size
Andreas Kling
2022-02-06
LibWeb: Rename Layout::Box::size() to content_size()
Andreas Kling
2022-02-05
LibWeb: Keep tree order of sibling stacking contexts with same z-index
Andreas Kling
2022-02-05
LibWeb: Add a partial implementation of Element.setAttributeNS()
Andreas Kling
2022-02-05
LibJS: Explicitly initialize primitive IndexedPropertyIterator members
Andreas Kling
2022-02-05
LibJS: Cache valid indices in IndexedPropertyIterator
Andreas Kling
2022-02-05
LibWeb: Put ClassicScript debug spam behind HTML_SCRIPT_DEBUG
Andreas Kling
2022-02-05
LibWeb: Put CSS parser debug spam behind CSS_PARSER_DEBUG
Andreas Kling
2022-02-05
LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy update
Andreas Kling
2022-02-05
LibWeb: Implement CanvasGradient.addColorStop() according to spec
Andreas Kling
2022-02-05
LibWeb: Compute element style in Layout::TreeBuilder
Andreas Kling
2022-02-05
LibGfx: Fail gracefully when trying to load invalid-sized HiDPI image
Maciej
2022-02-05
LibRegex: Support non-ASCII whitespace characters when matching \s or \S
Timothy Flynn
2022-02-05
LibWeb: Mark SelectorEngine matches-related functions as inline
Idan Horowitz
2022-02-05
LibWeb: Cache the result of Selector::specificity()
Idan Horowitz
2022-02-05
LibRegex: Do not return an Optional from Regex::Matcher::execute
Timothy Flynn
2022-02-05
LibRegex: Do not continue searching input when the sticky bit is set
Timothy Flynn
2022-02-05
LibJS: Remove the VERIFY_NOT_REACHED in link_and_eval_module
davidot
2022-02-05
LibJS: Visit internal values in PromiseValueList
davidot
2022-02-05
LibJS: Keep handles on internal function while creating a class
davidot
2022-02-05
LibJS: Keep handles on promise functions while resolving a module
davidot
2022-02-05
LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option
davidot
2022-02-05
LibSQL: Implement a DESCRIBE TABLE statement
Mahmoud Mandour
2022-02-05
LibSQL: Avoid signed arithmetic in `IntegerImpl::compare`
Mahmoud Mandour
2022-02-05
LibJS+LibRegex: Don't repeat regex match in regexp_exec()
Ali Mohammad Pur
2022-02-05
LibRegex+LibJS: Avoid searching for more than one match in JS RegExps
Ali Mohammad Pur
2022-02-04
LibJS: Rename variables to 'calendarLike' in a couple of places
Linus Groh
2022-02-04
LibJS: Remove '-000000' check from ParseTemporalYearMonthString
Linus Groh
2022-02-04
LibJS: Update fallibility of ParseISODateTime in spec comments
Linus Groh
2022-02-04
LibCoredump: Add stack frame entry even if there is no object info
Maciej
2022-02-04
LibCoredump: Fix use-after-free in Backtrace::object_info_for_region()
Maciej
2022-02-04
LibJS: Explicitly handle invalid Date objects in UTC time setters
Timothy Flynn
2022-02-04
LibJS: Explicitly handle invalid Date objects in local time setters
Timothy Flynn
2022-02-04
LibWeb: Implement CalculatedStyleValue::to_string()
Sam Atkins
2022-02-04
LibWeb: Distinguish between Integer and Number calc() values
Sam Atkins
2022-02-04
LibWeb: Allow calc() in opacity
Sam Atkins
2022-02-04
LibWeb+Base: Enable calc() for font-weight property :^)
Sam Atkins
2022-02-04
LibWeb: Add resolving calc() to a number/integer/percentage
Sam Atkins
2022-02-04
LibWeb: Allow percentage tokens again when parsing calc()
Sam Atkins
2022-02-04
LibWeb: Allow LengthPercentage to hold a calculated value
Sam Atkins
[next]