serenity/Applications/Browser
Andreas Kling d6ab9e6790 Browser: Add a basic GUI download feature
We now allow you to download files by right-clicking a link and then
choosing "Download".

All files are currently saved to the standard downloads location that
we get from Core::StandardPaths::downloads_directory().

In the future, we'll probably want to come up with a more restrictive
way of doing the "write to disk" portion of this.
We should also improve the ProtocolServer to allow streaming of data
instead of writing everything in one big go.

At the moment, I'm just pretty happy with this GUI. :^)
2020-05-05 23:58:22 +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 Browser: Add a basic GUI download feature 2020-05-05 23:58:22 +02:00
DownloadWidget.h Browser: Add a basic GUI download feature 2020-05-05 23:58:22 +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: 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: Don't put favicons as the window icon 2020-04-28 20:31:51 +02:00
Makefile Browser: Add a basic GUI download feature 2020-05-05 23:58:22 +02:00
Tab.cpp Browser: Add a basic GUI download feature 2020-05-05 23:58:22 +02:00
Tab.h Browser: Add a simple context menu for hyperlinks 2020-05-05 22:42:50 +02:00
WindowActions.cpp Browser: Share one BookmarksBarWidget between all Tabs 2020-04-25 17:20:23 +02:00
WindowActions.h Browser: Share one BookmarksBarWidget between all Tabs 2020-04-25 17:20:23 +02:00