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

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

Issue 8682013: Moving the MHTML API out of experimental and renaming it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 <a href="javascript:void(0);" onclick="setFilter('chrome.i18n', this)">c hrome.i18n</a><span>, </span> 433 <a href="javascript:void(0);" onclick="setFilter('chrome.i18n', this)">c hrome.i18n</a><span>, </span>
434 </span><span> 434 </span><span>
435 <a href="javascript:void(0);" onclick="setFilter('chrome.idle', this)">c hrome.idle</a><span>, </span> 435 <a href="javascript:void(0);" onclick="setFilter('chrome.idle', this)">c hrome.idle</a><span>, </span>
436 </span><span> 436 </span><span>
437 <a href="javascript:void(0);" onclick="setFilter('chrome.management', th is)">chrome.management</a><span>, </span> 437 <a href="javascript:void(0);" onclick="setFilter('chrome.management', th is)">chrome.management</a><span>, </span>
438 </span><span> 438 </span><span>
439 <a href="javascript:void(0);" onclick="setFilter('chrome.omnibox', this) ">chrome.omnibox</a><span>, </span> 439 <a href="javascript:void(0);" onclick="setFilter('chrome.omnibox', this) ">chrome.omnibox</a><span>, </span>
440 </span><span> 440 </span><span>
441 <a href="javascript:void(0);" onclick="setFilter('chrome.pageAction', th is)">chrome.pageAction</a><span>, </span> 441 <a href="javascript:void(0);" onclick="setFilter('chrome.pageAction', th is)">chrome.pageAction</a><span>, </span>
442 </span><span> 442 </span><span>
443 <a href="javascript:void(0);" onclick="setFilter('chrome.pageCapture', t his)">chrome.pageCapture</a><span>, </span>
444 </span><span>
443 <a href="javascript:void(0);" onclick="setFilter('chrome.permissions', t his)">chrome.permissions</a><span>, </span> 445 <a href="javascript:void(0);" onclick="setFilter('chrome.permissions', t his)">chrome.permissions</a><span>, </span>
444 </span><span> 446 </span><span>
445 <a href="javascript:void(0);" onclick="setFilter('chrome.proxy', this)"> chrome.proxy</a><span>, </span> 447 <a href="javascript:void(0);" onclick="setFilter('chrome.proxy', this)"> chrome.proxy</a><span>, </span>
446 </span><span> 448 </span><span>
447 <a href="javascript:void(0);" onclick="setFilter('chrome.tabs', this)">c hrome.tabs</a><span>, </span> 449 <a href="javascript:void(0);" onclick="setFilter('chrome.tabs', this)">c hrome.tabs</a><span>, </span>
448 </span><span> 450 </span><span>
449 <a href="javascript:void(0);" onclick="setFilter('chrome.tts', this)">ch rome.tts</a><span>, </span> 451 <a href="javascript:void(0);" onclick="setFilter('chrome.tts', this)">ch rome.tts</a><span>, </span>
450 </span><span> 452 </span><span>
451 <a href="javascript:void(0);" onclick="setFilter('chrome.ttsEngine', thi s)">chrome.ttsEngine</a><span>, </span> 453 <a href="javascript:void(0);" onclick="setFilter('chrome.ttsEngine', thi s)">chrome.ttsEngine</a><span>, </span>
452 </span><span> 454 </span><span>
(...skipping 4248 matching lines...) Expand 10 before | Expand all | Expand 10 after
4701 _uff=0; 4703 _uff=0;
4702 urchinTracker(); 4704 urchinTracker();
4703 } 4705 }
4704 catch(e) {/* urchinTracker not available. */} 4706 catch(e) {/* urchinTracker not available. */}
4705 </script> 4707 </script>
4706 <!-- end analytics --> 4708 <!-- end analytics -->
4707 </div> 4709 </div>
4708 </div> <!-- /gc-footer --> 4710 </div> <!-- /gc-footer -->
4709 </div> <!-- /gc-container --> 4711 </div> <!-- /gc-container -->
4710 </body></html> 4712 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698