ladybird/Libraries/LibWeb
Timothy Flynn 27478ec7d4 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-19 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
2024-12-28 05:39:32 -08:00
..
Animations LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
ARIA LibWeb: Add support for ARIA Graphics roles 2024-12-27 17:16:15 -08:00
Bindings LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
Clipboard LibWeb: Implement the ClipboardItem API 2024-12-20 15:29:18 +00:00
Compression LibWeb: Add an 'enqueue' helper method on TransformStream 2024-12-25 12:00:54 +01:00
Cookie
Crypto LibWeb: Use Crypto::fill_with_secure_random instead of PRNG 2024-12-24 17:54:52 +01:00
CSS Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
DOM Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
DOMParsing
DOMURL Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
Editing Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
Encoding
EntriesAPI
EventTiming
Fetch LibWeb/Streams: Actually implement the piped through steps 2024-12-27 06:56:38 -08:00
FileAPI LibWeb: Add a 'get a reader' helper method on ReadableStream 2024-12-25 12:00:54 +01:00
Geometry LibWeb/Geometry: Implement "other than none" keyword check 2024-12-28 07:51:11 +01:00
HighResolutionTime
HTML Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
IndexedDB
Infra
Internals headless-browser: Let tests set their own timeout duration 2024-12-19 17:27:33 +00:00
IntersectionObserver
Layout Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
Loader
MathML
MediaCapabilitiesAPI
MediaSourceExtensions
MimeSniff
MixedContent
NavigationTiming
Page LibWeb: Use paintables when calculating mouse event offset 2024-12-20 15:50:41 +01:00
Painting Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
SecureContexts
Selection LibWeb: Update Selection::getRangeAt() spec to handle focus and anchor 2024-12-27 11:48:19 +01:00
ServiceWorker LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
SRI
StorageAPI
Streams LibWeb/Streams: Actually implement the piped through steps 2024-12-27 06:56:38 -08:00
SVG Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
UIEvents
UserTiming
WebAssembly LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
WebAudio
WebDriver LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
WebGL LibGfx+LibWeb: Specify bottom left origin for WebGL's PaintingSurface 2024-12-20 20:47:45 +01:00
WebIDL LibWeb/WebIDL: Implement 'write' operation for ArrayBufferView 2024-12-27 06:56:38 -08:00
WebSockets
WebVTT
Worker
XHR Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
XLink
XML
CMakeLists.txt LibWeb/CSS: Add the TransitionEvent type 2024-12-25 17:14:08 +01:00
Dump.cpp LibWeb: Make CSS::ComputedProperties GC-allocated 2024-12-22 10:12:49 +01:00
Dump.h LibWeb: Split StyleComputer work into two phases with separate outputs 2024-12-22 10:12:49 +01:00
Forward.h LibWeb: Add WebAssembly.Global and exports support for global instances 2024-12-24 15:20:28 +01:00
idl_files.cmake LibWeb/CSS: Add the TransitionEvent type 2024-12-25 17:14:08 +01:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h LibWeb: Remove unused (Tree)Node::index_of_child() 2024-12-18 23:46:22 +00:00