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

Side by Side Diff: chrome/common/extensions/docs/apps/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 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 <span class="optional">optional</span> 1258 <span class="optional">optional</span>
1259 <span id="typeTemplate"> 1259 <span id="typeTemplate">
1260 <span> 1260 <span>
1261 <span>string</span> 1261 <span>string</span>
1262 </span> 1262 </span>
1263 </span> 1263 </span>
1264 ) 1264 )
1265 </div> 1265 </div>
1266 </em> 1266 </em>
1267 </dt> 1267 </dt>
1268 <dd>Matches if the URL contains a specified string.</dd> 1268 <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>
1269 <!-- OBJECT PROPERTIES --> 1269 <!-- OBJECT PROPERTIES -->
1270 <!-- OBJECT METHODS --> 1270 <!-- OBJECT METHODS -->
1271 <!-- OBJECT EVENT FIELDS --> 1271 <!-- OBJECT EVENT FIELDS -->
1272 <!-- FUNCTION PARAMETERS --> 1272 <!-- FUNCTION PARAMETERS -->
1273 </div> 1273 </div>
1274 </div><div> 1274 </div><div>
1275 <div> 1275 <div>
1276 <dt> 1276 <dt>
1277 <var>urlEquals</var> 1277 <var>urlEquals</var>
1278 <em> 1278 <em>
1279 <!-- TYPE --> 1279 <!-- TYPE -->
1280 <div style="display:inline"> 1280 <div style="display:inline">
1281 ( 1281 (
1282 <span class="optional">optional</span> 1282 <span class="optional">optional</span>
1283 <span id="typeTemplate"> 1283 <span id="typeTemplate">
1284 <span> 1284 <span>
1285 <span>string</span> 1285 <span>string</span>
1286 </span> 1286 </span>
1287 </span> 1287 </span>
1288 ) 1288 )
1289 </div> 1289 </div>
1290 </em> 1290 </em>
1291 </dt> 1291 </dt>
1292 <dd>Matches if the URL is equal to a specified string.</dd> 1292 <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>
1293 <!-- OBJECT PROPERTIES --> 1293 <!-- OBJECT PROPERTIES -->
1294 <!-- OBJECT METHODS --> 1294 <!-- OBJECT METHODS -->
1295 <!-- OBJECT EVENT FIELDS --> 1295 <!-- OBJECT EVENT FIELDS -->
1296 <!-- FUNCTION PARAMETERS --> 1296 <!-- FUNCTION PARAMETERS -->
1297 </div> 1297 </div>
1298 </div><div> 1298 </div><div>
1299 <div> 1299 <div>
1300 <dt> 1300 <dt>
1301 <var>urlPrefix</var> 1301 <var>urlPrefix</var>
1302 <em> 1302 <em>
1303 <!-- TYPE --> 1303 <!-- TYPE -->
1304 <div style="display:inline"> 1304 <div style="display:inline">
1305 ( 1305 (
1306 <span class="optional">optional</span> 1306 <span class="optional">optional</span>
1307 <span id="typeTemplate"> 1307 <span id="typeTemplate">
1308 <span> 1308 <span>
1309 <span>string</span> 1309 <span>string</span>
1310 </span> 1310 </span>
1311 </span> 1311 </span>
1312 ) 1312 )
1313 </div> 1313 </div>
1314 </em> 1314 </em>
1315 </dt> 1315 </dt>
1316 <dd>Matches if the URL starts with a specified string.</dd> 1316 <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>
1317 <!-- OBJECT PROPERTIES --> 1317 <!-- OBJECT PROPERTIES -->
1318 <!-- OBJECT METHODS --> 1318 <!-- OBJECT METHODS -->
1319 <!-- OBJECT EVENT FIELDS --> 1319 <!-- OBJECT EVENT FIELDS -->
1320 <!-- FUNCTION PARAMETERS --> 1320 <!-- FUNCTION PARAMETERS -->
1321 </div> 1321 </div>
1322 </div><div> 1322 </div><div>
1323 <div> 1323 <div>
1324 <dt> 1324 <dt>
1325 <var>urlSuffix</var> 1325 <var>urlSuffix</var>
1326 <em> 1326 <em>
1327 <!-- TYPE --> 1327 <!-- TYPE -->
1328 <div style="display:inline"> 1328 <div style="display:inline">
1329 ( 1329 (
1330 <span class="optional">optional</span> 1330 <span class="optional">optional</span>
1331 <span id="typeTemplate"> 1331 <span id="typeTemplate">
1332 <span> 1332 <span>
1333 <span>string</span> 1333 <span>string</span>
1334 </span> 1334 </span>
1335 </span> 1335 </span>
1336 ) 1336 )
1337 </div> 1337 </div>
1338 </em> 1338 </em>
1339 </dt> 1339 </dt>
1340 <dd>Matches if the URL ends with a specified string.</dd> 1340 <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>
1341 <!-- OBJECT PROPERTIES --> 1341 <!-- OBJECT PROPERTIES -->
1342 <!-- OBJECT METHODS --> 1342 <!-- OBJECT METHODS -->
1343 <!-- OBJECT EVENT FIELDS --> 1343 <!-- OBJECT EVENT FIELDS -->
1344 <!-- FUNCTION PARAMETERS --> 1344 <!-- FUNCTION PARAMETERS -->
1345 </div> 1345 </div>
1346 </div><div> 1346 </div><div>
1347 <div> 1347 <div>
1348 <dt> 1348 <dt>
1349 <var>schemes</var> 1349 <var>schemes</var>
1350 <em> 1350 <em>
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 _uff=0; 1452 _uff=0;
1453 urchinTracker(); 1453 urchinTracker();
1454 } 1454 }
1455 catch(e) {/* urchinTracker not available. */} 1455 catch(e) {/* urchinTracker not available. */}
1456 </script> 1456 </script>
1457 <!-- end analytics --> 1457 <!-- end analytics -->
1458 </div> 1458 </div>
1459 </div> <!-- /gc-footer --> 1459 </div> <!-- /gc-footer -->
1460 </div> <!-- /gc-container --> 1460 </div> <!-- /gc-container -->
1461 </body></html> 1461 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698