summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-11-03Everywhere: Clean up "the the" comment typosNico Weber
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-03Flood: Link against all required libraries privatelyAndrew Kaster
2022-11-03Games: Add Floodimplicitfield
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-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-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
2022-11-02LibWeb: Use more verbose input in CSS transform function generatorAliaksandr Kalenik
2022-11-02PixelPaint+LibGfx: Allow resizing images and layersjack gleeson
2022-11-01LibWeb: Paint `conic-gradient()`sMacDue
2022-11-01LibWeb: Parse `conic-gradient()`sMacDue
2022-11-01LibWeb: Parse CSS `<position>`sMacDue
2022-11-01LibWeb: Add PositionValue class to represent CSS `<position>`sMacDue
2022-11-01LibWeb: Add ConicGradientStyleValueMacDue
2022-11-01LibWeb: Define window.outerWidth and window.outerHeightTimothy Flynn
2022-11-01LibWeb: Retrieve the last known window position for window.screenX/YTimothy Flynn