summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/Tab.h
AgeCommit message (Expand)Author
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-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-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-15Userland: Remove workarounds for LibIPC include order sensitivityTimothy Flynn
2022-11-11Browser+WebDriver: Add missing header includesTimothy 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-04Browser: Refactor WebDriver flag activation into a single functionLinus Groh
2022-11-02Browser+LibWebView: Add a Tab hook to take a screenshotTimothy Flynn
2022-11-01Browser: Inform WebView processes of the browser window's position/sizeTimothy Flynn
2022-10-20WebDriver: Introduce a `WebDriverEndpoints` classTobias Christiansen
2022-10-20WebContent+Friends: Add IPC and plumbing for WebDriver endpointTobias Christiansen
2022-10-19WebContent+Friends: Add get_element_property IPC and plumbingTobias Christiansen
2022-10-19WebContent+Friends: Add get_element_attribute IPC and plumbingTobias Christiansen
2022-10-18WebDriver+Friends: Add IPC and plumbing for Element-gettingTobias Christiansen
2022-10-17Browser: Allow changing of existing Cookies in the CookieJarTobias Christiansen
2022-09-20LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pagesAndreas Kling
2022-05-28Browser+LibWeb+WebContent: Add ability to inspect session storageRafał Babiarz
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-05-05Browser: Rename "on_want_cookies" to match local storage equivalentRafał Babiarz
2022-04-09Browser+LibWeb+WebContent: Implement per-URL-pattern proxiesAli Mohammad Pur
2022-04-06LibWeb+Browser: Remove Web::WebViewHooks classAndreas Kling
2022-04-03Browser+LibWeb+WebContent: Add ability to inspect local storageValtteri Koskivuori
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-22Browser: Append .com when pressing CTRL+Enter in the URL text editorRok Povsic
2022-03-10Browser: Show currently loading host and remaining resource countBen Abraham
2022-03-02Browser: Add storage inspectorRafał Babiarz
2022-02-18Browser: Update content filters if the config file changesMaciej
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-06Userland: Convert TLS::TLSv12 to a Core::Stream::SocketAli Mohammad Pur
2021-09-06Browser: Move `show_console_window()` to TabSam Atkins
2021-09-02Browser: Prevent opening multiple DOM Inspectors for the same TabSam Atkins
2021-08-24Browser: Remove single-process mode :^)Andreas Kling
2021-08-23Browser: Add "Inspect Element" to context menu :^)Sam Atkins
2021-08-18Browser: Add Ctrl-D keyboard shortcut for bookmarking the current pageRob Ryan
2021-08-18LibGUI+Browser: Add UrlBox classRob Ryan
2021-08-06Browser: Add more tab optionsTheFightingCatfish
2021-06-29LibWeb+Browser: Support DOM Inspector for OutOfProcessWebViewAdam Hodgen
2021-05-29Browser: Pass Tab::on_title_change title argument as const referenceLinus Groh
2021-05-29Browser: Remove redundant parameter names from Tab::on_{g,s}et_cookieLinus Groh
2021-05-23Browser: Add context menu with history for back/forward buttonMarcus Nilsson
2021-05-18Browser: Move actions from Tab to BrowserWindowAndreas Kling
2021-05-18Browser: Move menu management from Tab to BrowserWindowAndreas Kling
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-04-26Browser: Add basic support for search enginessppmacd