summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-18LibArchive: Use designated initializersLenny Maiorani
2022-02-18LibArchive: Refactor zip header handlingLenny Maiorani
2022-02-18Spreadsheets: Add range functions to the Position classu9g
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
2022-02-18LibGUI: Make ItemListModels filterablethankyouverycool
2022-02-18LibProtocol: Close the stream notifier unconditionally on EOFAli Mohammad Pur
2022-02-18WebServer: Close the socket if Connection: keep-alive isn't requestedAli Mohammad Pur
2022-02-18LibTLS: Add Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) supportMichiel Visser
2022-02-18LibGUI: Account for hidden headers in content size calculationthankyouverycool
2022-02-18SystemMonitor: Add proper icon to the ProcessState windowthankyouverycool
2022-02-18SystemMonitor: Don't invalidate ProcessStateModel on refreshthankyouverycool
2022-02-18LibCrypto: Add curve x25519stelar7
2022-02-18Utilities/nc: Add support to -I/--length option like SO_RCVBUFdayarthvader
2022-02-18tar: Automatically recognize gzip archivesTim Schumacher
2022-02-18Base: Update the tar manpageTim Schumacher
2022-02-18Userland: Dynamically update the MonitorSettingsWidget countdown timerstijndr
2022-02-18Kernel: Don't enable write-combine for the Bochs framebuffer deviceTom
2022-02-17Ports: Enable OpenSSL support for CMakeTim Schumacher
2022-02-18LibWeb: Support CSS :only-of-type selectorAndreas Kling
2022-02-18Base: Add <input> test pageAdam Hodgen
2022-02-18LibWeb: Add <input> value sanitiztion algorithmAdam Hodgen
2022-02-18LibWeb: Improve display of input elementsAdam Hodgen
2022-02-18LibWeb: Reflect only known values for <input> element's type attributeAdam Hodgen
2022-02-18Kernel: Add 'RegisterState' & 'KString::try_create' stubs for aarch64Marco Cutecchia