mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
8465683dcf
This was done with the following script: find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/dbgln<debug_([a-z_]+)>/dbgln<\U\1_DEBUG>/' {} \; find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/if constexpr \(debug_([a-z0-9_]+)/if constexpr \(\U\1_DEBUG/' {} \; |
||
---|---|---|
.. | ||
Bindings | ||
CodeGenerators | ||
CSS | ||
DOM | ||
DumpLayoutTree | ||
HighResolutionTime | ||
HTML | ||
Layout | ||
Loader | ||
NavigationTiming | ||
Page | ||
Painting | ||
Scripts | ||
SVG | ||
Tests | ||
UIEvents | ||
XHR | ||
CMakeLists.txt | ||
DOMTreeModel.cpp | ||
DOMTreeModel.h | ||
Dump.cpp | ||
Dump.h | ||
FontCache.cpp | ||
FontCache.h | ||
Forward.h | ||
InProcessWebView.cpp | ||
InProcessWebView.h | ||
LayoutTreeModel.cpp | ||
LayoutTreeModel.h | ||
Namespace.cpp | ||
Namespace.h | ||
Origin.h | ||
OutOfProcessWebView.cpp | ||
OutOfProcessWebView.h | ||
QualifiedName.h | ||
StylePropertiesModel.cpp | ||
StylePropertiesModel.h | ||
TreeNode.h | ||
URLEncoder.cpp | ||
URLEncoder.h | ||
WebContentClient.cpp | ||
WebContentClient.h | ||
WebViewHooks.h |