1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Userland/Applications/Browser
2022-11-03 14:48:04 +00:00
..
BookmarksBarWidget.cpp Everywhere: Use my very shiny serenityos.org email :^) 2022-09-12 15:13:12 +01:00
BookmarksBarWidget.h Browser: Give BookmarksBarWidget a minimum size 2022-07-27 00:01:42 +01:00
Browser.h Browser: Set 'webdriver-active flag' when creating a new Tab 2022-10-13 11:14:45 +02:00
BrowserWindow.cpp WebDriver+Browser: Implement GET /session/{id}/source 2022-11-03 14:48:04 +00:00
BrowserWindow.gml Userland: Set tab-widget properties in GML instead of code 2022-05-11 20:16:43 +02:00
BrowserWindow.h Browser: Add a context menu item to take a screenshot of the current tab 2022-11-02 23:44:18 +00:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConsoleWidget.cpp Browser+WebContent+LibJS: Support %c specifiers in Console.log() 2022-09-21 20:03:49 +01:00
ConsoleWidget.h LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
CookieJar.cpp Browser: Show SameSite attribute in cookie storage inspector 2022-10-22 18:17:01 +02:00
CookieJar.h Browser: Allow changing of existing Cookies in the CookieJar 2022-10-17 11:31:30 +02:00
CookiesModel.cpp Browser: Update Storage Inspector's cookie model when deleting cookies 2022-11-01 14:32:26 +00:00
CookiesModel.h Browser: Update Storage Inspector's cookie model when deleting cookies 2022-11-01 14:32:26 +00:00
DownloadWidget.cpp AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
DownloadWidget.h LibWeb: Abstract the LibProtocol ResourceLoader connection 2022-05-15 12:17:36 +02:00
EditBookmark.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
ElementSizePreviewWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ElementSizePreviewWidget.h Browser+LibWeb: Add an Element size preview widget to inspector 2022-03-08 22:09:52 +01:00
History.cpp Browser: Ignore title updates when history has no current item 2022-09-21 13:06:17 +02:00
History.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IconBag.cpp Browser: Add a custom icon for the "New Window" action 2022-10-06 20:51:04 +02:00
IconBag.h Browser: Add a custom icon for the "New Window" action 2022-10-06 20:51:04 +02:00
InspectorWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
InspectorWidget.h Browser: Fix crash if clicking on non-visible nodes in the inspector 2022-07-03 20:45:11 +02:00
main.cpp Browser: Inform WebView processes of the browser window's position/size 2022-11-01 21:16:50 +00:00
StorageModel.cpp Browser+LibWeb+WebContent: Add ability to inspect session storage 2022-05-28 23:54:06 +01:00
StorageModel.h Browser+LibWeb+WebContent: Add ability to inspect session storage 2022-05-28 23:54:06 +01:00
StorageWidget.cpp Browser: Update Storage Inspector's cookie model when deleting cookies 2022-11-01 14:32:26 +00:00
StorageWidget.gml Browser+LibWeb+WebContent: Add ability to inspect session storage 2022-05-28 23:54:06 +01:00
StorageWidget.h Browser: Add ability to delete cookies from Storage Inspector 2022-10-20 21:52:44 +02:00
Tab.cpp Browser: Add a context menu item to take a screenshot of the current tab 2022-11-02 23:44:18 +00:00
Tab.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
Tab.h Browser+LibWebView: Add a Tab hook to take a screenshot 2022-11-02 17:55:37 +00:00
WebDriverConnection.cpp WebDriver+Browser: Implement GET /session/{id}/source 2022-11-03 14:48:04 +00:00
WebDriverConnection.h WebDriver+Browser: Implement GET /session/{id}/source 2022-11-03 14:48:04 +00:00
WebDriverEndpoints.h WebDriver+Browser: Implement GET /session/{id}/source 2022-11-03 14:48:04 +00:00
WebDriverSessionClient.ipc WebDriver+Browser: Implement GET /session/{id}/source 2022-11-03 14:48:04 +00:00
WebDriverSessionServer.ipc Browser: Add a basic WebDriver API 2022-10-12 23:07:42 +02:00
WindowActions.cpp Browser: Add a custom icon for the "New Window" action 2022-10-06 20:51:04 +02:00
WindowActions.h Browser: Provide ability to create new browser windows 2022-10-06 16:52:57 +01:00