mattwoodrow
mattwoodrow
My understanding of the concept of indefinite/definite grid spans for subgrids is so that the explicit grid for a sub grid can be calculated without a dependency on item placement...
Update grid-area-computed.html to use the shortest serialization principle for grid line values.
#### 3a78f1a4e91511c8012f1ee0a5ad53e253e267fd Omit the integer value for grid-lines when it's the default value. https://bugs.webkit.org/show_bug.cgi?id=245025 Reviewed by NOBODY (OOPS!). As per the shortest possible serialization principle, we don't need to print...
#### a1cb446c99c72e993af7557102f644bf97a12b1a Serialize the auto-flow variant of the 'grid' shorthand correctly. https://bugs.webkit.org/show_bug.cgi?id=245024 Reviewed by NOBODY (OOPS!). * LayoutTests/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-shorthand-valid-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-shorthand-valid.html: * Source/WebCore/css/StyleProperties.cpp: (WebCore::gridAutoFlowContains): (WebCore::StyleProperties::getGridValue const): https://github.com/WebKit/WebKit/commit/a1cb446c99c72e993af7557102f644bf97a12b1a | Misc | iOS,...
#### f12042996db43cc68d264d610bcd1aebc8a49e98 Fix strokeStyle changes not being applied for successive stroke line operations. https://bugs.webkit.org/show_bug.cgi?id=245465 Reviewed by NOBODY (OOPS!). The recordStrokeLineWithColorAndThickness optimised path skips serialising the state object, but fails to...
#### 8a82ce87b5db704ea685a2add0f1eb85a5351757 Allow running IPC::Connection with an 'owning' thread that isn't the main thread https://bugs.webkit.org/show_bug.cgi?id=244825 Reviewed by NOBODY (OOPS!). This associates a primary/owning thread with each Connection (represented as a...
#### 49d00d1fff6f05cb7b80c4e41f522ce4f4bfad7c Remove FontCascade::s_codePath https://bugs.webkit.org/show_bug.cgi?id=233979 Reviewed by Myles C. Maxfield. FontCascade::s_codePath can be read on worker threads with OffscreenCanvas and written on the main thread. Rather than make it thread...
#### 73a4c71642dfa90e574348729f4cfd8beb3ee2dc Add WorkerClient for WebCore to access WebKit from worker threads, and use it to create a RemoteRenderingBackendProxy per-thread https://bugs.webkit.org/show_bug.cgi?id=244828 Reviewed by NOBODY (OOPS!). The primary design goal here...
#### 1f51474223ec6ae7e7cc1ede9c68baeb6b0ea3ab CSS perspective should only affect direct DOM children. https://bugs.webkit.org/show_bug.cgi?id=73268 <rdar://problem/100834757> Reviewed by NOBODY (OOPS!). CSS perspective should only be combined into the transform of direct DOM children, and...
#### 508461b6877e2c9f6c7b7875422d791c17d715f3 Don't force CompletionHandlerCallThread::MainThread for async replies https://bugs.webkit.org/show_bug.cgi?id=246308 Reviewed by NOBODY (OOPS!). This only changes an assertion, doesn't affect behaviour at all. * Source/WebKit/Platform/IPC/Connection.h: (IPC::Connection::sendWithAsyncReply): ---------------------------------------------------------------------- #### c3b87699d4881942d8684b390236315333005a3a Add...