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

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

Issue 7108019: Change Chrome OS version numbers to Platform versions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fixes. Created 9 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
1 <div id="aboutPage" class="page" hidden> 1 <div id="aboutPage" class="page" hidden>
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="firmware"></span> <span id="osFirmware0">
8 <span class="loading" i18n-content="loading"></span></span></div>
9 <div><span i18n-content="os"></span> <span id="osVersion0">
10 <span class="loading" i18n-content="loading"></span></span></div>
11 <div> 7 <div>
12 <span i18n-content="browser"></span> 8 <span i18n-content="browser"></span>
13 <span i18n-content="browser_version"></span> 9 <span i18n-content="browser_version"></span>
14 </div> 10 </div>
11 <if expr="not pp_ifdef('chromeos')">
12 <div><span i18n-content="os"></span> <span id="osVersion0">
13 </if>
14 <if expr="pp_ifdef('chromeos')">
15 <div><span>Platform</span> <span id="osVersion0">
16 </if>
17 <span class="loading" i18n-content="loading"></span></span></div>
18 <div><span i18n-content="firmware"></span> <span id="osFirmware0">
19 <span class="loading" i18n-content="loading"></span></span></div>
15 <div> 20 <div>
16 <button id="moreInfoButton" class="link-button" 21 <button id="moreInfoButton" class="link-button"
17 i18n-content="more_info"></button> 22 i18n-content="more_info"></button>
18 </div> 23 </div>
19 </div> 24 </div>
20 </section> 25 </section>
21 </div> 26 </div>
22 <div id="aboutPageMoreInfo" hidden> 27 <div id="aboutPageMoreInfo" hidden>
23 <section> 28 <section>
24 <h3 i18n-content="channel"></h3> 29 <h3 i18n-content="channel"></h3>
25 <div> 30 <div>
26 <select id="channelSelect"> 31 <select id="channelSelect">
27 <option value="stable-channel" i18n-content="stable"></option> 32 <option value="stable-channel" i18n-content="stable"></option>
28 <option value="beta-channel" i18n-content="beta"></option> 33 <option value="beta-channel" i18n-content="beta"></option>
29 <option value="dev-channel" i18n-content="dev"></option> 34 <option value="dev-channel" i18n-content="dev"></option>
30 </select> 35 </select>
31 <div id="channelWarningBlock" hidden> 36 <div id="channelWarningBlock" hidden>
32 <div id="channelWarning" i18n-content="channel_warning_header"></div> 37 <div id="channelWarning" i18n-content="channel_warning_header"></div>
33 <div i18n-content="channel_warning_text"></div> 38 <div i18n-content="channel_warning_text"></div>
34 </div> 39 </div>
35 </div> 40 </div>
DaveMoore 2011/06/08 21:10:37 Why has this moved sections?
rkc 2011/06/08 21:39:57 I re-ordered the sections to move the Chrome versi
36 </section> 41 </section>
37 <section> 42 <section>
43 <h3 i18n-content="browser"></h3>
44 <div i18n-content="browser_version"></div>
45 </section>
46 <section>
47 <if expr="not pp_ifdef('chromeos')">
48 <h3 i18n-content="os"></h3>
49 </if>
50 <if expr="pp_ifdef('chromeos')">
51 <h3>Platform</h3>
52 </if>
53 <div id="osVersion1">
54 <span class="loading" i18n-content="loading"></span>
55 </div>
56 </section>
57 <section>
38 <h3 i18n-content="firmware"></h3> 58 <h3 i18n-content="firmware"></h3>
39 <div id="osFirmware1"> 59 <div id="osFirmware1">
40 <span class="loading" i18n-content="loading"></span> 60 <span class="loading" i18n-content="loading"></span>
41 </section> 61 </section>
42 <section> 62 <section>
43 <h3 i18n-content="os"></h3>
44 <div id="osVersion1">
45 <span class="loading" i18n-content="loading"></span>
46 </div>
47 </section>
48 <section>
49 <h3 i18n-content="browser"></h3>
50 <div i18n-content="browser_version"></div>
51 </section>
52 <section>
53 <h3>WebKit</h3> 63 <h3>WebKit</h3>
54 <div i18n-content="webkit_version"></div> 64 <div i18n-content="webkit_version"></div>
55 </section> 65 </section>
56 <section> 66 <section>
57 <h3 i18n-content="js_engine"></h3> 67 <h3 i18n-content="js_engine"></h3>
58 <div i18n-content="js_engine_version"></div> 68 <div i18n-content="js_engine_version"></div>
59 </section> 69 </section>
60 <section> 70 <section>
61 <h3 i18n-content="user_agent"></h3> 71 <h3 i18n-content="user_agent"></h3>
62 <div i18n-content="user_agent_info"></div> 72 <div i18n-content="user_agent_info"></div>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <span id="updateStatus" i18n-content="update_status"></span> 109 <span id="updateStatus" i18n-content="update_status"></span>
100 </div> 110 </div>
101 <div> 111 <div>
102 <!-- TODO seanparent: fill in last checked. --> 112 <!-- TODO seanparent: fill in last checked. -->
103 <!-- <span i18n-content="last_check"></span> --> 113 <!-- <span i18n-content="last_check"></span> -->
104 <button id="checkNow" i18n-content="check_now" disabled></button> 114 <button id="checkNow" i18n-content="check_now" disabled></button>
105 </div> 115 </div>
106 </div> 116 </div>
107 </section> 117 </section>
108 </div> 118 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698