mjz19910 10ec98dd38 Everywhere: Fix spelling mistakes 3 years ago
..
Bindings 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText 3 years ago
CSS 416033a660 LibWeb: Support range syntax for media queries 3 years ago
Cookie cb9cac4e40 LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void> 3 years ago
Crypto ed9c79e131 LibWeb: Use ByteBuffer::copy() instead of a manual copy in SubtleCrypto 3 years ago
DOM 10ec98dd38 Everywhere: Fix spelling mistakes 3 years ago
DOMParsing 7619dbdbb4 LibWeb: Clean up static function in header 3 years ago
DumpLayoutTree b8f11b1bae Everywhere: Remove unused ArgsParser header 3 years ago
Encoding f8387dea26 LibWeb: Implement TextEncoder.prototype.encoding 3 years ago
Geometry 3c0b55c284 LibWeb: Add DOMRectReadOnly and make DOMRect inherit from it 3 years ago
HTML 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText 3 years ago
HighResolutionTime 0ee457dfdf LibWeb: Provide a default DOM::EventTarget::dispatch_event() 3 years ago
IntersectionObserver ebe704a03d LibWeb: Stub out a basic IntersectionObserver interface 3 years ago
Layout 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 3 years ago
Loader 67788641d3 LibWeb: Add a workaround to assign a proper mime type to QOI images 3 years ago
NavigationTiming e1287a9a45 LibWeb: Use RefCountForwarder for NavigationTiming::PerformanceTiming 3 years ago
Page 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
Painting 92708746c8 LibWeb: Implement `background-repeat: round` :^) 3 years ago
RequestIdleCallback 11bb6e045f LibWeb: Add the IdleDeadline interface from the RequestIdleCallback spec 3 years ago
ResizeObserver fdc1c15064 LibWeb: Stub out a basic ResizeObserver interface 3 years ago
SVG 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 years ago
Scripts 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
Selection 5c9ca5c2dc LibWeb: Stub out a basic Selection interface 3 years ago
Tests 54454952e0 LibWeb: Capture <script> element's node document on execution 3 years ago
UIEvents 37586f61be LibWeb: Change the type of MouseEvent members to double 3 years ago
URL 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
WebAssembly 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 years ago
XHR a7b1c7eb16 LibWeb: Don't send a request body in XMLHttpRequest GET or HEAD 3 years ago
CMakeLists.txt 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText 3 years ago
DOMTreeModel.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
DOMTreeModel.h 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 years ago
Dump.cpp 1d5d27aa22 LibWeb: Include custom properties in CSS dump 3 years ago
Dump.h 57a25139a5 LibWeb: Implement `@supports` rule :^) 3 years ago
FontCache.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
FontCache.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Forward.h 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText 3 years ago
ImageDecoding.cpp e017fe92e6 LibWeb: Move ImageDecoder client connection singleton to its own file 3 years ago
ImageDecoding.h e017fe92e6 LibWeb: Move ImageDecoder client connection singleton to its own file 3 years ago
InProcessWebView.cpp 8d1fb299b1 LibGUI+LibWeb: Use 'decrease_slider_by_steps()' method 3 years ago
InProcessWebView.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
Namespace.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Namespace.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Origin.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
OutOfProcessWebView.cpp d53e1fa1fa Everywhere: Use 'increase_slider_by()' method from AbstractSlider 3 years ago
OutOfProcessWebView.h 54bbb97ac6 Browser+LibWeb+WebContent: Add variables display to Inspector 3 years ago
QualifiedName.h 19731fc14c LibWeb: Use HTML-uppercased qualified name for the Element node name 4 years ago
StylePropertiesModel.cpp e2c32a6c65 Everywhere: Use my shiny new serenityos.org email :^) 3 years ago
StylePropertiesModel.h 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 years ago
TreeNode.h 6f0d7245d7 LibWeb: Allow Document::ref() when ref-count is zero 3 years ago
WebContentClient.cpp 54bbb97ac6 Browser+LibWeb+WebContent: Add variables display to Inspector 3 years ago
WebContentClient.h 54bbb97ac6 Browser+LibWeb+WebContent: Add variables display to Inspector 3 years ago
WebViewHooks.h 54bbb97ac6 Browser+LibWeb+WebContent: Add variables display to Inspector 3 years ago