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

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

Issue 6369003: New extension API: "tab.socketAddress" (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 11 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 7214 matching lines...) Expand 10 before | Expand all | Expand 10 after
7225 7225
7226 <!-- FUNCTION PARAMETERS --> 7226 <!-- FUNCTION PARAMETERS -->
7227 <dd style="display: none; "> 7227 <dd style="display: none; ">
7228 <div></div> 7228 <div></div>
7229 </dd> 7229 </dd>
7230 7230
7231 </div> 7231 </div>
7232 </div><div> 7232 </div><div>
7233 <div> 7233 <div>
7234 <dt> 7234 <dt>
7235 <var>socketAddress</var>
7236 <em>
7237
7238 <!-- TYPE -->
7239 <div style="display:inline">
7240 (
7241 <span class="optional">optional</span>
7242 <span class="enum" style="display: none; ">enumerated</span>
7243 <span id="typeTemplate">
7244 <span style="display: none; ">
7245 <a> Type</a>
7246 </span>
7247 <span>
7248 <span style="display: none; ">
7249 array of <span><span></span></span>
7250 </span>
7251 <span>string</span>
7252 <span style="display: none; "></span>
7253 </span>
7254 </span>
7255 )
7256 </div>
7257
7258 </em>
7259 </dt>
7260 <dd class="todo" style="display: none; ">
7261 Undocumented.
7262 </dd>
7263 <dd>The 'IPv4:port' or '[IPv6]:port' endpoint of the socket that fetch ed this page. This may be omitted if the address is unknown.</dd>
7264 <dd style="display: none; ">
7265 This parameter was added in version
7266 <b><span></span></b>.
7267 You must omit this parameter in earlier versions,
7268 and you may omit it in any version. If you require this
7269 parameter, the manifest key
7270 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
7271 can ensure that your extension won't be run in an earlier browser ve rsion.
7272 </dd>
7273
7274 <!-- OBJECT PROPERTIES -->
7275 <dd style="display: none; ">
7276 <dl>
7277 <div>
7278 <div>
7279 </div>
7280 </div>
7281 </dl>
7282 </dd>
7283
7284 <!-- FUNCTION PARAMETERS -->
7285 <dd style="display: none; ">
7286 <div></div>
7287 </dd>
7288
7289 </div>
7290 </div><div>
7291 <div>
7292 <dt>
7235 <var>status</var> 7293 <var>status</var>
7236 <em> 7294 <em>
7237 7295
7238 <!-- TYPE --> 7296 <!-- TYPE -->
7239 <div style="display:inline"> 7297 <div style="display:inline">
7240 ( 7298 (
7241 <span class="optional">optional</span> 7299 <span class="optional">optional</span>
7242 <span class="enum" style="display: none; ">enumerated</span> 7300 <span class="enum" style="display: none; ">enumerated</span>
7243 <span id="typeTemplate"> 7301 <span id="typeTemplate">
7244 <span style="display: none; "> 7302 <span style="display: none; ">
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
7394 _uff=0; 7452 _uff=0;
7395 urchinTracker(); 7453 urchinTracker();
7396 } 7454 }
7397 catch(e) {/* urchinTracker not available. */} 7455 catch(e) {/* urchinTracker not available. */}
7398 </script> 7456 </script>
7399 <!-- end analytics --> 7457 <!-- end analytics -->
7400 </div> 7458 </div>
7401 </div> <!-- /gc-footer --> 7459 </div> <!-- /gc-footer -->
7402 </div> <!-- /gc-container --> 7460 </div> <!-- /gc-container -->
7403 </body></html> 7461 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698