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

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

Issue 7941001: Added devtools.console.* and resource-related calls in inspectedWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments addressed Created 9 years, 3 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 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 </span> 1103 </span>
1104 </span> 1104 </span>
1105 ) 1105 )
1106 </div> 1106 </div>
1107 1107
1108 </em> 1108 </em>
1109 </dt> 1109 </dt>
1110 <dd class="todo" style="display: none; "> 1110 <dd class="todo" style="display: none; ">
1111 Undocumented. 1111 Undocumented.
1112 </dd> 1112 </dd>
1113 <dd>Empty if content is not encoded, encoding name otherwise. Currentl y, only base64 supported.</dd> 1113 <dd>Empty if content is not encoded, encoding name otherwise. Currentl y, only base64 is supported.</dd>
1114 <dd style="display: none; "> 1114 <dd style="display: none; ">
1115 This parameter was added in version 1115 This parameter was added in version
1116 <b><span></span></b>. 1116 <b><span></span></b>.
1117 You must omit this parameter in earlier versions, 1117 You must omit this parameter in earlier versions,
1118 and you may omit it in any version. If you require this 1118 and you may omit it in any version. If you require this
1119 parameter, the manifest key 1119 parameter, the manifest key
1120 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 1120 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1121 can ensure that your extension won't be run in an earlier browser ve rsion. 1121 can ensure that your extension won't be run in an earlier browser ve rsion.
1122 </dd> 1122 </dd>
1123 1123
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 _uff=0; 1216 _uff=0;
1217 urchinTracker(); 1217 urchinTracker();
1218 } 1218 }
1219 catch(e) {/* urchinTracker not available. */} 1219 catch(e) {/* urchinTracker not available. */}
1220 </script> 1220 </script>
1221 <!-- end analytics --> 1221 <!-- end analytics -->
1222 </div> 1222 </div>
1223 </div> <!-- /gc-footer --> 1223 </div> <!-- /gc-footer -->
1224 </div> <!-- /gc-container --> 1224 </div> <!-- /gc-container -->
1225 </body></html> 1225 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698