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

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

Issue 6378009: Only allow extension pages to be displayed in the sidebar to be consistent... (Closed) Base URL: svn://svn.chromium.org/chrome/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
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/extensions/extension.cc » ('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 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 <a name="method-navigate"></a> <!-- method-anchor --> 1173 <a name="method-navigate"></a> <!-- method-anchor -->
1174 <h4>navigate</h4> 1174 <h4>navigate</h4>
1175 1175
1176 <div class="summary"><span style="display: none; ">void</span> 1176 <div class="summary"><span style="display: none; ">void</span>
1177 <!-- Note: intentionally longer 80 columns --> 1177 <!-- Note: intentionally longer 80 columns -->
1178 <span>chrome.experimental.sidebar.navigate</span>(<span class= "null"><span style="display: none; ">, </span><span>object</span> 1178 <span>chrome.experimental.sidebar.navigate</span>(<span class= "null"><span style="display: none; ">, </span><span>object</span>
1179 <var><span>details</span></var></span>)</div> 1179 <var><span>details</span></var></span>)</div>
1180 1180
1181 <div class="description"> 1181 <div class="description">
1182 <p class="todo" style="display: none; ">Undocumented.</p> 1182 <p class="todo" style="display: none; ">Undocumented.</p>
1183 <p>Navigates sidebar for the specified tab to the specified URL. </p> 1183 <p>Loads the the specified html file into the sidebar for the sp ecified tab.</p>
1184 1184
1185 <!-- PARAMETERS --> 1185 <!-- PARAMETERS -->
1186 <h4>Parameters</h4> 1186 <h4>Parameters</h4>
1187 <dl> 1187 <dl>
1188 <div> 1188 <div>
1189 <div> 1189 <div>
1190 <dt> 1190 <dt>
1191 <var>details</var> 1191 <var>details</var>
1192 <em> 1192 <em>
1193 1193
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 1286
1287 <!-- FUNCTION PARAMETERS --> 1287 <!-- FUNCTION PARAMETERS -->
1288 <dd style="display: none; "> 1288 <dd style="display: none; ">
1289 <div></div> 1289 <div></div>
1290 </dd> 1290 </dd>
1291 1291
1292 </div> 1292 </div>
1293 </div><div> 1293 </div><div>
1294 <div> 1294 <div>
1295 <dt> 1295 <dt>
1296 <var>url</var> 1296 <var>path</var>
1297 <em> 1297 <em>
1298 1298
1299 <!-- TYPE --> 1299 <!-- TYPE -->
1300 <div style="display:inline"> 1300 <div style="display:inline">
1301 ( 1301 (
1302 <span class="optional" style="display: none; ">optional</spa n> 1302 <span class="optional" style="display: none; ">optional</spa n>
1303 <span class="enum" style="display: none; ">enumerated</span> 1303 <span class="enum" style="display: none; ">enumerated</span>
1304 <span id="typeTemplate"> 1304 <span id="typeTemplate">
1305 <span style="display: none; "> 1305 <span style="display: none; ">
1306 <a> Type</a> 1306 <a> Type</a>
1307 </span> 1307 </span>
1308 <span> 1308 <span>
1309 <span style="display: none; "> 1309 <span style="display: none; ">
1310 array of <span><span></span></span> 1310 array of <span><span></span></span>
1311 </span> 1311 </span>
1312 <span>string</span> 1312 <span>string</span>
1313 <span style="display: none; "></span> 1313 <span style="display: none; "></span>
1314 </span> 1314 </span>
1315 </span> 1315 </span>
1316 ) 1316 )
1317 </div> 1317 </div>
1318 1318
1319 </em> 1319 </em>
1320 </dt> 1320 </dt>
1321 <dd class="todo"> 1321 <dd class="todo">
1322 Undocumented. 1322 Undocumented.
1323 </dd> 1323 </dd>
1324 <dd style="display: none; "> 1324 <dd>Relative path to the html file in the extension to show in the sid ebar.</dd>
1325 Description of this parameter from the json schema.
1326 </dd>
1327 <dd style="display: none; "> 1325 <dd style="display: none; ">
1328 This parameter was added in version 1326 This parameter was added in version
1329 <b><span></span></b>. 1327 <b><span></span></b>.
1330 You must omit this parameter in earlier versions, 1328 You must omit this parameter in earlier versions,
1331 and you may omit it in any version. If you require this 1329 and you may omit it in any version. If you require this
1332 parameter, the manifest key 1330 parameter, the manifest key
1333 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 1331 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1334 can ensure that your extension won't be run in an earlier browser ve rsion. 1332 can ensure that your extension won't be run in an earlier browser ve rsion.
1335 </dd> 1333 </dd>
1336 1334
(...skipping 1267 matching lines...) Expand 10 before | Expand all | Expand 10 after
2604 _uff=0; 2602 _uff=0;
2605 urchinTracker(); 2603 urchinTracker();
2606 } 2604 }
2607 catch(e) {/* urchinTracker not available. */} 2605 catch(e) {/* urchinTracker not available. */}
2608 </script> 2606 </script>
2609 <!-- end analytics --> 2607 <!-- end analytics -->
2610 </div> 2608 </div>
2611 </div> <!-- /gc-footer --> 2609 </div> <!-- /gc-footer -->
2612 </div> <!-- /gc-container --> 2610 </div> <!-- /gc-container -->
2613 </body></html> 2611 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/extensions/extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698