summaryrefslogtreecommitdiff
path: root/Applications/Browser/Tab.h
AgeCommit message (Expand)Author
2020-05-05Browser: Add a simple context menu for hyperlinksAndreas Kling
2020-05-02LibCore+LibHTTP: Move out the HTTP handler and add HTTPSAnotherTest
2020-04-29Browser: Add missing `#pragma once` in Tab.hEmanuele Torre
2020-04-25Browser: Share one BookmarksBarWidget between all TabsAndreas Kling
2020-04-24Browser: Use the active tab's favicon as the window icon :^)Andreas Kling
2020-04-24Browser: React to favicon notifications and put favicons in the tabs!Andreas Kling
2020-04-24Browser: Open links with target="_blank" in new tabLinus Groh
2020-04-23Browser: Add "Close tab" action (Ctrl+W) :^)Andreas Kling
2020-04-23Browser: Start implementing tabbed browsing! :^)Andreas Kling