summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/Tab.cpp
AgeCommit message (Expand)Author
2022-09-20LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pagesAndreas Kling
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-09-08Browser: Add context menu iconselectrikmilk
2022-08-25Applications: Use modeless windows in some appsthankyouverycool
2022-08-07Browser: Make Refresh action in tab context menu refresh the chosen tabKarol Kosek
2022-08-07Browser: Make the bookmark button use an actionKarol Kosek
2022-08-07Browser: Show bookmark and history page lists under the their buttonsKarol Kosek
2022-08-01Browser: Set preferred color scheme when constructing a tabnetworkException
2022-07-14Browser: Make "Go Home" open a new tab on middle mouse clicknetworkException
2022-07-14Browser: Use OpenInNewTab parameter in on_bookmark_click handlernetworkException
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
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: Set all cookies at once instead adding them separatelyRafał Babiarz
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: Replace inspector's dom_node_id with a Selection structSam Atkins
2022-03-10Browser: Show currently loading host and remaining resource countBen Abraham
2022-03-08Browser+LibWeb: Add an Element size preview widget to inspectorVrins
2022-03-02Browser: Add storage inspectorRafał Babiarz
2022-02-18Browser: Add support for disabling content filteringMaciej
2022-02-18Browser: Update content filters if the config file changesMaciej
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-07Browser: Better handle ports in user input to url conversionnetworkException
2022-01-21Browser: Load icons at start of programDylan Katz
2022-01-12Base+Browser: Add Browser iconselectrikmilk
2021-12-10Browser+LibWeb+WebContent: Add variables display to InspectorSam Atkins
2021-11-26Browser: Allow custom search engine URLs that don't start http[s]://Sam Atkins
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-21Browser: Make paste access to Clipboard atomicBen Wiederhake
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-09-29Browser: Use CommonActions where possible and various fixesMarcus Nilsson
2021-09-27LibWeb+Browser: Make ad blocking work in the multi-process worldAndreas Kling
2021-09-17Browser: Remove redundant tab::view() call from the tab constructorEyad Hossam
2021-09-13Browser: Rename "DOM Inspector" to just "Inspector"Andreas Kling
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-09-06Browser+WebContent: Initialize WebContentConsoleClient earlierSam Atkins
2021-09-06Browser: Convert JS ConsoleWidget to new APISam Atkins
2021-09-06Browser: Reconnect the JS console when the current page changesSam Atkins
2021-09-06Browser: Move `show_console_window()` to TabSam Atkins
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-09-02Browser: Reload the DOM Inspector's JSON data when loading a new pageSam Atkins