1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 02:11:01 +00:00
serenity/Applications/Browser
Andreas Kling 388ae07960 Browser: Some action fixes
- Use the same reload action in menu and toolbar
- Scope more actions inside Browser::Tab
2020-05-12 17:07:20 +02:00
..
BookmarksBarWidget.cpp Browser: Share one BookmarksBarWidget between all Tabs 2020-04-25 17:20:23 +02:00
BookmarksBarWidget.h Browser: Share one BookmarksBarWidget between all Tabs 2020-04-25 17:20:23 +02:00
DownloadWidget.cpp LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +02:00
DownloadWidget.h LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +02: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: Move InspectorWidget into the Browser namespace 2020-05-08 21:38:30 +02:00
InspectorWidget.h Browser: Move InspectorWidget into the Browser namespace 2020-05-08 21:38:30 +02:00
main.cpp Browser: Use "about:blank" as the default home page 2020-05-10 11:18:47 +02:00
Makefile LibWeb: Teach HtmlView how to render Markdown files :^) 2020-05-10 22:32:12 +02:00
Tab.cpp Browser: Some action fixes 2020-05-12 17:07:20 +02:00
Tab.h Browser: Some action fixes 2020-05-12 17:07:20 +02:00
WindowActions.cpp Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00
WindowActions.h Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00