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

Side by Side Diff: chrome/browser/resources/history/alert_overlay.html

Issue 591353002: history: fix focus regression when showing "Remove history" confirmation dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 years, 3 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 | chrome/browser/resources/history/history.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 <!-- TODO(dbeam): merge with chrome/browser/resources/alert_overlay.html -->
1 <div id="alertOverlay" class="page"> 2 <div id="alertOverlay" class="page">
2 <div class="close-button"></div> 3 <div class="close-button"></div>
3 <h1 id="alertOverlayTitle"></h1> 4 <h1 id="alertOverlayTitle"></h1>
4 <div class="content-area"> 5 <div class="content-area">
5 <div id="alertOverlayMessage"></div> 6 <div id="alertOverlayMessage"></div>
6 </div> 7 </div>
7 <div class="action-area"> 8 <div class="action-area">
8 <div class="button-strip"> 9 <div class="button-strip">
9 <button id="alertOverlayCancel" type="reset"></button> 10 <button id="alertOverlayCancel" type="reset"></button>
10 <button id="alertOverlayOk" type="submit"></button> 11 <button id="alertOverlayOk" class="default-button" type="submit"></button>
11 </div> 12 </div>
12 </div> 13 </div>
13 </div> 14 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/history/history.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698