OLD | NEW |
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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 <ol> | 223 <ol> |
224 <li> | 224 <li> |
225 <a href="#event-onUpdated">onUpdated</a> | 225 <a href="#event-onUpdated">onUpdated</a> |
226 </li> | 226 </li> |
227 </ol> | 227 </ol> |
228 </li> | 228 </li> |
229 <li> | 229 <li> |
230 <a href="#types">Types</a> | 230 <a href="#types">Types</a> |
231 <ol> | 231 <ol> |
232 <li> | 232 <li> |
233 <a href="#type-OffscreenTab">null</a> | 233 <a href="#type-experimental.offscreenTabs.OffscreenTab">Offscree
nTab</a> |
234 <ol> | 234 <ol> |
235 </ol> | 235 </ol> |
236 </li><li> | 236 </li><li> |
237 <a href="#type-MouseEvent">null</a> | 237 <a href="#type-experimental.offscreenTabs.MouseEvent">MouseEvent
</a> |
238 <ol> | 238 <ol> |
239 </ol> | 239 </ol> |
240 </li><li> | 240 </li><li> |
241 <a href="#type-KeyboardEvent">null</a> | 241 <a href="#type-experimental.offscreenTabs.KeyboardEvent">Keyboar
dEvent</a> |
242 <ol> | 242 <ol> |
243 </ol> | 243 </ol> |
244 </li> | 244 </li> |
245 </ol> | 245 </ol> |
246 </li> | 246 </li> |
247 </ol> | 247 </ol> |
248 </li> | 248 </li> |
249 </ol> | 249 </ol> |
250 </div> | 250 </div> |
251 <!-- /TABLE OF CONTENTS --> | 251 <!-- /TABLE OF CONTENTS --> |
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 </dl> | 597 </dl> |
598 <!-- CALLBACK --> | 598 <!-- CALLBACK --> |
599 <!-- MIN_VERSION --> | 599 <!-- MIN_VERSION --> |
600 </div> <!-- /description --> | 600 </div> <!-- /description --> |
601 </div><div class="apiItem"> | 601 </div><div class="apiItem"> |
602 <a name="method-sendKeyboardEvent"></a> <!-- method-anchor --> | 602 <a name="method-sendKeyboardEvent"></a> <!-- method-anchor --> |
603 <h4>sendKeyboardEvent</h4> | 603 <h4>sendKeyboardEvent</h4> |
604 <div class="summary"> | 604 <div class="summary"> |
605 <!-- Note: intentionally longer 80 columns --> | 605 <!-- Note: intentionally longer 80 columns --> |
606 <span>chrome.experimental.offscreenTabs.sendKeyboardEvent</spa
n>(<span class="null"><span>integer</span> | 606 <span>chrome.experimental.offscreenTabs.sendKeyboardEvent</spa
n>(<span class="null"><span>integer</span> |
607 <var><span>offscreenTabId</span></var></span><span class="
null"><span>, </span><span>KeyboardEvent</span> | 607 <var><span>offscreenTabId</span></var></span><span class="
null"><span>, </span><span>experimental.offscreenTabs.KeyboardEvent</span> |
608 <var><span>keyboardEvent</span></var></span><span class="o
ptional"><span>, </span><span>function</span> | 608 <var><span>keyboardEvent</span></var></span><span class="o
ptional"><span>, </span><span>function</span> |
609 <var><span>callback</span></var></span>)</div> | 609 <var><span>callback</span></var></span>)</div> |
610 <div class="description"> | 610 <div class="description"> |
611 <p>Dispatches a keyboard event in the offscreen tab.</p> | 611 <p>Dispatches a keyboard event in the offscreen tab.</p> |
612 <!-- PARAMETERS --> | 612 <!-- PARAMETERS --> |
613 <h4>Parameters</h4> | 613 <h4>Parameters</h4> |
614 <dl> | 614 <dl> |
615 <div> | 615 <div> |
616 <div> | 616 <div> |
617 <dt> | 617 <dt> |
(...skipping 20 matching lines...) Expand all Loading... |
638 </div><div> | 638 </div><div> |
639 <div> | 639 <div> |
640 <dt> | 640 <dt> |
641 <var>keyboardEvent</var> | 641 <var>keyboardEvent</var> |
642 <em> | 642 <em> |
643 <!-- TYPE --> | 643 <!-- TYPE --> |
644 <div style="display:inline"> | 644 <div style="display:inline"> |
645 ( | 645 ( |
646 <span id="typeTemplate"> | 646 <span id="typeTemplate"> |
647 <span> | 647 <span> |
648 <a href="input.ime.html#type-KeyboardEvent">KeyboardEven
t</a> | 648 <a href="experimental.offscreenTabs.html#type-experiment
al.offscreenTabs.KeyboardEvent">experimental.offscreenTabs.KeyboardEvent</a> |
649 </span> | 649 </span> |
650 </span> | 650 </span> |
651 ) | 651 ) |
652 </div> | 652 </div> |
653 </em> | 653 </em> |
654 </dt> | 654 </dt> |
655 <dd>A JavaScript KeyboardEvent object. Supported event types: <i>keydo
wn</i>, <i>keyup</i>, <i>keypress</i>. Note, only <i>keypress</i> produces a vis
ible result on screen.</dd> | 655 <dd>A JavaScript KeyboardEvent object. Supported event types: <i>keydo
wn</i>, <i>keyup</i>, <i>keypress</i>. Note, only <i>keypress</i> produces a vis
ible result on screen.</dd> |
656 <!-- OBJECT PROPERTIES --> | 656 <!-- OBJECT PROPERTIES --> |
657 <!-- OBJECT METHODS --> | 657 <!-- OBJECT METHODS --> |
658 <!-- OBJECT EVENT FIELDS --> | 658 <!-- OBJECT EVENT FIELDS --> |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 </dl> | 691 </dl> |
692 <!-- CALLBACK --> | 692 <!-- CALLBACK --> |
693 <!-- MIN_VERSION --> | 693 <!-- MIN_VERSION --> |
694 </div> <!-- /description --> | 694 </div> <!-- /description --> |
695 </div><div class="apiItem"> | 695 </div><div class="apiItem"> |
696 <a name="method-sendMouseEvent"></a> <!-- method-anchor --> | 696 <a name="method-sendMouseEvent"></a> <!-- method-anchor --> |
697 <h4>sendMouseEvent</h4> | 697 <h4>sendMouseEvent</h4> |
698 <div class="summary"> | 698 <div class="summary"> |
699 <!-- Note: intentionally longer 80 columns --> | 699 <!-- Note: intentionally longer 80 columns --> |
700 <span>chrome.experimental.offscreenTabs.sendMouseEvent</span>(
<span class="null"><span>integer</span> | 700 <span>chrome.experimental.offscreenTabs.sendMouseEvent</span>(
<span class="null"><span>integer</span> |
701 <var><span>offscreenTabId</span></var></span><span class="
null"><span>, </span><span>MouseEvent</span> | 701 <var><span>offscreenTabId</span></var></span><span class="
null"><span>, </span><span>experimental.offscreenTabs.MouseEvent</span> |
702 <var><span>mouseEvent</span></var></span><span class="opti
onal"><span>, </span><span>object</span> | 702 <var><span>mouseEvent</span></var></span><span class="opti
onal"><span>, </span><span>object</span> |
703 <var><span>position</span></var></span><span class="option
al"><span>, </span><span>function</span> | 703 <var><span>position</span></var></span><span class="option
al"><span>, </span><span>function</span> |
704 <var><span>callback</span></var></span>)</div> | 704 <var><span>callback</span></var></span>)</div> |
705 <div class="description"> | 705 <div class="description"> |
706 <p>Dispatches a mouse event in the offscreen tab.</p> | 706 <p>Dispatches a mouse event in the offscreen tab.</p> |
707 <!-- PARAMETERS --> | 707 <!-- PARAMETERS --> |
708 <h4>Parameters</h4> | 708 <h4>Parameters</h4> |
709 <dl> | 709 <dl> |
710 <div> | 710 <div> |
711 <div> | 711 <div> |
(...skipping 21 matching lines...) Expand all Loading... |
733 </div><div> | 733 </div><div> |
734 <div> | 734 <div> |
735 <dt> | 735 <dt> |
736 <var>mouseEvent</var> | 736 <var>mouseEvent</var> |
737 <em> | 737 <em> |
738 <!-- TYPE --> | 738 <!-- TYPE --> |
739 <div style="display:inline"> | 739 <div style="display:inline"> |
740 ( | 740 ( |
741 <span id="typeTemplate"> | 741 <span id="typeTemplate"> |
742 <span> | 742 <span> |
743 <a href="experimental.offscreenTabs.html#type-MouseEvent
">MouseEvent</a> | 743 <a href="experimental.offscreenTabs.html#type-experiment
al.offscreenTabs.MouseEvent">experimental.offscreenTabs.MouseEvent</a> |
744 </span> | 744 </span> |
745 </span> | 745 </span> |
746 ) | 746 ) |
747 </div> | 747 </div> |
748 </em> | 748 </em> |
749 </dt> | 749 </dt> |
750 <dd>A JavaScript MouseEvent object. Supported event types: <i>mousedow
n</i>, <i>mouseup</i>, <i>click</i>, <i>mousemove</i>, <i>mousewheel</i>.</dd> | 750 <dd>A JavaScript MouseEvent object. Supported event types: <i>mousedow
n</i>, <i>mouseup</i>, <i>click</i>, <i>mousemove</i>, <i>mousewheel</i>.</dd> |
751 <!-- OBJECT PROPERTIES --> | 751 <!-- OBJECT PROPERTIES --> |
752 <!-- OBJECT METHODS --> | 752 <!-- OBJECT METHODS --> |
753 <!-- OBJECT EVENT FIELDS --> | 753 <!-- OBJECT EVENT FIELDS --> |
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1193 <!-- EVENTS --> | 1193 <!-- EVENTS --> |
1194 <div id="eventsTemplate" class="apiGroup"> | 1194 <div id="eventsTemplate" class="apiGroup"> |
1195 <a name="global-events"></a> | 1195 <a name="global-events"></a> |
1196 <h3>Events</h3> | 1196 <h3>Events</h3> |
1197 <!-- iterates over all events --> | 1197 <!-- iterates over all events --> |
1198 <div class="apiItem"> | 1198 <div class="apiItem"> |
1199 <a name="event-onUpdated"></a> | 1199 <a name="event-onUpdated"></a> |
1200 <h4>onUpdated</h4> | 1200 <h4>onUpdated</h4> |
1201 <div class="summary"> | 1201 <div class="summary"> |
1202 <!-- Note: intentionally longer 80 columns --> | 1202 <!-- Note: intentionally longer 80 columns --> |
1203 <span class="subdued">chrome.experimental.offscreenTabs.</span><
span>onUpdated</span><span class="subdued">.addListener</span>(function(<span>in
teger offscreenTabId, object changeInfo, OffscreenTab offscreenTab</span>) <span
class="subdued">{...}</span><span></span>); | 1203 <span class="subdued">chrome.experimental.offscreenTabs.</span><
span>onUpdated</span><span class="subdued">.addListener</span>(function(<span>in
teger offscreenTabId, object changeInfo, experimental.offscreenTabs.OffscreenTab
offscreenTab</span>) <span class="subdued">{...}</span><span></span>); |
1204 </div> | 1204 </div> |
1205 <div class="description"> | 1205 <div class="description"> |
1206 <p>Fires when an offscreen tab is updated. </p> | 1206 <p>Fires when an offscreen tab is updated. </p> |
1207 <!-- LISTENER PARAMETERS --> | 1207 <!-- LISTENER PARAMETERS --> |
1208 <div> | 1208 <div> |
1209 <h4>Listener parameters</h4> | 1209 <h4>Listener parameters</h4> |
1210 <dl> | 1210 <dl> |
1211 <div> | 1211 <div> |
1212 <div> | 1212 <div> |
1213 <dt> | 1213 <dt> |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1286 </div><div> | 1286 </div><div> |
1287 <div> | 1287 <div> |
1288 <dt> | 1288 <dt> |
1289 <var>offscreenTab</var> | 1289 <var>offscreenTab</var> |
1290 <em> | 1290 <em> |
1291 <!-- TYPE --> | 1291 <!-- TYPE --> |
1292 <div style="display:inline"> | 1292 <div style="display:inline"> |
1293 ( | 1293 ( |
1294 <span id="typeTemplate"> | 1294 <span id="typeTemplate"> |
1295 <span> | 1295 <span> |
1296 <a href="experimental.offscreenTabs.html#type-OffscreenT
ab">OffscreenTab</a> | 1296 <a href="experimental.offscreenTabs.html#type-experiment
al.offscreenTabs.OffscreenTab">experimental.offscreenTabs.OffscreenTab</a> |
1297 </span> | 1297 </span> |
1298 </span> | 1298 </span> |
1299 ) | 1299 ) |
1300 </div> | 1300 </div> |
1301 </em> | 1301 </em> |
1302 </dt> | 1302 </dt> |
1303 <dd>Details of the offscreen tab.</dd> | 1303 <dd>Details of the offscreen tab.</dd> |
1304 <!-- OBJECT PROPERTIES --> | 1304 <!-- OBJECT PROPERTIES --> |
1305 <!-- OBJECT METHODS --> | 1305 <!-- OBJECT METHODS --> |
1306 <!-- OBJECT EVENT FIELDS --> | 1306 <!-- OBJECT EVENT FIELDS --> |
1307 <!-- FUNCTION PARAMETERS --> | 1307 <!-- FUNCTION PARAMETERS --> |
1308 </div> | 1308 </div> |
1309 </div> | 1309 </div> |
1310 </dl> | 1310 </dl> |
1311 </div> | 1311 </div> |
1312 <!-- EXTRA PARAMETERS --> | 1312 <!-- EXTRA PARAMETERS --> |
1313 <!-- LISTENER RETURN VALUE --> | 1313 <!-- LISTENER RETURN VALUE --> |
1314 <dl> | 1314 <dl> |
1315 </dl> | 1315 </dl> |
1316 </div> <!-- /description --> | 1316 </div> <!-- /description --> |
1317 <!-- /description --> | 1317 <!-- /description --> |
1318 </div> <!-- /apiItem --> | 1318 </div> <!-- /apiItem --> |
1319 </div> <!-- /apiGroup --> | 1319 </div> <!-- /apiGroup --> |
1320 <!-- TYPES --> | 1320 <!-- TYPES --> |
1321 <div class="apiGroup"> | 1321 <div class="apiGroup"> |
1322 <a name="types"></a> | 1322 <a name="types"></a> |
1323 <h3 id="types">Types</h3> | 1323 <h3 id="types">Types</h3> |
1324 <!-- iterates over all types --> | 1324 <!-- iterates over all types --> |
1325 <div class="apiItem"> | 1325 <div class="apiItem"> |
1326 <a name="type-OffscreenTab"></a> | 1326 <a name="type-experimental.offscreenTabs.OffscreenTab"></a> |
1327 <h4>OffscreenTab</h4> | 1327 <h4>experimental.offscreenTabs.OffscreenTab</h4> |
1328 <div> | 1328 <div> |
1329 <dt> | 1329 <dt> |
1330 <em> | 1330 <em> |
1331 <!-- TYPE --> | 1331 <!-- TYPE --> |
1332 <div style="display:inline"> | 1332 <div style="display:inline"> |
1333 ( | 1333 ( |
1334 <span id="typeTemplate"> | 1334 <span id="typeTemplate"> |
1335 <span> | 1335 <span> |
1336 <span>object</span> | 1336 <span>object</span> |
1337 </span> | 1337 </span> |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1439 <!-- FUNCTION PARAMETERS --> | 1439 <!-- FUNCTION PARAMETERS --> |
1440 </div> | 1440 </div> |
1441 </div> | 1441 </div> |
1442 </dl> | 1442 </dl> |
1443 </dd> | 1443 </dd> |
1444 <!-- OBJECT METHODS --> | 1444 <!-- OBJECT METHODS --> |
1445 <!-- OBJECT EVENT FIELDS --> | 1445 <!-- OBJECT EVENT FIELDS --> |
1446 <!-- FUNCTION PARAMETERS --> | 1446 <!-- FUNCTION PARAMETERS --> |
1447 </div> | 1447 </div> |
1448 </div><div class="apiItem"> | 1448 </div><div class="apiItem"> |
1449 <a name="type-MouseEvent"></a> | 1449 <a name="type-experimental.offscreenTabs.MouseEvent"></a> |
1450 <h4>MouseEvent</h4> | 1450 <h4>experimental.offscreenTabs.MouseEvent</h4> |
1451 <div> | 1451 <div> |
1452 <dt> | 1452 <dt> |
1453 <em> | 1453 <em> |
1454 <!-- TYPE --> | 1454 <!-- TYPE --> |
1455 <div style="display:inline"> | 1455 <div style="display:inline"> |
1456 ( | 1456 ( |
1457 <span id="typeTemplate"> | 1457 <span id="typeTemplate"> |
1458 <span> | 1458 <span> |
1459 <span>object</span> | 1459 <span>object</span> |
1460 </span> | 1460 </span> |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1676 <!-- FUNCTION PARAMETERS --> | 1676 <!-- FUNCTION PARAMETERS --> |
1677 </div> | 1677 </div> |
1678 </div> | 1678 </div> |
1679 </dl> | 1679 </dl> |
1680 </dd> | 1680 </dd> |
1681 <!-- OBJECT METHODS --> | 1681 <!-- OBJECT METHODS --> |
1682 <!-- OBJECT EVENT FIELDS --> | 1682 <!-- OBJECT EVENT FIELDS --> |
1683 <!-- FUNCTION PARAMETERS --> | 1683 <!-- FUNCTION PARAMETERS --> |
1684 </div> | 1684 </div> |
1685 </div><div class="apiItem"> | 1685 </div><div class="apiItem"> |
1686 <a name="type-KeyboardEvent"></a> | 1686 <a name="type-experimental.offscreenTabs.KeyboardEvent"></a> |
1687 <h4>KeyboardEvent</h4> | 1687 <h4>experimental.offscreenTabs.KeyboardEvent</h4> |
1688 <div> | 1688 <div> |
1689 <dt> | 1689 <dt> |
1690 <em> | 1690 <em> |
1691 <!-- TYPE --> | 1691 <!-- TYPE --> |
1692 <div style="display:inline"> | 1692 <div style="display:inline"> |
1693 ( | 1693 ( |
1694 <span id="typeTemplate"> | 1694 <span id="typeTemplate"> |
1695 <span> | 1695 <span> |
1696 <span>object</span> | 1696 <span>object</span> |
1697 </span> | 1697 </span> |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1933 _uff=0; | 1933 _uff=0; |
1934 urchinTracker(); | 1934 urchinTracker(); |
1935 } | 1935 } |
1936 catch(e) {/* urchinTracker not available. */} | 1936 catch(e) {/* urchinTracker not available. */} |
1937 </script> | 1937 </script> |
1938 <!-- end analytics --> | 1938 <!-- end analytics --> |
1939 </div> | 1939 </div> |
1940 </div> <!-- /gc-footer --> | 1940 </div> <!-- /gc-footer --> |
1941 </div> <!-- /gc-container --> | 1941 </div> <!-- /gc-container --> |
1942 </body></html> | 1942 </body></html> |
OLD | NEW |