serenity/Userland/Libraries/LibWeb
Andreas Kling 8743ea3149 LibWeb: Relayout document on CharacterData data change
This can definitely be optimized to avoid full relayouts in many
situations, but for now let's just go for correctness.
2021-02-10 19:06:20 +01:00
..
Bindings LibWeb: Remove a whole bunch of unnecessary #includes 2021-02-10 09:13:29 +01:00
CodeGenerators LibWeb: Basic implementation of global event handlers :^) 2021-02-03 23:03:05 +01:00
CSS LibWeb: Start implementing <input type=text> using a shadow DOM 2021-02-10 19:06:20 +01:00
DOM LibWeb: Relayout document on CharacterData data change 2021-02-10 19:06:20 +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: Start implementing <input type=text> using a shadow DOM 2021-02-10 19:06:20 +01:00
Layout LibWeb: Generate layout nodes for shadow subtrees 2021-02-10 19:06:20 +01:00
Loader LibWeb: Remove a whole bunch of unnecessary #includes 2021-02-10 09:13:29 +01:00
NavigationTiming LibWeb: Stub out the PerformanceTiming object from Navigation Timing 2021-01-18 15:11:20 +01:00
Page LibWeb: Remove WidgetBox layout node 2021-02-10 09:13:30 +01:00
Painting Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Scripts
SVG LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
Tests
UIEvents
XHR LibWeb: Remove a whole bunch of unnecessary #includes 2021-02-10 09:13:29 +01:00
CMakeLists.txt LibWeb: Remove WidgetBox layout node 2021-02-10 09:13:30 +01:00
DOMTreeModel.cpp
DOMTreeModel.h
Dump.cpp LibWeb: Include shadow DOM subtrees in DOM dumps 2021-02-10 19:06:20 +01:00
Dump.h
FontCache.cpp
FontCache.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Forward.h LibWeb: Add DOM::ShadowRoot to forwarding header 2021-02-10 19:06:20 +01:00
InProcessWebView.cpp LibWeb: Remove WidgetBox layout node 2021-02-10 09:13:30 +01:00
InProcessWebView.h LibWeb: Move window.confirm() to using a PageClient callback 2021-02-10 09:13:30 +01:00
LayoutTreeModel.cpp
LayoutTreeModel.h
Namespace.cpp
Namespace.h
Origin.h
OutOfProcessWebView.cpp LibWeb+WebContent: Support window.confirm() in OOPWV 2021-02-10 09:13:30 +01:00
OutOfProcessWebView.h LibWeb+WebContent: Support window.confirm() in OOPWV 2021-02-10 09:13:30 +01:00
QualifiedName.h
StylePropertiesModel.cpp
StylePropertiesModel.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
TreeNode.h
URLEncoder.cpp
URLEncoder.h
WebContentClient.cpp LibWeb+WebContent: Support window.confirm() in OOPWV 2021-02-10 09:13:30 +01:00
WebContentClient.h LibWeb+WebContent: Support window.confirm() in OOPWV 2021-02-10 09:13:30 +01:00
WebViewHooks.h