Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(573)

Issue 227583006: Enable Path2D object and some path APIs by default. (Closed)

Created:
6 years, 8 months ago by zino
Modified:
6 years, 8 months ago
Reviewers:
Rik, Justin Novosad, eseidel
CC:
blink-reviews, arv+blink, dglazkov+blink, adamk+blink_chromium.org, aandrey+blink_chromium.org, watchdog-blink-watchlist_google.com, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Enable Path2D object and some path APIs by default. Enable following APIs: - Path2D Object Constructor & Inteface - void fill(Path2D, optional CanvasFillRule); - void stroke(Path2D); - void clip(Path2D, optional CanvasFillRule); - boolean isPointInPath(Path2D, x, y, optional CanvasFillRule); - boolean isPointInStroke(Path2D, x, y); Intent to Ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/mhjb3Em8H0A BUG=159839, 330506 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171302

Patch Set 1 #

Patch Set 2 : RuntimeEnabledFeatures #

Patch Set 3 : shipping #

Total comments: 1

Patch Set 4 : hide addPath #

Patch Set 5 : rebase #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -12 lines) Patch
M LayoutTests/virtual/stable/webexposed/global-constructors-listing-expected.txt View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.idl View 1 2 1 chunk +8 lines, -10 lines 0 comments Download
M Source/core/html/canvas/Path2D.idl View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/RuntimeEnabledFeatures.in View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
zino
Please take a look. Thank you :)
6 years, 8 months ago (2014-04-08 02:21:03 UTC) #1
eseidel
I presume there are other things guarded behind ExperimentalCanvasFeatures? It's generally ideal if we can ...
6 years, 8 months ago (2014-04-08 03:35:19 UTC) #2
zino
On 2014/04/08 03:35:19, eseidel wrote: > I presume there are other things guarded behind ExperimentalCanvasFeatures? ...
6 years, 8 months ago (2014-04-08 06:51:50 UTC) #3
Justin Novosad
This CL is entitled "Enable Path2D object and some path APIs by default." AFAICT, that ...
6 years, 8 months ago (2014-04-08 19:38:02 UTC) #4
eseidel
Great. So this isn't yet "shipping" the feature, but it is promoting it to be ...
6 years, 8 months ago (2014-04-08 19:43:47 UTC) #5
zino
Sorry, I was confusing meaning of shipping. Justin's pointing out is right. Rik and I ...
6 years, 8 months ago (2014-04-09 09:01:24 UTC) #6
Rik
On 2014/04/09 09:01:24, zino wrote: > Sorry, I was confusing meaning of shipping. > Justin's ...
6 years, 8 months ago (2014-04-09 10:50:38 UTC) #7
Rik
https://codereview.chromium.org/227583006/diff/40001/Source/core/html/canvas/Path2D.idl File Source/core/html/canvas/Path2D.idl (right): https://codereview.chromium.org/227583006/diff/40001/Source/core/html/canvas/Path2D.idl#newcode36 Source/core/html/canvas/Path2D.idl:36: [RaisesException] void addPath(Path2D? path, SVGMatrix? transform); Shouldn't this method ...
6 years, 8 months ago (2014-04-09 10:50:45 UTC) #8
zino
On 2014/04/09 10:50:45, Rik wrote: > https://codereview.chromium.org/227583006/diff/40001/Source/core/html/canvas/Path2D.idl > File Source/core/html/canvas/Path2D.idl (right): > > https://codereview.chromium.org/227583006/diff/40001/Source/core/html/canvas/Path2D.idl#newcode36 > ...
6 years, 8 months ago (2014-04-09 13:25:49 UTC) #9
Justin Novosad
On 2014/04/09 13:25:49, zino wrote: > On 2014/04/09 10:50:45, Rik wrote: > > > https://codereview.chromium.org/227583006/diff/40001/Source/core/html/canvas/Path2D.idl ...
6 years, 8 months ago (2014-04-09 13:58:21 UTC) #10
eseidel
lgtm
6 years, 8 months ago (2014-04-09 17:45:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jinho.bang@samsung.com/227583006/60001
6 years, 8 months ago (2014-04-09 17:45:36 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-09 18:06:31 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on blink_presubmit
6 years, 8 months ago (2014-04-09 18:06:32 UTC) #14
zino
The CQ bit was checked by jinho.bang@samsung.com
6 years, 8 months ago (2014-04-10 11:50:04 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jinho.bang@samsung.com/227583006/60001
6 years, 8 months ago (2014-04-10 11:50:11 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-10 11:50:16 UTC) #17
commit-bot: I haz the power
Failed to apply patch for Source/core/html/canvas/Path2D.idl: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 8 months ago (2014-04-10 11:50:17 UTC) #18
zino
The CQ bit was checked by jinho.bang@samsung.com
6 years, 8 months ago (2014-04-10 12:17:40 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jinho.bang@samsung.com/227583006/80001
6 years, 8 months ago (2014-04-10 12:17:46 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-10 12:56:33 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_rel
6 years, 8 months ago (2014-04-10 12:56:34 UTC) #22
zino
The CQ bit was checked by jinho.bang@samsung.com
6 years, 8 months ago (2014-04-10 19:27:01 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jinho.bang@samsung.com/227583006/100001
6 years, 8 months ago (2014-04-10 19:27:05 UTC) #24
commit-bot: I haz the power
6 years, 8 months ago (2014-04-10 21:05:32 UTC) #25
Message was sent while issue was closed.
Change committed as 171302

Powered by Google App Engine
This is Rietveld 408576698