index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Browser
/
Tab.h
Age
Commit message (
Expand
)
Author
2020-08-19
Browser: add urls to browser history on load start
Jake Wilson
2020-08-17
LibWeb: Rename WebContentView => OutOfProcessWebView
Andreas Kling
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-12
Browser: Avoid ninja-import of global variable
Ben Wiederhake
2020-07-07
Browser: Simplify the History class and fix back/forward history push
Andreas Kling
2020-07-06
Browser+LibWeb: Pave the way for using WebContentView in Browser
Andreas Kling
2020-07-06
LibWeb: Make the link context menu hook include the destination URL
Andreas Kling
2020-06-28
Browser: Add right-click context menu to tabs
Andrew Kaster
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-24
Browser: Add JS Console
FalseHonesty
2020-05-21
Browser: Pop up a context menu when one is requested on a tab
FalseHonesty
2020-05-12
Browser: Allow Ctrl+clicking on bookmark bar buttons :^)
Andreas Kling
2020-05-12
Browser: Some action fixes
Andreas Kling
2020-05-05
Browser: Add a simple context menu for hyperlinks
Andreas Kling
2020-05-02
LibCore+LibHTTP: Move out the HTTP handler and add HTTPS
AnotherTest
2020-04-29
Browser: Add missing `#pragma once` in Tab.h
Emanuele Torre
2020-04-25
Browser: Share one BookmarksBarWidget between all Tabs
Andreas Kling
2020-04-24
Browser: Use the active tab's favicon as the window icon :^)
Andreas Kling
2020-04-24
Browser: React to favicon notifications and put favicons in the tabs!
Andreas Kling
2020-04-24
Browser: Open links with target="_blank" in new tab
Linus Groh
2020-04-23
Browser: Add "Close tab" action (Ctrl+W) :^)
Andreas Kling
2020-04-23
Browser: Start implementing tabbed browsing! :^)
Andreas Kling