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

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

Issue 4565001: Add Canary to the channel switching UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/about_page_handler.cc ('k') | no next file » | 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>
11 <span i18n-content="browser_version"></span> 11 <span i18n-content="browser_version"></span>
12 </div> 12 </div>
13 <div> 13 <div>
14 <button class="link-button" id="moreInfoButton" 14 <button class="link-button" id="moreInfoButton"
15 i18n-content="more_info"></button> 15 i18n-content="more_info"></button>
16 </div> 16 </div>
17 </div> 17 </div>
18 </section> 18 </section>
19 </div> 19 </div>
20 <div class="hidden" id="aboutPageMoreInfo"> 20 <div class="hidden" id="aboutPageMoreInfo">
21 <section> 21 <section>
22 <h3 i18n-content="channel"></h3> 22 <h3 i18n-content="channel"></h3>
23 <select id="channelSelect"> 23 <select id="channelSelect">
24 <!-- There is no "release" channel at this moment --> 24 <!-- There is no "release" channel at this moment -->
25 <!-- <option value="release" i18n-content="release"></option> --> 25 <!-- <option value="release" i18n-content="release"></option> -->
26 <option value="beta-channel" i18n-content="beta"></option> 26 <option value="beta-channel" i18n-content="beta"></option>
27 <option value="dev-channel" i18n-content="development"></option> 27 <option value="dev-channel" i18n-content="development"></option>
28 <option value="test-channel" i18n-content="canary"></option>
petkov 2010/11/05 16:46:16 Change "test-channel" to "canary-channel".
satorux1 2010/11/11 10:35:27 Done.
28 </select> 29 </select>
29 </section> 30 </section>
30 <section> 31 <section>
31 <h3 i18n-content="os"></h3> 32 <h3 i18n-content="os"></h3>
32 <div id="osVersion1"> 33 <div id="osVersion1">
33 <span class="loading" i18n-content="loading"></span> 34 <span class="loading" i18n-content="loading"></span>
34 </div> 35 </div>
35 </section> 36 </section>
36 <section> 37 <section>
37 <h3 i18n-content="browser"></h3> 38 <h3 i18n-content="browser"></h3>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 <span id="updateStatus" i18n-content="update_status"></span> 78 <span id="updateStatus" i18n-content="update_status"></span>
78 </div> 79 </div>
79 <div> 80 <div>
80 <!-- TODO seanparent: fill in last checked. --> 81 <!-- TODO seanparent: fill in last checked. -->
81 <!-- <span i18n-content="last_check"></span> --> 82 <!-- <span i18n-content="last_check"></span> -->
82 <button disabled id="checkNow" i18n-content="check_now"></button> 83 <button disabled id="checkNow" i18n-content="check_now"></button>
83 </div> 84 </div>
84 </div> 85 </div>
85 </section> 86 </section>
86 </div> 87 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/about_page_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698