mattwoodrow
mattwoodrow
Please note, only the top two commits are truly part of this PR. The others are just there because GitHub (and EWS) don't support dependent branches.
This was discussed and resolved here: https://github.com/w3c/csswg-drafts/issues/3448
> grid-shorthand-serialization.html already exists, I guess you need to import it Indeed! We still failed one of the tests in there, so I've updated the code to handle that (and...
> > #### [f120429](https://github.com/WebKit/WebKit/commit/f12042996db43cc68d264d610bcd1aebc8a49e98) > > Fix strokeStyle changes not being applied for successive stroke line operations. > > Please describe the user-facing bug. Is there an existing bugzilla you...
> There is: please use https://bugs.webkit.org/show_bug.cgi?id=245145 Ah hrm, I associated this with the older radar to avoid duplicating the wrong direction there. Is there a way to change which radar...
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.
> @mattwoodrow Did you ever investigate if it would be possible to implement WorkerOrWorkletThread with normal RunLoop? E.g. are the semantics of Worker run loops compatible or adaptable to WTF::RunLoop?...
WebKit is definitely doing the same as Gecko here, including the sub grid's margin/border/padding into the size of the edge tracks spanned by the subgrid. I think it'd be worth...
diff --git a/extract-files.sh b/extract-files.sh index 18e9e44..9a48264 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -46,6 +46,8 @@ case "$DEVICE_BUILD_ID" in FIRMWARE=ZNKG5 ;; "GINGERBREAD.XXKI3") FIRMWARE=XXKI3 ;; +"GINGERBREAD.XWKJ1") - FIRMWARE=XWKJ1 ;; *) echo Your...
Sorry for posting this in the wrong place. 1. Yes, audio works. 2. I can't see wpa_supplicant in 'adb shell ps'. Enabling wifi in b2g doesn't seem to give me...