summaryrefslogtreecommitdiff
path: root/Applications/Browser/Tab.h
AgeCommit message (Expand)Author
2020-08-19Browser: add urls to browser history on load startJake Wilson
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-12Browser: Avoid ninja-import of global variableBen Wiederhake
2020-07-07Browser: Simplify the History class and fix back/forward history pushAndreas Kling
2020-07-06Browser+LibWeb: Pave the way for using WebContentView in BrowserAndreas Kling
2020-07-06LibWeb: Make the link context menu hook include the destination URLAndreas Kling
2020-06-28Browser: Add right-click context menu to tabsAndrew Kaster
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-24Browser: Add JS ConsoleFalseHonesty
2020-05-21Browser: Pop up a context menu when one is requested on a tabFalseHonesty
2020-05-12Browser: Allow Ctrl+clicking on bookmark bar buttons :^)Andreas Kling
2020-05-12Browser: Some action fixesAndreas Kling
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