ladybird/Userland/Libraries/LibWebView
Timothy Flynn 1fe486cebe LibWebView: Implement a WebView-based Inspector client
This is modeled after a similar implementation for the JS console.

This client takes over an inspector WebView (created by the chrome) to
create the inspector application. Currently, this application includes
the DOM tree and accessibility tree as a first pass. It can later be
extended to included the style tables, the JS console itself, etc.
2023-11-24 08:37:19 +01:00
..
CMakeLists.txt LibWebView: Implement a WebView-based Inspector client 2023-11-24 08:37:19 +01:00
ConsoleClient.cpp
ConsoleClient.h
CookieJar.cpp LibWeb: Port Cookie from DeprecatedString to String 2023-11-20 15:00:19 +01:00
CookieJar.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
Database.cpp
Database.h
Forward.h LibWebView: Implement a WebView-based Inspector client 2023-11-24 08:37:19 +01:00
History.cpp
History.h
InspectorClient.cpp LibWebView: Implement a WebView-based Inspector client 2023-11-24 08:37:19 +01:00
InspectorClient.h LibWebView: Implement a WebView-based Inspector client 2023-11-24 08:37:19 +01:00
ModelIndex.h LibWebView: Create a TreeModel helper class for DOM/accessibility models 2023-11-05 09:11:23 +01:00
Native.css
OutOfProcessWebView.cpp Userland: Port GUI::Application::show_tooltip() to String 2023-10-06 08:20:11 +02:00
OutOfProcessWebView.h
PropertyTableModel.cpp LibWebView: Create a PropertyTableModel helper class for table models 2023-11-05 09:11:23 +01:00
PropertyTableModel.h LibWebView: Create a PropertyTableModel helper class for table models 2023-11-05 09:11:23 +01:00
RequestServerAdapter.cpp
RequestServerAdapter.h
SearchEngine.cpp LibWebView: Add an API to format a search query for UI display 2023-10-24 07:28:30 +02:00
SearchEngine.h LibWebView: Add an API to format a search query for UI display 2023-10-24 07:28:30 +02:00
SourceHighlighter.cpp LibWebView: Extract CSS to highlight HTML source to a constant 2023-11-24 08:37:19 +01:00
SourceHighlighter.h LibWebView: Implement a WebView-based Inspector client 2023-11-24 08:37:19 +01:00
TreeModel.cpp LibWebView: Create a TreeModel helper class for DOM/accessibility models 2023-11-05 09:11:23 +01:00
TreeModel.h LibWebView: Create a TreeModel helper class for DOM/accessibility models 2023-11-05 09:11:23 +01:00
URL.cpp LibWebView: Protect URL highlighting against partially-typed URLs 2023-10-28 19:03:19 +02:00
URL.h LibWebView: Add an API to query if a host is on the Public Suffix List 2023-10-26 11:06:49 +02:00
UserAgent.cpp
UserAgent.h
ViewImplementation.cpp LibWeb+LibWebView+WebContent: Add an Inspector IDL object to the Window 2023-11-24 08:37:19 +01:00
ViewImplementation.h LibWeb+LibWebView+WebContent: Add an Inspector IDL object to the Window 2023-11-24 08:37:19 +01:00
WebContentClient.cpp LibWeb+LibWebView+WebContent: Add an Inspector IDL object to the Window 2023-11-24 08:37:19 +01:00
WebContentClient.h LibWeb+LibWebView+WebContent: Add an Inspector IDL object to the Window 2023-11-24 08:37:19 +01:00
WebSocketClientAdapter.cpp
WebSocketClientAdapter.h