Andreas Kling 40bd2cb611 LibWeb: Move initial containing block setup out of BFC %!s(int64=3) %!d(string=hai) anos
..
Bindings 2fad940b0b LibWeb: Add SVG `<polygon>` element and test case :^) %!s(int64=3) %!d(string=hai) anos
CSS a99d02e14d LibWeb: Add an enum for !important %!s(int64=3) %!d(string=hai) anos
Cookie 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) %!s(int64=3) %!d(string=hai) anos
Crypto 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr %!s(int64=3) %!d(string=hai) anos
DOM 40bd2cb611 LibWeb: Move initial containing block setup out of BFC %!s(int64=3) %!d(string=hai) anos
DOMParsing 7619dbdbb4 LibWeb: Clean up static function in header %!s(int64=3) %!d(string=hai) anos
DumpLayoutTree b8f11b1bae Everywhere: Remove unused ArgsParser header %!s(int64=3) %!d(string=hai) anos
Encoding de90d54be0 LibJS: Convert ArrayBuffer construction to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
Fetch 8cfeca5261 LibWeb: Implement spec-compliant MIME type struct and parser %!s(int64=3) %!d(string=hai) anos
Geometry 3c0b55c284 LibWeb: Add DOMRectReadOnly and make DOMRect inherit from it %!s(int64=3) %!d(string=hai) anos
HTML 8c29cc879d LibWeb: Add support for 'arraybuffer' message types on WebSockets %!s(int64=3) %!d(string=hai) anos
HighResolutionTime 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec %!s(int64=3) %!d(string=hai) anos
IntersectionObserver 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) %!s(int64=3) %!d(string=hai) anos
Layout 40bd2cb611 LibWeb: Move initial containing block setup out of BFC %!s(int64=3) %!d(string=hai) anos
Loader 497dd5b354 LibWeb: Set response header cookies on redirects %!s(int64=3) %!d(string=hai) anos
MimeSniff d1c4a94659 LibWeb: Fix comparing current position to quote in Mime Type quote parse %!s(int64=3) %!d(string=hai) anos
NavigationTiming e1287a9a45 LibWeb: Use RefCountForwarder for NavigationTiming::PerformanceTiming %!s(int64=3) %!d(string=hai) anos
Page bf7f6a9e98 LibWeb: Implement EventHandler::focus_previous_element() %!s(int64=3) %!d(string=hai) anos
Painting a796207b9f LibWeb: Paint box-shadows more efficiently %!s(int64=3) %!d(string=hai) anos
RequestIdleCallback 11bb6e045f LibWeb: Add the IdleDeadline interface from the RequestIdleCallback spec %!s(int64=3) %!d(string=hai) anos
ResizeObserver fdc1c15064 LibWeb: Stub out a basic ResizeObserver interface %!s(int64=3) %!d(string=hai) anos
SVG 9dcc752bcf LibWeb: Clear the path of a SVGPathElement if the attribute changes %!s(int64=3) %!d(string=hai) anos
Scripts 13d7c09125 Libraries: Move to Userland/Libraries/ %!s(int64=4) %!d(string=hai) anos
Selection 5c9ca5c2dc LibWeb: Stub out a basic Selection interface %!s(int64=3) %!d(string=hai) anos
Tests 54454952e0 LibWeb: Capture <script> element's node document on execution %!s(int64=3) %!d(string=hai) anos
UIEvents 438c5bce6c LibWeb: Add MouseEvent.x and MouseEvent.y %!s(int64=3) %!d(string=hai) anos
URL d7998c5dbd LibWeb: Accept array pairs in URLSearchParams constructor %!s(int64=3) %!d(string=hai) anos
WebAssembly bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> %!s(int64=3) %!d(string=hai) anos
XHR 28f0193d9b LibWeb: Decode XHR text with the specified charset in the MIME type %!s(int64=3) %!d(string=hai) anos
CMakeLists.txt 8cfeca5261 LibWeb: Implement spec-compliant MIME type struct and parser %!s(int64=3) %!d(string=hai) anos
DOMTreeModel.cpp 8b1108e485 Everywhere: Pass AK::StringView by value %!s(int64=3) %!d(string=hai) anos
DOMTreeModel.h 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) %!s(int64=3) %!d(string=hai) anos
Dump.cpp a99d02e14d LibWeb: Add an enum for !important %!s(int64=3) %!d(string=hai) anos
Dump.h 57a25139a5 LibWeb: Implement `@supports` rule :^) %!s(int64=3) %!d(string=hai) anos
FontCache.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
FontCache.h 96895cd22c Everywhere: Fully qualify font names by including their slope %!s(int64=3) %!d(string=hai) anos
Forward.h 8cfeca5261 LibWeb: Implement spec-compliant MIME type struct and parser %!s(int64=3) %!d(string=hai) anos
ImageDecoding.cpp 2e1bbcb0fa LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer %!s(int64=3) %!d(string=hai) anos
ImageDecoding.h e017fe92e6 LibWeb: Move ImageDecoder client connection singleton to its own file %!s(int64=3) %!d(string=hai) anos
InProcessWebView.cpp 0608de8c12 LibWeb: Rename Layout::Box::size() to content_size() %!s(int64=3) %!d(string=hai) anos
InProcessWebView.h 8b1108e485 Everywhere: Pass AK::StringView by value %!s(int64=3) %!d(string=hai) anos
Namespace.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
Namespace.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
Origin.h a856cf8d4c LibWeb: Allow using Origin as a HashMap key %!s(int64=3) %!d(string=hai) anos
OutOfProcessWebView.cpp 65bd4477db LibWeb: Plumb OOPWV focus state across the IPC boundary %!s(int64=3) %!d(string=hai) anos
OutOfProcessWebView.h 65bd4477db LibWeb: Plumb OOPWV focus state across the IPC boundary %!s(int64=3) %!d(string=hai) anos
QualifiedName.h 19731fc14c LibWeb: Use HTML-uppercased qualified name for the Element node name %!s(int64=4) %!d(string=hai) anos
StylePropertiesModel.cpp e2c32a6c65 Everywhere: Use my shiny new serenityos.org email :^) %!s(int64=3) %!d(string=hai) anos
StylePropertiesModel.h 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) %!s(int64=3) %!d(string=hai) anos
TreeNode.h 9358f108c4 LibWeb: Add TreeNode<T>::next_in_pre_order(T* stay_within) variant %!s(int64=3) %!d(string=hai) anos
WebContentClient.cpp 2e1bbcb0fa LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer %!s(int64=3) %!d(string=hai) anos
WebContentClient.h 2e1bbcb0fa LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer %!s(int64=3) %!d(string=hai) anos
WebViewHooks.h 54bbb97ac6 Browser+LibWeb+WebContent: Add variables display to Inspector %!s(int64=3) %!d(string=hai) anos