ladybird/Userland/Applications/Browser
Sam Atkins 8c0f1da9f7 Browser: Add a basic WebDriver API
This adds a new option "--webdriver" that opens a local unix socket
in /tmp/browser_{pid} which the WebDriver server can use to send
commands to the Browser instance.

Co-authored-by: Florent Castelli <florent.castelli@gmail.com>
2022-10-12 23:07:42 +02: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+BrowserSettings: Add preference for new tab 2022-06-26 22:18:30 +01:00
BrowserWindow.cpp Browser: Provide ability to create new browser windows 2022-10-06 16:52:57 +01:00
BrowserWindow.gml Userland: Set tab-widget properties in GML instead of code 2022-05-11 20:16:43 +02:00
BrowserWindow.h Browser+LibWeb+WebContent: Implement per-URL-pattern proxies 2022-04-09 12:21:43 +02:00
CMakeLists.txt Browser: Add a basic WebDriver API 2022-10-12 23:07:42 +02: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 AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
CookieJar.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CookiesModel.cpp Browser: Add option to filter entries in Storage Inspector 2022-05-07 20:09:53 +02:00
CookiesModel.h Browser: Add option to filter entries in Storage Inspector 2022-05-07 20:09:53 +02: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: Add a basic WebDriver API 2022-10-12 23:07:42 +02: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 Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
StorageWidget.gml Browser+LibWeb+WebContent: Add ability to inspect session storage 2022-05-28 23:54:06 +01:00
StorageWidget.h Browser+LibWeb+WebContent: Add ability to inspect session storage 2022-05-28 23:54:06 +01:00
Tab.cpp LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages 2022-09-20 10:32:14 +02:00
Tab.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
Tab.h LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages 2022-09-20 10:32:14 +02:00
WebDriverConnection.cpp Browser: Add a basic WebDriver API 2022-10-12 23:07:42 +02:00
WebDriverConnection.h Browser: Add a basic WebDriver API 2022-10-12 23:07:42 +02:00
WebDriverSessionClient.ipc Browser: Add a basic WebDriver API 2022-10-12 23:07:42 +02: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