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

Side by Side Diff: chrome/browser/resources/options/about_page.html

Issue 5315006: chromeos: Fix DOMUI about:credits link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: abstract out AboutSource init code from WillHandleBrowserAboutURL Created 9 years, 11 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
« no previous file with comments | « chrome/browser/dom_ui/options/options_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="page hidden" id="aboutPage"> 1 <div class="page hidden" id="aboutPage">
2 <h1 i18n-content="product"></h1> 2 <h1 i18n-content="product"></h1>
3 <div id="aboutPageLessInfo"> 3 <div id="aboutPageLessInfo">
4 <section> 4 <section>
5 <div> 5 <div>
6 <!-- White space is significant between spans. --> 6 <!-- White space is significant between spans. -->
7 <div><span i18n-content="os"></span> <span id="osVersion0"> 7 <div><span i18n-content="os"></span> <span id="osVersion0">
8 <span class="loading" i18n-content="loading"></span></span></div> 8 <span class="loading" i18n-content="loading"></span></span></div>
9 <div> 9 <div>
10 <span i18n-content="browser"></span> 10 <span i18n-content="browser"></span>
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 <h3 i18n-content="command_line"></h3> 60 <h3 i18n-content="command_line"></h3>
61 <div i18n-content="command_line_info"></div> 61 <div i18n-content="command_line_info"></div>
62 </section> 62 </section>
63 </div> 63 </div>
64 <section> 64 <section>
65 <div> 65 <div>
66 <div i18n-content="copyright"></div> 66 <div i18n-content="copyright"></div>
67 <div> 67 <div>
68 <!-- Odd formatting to avoid unwanted spaces between elements. --> 68 <!-- Odd formatting to avoid unwanted spaces between elements. -->
69 <span i18n-content="license_content_0"> 69 <span i18n-content="license_content_0">
70 </span><a i18n-values="href:license_link_0" 70 </span><a target="_blank"
71 i18n-values="href:license_link_0"
71 i18n-content="license_link_content_0"> 72 i18n-content="license_link_content_0">
72 </a><span i18n-content="license_content_1"> 73 </a><span i18n-content="license_content_1">
73 </span><a i18n-values="href:license_link_1" 74 </span><a target="_blank"
75 i18n-values="href:license_link_1"
74 i18n-content="license_link_content_1"> 76 i18n-content="license_link_content_1">
75 </a><span i18n-content="license_content_2"> 77 </a><span i18n-content="license_content_2">
76 </span> 78 </span>
77 </div> 79 </div>
78 </div> 80 </div>
79 </section> 81 </section>
80 <section> 82 <section>
81 <div> 83 <div>
82 <div> 84 <div>
83 <div id="updateIcon" class="update-icon up-to-date"></div> 85 <div id="updateIcon" class="update-icon up-to-date"></div>
84 <span id="updateStatus" i18n-content="update_status"></span> 86 <span id="updateStatus" i18n-content="update_status"></span>
85 </div> 87 </div>
86 <div> 88 <div>
87 <!-- TODO seanparent: fill in last checked. --> 89 <!-- TODO seanparent: fill in last checked. -->
88 <!-- <span i18n-content="last_check"></span> --> 90 <!-- <span i18n-content="last_check"></span> -->
89 <button disabled id="checkNow" i18n-content="check_now"></button> 91 <button disabled id="checkNow" i18n-content="check_now"></button>
90 </div> 92 </div>
91 </div> 93 </div>
92 </section> 94 </section>
93 </div> 95 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/options_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698