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

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

Issue 10823313: Let url filter test the scheme in urlContains/Equals/Prefix/Suffix criteria (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Aaron's comment Created 8 years, 4 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 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after
1388 <span class="optional">optional</span> 1388 <span class="optional">optional</span>
1389 <span id="typeTemplate"> 1389 <span id="typeTemplate">
1390 <span> 1390 <span>
1391 <span>string</span> 1391 <span>string</span>
1392 </span> 1392 </span>
1393 </span> 1393 </span>
1394 ) 1394 )
1395 </div> 1395 </div>
1396 </em> 1396 </em>
1397 </dt> 1397 </dt>
1398 <dd>Matches if the URL contains a specified string.</dd> 1398 <dd>Matches if the URL (without fragment identifier) contains a specif ied string. Port numbers are stripped from the URL in case they match the defaul t port number.</dd>
1399 <!-- OBJECT PROPERTIES --> 1399 <!-- OBJECT PROPERTIES -->
1400 <!-- OBJECT METHODS --> 1400 <!-- OBJECT METHODS -->
1401 <!-- OBJECT EVENT FIELDS --> 1401 <!-- OBJECT EVENT FIELDS -->
1402 <!-- FUNCTION PARAMETERS --> 1402 <!-- FUNCTION PARAMETERS -->
1403 </div> 1403 </div>
1404 </div><div> 1404 </div><div>
1405 <div> 1405 <div>
1406 <dt> 1406 <dt>
1407 <var>urlEquals</var> 1407 <var>urlEquals</var>
1408 <em> 1408 <em>
1409 <!-- TYPE --> 1409 <!-- TYPE -->
1410 <div style="display:inline"> 1410 <div style="display:inline">
1411 ( 1411 (
1412 <span class="optional">optional</span> 1412 <span class="optional">optional</span>
1413 <span id="typeTemplate"> 1413 <span id="typeTemplate">
1414 <span> 1414 <span>
1415 <span>string</span> 1415 <span>string</span>
1416 </span> 1416 </span>
1417 </span> 1417 </span>
1418 ) 1418 )
1419 </div> 1419 </div>
1420 </em> 1420 </em>
1421 </dt> 1421 </dt>
1422 <dd>Matches if the URL is equal to a specified string.</dd> 1422 <dd>Matches if the URL (without fragment identifier) is equal to a spe cified string. Port numbers are stripped from the URL in case they match the def ault port number.</dd>
1423 <!-- OBJECT PROPERTIES --> 1423 <!-- OBJECT PROPERTIES -->
1424 <!-- OBJECT METHODS --> 1424 <!-- OBJECT METHODS -->
1425 <!-- OBJECT EVENT FIELDS --> 1425 <!-- OBJECT EVENT FIELDS -->
1426 <!-- FUNCTION PARAMETERS --> 1426 <!-- FUNCTION PARAMETERS -->
1427 </div> 1427 </div>
1428 </div><div> 1428 </div><div>
1429 <div> 1429 <div>
1430 <dt> 1430 <dt>
1431 <var>urlPrefix</var> 1431 <var>urlPrefix</var>
1432 <em> 1432 <em>
1433 <!-- TYPE --> 1433 <!-- TYPE -->
1434 <div style="display:inline"> 1434 <div style="display:inline">
1435 ( 1435 (
1436 <span class="optional">optional</span> 1436 <span class="optional">optional</span>
1437 <span id="typeTemplate"> 1437 <span id="typeTemplate">
1438 <span> 1438 <span>
1439 <span>string</span> 1439 <span>string</span>
1440 </span> 1440 </span>
1441 </span> 1441 </span>
1442 ) 1442 )
1443 </div> 1443 </div>
1444 </em> 1444 </em>
1445 </dt> 1445 </dt>
1446 <dd>Matches if the URL starts with a specified string.</dd> 1446 <dd>Matches if the URL (without fragment identifier) starts with a spe cified string. Port numbers are stripped from the URL in case they match the def ault port number.</dd>
1447 <!-- OBJECT PROPERTIES --> 1447 <!-- OBJECT PROPERTIES -->
1448 <!-- OBJECT METHODS --> 1448 <!-- OBJECT METHODS -->
1449 <!-- OBJECT EVENT FIELDS --> 1449 <!-- OBJECT EVENT FIELDS -->
1450 <!-- FUNCTION PARAMETERS --> 1450 <!-- FUNCTION PARAMETERS -->
1451 </div> 1451 </div>
1452 </div><div> 1452 </div><div>
1453 <div> 1453 <div>
1454 <dt> 1454 <dt>
1455 <var>urlSuffix</var> 1455 <var>urlSuffix</var>
1456 <em> 1456 <em>
1457 <!-- TYPE --> 1457 <!-- TYPE -->
1458 <div style="display:inline"> 1458 <div style="display:inline">
1459 ( 1459 (
1460 <span class="optional">optional</span> 1460 <span class="optional">optional</span>
1461 <span id="typeTemplate"> 1461 <span id="typeTemplate">
1462 <span> 1462 <span>
1463 <span>string</span> 1463 <span>string</span>
1464 </span> 1464 </span>
1465 </span> 1465 </span>
1466 ) 1466 )
1467 </div> 1467 </div>
1468 </em> 1468 </em>
1469 </dt> 1469 </dt>
1470 <dd>Matches if the URL ends with a specified string.</dd> 1470 <dd>Matches if the URL (without fragment identifier) ends with a speci fied string. Port numbers are stripped from the URL in case they match the defau lt port number.</dd>
1471 <!-- OBJECT PROPERTIES --> 1471 <!-- OBJECT PROPERTIES -->
1472 <!-- OBJECT METHODS --> 1472 <!-- OBJECT METHODS -->
1473 <!-- OBJECT EVENT FIELDS --> 1473 <!-- OBJECT EVENT FIELDS -->
1474 <!-- FUNCTION PARAMETERS --> 1474 <!-- FUNCTION PARAMETERS -->
1475 </div> 1475 </div>
1476 </div><div> 1476 </div><div>
1477 <div> 1477 <div>
1478 <dt> 1478 <dt>
1479 <var>schemes</var> 1479 <var>schemes</var>
1480 <em> 1480 <em>
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1582 _uff=0; 1582 _uff=0;
1583 urchinTracker(); 1583 urchinTracker();
1584 } 1584 }
1585 catch(e) {/* urchinTracker not available. */} 1585 catch(e) {/* urchinTracker not available. */}
1586 </script> 1586 </script>
1587 <!-- end analytics --> 1587 <!-- end analytics -->
1588 </div> 1588 </div>
1589 </div> <!-- /gc-footer --> 1589 </div> <!-- /gc-footer -->
1590 </div> <!-- /gc-container --> 1590 </div> <!-- /gc-container -->
1591 </body></html> 1591 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698