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

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

Issue 9274004: Take the Extension Storage API out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 11 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 <!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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 <a href="javascript:void(0);" onclick="setFilter('chrome.omnibox', this) ">chrome.omnibox</a><span>, </span> 443 <a href="javascript:void(0);" onclick="setFilter('chrome.omnibox', this) ">chrome.omnibox</a><span>, </span>
444 </span><span> 444 </span><span>
445 <a href="javascript:void(0);" onclick="setFilter('chrome.pageAction', th is)">chrome.pageAction</a><span>, </span> 445 <a href="javascript:void(0);" onclick="setFilter('chrome.pageAction', th is)">chrome.pageAction</a><span>, </span>
446 </span><span> 446 </span><span>
447 <a href="javascript:void(0);" onclick="setFilter('chrome.pageCapture', t his)">chrome.pageCapture</a><span>, </span> 447 <a href="javascript:void(0);" onclick="setFilter('chrome.pageCapture', t his)">chrome.pageCapture</a><span>, </span>
448 </span><span> 448 </span><span>
449 <a href="javascript:void(0);" onclick="setFilter('chrome.permissions', t his)">chrome.permissions</a><span>, </span> 449 <a href="javascript:void(0);" onclick="setFilter('chrome.permissions', t his)">chrome.permissions</a><span>, </span>
450 </span><span> 450 </span><span>
451 <a href="javascript:void(0);" onclick="setFilter('chrome.proxy', this)"> chrome.proxy</a><span>, </span> 451 <a href="javascript:void(0);" onclick="setFilter('chrome.proxy', this)"> chrome.proxy</a><span>, </span>
452 </span><span> 452 </span><span>
453 <a href="javascript:void(0);" onclick="setFilter('chrome.storage', this) ">chrome.storage</a><span>, </span>
454 </span><span>
453 <a href="javascript:void(0);" onclick="setFilter('chrome.tabs', this)">c hrome.tabs</a><span>, </span> 455 <a href="javascript:void(0);" onclick="setFilter('chrome.tabs', this)">c hrome.tabs</a><span>, </span>
454 </span><span> 456 </span><span>
455 <a href="javascript:void(0);" onclick="setFilter('chrome.tts', this)">ch rome.tts</a><span>, </span> 457 <a href="javascript:void(0);" onclick="setFilter('chrome.tts', this)">ch rome.tts</a><span>, </span>
456 </span><span> 458 </span><span>
457 <a href="javascript:void(0);" onclick="setFilter('chrome.ttsEngine', thi s)">chrome.ttsEngine</a><span>, </span> 459 <a href="javascript:void(0);" onclick="setFilter('chrome.ttsEngine', thi s)">chrome.ttsEngine</a><span>, </span>
458 </span><span> 460 </span><span>
459 <a href="javascript:void(0);" onclick="setFilter('chrome.types', this)"> chrome.types</a><span>, </span> 461 <a href="javascript:void(0);" onclick="setFilter('chrome.types', this)"> chrome.types</a><span>, </span>
460 </span><span> 462 </span><span>
461 <a href="javascript:void(0);" onclick="setFilter('chrome.webNavigation', this)">chrome.webNavigation</a><span>, </span> 463 <a href="javascript:void(0);" onclick="setFilter('chrome.webNavigation', this)">chrome.webNavigation</a><span>, </span>
462 </span><span> 464 </span><span>
(...skipping 4134 matching lines...) Expand 10 before | Expand all | Expand 10 after
4597 _uff=0; 4599 _uff=0;
4598 urchinTracker(); 4600 urchinTracker();
4599 } 4601 }
4600 catch(e) {/* urchinTracker not available. */} 4602 catch(e) {/* urchinTracker not available. */}
4601 </script> 4603 </script>
4602 <!-- end analytics --> 4604 <!-- end analytics -->
4603 </div> 4605 </div>
4604 </div> <!-- /gc-footer --> 4606 </div> <!-- /gc-footer -->
4605 </div> <!-- /gc-container --> 4607 </div> <!-- /gc-container -->
4606 </body></html> 4608 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/js/api_page_generator.js ('k') | chrome/common/extensions/docs/samples.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698