1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 08:17:35 +00:00
serenity/Applications/Browser
Emanuel Sprung 337ade9e4c Browser: Add bookmarks bar
This patchset adds a bookmark bar that is backed by a json file backend.
The json file is loaded and checked for the format. According to the
format, the bookmarks bar is populated with the bookmark items.

If the bookmarks do not fit into one line, an expader button is shown
that brings up a menu containing the missing bookmark items.

There is currently no way to add or remove bookmarks. A hover over a
bookmark is also not yet showing the url in the statusbar.
2020-03-27 14:12:18 +01:00
..
BookmarksBarWidget.cpp Browser: Add bookmarks bar 2020-03-27 14:12:18 +01:00
BookmarksBarWidget.h Browser: Add 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: Add bookmarks bar 2020-03-27 14:12:18 +01:00
Makefile Browser: Add bookmarks bar 2020-03-27 14:12:18 +01:00