ladybird/Libraries/LibWeb
asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.Everything:

The modifications in this commit were automatically made using the
following command:

    find . -name '*.cpp' -exec sed -i -E 's/dbg\(\) << ("[^"{]*");/dbgln\(\1\);/' {} \;
2021-01-09 21:11:09 +01:00
..
Bindings LibWeb: Use is<T> in XMLHttpRequestPrototype 2021-01-01 22:41:50 +01:00
CodeGenerators Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
CSS Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
DOM Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
DumpLayoutTree
HighResolutionTime
HTML Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
Layout LibWeb: Implement most of the CSS table fixup algorithm 2021-01-07 18:00:51 +01:00
Loader Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
Page LibWeb: Convert a bunch of dbg() to dbgln() 2021-01-09 14:03:06 +01:00
Painting LibWeb: Rename Layout::Node::style() => computed_values() 2021-01-06 14:58:48 +01:00
Scripts
SVG Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
Tests
UIEvents LibWeb: Remove more hand-rolled type information :^) 2021-01-01 18:14:00 +01:00
CMakeLists.txt LibWeb: Add a basic content filter (ad blocking!) :^) 2021-01-05 21:20:15 +01:00
DOMTreeModel.cpp LibWeb: Convert a bunch of String::format() => String::formatted() 2021-01-03 14:35:09 +01:00
DOMTreeModel.h
Dump.cpp LibWeb: Use the specified CSS values from element in more places 2021-01-06 14:58:48 +01:00
Dump.h
FontCache.cpp
FontCache.h
Forward.h LibWeb: Add the computed "display" values to CSS::ComputedValues 2021-01-07 17:33:29 +01:00
InProcessWebView.cpp LibWeb: Set override cursor on IPWV itself instead of whole window 2021-01-05 22:22:44 +01:00
InProcessWebView.h
LayoutTreeModel.cpp LibWeb: Convert a bunch of String::format() => String::formatted() 2021-01-03 14:35:09 +01:00
LayoutTreeModel.h
Namespace.cpp Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
Namespace.h
Origin.h
OutOfProcessWebView.cpp LibWeb: Convert a bunch of dbg() to dbgln() 2021-01-09 14:03:06 +01:00
OutOfProcessWebView.h
QualifiedName.h
StylePropertiesModel.cpp
StylePropertiesModel.h
TreeNode.h LibWeb: Move remove_all_children() from Node to TreeNode<T> 2021-01-07 17:33:29 +01:00
URLEncoder.cpp
URLEncoder.h
WebContentClient.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
WebContentClient.h
WebViewHooks.h