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

Side by Side Diff: chrome/common/extensions/docs/experimental.savePage.html

Issue 8396001: Add sample extension that allows setting plugin-specific content settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update docs Created 9 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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 <h4>saveAsMHTML</h4> 419 <h4>saveAsMHTML</h4>
420 420
421 <div class="summary"><span style="display: none; ">void</span> 421 <div class="summary"><span style="display: none; ">void</span>
422 <!-- Note: intentionally longer 80 columns --> 422 <!-- Note: intentionally longer 80 columns -->
423 <span>chrome.experimental.savePage.saveAsMHTML</span>(<span cl ass="null"><span style="display: none; ">, </span><span>object</span> 423 <span>chrome.experimental.savePage.saveAsMHTML</span>(<span cl ass="null"><span style="display: none; ">, </span><span>object</span>
424 <var><span>details</span></var></span><span class="null">< span>, </span><span>function</span> 424 <var><span>details</span></var></span><span class="null">< span>, </span><span>function</span>
425 <var><span>callback</span></var></span>)</div> 425 <var><span>callback</span></var></span>)</div>
426 426
427 <div class="description"> 427 <div class="description">
428 <p class="todo" style="display: none; ">Undocumented.</p> 428 <p class="todo" style="display: none; ">Undocumented.</p>
429 <p>Saves the content of the tab with given id to MHTML.</p> 429 <p>Saves the content of the tab with given id as MHTML.</p>
430 430
431 <!-- PARAMETERS --> 431 <!-- PARAMETERS -->
432 <h4>Parameters</h4> 432 <h4>Parameters</h4>
433 <dl> 433 <dl>
434 <div> 434 <div>
435 <div> 435 <div>
436 <dt> 436 <dt>
437 <var>details</var> 437 <var>details</var>
438 <em> 438 <em>
439 439
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 </span> 502 </span>
503 </span> 503 </span>
504 ) 504 )
505 </div> 505 </div>
506 506
507 </em> 507 </em>
508 </dt> 508 </dt>
509 <dd class="todo" style="display: none; "> 509 <dd class="todo" style="display: none; ">
510 Undocumented. 510 Undocumented.
511 </dd> 511 </dd>
512 <dd>The id of the tab to save to MHTML.</dd> 512 <dd>The id of the tab to save as MHTML.</dd>
513 <dd style="display: none; "> 513 <dd style="display: none; ">
514 This parameter was added in version 514 This parameter was added in version
515 <b><span></span></b>. 515 <b><span></span></b>.
516 You must omit this parameter in earlier versions, 516 You must omit this parameter in earlier versions,
517 and you may omit it in any version. If you require this 517 and you may omit it in any version. If you require this
518 parameter, the manifest key 518 parameter, the manifest key
519 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 519 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
520 can ensure that your extension won't be run in an earlier browser ve rsion. 520 can ensure that your extension won't be run in an earlier browser ve rsion.
521 </dd> 521 </dd>
522 522
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 _uff=0; 855 _uff=0;
856 urchinTracker(); 856 urchinTracker();
857 } 857 }
858 catch(e) {/* urchinTracker not available. */} 858 catch(e) {/* urchinTracker not available. */}
859 </script> 859 </script>
860 <!-- end analytics --> 860 <!-- end analytics -->
861 </div> 861 </div>
862 </div> <!-- /gc-footer --> 862 </div> <!-- /gc-footer -->
863 </div> <!-- /gc-container --> 863 </div> <!-- /gc-container -->
864 </body></html> 864 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698