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

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

Issue 7831075: Delegating the "are images allowed" decision to renderer. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated contentSettings.html. Created 9 years, 2 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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 </span> 440 </span>
441 </span> 441 </span>
442 ) 442 )
443 </div> 443 </div>
444 444
445 </em> 445 </em>
446 </dt> 446 </dt>
447 <dd class="todo" style="display: none; "> 447 <dd class="todo" style="display: none; ">
448 Undocumented. 448 Undocumented.
449 </dd> 449 </dd>
450 <dd>Whether to show images. One of<br><var>allow</var>: Show images,<b r><var>block</var>: Don't show images. Default is <var>allow</var>.<br>The prima ry URL is the main-frame URL. The secondary URL is not used.</dd> 450 <dd>Whether to show images. One of<br><var>allow</var>: Show images,<b r><var>block</var>: Don't show images. Default is <var>allow</var>.<br>The prima ry URL is the main-frame URL. The secondary URL is the URL of the image.</dd>
Bernhard Bauer 2011/10/20 09:21:53 Documentation is auto-generated from chrome/common
marja 2011/10/20 11:44:22 Done.
451 <dd style="display: none; "> 451 <dd style="display: none; ">
452 This parameter was added in version 452 This parameter was added in version
453 <b><span></span></b>. 453 <b><span></span></b>.
454 You must omit this parameter in earlier versions, 454 You must omit this parameter in earlier versions,
455 and you may omit it in any version. If you require this 455 and you may omit it in any version. If you require this
456 parameter, the manifest key 456 parameter, the manifest key
457 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 457 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
458 can ensure that your extension won't be run in an earlier browser ve rsion. 458 can ensure that your extension won't be run in an earlier browser ve rsion.
459 </dd> 459 </dd>
460 460
(...skipping 2403 matching lines...) Expand 10 before | Expand all | Expand 10 after
2864 _uff=0; 2864 _uff=0;
2865 urchinTracker(); 2865 urchinTracker();
2866 } 2866 }
2867 catch(e) {/* urchinTracker not available. */} 2867 catch(e) {/* urchinTracker not available. */}
2868 </script> 2868 </script>
2869 <!-- end analytics --> 2869 <!-- end analytics -->
2870 </div> 2870 </div>
2871 </div> <!-- /gc-footer --> 2871 </div> <!-- /gc-footer -->
2872 </div> <!-- /gc-container --> 2872 </div> <!-- /gc-container -->
2873 </body></html> 2873 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698