1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 17:22:17 +00:00
serenity/Applications/Browser
Emanuel Sprung c9059c12dc Browser: Let the user add/remove bookmarks to the bookmarks bar
This patchset adds a Button to the toolbar (right next to the location field)
with a star icon. The star is white if the currently visited url is not yet
bookmarked and yellow if a bookmark for the url exists.

After adding or removing a bookmark, the bookmark json file is synced to disk.
Therefore, some new pledge/unveil's have been added.
2020-03-27 14:12:18 +01:00
..
BookmarksBarWidget.cpp Browser: Let the user add/remove bookmarks to the bookmarks bar 2020-03-27 14:12:18 +01:00
BookmarksBarWidget.h Browser: Let the user add/remove bookmarks to the bookmarks bar 2020-03-27 14:12:18 +01: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: Let the user add/remove bookmarks to the bookmarks bar 2020-03-27 14:12:18 +01:00
Makefile Browser: Add bookmarks bar 2020-03-27 14:12:18 +01:00