summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-03Everywhere: Clean up "the the" comment typosNico Weber
2022-11-03LibUnicode: Make the generated .h and .cpp paths for emoji data optionalTimothy Flynn
2022-11-03LibJS: Rename the Intl Enumeration Available* AOs to AvailableCanonical*Timothy Flynn
2022-11-03LibXML+LibWeb: Store the XML document's original sourceTimothy Flynn
2022-11-03LibWeb: Make it obvious that DOM::Document makes a copy of its sourceTimothy Flynn
2022-11-03LibXML: Convert some tab characters to spacesTimothy Flynn
2022-11-03WebDriver+Browser: Implement `GET /session/{id}/source`Timothy Flynn
2022-11-03LibWebView+WebContent: Add IPC to run the fragment serialization stepsTimothy Flynn
2022-11-03LibWeb: Fully implement the fragment serializing algorithmTimothy Flynn
2022-11-03CI: Also update the main workflow to use actions/checkout version 3Timothy Flynn
2022-11-03CI: Upgrade `actions/setup-python` to v4Filiph Sandström
2022-11-03CI: Upgrade `actions/checkout` to v3Filiph Sandström
2022-11-03Flood: Link against all required libraries privatelyAndrew Kaster
2022-11-03Games: Add Floodimplicitfield
2022-11-03Documentation: Give collapsed sections consistent headersFiliph Sandström
2022-11-02AK: Add support for mlibc in URLDennis Bonke
2022-11-02AK: Add support for mlibc in LexicalPathDennis Bonke
2022-11-02LibJS: Use the UnsignedBigInteger compare_to_double algorithmMoustafa Raafat
2022-11-02LibCrypto: Add a way to compare UnsignedBigInteger with doubleMoustafa Raafat
2022-11-02Base: Update tail(1) man pagedemostanis
2022-11-02tail: Port to Core::Stream, use Core::FileWatcherdemostanis
2022-11-02WebDriver: Implement `POST /session/{session id}/execute/async` endpointLinus Groh
2022-11-02WebDriver: Implement `POST /session/{session id}/execute/sync` endpointLinus Groh
2022-11-02WebDriver: Support "data" field in error responsesLinus Groh
2022-11-02Browser+LibWebView: Add WebDriver IPC plumbing for executing scriptsLinus Groh
2022-11-02LibWeb+WebContent: Add WebDriver infrastructure for executing scriptsLinus Groh
2022-11-02Browser: Add a context menu item to take a screenshot of the current tabTimothy Flynn
2022-11-02LibWeb: Resolve unresolved CSS calc() values in StyleComputerAndreas Kling
2022-11-02LibWeb: Add CSS::Parser helper for parsing a standalone "calc()" valueAndreas Kling
2022-11-02LibWeb: Add helper functions to create CSS parser tokensAndreas Kling
2022-11-02LibWeb: Do CSS var() expansion in a separate passAndreas Kling
2022-11-02LibWeb: Don't panic on unsupported text-decoration-line valuesAndreas Kling
2022-11-02LibWeb: Fix `justify-content: center` interaction with flex item marginsAndreas Kling
2022-11-03Shell: Re-block SIGTT{IN,OU} on startAli Mohammad Pur
2022-11-03LibLine: Avoid crashing on a 0x0 terminalAli Mohammad Pur
2022-11-02WebDriver+Browser: Implement `GET /session/{id}/screenshot`Timothy Flynn
2022-11-02Browser+LibWebView: Add a Tab hook to take a screenshotTimothy Flynn
2022-11-02WebContent: Support sending large responses to the WebDriver clientTimothy Flynn
2022-11-02Documentation: Update macOS build dependencies to gcc-12John Diamond
2022-11-02WebDriver+Browser: Implement `POST /session/{id}/window/minimize`Timothy Flynn
2022-11-02LibGUI+WindowServer: Allow programatically minimizing windowsTimothy Flynn
2022-11-02WebDriver+Browser: Implement `POST /session/{id}/window/maximize`Timothy Flynn
2022-11-02WebDriver+Browser: Implement `POST /session/{id}/window/rect`Timothy Flynn
2022-11-02WebDriver+Browser: Implement `GET /session/{id}/window/rect`Timothy Flynn
2022-11-02WebDriver: Convert a couple tabs to spacesTimothy Flynn
2022-11-02TextEditor: Save the selected fontMoustafa Raafat
2022-11-02SystemMonitor: Add context menu for opening adapter in NetworkSettingsMaciej
2022-11-02NetworkSettings: Add command line option for opening a specific adapterMaciej
2022-11-02SystemMonitor: Add Command column to ProcessModelMaciej
2022-11-02LibWeb: Support translate3dAliaksandr Kalenik