ladybird/Applications/Browser
Andreas Kling d5d8e87d56 Browser: Scope tab-specific actions to the tab itself
This makes LibGUI choose the correct action depending on which tab
is currently active (technically which tab is *focused*.)

Fixes #1935.
2020-04-24 14:34:24 +02:00
..
BookmarksBarWidget.cpp Browser: Remove no-op from the BooksmarksBarWidget 2020-04-23 14:10:32 +02:00
BookmarksBarWidget.h Browser: Let the user add/remove bookmarks to the bookmarks bar 2020-03-27 14:12:18 +01:00
History.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
InspectorWidget.cpp Browser: Fix unintentional Web::Element copy 2020-03-18 17:13:22 +01:00
InspectorWidget.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
main.cpp Browser: Open links with target="_blank" in new tab 2020-04-24 14:34:11 +02:00
Makefile Browser: Add "New tab" action (Ctrl+T) :^) 2020-04-23 21:28:25 +02:00
Tab.cpp Browser: Scope tab-specific actions to the tab itself 2020-04-24 14:34:24 +02:00
Tab.h Browser: Open links with target="_blank" in new tab 2020-04-24 14:34:11 +02:00
WindowActions.cpp Browser: Add "next tab" and "previous tab" actions 2020-04-23 21:43:24 +02:00
WindowActions.h Browser: Add "next tab" and "previous tab" actions 2020-04-23 21:43:24 +02:00