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

Side by Side Diff: chrome/browser/resources/help/help_content.html

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 2 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
« no previous file with comments | « chrome/browser/resources/help/help.html ('k') | chrome/browser/resources/history/history.css » ('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="content-area"> 1 <div class="content-area">
2 <div id="about-container"> 2 <div id="about-container">
3 <img src="chrome://theme/IDR_PRODUCT_LOGO_32" alt=""> 3 <img src="chrome://theme/IDR_PRODUCT_LOGO_32" alt="">
4 <div id="product-description"> 4 <div id="product-description">
5 <h2 i18n-content="aboutProductTitle"></h2> 5 <h2 i18n-content="aboutProductTitle"></h2>
6 <span i18n-content="aboutProductDescription"></span> 6 <span i18n-content="aboutProductDescription"></span>
7 </div> 7 </div>
8 </div> 8 </div>
9 <div id="help-container"> 9 <div id="help-container">
10 <button id="get-help" i18n-content="getHelpWithChrome"></button> 10 <button id="get-help" i18n-content="getHelpWithChrome"></button>
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 </section> 89 </section>
90 <section> 90 <section>
91 <h3 i18n-content="commandLine"></h3> 91 <h3 i18n-content="commandLine"></h3>
92 <div i18n-content="commandLineInfo" dir="ltr"></div> 92 <div i18n-content="commandLineInfo" dir="ltr"></div>
93 </section> 93 </section>
94 <section id="build-date-container" class="empty"> 94 <section id="build-date-container" class="empty">
95 <h3 i18n-content="buildDate"></h3> 95 <h3 i18n-content="buildDate"></h3>
96 <div id="build-date"></div> 96 <div id="build-date"></div>
97 </section> 97 </section>
98 </div> 98 </div>
99 <button id="more-info-expander" class="link-button" 99 <a is="action-link" id="more-info-expander" i18n-content="showMoreInfo"></a>
100 i18n-content="showMoreInfo">
101 </button>
102 </if> 100 </if>
103 </div> 101 </div>
104 <div id="product-container"> 102 <div id="product-container">
105 <div i18n-content="productName"></div> 103 <div i18n-content="productName"></div>
106 <div i18n-content="productCopyright"></div> 104 <div i18n-content="productCopyright"></div>
107 <div id="product-license"></div> 105 <div id="product-license"></div>
108 <if expr="chromeos"> 106 <if expr="chromeos">
109 <div id="product-os-license"></div> 107 <div id="product-os-license"></div>
110 </if> 108 </if>
111 <if expr="_google_chrome"> 109 <if expr="_google_chrome">
112 <div id="product-tos"></div> 110 <div id="product-tos"></div>
113 </if> 111 </if>
114 </div> 112 </div>
115 </div> 113 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/help/help.html ('k') | chrome/browser/resources/history/history.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698