Bug 134922 - Implement CanvasPathMethod NoInterfaceObject
Summary: Implement CanvasPathMethod NoInterfaceObject
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-15 05:06 PDT by Dirk Schulze
Modified: 2016-10-12 05:07 PDT (History)
10 users (show)

See Also:


Attachments
Patch (11.49 KB, patch)
2014-07-15 05:11 PDT, Dirk Schulze
darin: review-
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from webkit-ews-12 for mac-mountainlion-wk2 (596.85 KB, application/zip)
2014-07-15 06:16 PDT, Build Bot
no flags Details
Archive of layout-test-results from webkit-ews-01 for mac-mountainlion (559.31 KB, application/zip)
2014-07-15 07:39 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2014-07-15 05:06:16 PDT
Implement CanvasPathMethod NoInterfaceObject, as specified.
Comment 1 Dirk Schulze 2014-07-15 05:11:23 PDT
Created attachment 234915 [details]
Patch
Comment 2 Build Bot 2014-07-15 06:16:21 PDT
Comment on attachment 234915 [details]
Patch

Attachment 234915 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/6022256249536512

New failing tests:
canvas/philip/tests/2d.path.bezierCurveTo.nonfinite.html
canvas/philip/tests/2d.path.arc.nonfinite.html
canvas/philip/tests/2d.path.quadraticCurveTo.nonfinite.html
canvas/philip/tests/2d.path.rect.nonfinite.html
canvas/philip/tests/2d.path.moveTo.nonfinite.html
canvas/philip/tests/2d.path.arcTo.nonfinite.html
media/W3C/video/networkState/networkState_during_loadstart.html
fast/canvas/canvas-with-incorrect-args.html
canvas/philip/tests/2d.path.lineTo.nonfinite.html
fast/canvas/canvas-path-with-inf-nan-dimensions.html
Comment 3 Build Bot 2014-07-15 06:16:25 PDT
Created attachment 234919 [details]
Archive of layout-test-results from webkit-ews-12 for mac-mountainlion-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: webkit-ews-12  Port: mac-mountainlion-wk2  Platform: Mac OS X 10.8.5
Comment 4 Build Bot 2014-07-15 07:39:33 PDT
Comment on attachment 234915 [details]
Patch

Attachment 234915 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/4814959733112832

New failing tests:
canvas/philip/tests/2d.path.bezierCurveTo.nonfinite.html
canvas/philip/tests/2d.path.arc.nonfinite.html
canvas/philip/tests/2d.path.quadraticCurveTo.nonfinite.html
canvas/philip/tests/2d.path.rect.nonfinite.html
canvas/philip/tests/2d.path.moveTo.nonfinite.html
canvas/philip/tests/2d.path.arcTo.nonfinite.html
fast/canvas/canvas-with-incorrect-args.html
canvas/philip/tests/2d.path.lineTo.nonfinite.html
fast/canvas/canvas-path-with-inf-nan-dimensions.html
Comment 5 Build Bot 2014-07-15 07:39:37 PDT
Created attachment 234925 [details]
Archive of layout-test-results from webkit-ews-01 for mac-mountainlion

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: webkit-ews-01  Port: mac-mountainlion  Platform: Mac OS X 10.8.5
Comment 6 Darin Adler 2014-08-19 09:16:06 PDT
Comment on attachment 234915 [details]
Patch

Looks OK. Need to address failing tests.
Comment 7 Dirk Schulze 2016-10-12 05:07:44 PDT
This has been implemented as CanvasPath. The naming is not according to the spec but not visible to the user anyway.