ladybird/Userland/Libraries/LibWeb
Andreas Kling 33e3f0c71f LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
You can now access an element's inline style via Element.style.
The interface is not very capable yet though. :^)
2021-03-13 22:41:32 +01:00
..
Bindings LibWeb: Expose new CSS interfaces on the window object 2021-03-09 07:57:33 +01:00
CodeGenerators LibWeb: Expose barebones CSSStyleDeclaration to JavaScript 2021-03-13 22:41:32 +01:00
CSS LibWeb: Expose barebones CSSStyleDeclaration to JavaScript 2021-03-13 22:41:32 +01:00
DOM LibWeb: Expose barebones CSSStyleDeclaration to JavaScript 2021-03-13 22:41:32 +01:00
DumpLayoutTree Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
HighResolutionTime LibWeb: Stub out the PerformanceTiming object from Navigation Timing 2021-01-18 15:11:20 +01:00
HTML LibWeb: Remove FIXME in is_javascript_mime_type_essence_match 2021-03-11 08:30:02 +01:00
Layout LibWeb: Some improvements to CSS height:auto computation for blocks 2021-03-08 22:53:28 +01:00
Loader LibWeb: Rename CSSParser => DeprecatedCSSParser 2021-03-09 17:35:57 +01:00
NavigationTiming LibWeb: Stub out the PerformanceTiming object from Navigation Timing 2021-01-18 15:11:20 +01:00
Page LibWeb: Handle scrolling an OutOfProcessWebView 2021-03-02 13:20:03 +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: Expose barebones CSSStyleDeclaration to JavaScript 2021-03-13 22:41: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: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet 2021-03-07 17:45:15 +01:00
Dump.h LibWeb: Rename StyleRule => CSSStyleRule 2021-03-07 17:45:15 +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: Expose barebones CSSStyleDeclaration to JavaScript 2021-03-13 22:41:32 +01:00
InProcessWebView.cpp LibWeb: Make tiled backgrounds scroll with content 2021-03-07 13:49:20 +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: Handle scrolling an OutOfProcessWebView 2021-03-02 13:20:03 +01:00
OutOfProcessWebView.h LibWeb: Handle scrolling an OutOfProcessWebView 2021-03-02 13:20:03 +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: Handle scrolling an OutOfProcessWebView 2021-03-02 13:20:03 +01:00
WebContentClient.h LibWeb: Handle scrolling an OutOfProcessWebView 2021-03-02 13:20:03 +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