1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 09:37:44 +00:00
serenity/Userland/Libraries/LibWeb
Linus Groh e265054c12 Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
This is basically just for consistency, it's quite strange to see
multiple AK container types next to each other, some with and some
without the namespace prefix - we're 'using AK::Foo;' a lot and should
leverage that. :^)
2021-02-26 16:59:56 +01:00
..
Bindings Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CodeGenerators Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CSS Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DOM Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +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 Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
Layout Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Loader Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
NavigationTiming LibWeb: Stub out the PerformanceTiming object from Navigation Timing 2021-01-18 15:11:20 +01:00
Page Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +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: Add DOM::DOMException class and bindings 2021-02-20 00:09:11 +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: Fix a tiny appendff() format issue 2021-02-23 13:59:33 +01:00
Dump.h LibWeb: Convert dbgprintf() => dbgln() 2021-02-17 15:59:13 +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: Add DOM::DOMException class and bindings 2021-02-20 00:09:11 +01:00
InProcessWebView.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +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 Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
OutOfProcessWebView.h LibWeb: Added get source functionality and hook event 2021-02-23 16:23:56 +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 Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
WebContentClient.h LibWeb: Added get source functionality and hook event 2021-02-23 16:23:56 +01:00
WebViewHooks.h LibWeb: Added get source functionality and hook event 2021-02-23 16:23:56 +01:00