serenity/Userland/Libraries/LibWebView
Karol Kosek 247db3fdd0 LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
These functions return the deprecated `Core::File` class, so let's mark
it as such to avoid possible confusion between future non try_*
functions which will use Core::Stream family classes and to possibly
grab someone's attention. :^)
2023-01-07 10:53:43 +00:00
..
DumpLayoutTree
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
DOMTreeModel.h
Forward.h
OutOfProcessWebView.cpp LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated 2023-01-07 10:53:43 +00:00
OutOfProcessWebView.h LibWebView+WebContent: Expose the Accessibility Tree to Other Processes 2023-01-07 10:51:53 +00:00
RequestServerAdapter.cpp
RequestServerAdapter.h
StylePropertiesModel.cpp
StylePropertiesModel.h
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
WebSocketClientAdapter.h