summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-02-19LibWeb: Add Layout::Node::debug_description()Andreas Kling
2022-02-19LibWeb: Share QualifiedName data between identical instancesAndreas Kling
2022-02-19LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizerAndreas Kling
2022-02-19LibWeb: Move QualifiedName into the Web::DOM namespaceAndreas Kling
2022-02-19LibWeb: Move QualifiedName.h into LibWeb/DOM/Andreas Kling
2022-02-19LibWeb: Shrink DOM::EventTarget by 80 bytesAndreas Kling
2022-02-19LibWeb: Cache and reuse some very common StyleValue objectsAndreas Kling
2022-02-19LibWeb: Turn StyleProperties::m_property_values into an ArrayAndreas Kling
2022-02-19LibWeb: Inspector content_size tooltip in document viewVrins
2022-02-19LibWeb: Add support for CSS image-rendering propertyMaciej
2022-02-19LibGUI: Guard against use-after-free in Clipboard::the()Itamar
2022-02-19HackStudio: Don't store a global RefPtr to the HackStudioWidgetItamar
2022-02-19Kernel: Fixed argument passing for profiling_enable syscallJakub Berkop
2022-02-19Filemanager: Only enable rename if availableSimon Danner
2022-02-19Shell: Use an opaque default color for BarewordLiteralkperdlich
2022-02-19LibWeb: Return current document URL if form action missing or emptyAdam Plumb
2022-02-19LibWeb: Refresh text-<input> contents when pressing backspace or deleteKenneth Myhra
2022-02-19gml-format: Exit with non-0 exit code when the file formatting changesIdan Horowitz
2022-02-18Core: Remove non-existent classes from `Forward.h`James Puleo
2022-02-18LibJS: Ensure we only call toString on computed properties onceAnonymous
2022-02-18LibJS: Unify exponentiation logic for ** operator and Math.powAnonymous
2022-02-18LibArchive: Use designated initializersLenny Maiorani
2022-02-18LibArchive: Refactor zip header handlingLenny Maiorani
2022-02-18LibWeb: Use more relevant WebSocket spec linksLinus Groh
2022-02-18LibWeb: Move WebSocket into the Web::WebSockets namespaceLinus Groh
2022-02-18BrowserSettings: Run gml-format on ContentFilterSettingsWidget.gmlAndreas Kling
2022-02-18LibWeb: Add missing is_length() check in FFC::is_cross_auto()Andreas Kling
2022-02-18LibWeb: Resolve Lengths to pixels earlierSam Atkins
2022-02-18LibWeb: Remove Length::Type::Undefined! :^)Sam Atkins
2022-02-18LibWeb: Remove redundant Length::resolved() callsSam Atkins
2022-02-18LibWeb: Calculate calc() lengths in to_px()Sam Atkins
2022-02-18LibWeb: Remove fallback value from Length::resolved()Sam Atkins
2022-02-18LibWeb: Use Optional instead of undefined-lengths for widths/heightsSam Atkins
2022-02-18LibWeb: VERIFY when getting a length from an invalid StyleValueSam Atkins
2022-02-18LibWeb: Initialize BoxShadowData lengths to 0px instead of undefinedSam Atkins
2022-02-18LibWeb: Use a Variant for calc() percentage_basisSam Atkins
2022-02-18Browser: Add option to open BrowserSettings from Browser :^)Maciej
2022-02-18BrowserSettings: Implement GUI for setting up content filters :^)Maciej
2022-02-18Browser: Add support for disabling content filteringMaciej
2022-02-18Browser: Implement listener for most config optionsMaciej
2022-02-18Browser: Call url_from_user_input for home URLMaciej
2022-02-18Browser: Update content filters if the config file changesMaciej
2022-02-18LibJS: Add a spec link for Iterator RecordsTimothy Flynn
2022-02-18LibJS: Allow methods in classes named 'async'davidot
2022-02-18LibJS: Allow CallExpression as left hand side of for-of/for-in loopsdavidot
2022-02-18RequestServer: Bump the ConnectionCache concurrent connection limit to 4Ali Mohammad Pur
2022-02-18FontEditor: Remove listener clientthankyouverycool
2022-02-18FontEditor: Save settings for showing metadata and unicode blocksthankyouverycool
2022-02-18FontEditor: Add a search box to filter Unicode blocksthankyouverycool
2022-02-18LibGUI: Let AbstractViews be activated programmaticallythankyouverycool