ladybird/Userland/Libraries/LibWeb
Andreas Kling c70e0a4f29 LibWeb: Sever parent/child connections in ~TreeNode()
Also make sure to unref the children if there are any. Without this
it was very easy to leak TreeNodes.
2021-04-06 15:51:55 +02:00
..
Bindings LibWeb: Remove document_setter from Window.document 2021-04-04 16:13:38 +02:00
CodeGenerators LibWeb: Support "pseudo" CSS properties 2021-04-05 18:49:04 +02:00
CSS LibWeb: Support the :last-of-type CSS selector :^) 2021-04-06 13:06:42 +02:00
DOM LibWeb: Support two-value background-repeat 2021-04-05 18:49:04 +02: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: Add "Label" to be the layout node for HTMLLabelElement 2021-04-04 16:13:25 +02:00
Layout LibWeb: Support two-value background-repeat 2021-04-05 18:49:04 +02:00
Loader LibWeb: Pass optional status code to ResourceLoader callbacks 2021-04-03 16:34:34 +02:00
NavigationTiming LibWeb: Stub out the PerformanceTiming object from Navigation Timing 2021-01-18 15:11:20 +01:00
Page LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00
Painting LibWeb: Don't hit test a stacked child if it is behind its parent 2021-03-31 23:53:15 +02:00
Scripts
SVG Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Tests
UIEvents LibWeb: Dispatch "resize" events on the Window object 2021-03-16 18:10:21 +01:00
XHR LibWeb: Implement XMLHttpRequest.getResponseHeader() 2021-04-03 16:34:34 +02:00
CMakeLists.txt LibWeb: Add "Label" to be the layout node for HTMLLabelElement 2021-04-04 16:13:25 +02:00
DOMTreeModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DOMTreeModel.h
Dump.cpp LibWeb: Support the :last-of-type CSS selector :^) 2021-04-06 13:06:42 +02:00
Dump.h LibWeb: Rename StyleRule => CSSStyleRule 2021-03-07 17:45:15 +01:00
FontCache.cpp
FontCache.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Forward.h LibWeb: Defer mouse events from TextNode to Label 2021-04-04 16:13:25 +02:00
InProcessWebView.cpp LibWeb: Make tiled backgrounds scroll with content 2021-03-07 13:49:20 +01:00
InProcessWebView.h LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00
LayoutTreeModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LayoutTreeModel.h
Namespace.cpp
Namespace.h
Origin.h
OutOfProcessWebView.cpp LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00
OutOfProcessWebView.h LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00
QualifiedName.h
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 LibWeb: Sever parent/child connections in ~TreeNode() 2021-04-06 15:51:55 +02:00
URLEncoder.cpp
URLEncoder.h
WebContentClient.cpp LibWeb+WebContent: Support displaying tooltips in OOPWV 2021-03-30 21:21:17 +02:00
WebContentClient.h LibWeb+WebContent: Support displaying tooltips in OOPWV 2021-03-30 21:21:17 +02: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