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

Side by Side Diff: chrome/browser/resources/gesture_config.html

Issue 10532005: Initial check-in of gesture config WebUI. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed debugging code and added comments. Created 8 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection">
3 <html>
4 <head>
5 <meta charset="utf-8">
6 <title>Gesture Configuration</title>
7 <link rel="stylesheet" href="gesture_config.css">
8 <!-- <script src="chrome://resources/js/cr.js"></script> -->
flackr 2012/06/06 14:50:54 Unnecessary I assume?
Kevin Greer 2012/06/06 20:26:20 Removed. On 2012/06/06 14:50:54, flackr wrote:
9 <script src="gesture_config.js"></script>
10 </head>
11 <body>
12 <form>
13 <h2>Gesture Preferences</h2>
14 <div id="gestureForm"></div>
15 <div class="buttons-pane">
16 <button id="updateButton">Update</button><button id="resetButton">Reset</butto n>
17 </div>
18 </form>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698