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

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: Addressed all outstanding review 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>
3 <head>
4 <meta charset="utf-8">
5 <title>Gesture Preferences</title>
6 <link rel="stylesheet" href="gesture_config.css">
7 <script src="gesture_config.js"></script>
8 </head>
9 <body>
10 <h2>Gesture Preferences</h2>
11 <hr>
12 <form>
13 <div id="gesture-form"></div>
14 <div class="buttons-pane">
15 <button id="resetButton">Reset</button>
James Hawkins 2012/06/12 18:04:15 nit: IDs use dash-form.
Kevin Greer 2012/06/12 18:10:02 changed On 2012/06/12 18:04:15, James Hawkins wrot
16 </div>
17 </form>
18 <div hidden>
19 <div id="gesture-form-row" class="row">
20 <label class="row-label"></label>
21 <input class="row-input" type="number" size="20">
22 <div class="row-units"></div>
23 </div>
24 </div>
25 </body>
26 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698