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

Side by Side Diff: chrome/browser/resources/options/chromeos/proxy.html

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 <div class="page hidden" id="proxyPage"> 1 <div class="page" id="proxyPage" hidden>
2 <h1 i18n-content="proxyPage"></h1> 2 <h1 i18n-content="proxyPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="proxy_config_title"></h3> 4 <h3 i18n-content="proxy_config_title"></h3>
5 <div> 5 <div>
6 <div class="radio"> 6 <div class="radio">
7 <label> 7 <label>
8 <input type="radio" id="directProxy" name="proxytype" 8 <input type="radio" id="directProxy" name="proxytype"
9 pref="cros.session.proxy.type" value="1"> 9 pref="cros.session.proxy.type" value="1">
10 <span i18n-content="proxyDirectInternetConnection"></span> 10 <span i18n-content="proxyDirectInternetConnection"></span>
11 </label> 11 </label>
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 <div i18n-content="proxyBypass"></div> 98 <div i18n-content="proxyBypass"></div>
99 <list id="ignoredHostList"></list> 99 <list id="ignoredHostList"></list>
100 <input id="newHost" type="url" size="30"> 100 <input id="newHost" type="url" size="30">
101 <button id="addHost" 101 <button id="addHost"
102 i18n-content="addHost"></button> 102 i18n-content="addHost"></button>
103 <button id="removeHost" 103 <button id="removeHost"
104 i18n-content="removeHost"></button> 104 i18n-content="removeHost"></button>
105 </div> 105 </div>
106 </section> 106 </section>
107 </div> 107 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698