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

Side by Side Diff: chrome/common/extensions/docs/pageAction.html

Issue 506068: Extension Doc Changes (no building or testable changes) (Closed)
Patch Set: pre commit Created 11 years 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
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 </li> 215 </li>
216 </ol> 216 </ol>
217 </li><li> 217 </li><li>
218 <a href="#examples"> Examples </a> 218 <a href="#examples"> Examples </a>
219 <ol> 219 <ol>
220 <li style="display: none; "> 220 <li style="display: none; ">
221 <a>h3Name</a> 221 <a>h3Name</a>
222 </li> 222 </li>
223 </ol> 223 </ol>
224 </li> 224 </li>
225 <div>
226 <li> 225 <li>
227 <a href="#apiReference">API reference: chrome.pageAction</a> 226 <a href="#apiReference">API reference: chrome.pageAction</a>
228 <ol> 227 <ol>
229 <li style="display: none; "> 228 <li style="display: none; ">
230 <a href="#properties">Properties</a> 229 <a href="#properties">Properties</a>
231 <ol> 230 <ol>
232 <li> 231 <li>
233 <a href="#property-anchor">propertyName</a> 232 <a href="#property-anchor">propertyName</a>
234 </li> 233 </li>
235 </ol> 234 </ol>
(...skipping 23 matching lines...) Expand all
259 <li style="display: none; "> 258 <li style="display: none; ">
260 <a href="#types">Types</a> 259 <a href="#types">Types</a>
261 <ol> 260 <ol>
262 <li> 261 <li>
263 <a href="#id-anchor">id</a> 262 <a href="#id-anchor">id</a>
264 </li> 263 </li>
265 </ol> 264 </ol>
266 </li> 265 </li>
267 </ol> 266 </ol>
268 </li> 267 </li>
269 </div>
270 </ol> 268 </ol>
271 </div> 269 </div>
272 <!-- /TABLE OF CONTENTS --> 270 <!-- /TABLE OF CONTENTS -->
273 271
274 <!-- STATIC CONTENT PLACEHOLDER --> 272 <!-- STATIC CONTENT PLACEHOLDER -->
275 <div id="static"><div id="pageData-name" class="pageData">Page Actions</ div> 273 <div id="static"><div id="pageData-name" class="pageData">Page Actions</ div>
276 274
277 <!-- BEGIN AUTHORED CONTENT --> 275 <!-- BEGIN AUTHORED CONTENT -->
278 <p> 276 <p>
279 Use page actions to put icons inside the address bar. 277 Use page actions to put icons inside the address bar.
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 urchinTracker(); 1171 urchinTracker();
1174 } 1172 }
1175 catch(e) {/* urchinTracker not available. */} 1173 catch(e) {/* urchinTracker not available. */}
1176 </script> 1174 </script>
1177 <!-- end analytics --> 1175 <!-- end analytics -->
1178 </div> 1176 </div>
1179 </div> <!-- /gc-footer --> 1177 </div> <!-- /gc-footer -->
1180 </div> <!-- /gc-container --> 1178 </div> <!-- /gc-container -->
1181 </body></html> 1179 </body></html>
1182 1180
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/packaging.html ('k') | chrome/common/extensions/docs/samples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698