History log of /external/skia/experimental/SkV8Example/JsContext.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5e44b00392e791088b693a0b462b107b0b5a91ba 27-Oct-2014 jcgregorio <jcgregorio@google.com> Start moving to the new canvas structure.

Adds DrawingMethods with some of the methods it defines. Context is now
an implementation of DrawingMethods.

The sample.js file now shows how the context is used.

Not much new code here, that's mostly in DrawingMethods::DrawPath, most everything else is a code move.

BUG=skia:

Review URL: https://codereview.chromium.org/676423002
/external/skia/experimental/SkV8Example/JsContext.h
e22f45fd89ef70b2ba645c354e951365ab8540c7 24-Oct-2014 jcgregorio <jcgregorio@google.com> Doing the "using namespace" penance by adding in v8:: everywhere, like I should have to begin with.

Also:
- SkWindow now has createSurface, not createCanvas.
- Add the platform init code v8 now seems to require.
- Fix library linkage.
- Call isolate->Enter(); because it doesn't look
like v8 starts with a default isolate to begin with.

BUG=skia:

Review URL: https://codereview.chromium.org/673223002
/external/skia/experimental/SkV8Example/JsContext.h
24e0496e8d58e779487307fbe0ae20d5fea4cfc0 04-Mar-2014 commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> Factor out a BaseContext from JsContext.

BUG=skia:
R=robertphillips@google.com

Author: jcgregorio@google.com

Review URL: https://codereview.chromium.org/186783004

git-svn-id: http://skia.googlecode.com/svn/trunk@13660 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/experimental/SkV8Example/JsContext.h
d7841047e2a9360eedf077fa7a47c7b800692632 07-Jan-2014 commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> Add the gears.js demo and all the code changes needed to get it working, including implementing both fill and stroke style. Also add the HTML and JS files to compare with browser performance.

BUG=
R=robertphillips@google.com

Author: jcgregorio@google.com

Review URL: https://codereview.chromium.org/122373003

git-svn-id: http://skia.googlecode.com/svn/trunk@12946 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/experimental/SkV8Example/JsContext.h
c8d732800e1a660fca6d2478fc24d6e6935ef8ad 06-Jan-2014 commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> Renamed JsCanvas to JsContext and moved into it's own file.

Fleshed out a lot of the Path interface.

BUG=
R=robertphillips@google.com, tfarina@chromium.org, reed@google.com

Author: jcgregorio@google.com

Review URL: https://codereview.chromium.org/121303004

git-svn-id: http://skia.googlecode.com/svn/trunk@12913 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/experimental/SkV8Example/JsContext.h