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-09-08
LibGUI: West Const to East Const refactor
Dawid Wolosowicz
2021-09-08
LibGUI: Remove an unnecessarily specific inline capacity
Dawid Wolosowicz
2021-09-08
LibGUI: Sync the highlighting after each model update
Dawid Wolosowicz
2021-09-08
LibGUI: Refactor AbstractView::do_search() into two standalone steps
Dawid Wolosowicz
2021-09-08
LibGUI: Remove barely used AbstractView::is_searching()
Dawid Wolosowicz
2021-09-08
LibGUI: Unify naming of searching timer related members
Dawid Wolosowicz
2021-09-08
LibGUI: Rename AbstractView::m_searching => m_highlighted_search
Dawid Wolosowicz
2021-09-08
LibGUI: Remove barely used AbstractView::is_highlighting_searching()
Dawid Wolosowicz
2021-09-08
LibGUI: Remove barely used AbstractView::searching()
Dawid Wolosowicz
2021-09-08
LibGUI: Make AbstractView::is_searching protected
Dawid Wolosowicz
2021-09-08
LibWeb: Scroll viewport to (0, 0) after loading a new document
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-08
LibWeb: Make BrowsingContext::m_top_level_browsing_context a WeakPtr
Andreas Kling
2021-09-08
LibWeb: Remove unnecessary DOM::Position destructor
Andreas Kling
2021-09-08
LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*()
Andreas Kling
2021-09-08
LibWeb: Remove unused PageClient::is_multi_process()
Andreas Kling
2021-09-08
LibWeb: Remove bogus forward declaration for Web::StackingContext
Andreas Kling
2021-09-08
LibWeb: Convert BrowsingContext to east-const style
Andreas Kling
2021-09-08
LibWeb: Use delegating constructors in BrowsingContext
Andreas Kling
2021-09-08
LibWeb+WebContent: Port DumpLayoutTree to OutOfProcessWebView
Andreas Kling
2021-09-08
LibGUI+WindowServer: Remove now-obsolete cursor tracking feature
Ben Wiederhake
2021-09-08
LibGUI+WindowServer: Introduce new mouse tracking mechanism
Ben Wiederhake
2021-09-08
test-js: Add a mark_as_garbage method to force GC to collect that object
davidot
2021-09-08
LibJS: Fix Temporal.PlainTime.prototype.equals test
Luke Wilde
2021-09-08
LibJS: Add and use the CreateNegatedTemporalDuration AO
Linus Groh
2021-09-08
LibJS: Make implementation-defined language more concise
Linus Groh
2021-09-08
LibJS: Use the newly added remainder operation in GetISOPartsFromEpoch
Linus Groh
2021-09-08
LibJS: Validate Calendar.prototype.fields() values more strictly
Linus Groh
2021-09-07
LibWeb: Add preceding and following Node cases in tree constraints
Luke Wilde
2021-09-07
LibRegex: Use the correct capture group index in ERE bytecode generation
Ali Mohammad Pur
2021-09-07
LibWeb: Don't trim whitespace when checking for "module" type on scripts
Luke Wilde
2021-09-07
LibELF: Use StringView to carry temporary strings in auxiliary vector
Andreas Kling
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.resolvedOptions
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.formatToParts
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.format
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.supportedLocalesOf
Timothy Flynn
2021-09-06
LibJS: Implement the Intl.ListFormat constructor
Timothy Flynn
2021-09-06
LibJS: Implement a nearly empty Intl.ListFormat object
Timothy Flynn
2021-09-06
LibUnicode: Parse and generate the Unicode locale list patterns dataset
Timothy Flynn
2021-09-06
LibJS: Use StringViews in Round{NumberToIncrement, TemporalInstant}
Idan Horowitz
2021-09-06
LibJS: Implement Temporal.Instant.prototype.since
Idan Horowitz
2021-09-06
LibJS: Implement Temporal.Instant.prototype.until
Idan Horowitz
2021-09-06
LibJS: Add a bunch of Temporal Abstract Operations
Idan Horowitz
2021-09-06
LibCrypto: Add naive implementation of {Un,}SignedBigInteger::to_double
Idan Horowitz
2021-09-06
LibWeb+WebContent: Remove old console-logging IPC calls
Sam Atkins
2021-09-06
LibWeb+WebContent: Add new console-message IPC calls
Sam Atkins
2021-09-06
LibGUI: Dynamically resize editing content rect in IconView
Marcus Nilsson
2021-09-06
LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case
Timothy Flynn
2021-09-06
LibJS: Only remove Unicode locale extensions during the LookupMatcher AO
Timothy Flynn
[next]