summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-09-08LibGUI: West Const to East Const refactorDawid Wolosowicz
2021-09-08LibGUI: Remove an unnecessarily specific inline capacityDawid Wolosowicz
2021-09-08LibGUI: Sync the highlighting after each model updateDawid Wolosowicz
2021-09-08LibGUI: Refactor AbstractView::do_search() into two standalone stepsDawid Wolosowicz
2021-09-08LibGUI: Remove barely used AbstractView::is_searching()Dawid Wolosowicz
2021-09-08LibGUI: Unify naming of searching timer related membersDawid Wolosowicz
2021-09-08LibGUI: Rename AbstractView::m_searching => m_highlighted_searchDawid Wolosowicz
2021-09-08LibGUI: Remove barely used AbstractView::is_highlighting_searching()Dawid Wolosowicz
2021-09-08LibGUI: Remove barely used AbstractView::searching()Dawid Wolosowicz
2021-09-08LibGUI: Make AbstractView::is_searching protectedDawid Wolosowicz
2021-09-08LibWeb: Scroll viewport to (0, 0) after loading a new documentAndreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-09-08LibWeb: Make BrowsingContext::m_top_level_browsing_context a WeakPtrAndreas Kling
2021-09-08LibWeb: Remove unnecessary DOM::Position destructorAndreas Kling
2021-09-08LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*()Andreas Kling
2021-09-08LibWeb: Remove unused PageClient::is_multi_process()Andreas Kling
2021-09-08LibWeb: Remove bogus forward declaration for Web::StackingContextAndreas Kling
2021-09-08LibWeb: Convert BrowsingContext to east-const styleAndreas Kling
2021-09-08LibWeb: Use delegating constructors in BrowsingContextAndreas Kling
2021-09-08LibWeb+WebContent: Port DumpLayoutTree to OutOfProcessWebViewAndreas Kling
2021-09-08LibGUI+WindowServer: Remove now-obsolete cursor tracking featureBen Wiederhake
2021-09-08LibGUI+WindowServer: Introduce new mouse tracking mechanismBen Wiederhake
2021-09-08test-js: Add a mark_as_garbage method to force GC to collect that objectdavidot
2021-09-08LibJS: Fix Temporal.PlainTime.prototype.equals testLuke Wilde
2021-09-08LibJS: Add and use the CreateNegatedTemporalDuration AOLinus Groh
2021-09-08LibJS: Make implementation-defined language more conciseLinus Groh
2021-09-08LibJS: Use the newly added remainder operation in GetISOPartsFromEpochLinus Groh
2021-09-08LibJS: Validate Calendar.prototype.fields() values more strictlyLinus Groh
2021-09-07LibWeb: Add preceding and following Node cases in tree constraintsLuke Wilde
2021-09-07LibRegex: Use the correct capture group index in ERE bytecode generationAli Mohammad Pur
2021-09-07LibWeb: Don't trim whitespace when checking for "module" type on scriptsLuke Wilde
2021-09-07LibELF: Use StringView to carry temporary strings in auxiliary vectorAndreas Kling
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-09-06LibJS: Implement Intl.ListFormat.prototype.resolvedOptionsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatToPartsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.supportedLocalesOfTimothy Flynn
2021-09-06LibJS: Implement the Intl.ListFormat constructorTimothy Flynn
2021-09-06LibJS: Implement a nearly empty Intl.ListFormat objectTimothy Flynn
2021-09-06LibUnicode: Parse and generate the Unicode locale list patterns datasetTimothy Flynn
2021-09-06LibJS: Use StringViews in Round{NumberToIncrement, TemporalInstant}Idan Horowitz
2021-09-06LibJS: Implement Temporal.Instant.prototype.sinceIdan Horowitz
2021-09-06LibJS: Implement Temporal.Instant.prototype.untilIdan Horowitz
2021-09-06LibJS: Add a bunch of Temporal Abstract OperationsIdan Horowitz
2021-09-06LibCrypto: Add naive implementation of {Un,}SignedBigInteger::to_doubleIdan Horowitz
2021-09-06LibWeb+WebContent: Remove old console-logging IPC callsSam Atkins
2021-09-06LibWeb+WebContent: Add new console-message IPC callsSam Atkins
2021-09-06LibGUI: Dynamically resize editing content rect in IconViewMarcus Nilsson
2021-09-06LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}CaseTimothy Flynn
2021-09-06LibJS: Only remove Unicode locale extensions during the LookupMatcher AOTimothy Flynn