1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:48:13 +00:00
serenity/Userland/Libraries/LibWeb
Adam Hodgen 53c4be926b LibWeb: Set link cursor via the default CSS
This removes the custom handling of cursor for the link element, which
also allows overriding the cursor on a link element via CSS
2021-02-28 18:19:52 +01:00
..
Bindings Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CodeGenerators Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CSS LibWeb: Set link cursor via the default CSS 2021-02-28 18:19:52 +01:00
DOM Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DumpLayoutTree LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
HighResolutionTime LibWeb: Stub out the PerformanceTiming object from Navigation Timing 2021-01-18 15:11:20 +01:00
HTML LibWeb: Add actual document loading for the CSS (at)import rule 2021-02-28 10:27:32 +01:00
Layout LibWeb: Parese the CSS "cursor" property 2021-02-28 18:19:52 +01:00
Loader LibWeb: Add actual document loading for the CSS (at)import rule 2021-02-28 10:27:32 +01:00
NavigationTiming LibWeb: Stub out the PerformanceTiming object from Navigation Timing 2021-01-18 15:11:20 +01:00
Page LibWeb: Call page_did_request_cursor_change with CSS cursor 2021-02-28 18:19:52 +01:00
Painting Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Scripts Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVG Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Tests Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
UIEvents Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
XHR LibWeb: Use DOMException in XMLHttpRequest::send() 2021-02-20 09:14:19 +01:00
CMakeLists.txt LibWeb: Add actual document loading for the CSS (at)import rule 2021-02-28 10:27:32 +01:00
DOMTreeModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DOMTreeModel.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Dump.cpp LibWeb: Added simple parsing for (at)import rules 2021-02-28 10:27:32 +01:00
Dump.h LibWeb: Added simple parsing for (at)import rules 2021-02-28 10:27:32 +01:00
FontCache.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
FontCache.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Forward.h LibWeb: Added simple parsing for (at)import rules 2021-02-28 10:27:32 +01:00
InProcessWebView.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
InProcessWebView.h LibWeb: Plumb wheel events from widget layer to EventHandler 2021-02-22 21:46:54 +01:00
LayoutTreeModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LayoutTreeModel.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Namespace.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Namespace.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Origin.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
OutOfProcessWebView.cpp LibWeb: Set link cursor via the default CSS 2021-02-28 18:19:52 +01:00
OutOfProcessWebView.h LibWeb: Support setting the cursor in OutOfProcessWebView 2021-02-28 18:19:52 +01:00
QualifiedName.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StylePropertiesModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
StylePropertiesModel.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
TreeNode.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
URLEncoder.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
URLEncoder.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
WebContentClient.cpp LibWeb: Support setting the cursor in OutOfProcessWebView 2021-02-28 18:19:52 +01:00
WebContentClient.h LibWeb: Support setting the cursor in OutOfProcessWebView 2021-02-28 18:19:52 +01:00
WebViewHooks.h LibWeb: Add in all of the plumbing required to use the JS console over IPC 2021-02-28 15:30:17 +01:00