| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Unable to repro locally and disabling too old: no information about flakiness.
BUG=368531
Review URL: https://codereview.chromium.org/632353004
git-svn-id: svn://svn.chromium.org/blink/trunk@183483 bbb929c8-8fbe-4397-9dbb-9b2b20218538
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
currentPath is not the right way to apply a Path2D object to a context.
Main argument is that currentPath creates a copy of the Path2D object.
Instead we pass Path2D as argument to fill, stroke and clip now.
(The way isn't defined in the w3c specification as well)
Intent to Deprecate and Remove:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/6l01Mv3VND0
BUG=362962
Review URL: https://codereview.chromium.org/226953004
git-svn-id: svn://svn.chromium.org/blink/trunk@173073 bbb929c8-8fbe-4397-9dbb-9b2b20218538
|
|
|
|
|
|
|
|
|
|
| |
This moves the null-check out into generated bindings code. Since there's
no longer a need to throw (explicitly) the ExceptionState argument can be
dropped from the signatures.
Review URL: https://codereview.chromium.org/232913004
git-svn-id: svn://svn.chromium.org/blink/trunk@171471 bbb929c8-8fbe-4397-9dbb-9b2b20218538
|
|
|
|
|
|
|
|
| |
BUG=361686
Review URL: https://codereview.chromium.org/231453002
git-svn-id: svn://svn.chromium.org/blink/trunk@171172 bbb929c8-8fbe-4397-9dbb-9b2b20218538
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change affects Path and CanvasRenderingContext2D which has some methods which path Path arguments.
Path, and after it's renamed Path2D, and the methods on CanvasRenderingContext2D that take Path/Path2D arguments are hidden behind the --enable-experimental-canvas-features flag and will remain hidden behind that flag.
Agreement to rename Path to Path2D:
http://lists.w3.org/Archives/Public/public-whatwg-archive/2013Nov/0204.html
Spec reference:
None, the spec will be updated to Path2D after the rename.
Intent to Implement isn't needed:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/5l-nySXWkqA/62572JTekPcJ
BUG=347128
Review URL: https://codereview.chromium.org/178673002
git-svn-id: svn://svn.chromium.org/blink/trunk@168842 bbb929c8-8fbe-4397-9dbb-9b2b20218538
|
|
Intent to implement on blink-dev:
https://groups.google.com/a/chromium.org/forum/#!searchin/blink-dev/addPath/blink-dev/YY-FmD8Efhc/y4Ag3pGF-toJ
BUG=159839
Review URL: https://codereview.chromium.org/170503002
git-svn-id: svn://svn.chromium.org/blink/trunk@168561 bbb929c8-8fbe-4397-9dbb-9b2b20218538
|