ladybird/Userland/Libraries/LibWebView
Jonah e361025cfb Browser: Add Accessibility Tab to Inspector Widget
This tab allows you to view the accessibility tree like you do
the DOM tree. The implementation limited to the role currently,
once we add the name and description calculation algorithm, those
will be displayed here as well. Selections are also not currently
supported.
2023-01-07 10:51:53 +00:00
..
DumpLayoutTree LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
AccessibilityTreeModel.cpp Browser: Add Accessibility Tab to Inspector Widget 2023-01-07 10:51:53 +00:00
AccessibilityTreeModel.h Browser: Add Accessibility Tab to Inspector Widget 2023-01-07 10:51:53 +00:00
CMakeLists.txt Browser: Add Accessibility Tab to Inspector Widget 2023-01-07 10:51:53 +00:00
DOMTreeModel.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
DOMTreeModel.h LibWebView: Make DOMTreeModel usable outside of SerenityOS 2022-09-25 12:11:02 +02:00
Forward.h LibWebView: Add abstract virtual base for WebView implementations 2022-10-06 09:51:04 +02:00
OutOfProcessWebView.cpp LibWebView+WebContent: Expose the Accessibility Tree to Other Processes 2023-01-07 10:51:53 +00:00
OutOfProcessWebView.h LibWebView+WebContent: Expose the Accessibility Tree to Other Processes 2023-01-07 10:51:53 +00:00
RequestServerAdapter.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
RequestServerAdapter.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
StylePropertiesModel.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
StylePropertiesModel.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ViewImplementation.h LibWebView+WebContent: Expose the Accessibility Tree to Other Processes 2023-01-07 10:51:53 +00:00
WebContentClient.cpp LibWebView+WebContent: Expose the Accessibility Tree to Other Processes 2023-01-07 10:51:53 +00:00
WebContentClient.h LibWebView+WebContent: Expose the Accessibility Tree to Other Processes 2023-01-07 10:51:53 +00:00
WebSocketClientAdapter.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WebSocketClientAdapter.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00