summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/Tab.cpp
AgeCommit message (Expand)Author
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
2021-09-02Browser: Reset the DOM Inspector's state when re-opening itSam Atkins
2021-09-02Browser: Implement "Inspect Element" context menu actionSam Atkins
2021-09-02LibWeb+WebContent: Implement asynchronous DOM Node properties callSam Atkins
2021-09-02Browser: Display style properties in DOM InspectorSam 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-07-30Browser: Show a message when attempting to search with no search engineSam Atkins
2021-07-25LibGUI+Browser: Do not paste bitmapsTheFightingCatfish
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-14Browser: Escape an ampersand in the menu to avoid making a shortcutKarol Kosek
2021-07-14Browser: Add context menu item for selecting all textTimothy Flynn
2021-07-14Browser: Add context menu item for copying selected textTimothy Flynn
2021-06-29LibWeb+Browser: Support DOM Inspector for OutOfProcessWebViewAdam Hodgen
2021-06-25Browser: Add alternate shortcut F6 for focusing the location boxAatos Majava
2021-06-13Browser: Add close on finished checkbox to download widgetMarcus Nilsson
2021-06-01AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()Max Wipfli
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-29Browser: Add title to go back/forward context menuMarcus Nilsson
2021-05-23Browser: Add context menu with history for back/forward buttonMarcus Nilsson
2021-05-21Browser: Stop leaking popup windowsAndreas Kling
2021-05-20TextEditor+Browser: Enable HTML syntax highlighting on HTML documentsAli Mohammad Pur
2021-05-19Browser: Do not use AK::Format for search engine formattingMaciej Zygmanowski
2021-05-18Browser: Move actions from Tab to BrowserWindowAndreas Kling
2021-05-18Browser: Move menu management from Tab to BrowserWindowAndreas Kling
2021-05-14Browser: Don't spawn RequestServer and WebSocket in multi-process modeAndreas Kling
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-30Browser: Add FrogFind search engineMaciej Zygmanowski
2021-04-29Browser: Display search engine format in statusbarMaciej Zygmanowski