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

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

Issue 9699065: "index" property should be optional with "chrome.tabs.move" (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Small changes per comments 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
« no previous file with comments | « chrome/common/extensions/api/tabs.json ('k') | chrome/common/extensions/docs/samples.json » ('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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 <div class="description"> 380 <div class="description">
381 <p>See <a href="declarative.html#method-addRules"><code>chrome.d eclarative.addRules()</code></a>. 381 <p>See <a href="declarative.html#method-addRules"><code>chrome.d eclarative.addRules()</code></a>.
382 </p> 382 </p>
383 <!-- CONDITIONS --> 383 <!-- CONDITIONS -->
384 <div> 384 <div>
385 <h4>Supported conditions</h4> 385 <h4>Supported conditions</h4>
386 <dl> 386 <dl>
387 <div> 387 <div>
388 <div> 388 <div>
389 <dt> 389 <dt>
390 <a href="declarativeWebRequest.html#type-RequestMatcher">RequestMatc her</a> 390 <a>declarativeWebRequest.RequestMatcher</a>
391 </dt> 391 </dt>
392 <dd class="todo">
393 Undocumented.
394 </dd>
395 </div> 392 </div>
396 </div> 393 </div>
397 </dl> 394 </dl>
398 </div> <!-- /conditions --> 395 </div> <!-- /conditions -->
399 <!-- ACTIONS --> 396 <!-- ACTIONS -->
400 <div> 397 <div>
401 <h4>Supported actions</h4> 398 <h4>Supported actions</h4>
402 <dl> 399 <dl>
403 <div> 400 <div>
404 <div> 401 <div>
405 <dt> 402 <dt>
406 <a href="declarativeWebRequest.html#type-CancelRequest">CancelReques t</a> 403 <a>declarativeWebRequest.CancelRequest</a>
407 </dt> 404 </dt>
408 <dd class="todo">
409 Undocumented.
410 </dd>
411 </div> 405 </div>
412 </div><div> 406 </div><div>
413 <div> 407 <div>
414 <dt> 408 <dt>
415 <a href="declarativeWebRequest.html#type-RedirectRequest">RedirectRe quest</a> 409 <a>declarativeWebRequest.RedirectRequest</a>
416 </dt> 410 </dt>
417 <dd class="todo">
418 Undocumented.
419 </dd>
420 </div> 411 </div>
421 </div> 412 </div>
422 </dl> 413 </dl>
423 </div> <!-- /actions --> 414 </div> <!-- /actions -->
424 </div> <!-- /description --> 415 </div> <!-- /description -->
425 </div> <!-- /apiItem --> 416 </div> <!-- /apiItem -->
426 </div> <!-- /apiGroup --> 417 </div> <!-- /apiGroup -->
427 <!-- TYPES --> 418 <!-- TYPES -->
428 <div class="apiGroup"> 419 <div class="apiGroup">
429 <a name="types"></a> 420 <a name="types"></a>
(...skipping 25 matching lines...) Expand all
455 <div> 446 <div>
456 <dt> 447 <dt>
457 <var>url</var> 448 <var>url</var>
458 <em> 449 <em>
459 <!-- TYPE --> 450 <!-- TYPE -->
460 <div style="display:inline"> 451 <div style="display:inline">
461 ( 452 (
462 <span class="optional">optional</span> 453 <span class="optional">optional</span>
463 <span id="typeTemplate"> 454 <span id="typeTemplate">
464 <span> 455 <span>
465 <a>experimental.declarative.UrlFilter</a> 456 <a>declarative.UrlFilter</a>
466 </span> 457 </span>
467 </span> 458 </span>
468 ) 459 )
469 </div> 460 </div>
470 </em> 461 </em>
471 </dt> 462 </dt>
472 <dd>Matches if the condition of the UrlFilter are fulfilled for the UR L of the request.</dd> 463 <dd>Matches if the condition of the UrlFilter are fulfilled for the UR L of the request.</dd>
473 <!-- OBJECT PROPERTIES --> 464 <!-- OBJECT PROPERTIES -->
474 <!-- OBJECT METHODS --> 465 <!-- OBJECT METHODS -->
475 <!-- OBJECT EVENT FIELDS --> 466 <!-- OBJECT EVENT FIELDS -->
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 _uff=0; 699 _uff=0;
709 urchinTracker(); 700 urchinTracker();
710 } 701 }
711 catch(e) {/* urchinTracker not available. */} 702 catch(e) {/* urchinTracker not available. */}
712 </script> 703 </script>
713 <!-- end analytics --> 704 <!-- end analytics -->
714 </div> 705 </div>
715 </div> <!-- /gc-footer --> 706 </div> <!-- /gc-footer -->
716 </div> <!-- /gc-container --> 707 </div> <!-- /gc-container -->
717 </body></html> 708 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/tabs.json ('k') | chrome/common/extensions/docs/samples.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698