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

Side by Side Diff: experimental/webtry/README.md

Issue 286913005: Add polyfill for pointer events, change code to handle both mouse and pointer events equalls. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | experimental/webtry/res/js/pointerevents.min.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 WebTry 1 WebTry
2 ====== 2 ======
3 3
4 Allows trying out Skia code in the browser. Run a local webserver 4 Allows trying out Skia code in the browser. Run a local webserver
5 and from the pages it serves try out Skia code and see the results 5 and from the pages it serves try out Skia code and see the results
6 immediately. To make sandboxing easier this must be built w/GPU off. 6 immediately. To make sandboxing easier this must be built w/GPU off.
7 7
8 Running Locally 8 Running Locally
9 =============== 9 ===============
10 10
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 ./webtry_setup.sh 78 ./webtry_setup.sh
79 79
80 80
81 Once, after setup 81 Once, after setup
82 ----------------- 82 -----------------
83 83
84 Do this step only once, but only after running webtry_setup.sh the first time 84 Do this step only once, but only after running webtry_setup.sh the first time
85 85
86 sudo debootstrap --variant=minbase wheezy /srv/chroot/webtry 86 sudo debootstrap --variant=minbase wheezy /srv/chroot/webtry
87 87
88
89 Third Party Code
90 ----------------
91
92 * res/js/pointerevents.min.js - obtained from https://github.com/components/po interevents-polyfill
93
OLDNEW
« no previous file with comments | « no previous file | experimental/webtry/res/js/pointerevents.min.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698