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

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: Doc fix. 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
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 </span> 621 </span>
622 </span> 622 </span>
623 ) 623 )
624 </div> 624 </div>
625 625
626 </em> 626 </em>
627 </dt> 627 </dt>
628 <dd class="todo" style="display: none; "> 628 <dd class="todo" style="display: none; ">
629 Undocumented. 629 Undocumented.
630 </dd> 630 </dd>
631 <dd>Whether to show images. One of<br><var>allow</var>: Show images,<b r><var>block</var>: Don't show images. <br>Default is <var>allow</var>.<br>The p rimary URL is the main-frame URL. The secondary URL is not used.</dd> 631 <dd>Whether to show images. One of<br><var>allow</var>: Show images,<b r><var>block</var>: Don't show images. <br>Default is <var>allow</var>.<br>The p rimary URL is the main-frame URL. The secondary URL is the URL of the image.</dd >
632 <dd style="display: none; "> 632 <dd style="display: none; ">
633 This parameter was added in version 633 This parameter was added in version
634 <b><span></span></b>. 634 <b><span></span></b>.
635 You must omit this parameter in earlier versions, 635 You must omit this parameter in earlier versions,
636 and you may omit it in any version. If you require this 636 and you may omit it in any version. If you require this
637 parameter, the manifest key 637 parameter, the manifest key
638 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 638 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
639 can ensure that your extension won't be run in an earlier browser ve rsion. 639 can ensure that your extension won't be run in an earlier browser ve rsion.
640 </dd> 640 </dd>
641 641
(...skipping 2403 matching lines...) Expand 10 before | Expand all | Expand 10 after
3045 _uff=0; 3045 _uff=0;
3046 urchinTracker(); 3046 urchinTracker();
3047 } 3047 }
3048 catch(e) {/* urchinTracker not available. */} 3048 catch(e) {/* urchinTracker not available. */}
3049 </script> 3049 </script>
3050 <!-- end analytics --> 3050 <!-- end analytics -->
3051 </div> 3051 </div>
3052 </div> <!-- /gc-footer --> 3052 </div> <!-- /gc-footer -->
3053 </div> <!-- /gc-container --> 3053 </div> <!-- /gc-container -->
3054 </body></html> 3054 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698