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

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

Issue 10381089: Revert 136296 - Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « chrome/common/extensions/docs/privacy.html ('k') | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Deleted: svn:mime-type
- text/html
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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 </div> 461 </div>
462 <div> 462 <div>
463 <dt> 463 <dt>
464 <var>settings</var> 464 <var>settings</var>
465 <em> 465 <em>
466 <!-- TYPE --> 466 <!-- TYPE -->
467 <div style="display:inline"> 467 <div style="display:inline">
468 ( 468 (
469 <span id="typeTemplate"> 469 <span id="typeTemplate">
470 <span> 470 <span>
471 <a>types.ChromeSetting</a> 471 <a href="types.html#type-ChromeSetting">ChromeSetting</a >
472 </span> 472 </span>
473 </span> 473 </span>
474 ) 474 )
475 </div> 475 </div>
476 </em> 476 </em>
477 </dt> 477 </dt>
478 <dd>Proxy settings to be used. The value of this setting is a ProxyCon fig object.</dd> 478 <dd>Proxy settings to be used. The value of this setting is a ProxyCon fig object.</dd>
479 <!-- OBJECT PROPERTIES --> 479 <!-- OBJECT PROPERTIES -->
480 <!-- OBJECT METHODS --> 480 <!-- OBJECT METHODS -->
481 <!-- OBJECT EVENT FIELDS --> 481 <!-- OBJECT EVENT FIELDS -->
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 _uff=0; 1135 _uff=0;
1136 urchinTracker(); 1136 urchinTracker();
1137 } 1137 }
1138 catch(e) {/* urchinTracker not available. */} 1138 catch(e) {/* urchinTracker not available. */}
1139 </script> 1139 </script>
1140 <!-- end analytics --> 1140 <!-- end analytics -->
1141 </div> 1141 </div>
1142 </div> <!-- /gc-footer --> 1142 </div> <!-- /gc-footer -->
1143 </div> <!-- /gc-container --> 1143 </div> <!-- /gc-container -->
1144 </body></html> 1144 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/privacy.html ('k') | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698