RESOLVED WONTFIX87329
enable chromium port of webkitLineDash feature
https://bugs.webkit.org/show_bug.cgi?id=87329
Summary enable chromium port of webkitLineDash feature
Lu Guanqun
Reported 2012-05-23 18:36:21 PDT
The v8 port of webkitLineDash feature is missing, implement it.
Attachments
Patch (5.08 KB, patch)
2012-05-23 18:39 PDT, Lu Guanqun
no flags
Lu Guanqun
Comment 1 2012-05-23 18:39:27 PDT
Lu Guanqun
Comment 2 2012-05-23 18:46:58 PDT
With this feature, the dashed test can be shown. http://www.geogebra.org/web/test42/?f=_dashed.ggb
Kentaro Hara
Comment 3 2012-05-23 18:49:06 PDT
Comment on attachment 143700 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=143700&action=review > Source/WebCore/html/canvas/CanvasRenderingContext2D.idl:77 > attribute [Custom] Array webkitLineDash; Wouldn't it be possible to generate the code by code generators? (Some change might be needed in CodeGeneratorV8.pm though.) webkitLineDashAccessorSetter and webkitLineDashAccessorGetter are just setting/getting values to/from Arrays, which I think should be generated by code generators.
Lu Guanqun
Comment 4 2012-05-23 19:18:09 PDT
(In reply to comment #3) > (From update of attachment 143700 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=143700&action=review > > > Source/WebCore/html/canvas/CanvasRenderingContext2D.idl:77 > > attribute [Custom] Array webkitLineDash; > > Wouldn't it be possible to generate the code by code generators? (Some change might be needed in CodeGeneratorV8.pm though.) > > webkitLineDashAccessorSetter and webkitLineDashAccessorGetter are just setting/getting values to/from Arrays, which I think should be generated by code generators. The original problem, as I recall, is that it uses non-standard type 'DashArray' to hold the values. But let me check how it can be done in CodeGeneratorV8.pm, thanks for your suggestion.
Justin Novosad
Comment 5 2012-08-28 11:30:11 PDT
Has there been any progress on this?
Justin Novosad
Comment 6 2012-09-04 12:50:26 PDT
The standard lineDash feature will make webkitLineDash obsolete. See: https://bugs.webkit.org/show_bug.cgi?id=82560
Note You need to log in before you can comment on or make changes to this bug.