summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser
AgeCommit message (Expand)Author
2022-12-21Browser: Introduce action for opening bookmarks in a new windowKemal Zebari
2022-12-19Browser+WebContent: Fixup some DOM inspector weirdnessMacDue
2022-12-19Browser: Close inspectors and JS console when tab closesMacDue
2022-12-14Browser: Inject cookies timestamps as integers rather than doublesTimothy Flynn
2022-12-12Browser: Go back/forward when pressing back/forward mouse buttonsBaitinq
2022-12-12LibCore: Propagate errors from `Stream::*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`Tim Schumacher
2022-12-08Browser: Store cookies in a LibSQL database :^)Timothy Flynn
2022-12-08Browser+LibWebView+WebContent: Do not domain match on cookie updatesTimothy Flynn
2022-12-08LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>Andreas Kling
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-07LibJS: Convert MarkupGenerator to the new StringLinus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26Browser: Remove previous history entry in History::replace_current()Baitinq
2022-11-26Browser: Replace history entry if loading URL because of a redirectBaitinq
2022-11-26Browser: Add History::replace_current() functionBaitinq
2022-11-15LibWeb: Add 'should block pop ups' user config to PageIdan Horowitz
2022-11-15Userland: Remove workarounds for LibIPC include order sensitivityTimothy Flynn
2022-11-14Browser: Remove unused WebDriverSessionServer.ipcAndrew Kaster
2022-11-12WebDriver: Implement `POST /session/{id}/window/fullscreen` endpointTobias Christiansen
2022-11-11Browser+WebDriver: Remove the connection between Browser and WebDriverTimothy Flynn
2022-11-11Browser+WebDriver: Add missing header includesTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get Title to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Back, Forward, Refresh to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Delete All Cookies to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Delete Cookie to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Add Cookie to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get Named Cookie to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get All Cookies to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Execute Async Script to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get Page Source to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Take Element Screenshot to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Take Screenshot to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Is Element Enabled to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Rect to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Tag Name to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Text to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element CSS Value to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Property to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Attribute to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Is Element Selected to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Find Elements From Element to WCTimothy Flynn
2022-11-09Browser+WebContent+WebDriver: Move [Max,Min]imize Window to WebContentTimothy Flynn
2022-11-09Browser+LibWebView+WebContent: Add IPC to minimize and maximize windowTimothy Flynn
2022-11-09Browser+WebContent+WebDriver: Move Get/Set Window Rect to WebContentTimothy Flynn
2022-11-09Browser+LibWebView+WebContent: Add IPC to re[store,size,position] windowTimothy Flynn
2022-11-09Browser: Remove unused WebDriver IPC endpointsTimothy Flynn
2022-11-08WebContent+WebDriver: Move the Navigate To command to WebContentTimothy Flynn