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

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

Issue 10391052: History: Rename Page to Visit, remove some unused code, other cleanups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="icon" href="chrome://theme/IDR_HISTORY_FAVICON"> 6 <link rel="icon" href="chrome://theme/IDR_HISTORY_FAVICON">
7 7
8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared2.css"> 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared2.css">
9 <link rel="stylesheet" href="chrome://resources/css/menu.css"> 9 <link rel="stylesheet" href="chrome://resources/css/menu.css">
10 <link rel="stylesheet" href="chrome://resources/css/menu_button.css"> 10 <link rel="stylesheet" href="chrome://resources/css/menu_button.css">
(...skipping 30 matching lines...) Expand all
41 <button id="remove-selected" 41 <button id="remove-selected"
42 disabled="disabled" 42 disabled="disabled"
43 i18n-content="removeselected"></button> 43 i18n-content="removeselected"></button>
44 </div> 44 </div>
45 <div id="results-display"></div> 45 <div id="results-display"></div>
46 <div id="results-pagination"></div> 46 <div id="results-pagination"></div>
47 </div> 47 </div>
48 48
49 <menu id="action-menu"> 49 <menu id="action-menu">
50 <button id="more-from-site" i18n-content="moreFromSite"></button> 50 <button id="more-from-site" i18n-content="moreFromSite"></button>
51 <button id="remove-page" i18n-content="removeFromHistory"></button> 51 <button id="remove-visit" i18n-content="removeFromHistory"></button>
52 </menu> 52 </menu>
53 53
54 <script src="chrome://history-frame/strings.js"></script> 54 <script src="chrome://history-frame/strings.js"></script>
55 <script src="chrome://resources/js/i18n_template2.js"></script> 55 <script src="chrome://resources/js/i18n_template2.js"></script>
56 </body> 56 </body>
57 </html> 57 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/history/history.js » ('j') | chrome/browser/resources/history/history.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698