New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement CanvasRenderingContext2d.fillText #26697
Merged
bors-servo
merged 13 commits into
servo:master
from
utsavoza:ugo/issue-11681/22-05-2020
Jun 12, 2020
Add canvas font test failure.
502f34a
Select commit
726f7d7
Check for valid arguments before processing canvas.fillText
utsavoza f161ab8
Basic implementation of canvas.fillText
utsavoza 7883718
Query layout to resolve canvas font property value
utsavoza f3cb7a1
Add todos for missing steps while processing parse font query
utsavoza 43051c7
Fix ./mach build --release --with-layout-2020
utsavoza 5493424
Revert unnecessary changes
utsavoza 15fd256
Store resolved font style in canvas context state
utsavoza c21fde3
Implement CanvasRenderingContext2D.font property
utsavoza 34d0c31
Enable textAlign, textBaseline and direction attributes for canvas
utsavoza d1241a8
Fix ./mach build --release --with-layout-2020
utsavoza 6c86429
Update web-platform-tests metadata
utsavoza 8372cf1
Derive Serialize and Deserialize traits for font styles for #[cfg_att…
utsavoza 502f34a
Add canvas font test failure.
jdm
Merged
Implement CanvasRenderingContext2d.fillText #26697
Add canvas font test failure.
May 22, 2020
May 23, 2020
May 27, 2020
May 28, 2020
May 28, 2020
May 30, 2020
Jun 3, 2020
Jun 3, 2020
Jun 6, 2020
Jun 9, 2020
Jun 10, 2020
Jun 12, 2020
Jun 12, 2020
502f34a
Select commit
726f7d7
Check for valid arguments before processing canvas.fillText
utsavoza f161ab8
Basic implementation of canvas.fillText
utsavoza 7883718
Query layout to resolve canvas font property value
utsavoza f3cb7a1
Add todos for missing steps while processing parse font query
utsavoza 43051c7
Fix ./mach build --release --with-layout-2020
utsavoza 5493424
Revert unnecessary changes
utsavoza 15fd256
Store resolved font style in canvas context state
utsavoza c21fde3
Implement CanvasRenderingContext2D.font property
utsavoza 34d0c31
Enable textAlign, textBaseline and direction attributes for canvas
utsavoza d1241a8
Fix ./mach build --release --with-layout-2020
utsavoza 6c86429
Update web-platform-tests metadata
utsavoza 8372cf1
Derive Serialize and Deserialize traits for font styles for #[cfg_att…
utsavoza 502f34a
Add canvas font test failure.
jdm