summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/Tab.cpp
AgeCommit message (Expand)Author
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-05-23Browser: Default to HTTPS instead of HTTP if no protocol is specifiedAndreas Kling
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-05-17Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebViewTimothy Flynn
2023-05-17Browser+Ladybird+LibWebView: Move some common functions to LibWebViewTimothy Flynn
2023-05-16Browser: Move screenshot context menu actions above inspector actionsTimothy Flynn
2023-05-16Browser: Add a context menu for video elementsTimothy Flynn
2023-04-24Browser: Convert `BookmarksBarWidget` to use failable functionsCameron Youell
2023-04-22Browser+Ladybird+LibWeb: Port content filters to StringTimothy Flynn
2023-04-18Browser: Propagate autoplay settings to the WebContent processTimothy Flynn
2023-04-09Browser: Have `BookmarksBarWidget` signal bookmark changes for `Tab`Kemal Zebari
2023-03-31Browser: Add tooltip to reset zoom level buttonMacDue
2023-03-29Browser: Add reset zoom level button to toolbarMacDue
2023-03-21WebContent+Everywhere: Add a WebContent IPC to activate a tabTimothy Flynn
2023-03-21WebContent+Everywhere: Add an option to not activate new tabs over IPCTimothy Flynn
2023-03-17Browser: Have the bookmark button use the editor dialogKemal Zebari
2023-03-16Browser: Implement `notify_request_open_new_tab`Aliaksandr Kalenik
2023-03-07Browser: Handle close event in WebContentViewAliaksandr Kalenik
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
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
2022-12-31Browser: Add window to inspect historyRafał Babiarz
2022-12-21Browser: Introduce action for opening bookmarks in a new windowKemal Zebari
2022-12-19Browser: Close inspectors and JS console when tab closesMacDue
2022-12-12Browser: Go back/forward when pressing back/forward mouse buttonsBaitinq
2022-12-08Browser+LibWebView+WebContent: Do not domain match on cookie updatesTimothy Flynn
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26Browser: Replace history entry if loading URL because of a redirectBaitinq
2022-11-12WebDriver: Implement `POST /session/{id}/window/fullscreen` endpointTobias Christiansen
2022-11-11Browser+WebContent+WebDriver: Move Back, Forward, Refresh to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Delete 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-09Browser+LibWebView+WebContent: Add IPC to minimize and maximize windowTimothy Flynn
2022-11-09Browser+LibWebView+WebContent: Add IPC to re[store,size,position] windowTimothy Flynn
2022-11-08Browser+LibWebView+WebDriver: Connect WebDriver to WebContentTimothy Flynn
2022-11-05Browser: Add a context menu item to take a full document screenshotTimothy Flynn
2022-11-05Browser: Rename "take screenshot" action to "take visible screenshot"Timothy Flynn
2022-11-04Browser: Add a banner to tabs controlled by WebDriverLinus Groh
2022-11-04Browser: Refactor WebDriver flag activation into a single functionLinus Groh
2022-11-02Browser: Add a context menu item to take a screenshot of the current tabTimothy Flynn
2022-11-01Browser: Inform WebView processes of the browser window's position/sizeTimothy Flynn
2022-10-20Browser: Add ability to delete cookies from Storage InspectorSam Atkins
2022-10-13Browser: Set 'webdriver-active flag' when creating a new TabLinus Groh