mattwoodrow
mattwoodrow
I'm not sure I see how indefinite spans make things easier. Once we've placed the subgrid into the parent grid, we have an definite number of tracks that we span,...
That example is indeed what I had in mind. The important part to me was the clarification that resolving the number of explicit tracks in a subgrid can't happen until...
Should we special case `template-grid-XXX: subgrid` without any specified line names? The current spec says that we should always use the number of explicit tracks (note the property specifies lines,...
The definition of indefinite span only requires the start or end property are auto, which I think makes ‘grid-column: span 10’ indefinite. On Thu, 3 Feb 2022 at 1:05 PM,...
Full branch for extra context: https://github.com/mattwoodrow/WebKit/commits/eng/remote-rendering-workers
> I think it's a bit too complicated: > > * Adding redundant locking is more confusing than not. I much prefer DataMutex over intermingled mutexes and data members with...
Please note, only the top commit is truly part of this PR. The others are just there because GitHub (and EWS) don't support dependent branches.
Full branch for extra context: https://github.com/mattwoodrow/WebKit/commits/eng/remote-rendering-workers
> Things that initially do not make sense to me: > > > GPUProcess updated to handle multiple instances of GPUConnectionToWebProcess per web process > > This does not seem...
> SerialDispatchQueue -- We already have WorkQueue, which is a serial dispatch queue. So the code about that doesn't make sense initially. Note: the implementation seems to be missing from...