summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser
AgeCommit message (Expand)Author
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-07Browser: Add Accessibility Tab to Inspector WidgetJonah
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-05LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel unitsSam Atkins
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/IterationDecision.hBen Wiederhake
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-31Browser: Add window to inspect historyRafał Babiarz
2022-12-28Applications: Remove i686 supportLiav A
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