mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:47:34 +00:00
Browser: Add storage inspector
This commit is contained in:
parent
5f5ee2020e
commit
c2e2a964f2
10 changed files with 431 additions and 0 deletions
|
@ -6,7 +6,9 @@ serenity_component(
|
|||
)
|
||||
|
||||
compile_gml(BrowserWindow.gml BrowserWindowGML.h browser_window_gml)
|
||||
compile_gml(CookiesTab.gml CookiesTabGML.h cookies_tab_gml)
|
||||
compile_gml(EditBookmark.gml EditBookmarkGML.h edit_bookmark_gml)
|
||||
compile_gml(StorageWidget.gml StorageWidgetGML.h storage_widget_gml)
|
||||
compile_gml(Tab.gml TabGML.h tab_gml)
|
||||
|
||||
set(SOURCES
|
||||
|
@ -15,11 +17,15 @@ set(SOURCES
|
|||
BrowserWindowGML.h
|
||||
ConsoleWidget.cpp
|
||||
CookieJar.cpp
|
||||
CookiesModel.cpp
|
||||
CookiesTabGML.h
|
||||
DownloadWidget.cpp
|
||||
EditBookmarkGML.h
|
||||
History.cpp
|
||||
IconBag.cpp
|
||||
InspectorWidget.cpp
|
||||
StorageWidget.cpp
|
||||
StorageWidgetGML.h
|
||||
Tab.cpp
|
||||
TabGML.h
|
||||
WindowActions.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue