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

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

Issue 3359013: Revert 58809 - Implement the webNavigation.onCommitted event.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/page_transition_types.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 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after
1385 </div><div> 1385 </div><div>
1386 <div> 1386 <div>
1387 <dt> 1387 <dt>
1388 <var>transitionQualifiers</var> 1388 <var>transitionQualifiers</var>
1389 <em> 1389 <em>
1390 1390
1391 <!-- TYPE --> 1391 <!-- TYPE -->
1392 <div style="display:inline"> 1392 <div style="display:inline">
1393 ( 1393 (
1394 <span class="optional" style="display: none; ">optional</spa n> 1394 <span class="optional" style="display: none; ">optional</spa n>
1395 <span class="enum" style="display: none; ">enumerated</span> 1395 <span class="enum">enumerated</span>
1396 <span id="typeTemplate"> 1396 <span id="typeTemplate">
1397 <span style="display: none; "> 1397 <span style="display: none; ">
1398 <a> Type</a> 1398 <a> Type</a>
1399 </span> 1399 </span>
1400 <span> 1400 <span>
1401 <span style="display: none; "> 1401 <span style="display: none; ">
1402 array of <span><span></span></span> 1402 array of <span><span></span></span>
1403 </span> 1403 </span>
1404 <span>string</span> 1404 <span>string</span>
1405 <span style="display: none; "></span> 1405 <span>["client_redirect", "server_redirect", "forward_ba ck"]</span>
1406 </span> 1406 </span>
1407 </span> 1407 </span>
1408 ) 1408 )
1409 </div> 1409 </div>
1410 1410
1411 </em> 1411 </em>
1412 </dt> 1412 </dt>
1413 <dd class="todo" style="display: none; "> 1413 <dd class="todo" style="display: none; ">
1414 Undocumented. 1414 Undocumented.
1415 </dd> 1415 </dd>
1416 <dd>Zero or more transition qualifiers delimited by "|". Possible qual ifiers are "client_redirect", "server_redirect", and "forward_back".</dd> 1416 <dd>Zero or more transition qualifiers delimited by "|". Possible qual ifiers are "client_redirect", "server_redirect", and "forward_backward".</dd>
1417 <dd style="display: none; "> 1417 <dd style="display: none; ">
1418 This parameter was added in version 1418 This parameter was added in version
1419 <b><span></span></b>. 1419 <b><span></span></b>.
1420 You must omit this parameter in earlier versions, 1420 You must omit this parameter in earlier versions,
1421 and you may omit it in any version. If you require this 1421 and you may omit it in any version. If you require this
1422 parameter, the manifest key 1422 parameter, the manifest key
1423 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 1423 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1424 can ensure that your extension won't be run in an earlier browser ve rsion. 1424 can ensure that your extension won't be run in an earlier browser ve rsion.
1425 </dd> 1425 </dd>
1426 1426
(...skipping 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after
2562 _uff=0; 2562 _uff=0;
2563 urchinTracker(); 2563 urchinTracker();
2564 } 2564 }
2565 catch(e) {/* urchinTracker not available. */} 2565 catch(e) {/* urchinTracker not available. */}
2566 </script> 2566 </script>
2567 <!-- end analytics --> 2567 <!-- end analytics -->
2568 </div> 2568 </div>
2569 </div> <!-- /gc-footer --> 2569 </div> <!-- /gc-footer -->
2570 </div> <!-- /gc-container --> 2570 </div> <!-- /gc-container -->
2571 </body></html> 2571 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/page_transition_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698