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

Side by Side Diff: experimental/webtry/templates/index.html

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 | « experimental/webtry/templates/iframe.html ('k') | experimental/webtry/templates/workspace.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Skia WebTry</title> 4 <title>Skia WebTry</title>
5 <meta charset='utf-8' /> 5 <meta charset='utf-8' />
6 <script src="/res/js/pointerevents.min.js" type="text/javascript" charset="u tf-8"></script>
6 <link rel="stylesheet" href="/res/css/webtry.css" type="text/css" media="scr een"> 7 <link rel="stylesheet" href="/res/css/webtry.css" type="text/css" media="scr een">
7 <link rel="stylesheet" href="/res/css/cm/codemirror.css" type="text/css" med ia="screen"> 8 <link rel="stylesheet" href="/res/css/cm/codemirror.css" type="text/css" med ia="screen">
8 </head> 9 </head>
9 <body> 10 <body>
10 {{template "titlebar.html" .}} 11 {{template "titlebar.html" .}}
11 {{template "content.html" .}} 12 {{template "content.html" .}}
12 13
13 <script type='text/javascript' charset='utf-8'> 14 <script type='text/javascript' charset='utf-8'>
14 // Not running in a workspace. 15 // Not running in a workspace.
15 var workspaceName = ""; 16 var workspaceName = "";
16 </script> 17 </script>
17 <script src="/res/js/webtry.js" type="text/javascript" charset="utf-8"></scrip t> 18 <script src="/res/js/webtry.js" type="text/javascript" charset="utf-8"></scrip t>
18 </body> 19 </body>
19 </html> 20 </html>
OLDNEW
« no previous file with comments | « experimental/webtry/templates/iframe.html ('k') | experimental/webtry/templates/workspace.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698