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

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

Issue 10800047: Extension Docs Server Version 2: Various fixes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: ok now it should work Created 8 years, 5 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
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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 </dl> 350 </dl>
351 <!-- CALLBACK --> 351 <!-- CALLBACK -->
352 <div> 352 <div>
353 <div> 353 <div>
354 <h4>Callback function</h4> 354 <h4>Callback function</h4>
355 <p> 355 <p>
356 The <em>callback</em> parameter should specify a function 356 The <em>callback</em> parameter should specify a function
357 that looks like this: 357 that looks like this:
358 </p> 358 </p>
359 <!-- Note: intentionally longer 80 columns --> 359 <!-- Note: intentionally longer 80 columns -->
360 <pre>function(<span>blob mhtmlData</span>) <span class="subdue d">{...}</span>;</pre> 360 <pre>function(<span>binary mhtmlData</span>) <span class="subd ued">{...}</span>;</pre>
361 <dl> 361 <dl>
362 <div> 362 <div>
363 <div> 363 <div>
364 <dt> 364 <dt>
365 <var>mhtmlData</var> 365 <var>mhtmlData</var>
366 <em> 366 <em>
367 <!-- TYPE --> 367 <!-- TYPE -->
368 <div style="display:inline"> 368 <div style="display:inline">
369 ( 369 (
370 <span class="optional">optional</span> 370 <span class="optional">optional</span>
371 <span id="typeTemplate"> 371 <span id="typeTemplate">
372 <span> 372 <span>
373 <span>blob</span> 373 <span>binary</span>
374 </span> 374 </span>
375 </span> 375 </span>
376 ) 376 )
377 </div> 377 </div>
378 </em> 378 </em>
379 </dt> 379 </dt>
380 <dd>The MHTML data as a Blob.</dd> 380 <dd>The MHTML data as a Blob.</dd>
381 <!-- OBJECT PROPERTIES --> 381 <!-- OBJECT PROPERTIES -->
382 <!-- OBJECT METHODS --> 382 <!-- OBJECT METHODS -->
383 <!-- OBJECT EVENT FIELDS --> 383 <!-- OBJECT EVENT FIELDS -->
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 _uff=0; 426 _uff=0;
427 urchinTracker(); 427 urchinTracker();
428 } 428 }
429 catch(e) {/* urchinTracker not available. */} 429 catch(e) {/* urchinTracker not available. */}
430 </script> 430 </script>
431 <!-- end analytics --> 431 <!-- end analytics -->
432 </div> 432 </div>
433 </div> <!-- /gc-footer --> 433 </div> <!-- /gc-footer -->
434 </div> <!-- /gc-container --> 434 </div> <!-- /gc-container -->
435 </body></html> 435 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/page_capture.json ('k') | chrome/common/extensions/docs/server2/fake_url_fetcher.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698