mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:47:45 +00:00
Browser: Add window to inspect history
This commit is contained in:
parent
ebe925b7c0
commit
3454891d38
11 changed files with 259 additions and 0 deletions
|
@ -7,6 +7,7 @@ serenity_component(
|
|||
|
||||
compile_gml(BrowserWindow.gml BrowserWindowGML.h browser_window_gml)
|
||||
compile_gml(EditBookmark.gml EditBookmarkGML.h edit_bookmark_gml)
|
||||
compile_gml(History/HistoryWidget.gml HistoryWidgetGML.h history_widget_gml)
|
||||
compile_gml(StorageWidget.gml StorageWidgetGML.h storage_widget_gml)
|
||||
compile_gml(Tab.gml TabGML.h tab_gml)
|
||||
|
||||
|
@ -20,6 +21,8 @@ set(SOURCES
|
|||
DownloadWidget.cpp
|
||||
ElementSizePreviewWidget.cpp
|
||||
History.cpp
|
||||
History/HistoryModel.cpp
|
||||
History/HistoryWidget.cpp
|
||||
IconBag.cpp
|
||||
InspectorWidget.cpp
|
||||
StorageModel.cpp
|
||||
|
@ -32,6 +35,7 @@ set(SOURCES
|
|||
set(GENERATED_SOURCES
|
||||
BrowserWindowGML.h
|
||||
EditBookmarkGML.h
|
||||
HistoryWidgetGML.h
|
||||
StorageWidgetGML.h
|
||||
TabGML.h
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue