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

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

Issue 503073: Merge 35104 - Extension Doc Changes (no building or testable changes)... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: 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 | Annotate | Revision Log
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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 </li> 221 </li>
222 </ol> 222 </ol>
223 </li><li> 223 </li><li>
224 <a href="#examples"> Examples </a> 224 <a href="#examples"> Examples </a>
225 <ol> 225 <ol>
226 <li style="display: none; "> 226 <li style="display: none; ">
227 <a>h3Name</a> 227 <a>h3Name</a>
228 </li> 228 </li>
229 </ol> 229 </ol>
230 </li> 230 </li>
231 <div>
232 <li> 231 <li>
233 <a href="#apiReference">API reference: chrome.browserAction</a> 232 <a href="#apiReference">API reference: chrome.browserAction</a>
234 <ol> 233 <ol>
235 <li style="display: none; "> 234 <li style="display: none; ">
236 <a href="#properties">Properties</a> 235 <a href="#properties">Properties</a>
237 <ol> 236 <ol>
238 <li> 237 <li>
239 <a href="#property-anchor">propertyName</a> 238 <a href="#property-anchor">propertyName</a>
240 </li> 239 </li>
241 </ol> 240 </ol>
(...skipping 23 matching lines...) Expand all
265 <li style="display: none; "> 264 <li style="display: none; ">
266 <a href="#types">Types</a> 265 <a href="#types">Types</a>
267 <ol> 266 <ol>
268 <li> 267 <li>
269 <a href="#id-anchor">id</a> 268 <a href="#id-anchor">id</a>
270 </li> 269 </li>
271 </ol> 270 </ol>
272 </li> 271 </li>
273 </ol> 272 </ol>
274 </li> 273 </li>
275 </div>
276 </ol> 274 </ol>
277 </div> 275 </div>
278 <!-- /TABLE OF CONTENTS --> 276 <!-- /TABLE OF CONTENTS -->
279 277
280 <!-- STATIC CONTENT PLACEHOLDER --> 278 <!-- STATIC CONTENT PLACEHOLDER -->
281 <div id="static"><div id="pageData-name" class="pageData">Browser Action s</div> 279 <div id="static"><div id="pageData-name" class="pageData">Browser Action s</div>
282 280
283 <!-- BEGIN AUTHORED CONTENT --> 281 <!-- BEGIN AUTHORED CONTENT -->
284 <p>Use browser actions to put icons 282 <p>Use browser actions to put icons
285 in the main Google Chrome toolbar, 283 in the main Google Chrome toolbar,
(...skipping 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 urchinTracker(); 1362 urchinTracker();
1365 } 1363 }
1366 catch(e) {/* urchinTracker not available. */} 1364 catch(e) {/* urchinTracker not available. */}
1367 </script> 1365 </script>
1368 <!-- end analytics --> 1366 <!-- end analytics -->
1369 </div> 1367 </div>
1370 </div> <!-- /gc-footer --> 1368 </div> <!-- /gc-footer -->
1371 </div> <!-- /gc-container --> 1369 </div> <!-- /gc-container -->
1372 </body></html> 1370 </body></html>
1373 1371
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/bookmarks.html ('k') | chrome/common/extensions/docs/content_scripts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698