summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions
diff options
context:
space:
mode:
authorkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-05 20:16:43 +0000
committerkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-05 20:16:43 +0000
commit53d8e2047b07f125f0e67cc0c0f7c001ee7e055c (patch)
tree339825999cdfe8f585f78fddbbb439f38606b406 /chrome/common/extensions
parent049568b450d8f6da4bce3bafaf142436ca5b4a56 (diff)
downloadchromium_src-53d8e2047b07f125f0e67cc0c0f7c001ee7e055c.zip
chromium_src-53d8e2047b07f125f0e67cc0c0f7c001ee7e055c.tar.gz
chromium_src-53d8e2047b07f125f0e67cc0c0f7c001ee7e055c.tar.bz2
Video-related changes:
- API index now includes a video instead of just linking to it - All other videos use the new embedding code BUG=none TEST=videos in these pages play correctly Review URL: http://codereview.chromium.org/6793027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80518 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions')
-rw-r--r--chrome/common/extensions/docs/api_index.html9
-rw-r--r--chrome/common/extensions/docs/content_scripts.html4
-rw-r--r--chrome/common/extensions/docs/index.html2
-rw-r--r--chrome/common/extensions/docs/static/api_index.html9
-rw-r--r--chrome/common/extensions/docs/static/content_scripts.html4
-rw-r--r--chrome/common/extensions/docs/static/index.html2
6 files changed, 18 insertions, 12 deletions
diff --git a/chrome/common/extensions/docs/api_index.html b/chrome/common/extensions/docs/api_index.html
index fcfd737..b6c5d1a 100644
--- a/chrome/common/extensions/docs/api_index.html
+++ b/chrome/common/extensions/docs/api_index.html
@@ -358,13 +358,16 @@ functionality such as process information and history.
<p>
Unless the doc says otherwise,
-methods in the chrome.* APIs are asynchronous:
+methods in the chrome.* APIs are <b>asynchronous</b>:
they return immediately,
without waiting for the operation to finish.
If you need to know the outcome of an operation,
then you pass a callback function into the method.
-For more information, see the video
-<a href="http://www.youtube.com/watch?v=bmxr75CV36A&amp;feature=PlayList&amp;p=CA101D6A85FE9D4B&amp;index=2">Extension API Design</a>.
+For more information, watch this video:
+</p>
+
+<p>
+<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/bmxr75CV36A?rel=0" frameborder="0" allowfullscreen=""></iframe>
</p>
</div>
diff --git a/chrome/common/extensions/docs/content_scripts.html b/chrome/common/extensions/docs/content_scripts.html
index e044dca..1097608 100644
--- a/chrome/common/extensions/docs/content_scripts.html
+++ b/chrome/common/extensions/docs/content_scripts.html
@@ -792,7 +792,7 @@ The first video describes content scripts and isolated worlds.
</p>
<p>
-<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/laLudeUmXHM&amp;hl=en_US&amp;fs=1&amp;"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/laLudeUmXHM&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></object>
+<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/laLudeUmXHM?rel=0" frameborder="0" allowfullscreen=""></iframe>
</p>
<p>
@@ -802,7 +802,7 @@ sending a request to its parent extension.
</p>
<p>
-<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/B4M_a7xejYI&amp;hl=en_US&amp;fs=1&amp;"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/B4M_a7xejYI&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></object>
+<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/B4M_a7xejYI?rel=0" frameborder="0" allowfullscreen=""></iframe>
</p>
</div>
diff --git a/chrome/common/extensions/docs/index.html b/chrome/common/extensions/docs/index.html
index 3888f88..8b84fd9 100644
--- a/chrome/common/extensions/docs/index.html
+++ b/chrome/common/extensions/docs/index.html
@@ -420,7 +420,7 @@ For more information, see the
</p>
<p>
-<object width="300" height="250"><param name="movie" value="http://www.youtube.com/p/38DF05697DE372B1&amp;hl=en_US&amp;fs=1"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/p/38DF05697DE372B1&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" width="300" height="250" allowscriptaccess="always" allowfullscreen="true"></object>
+<iframe title="YouTube video player" width="300" height="199" src="http://www.youtube.com/embed/wRDPTnY3yO8?rel=0" frameborder="0" allowfullscreen=""></iframe>
</p>
</td>
</tr>
diff --git a/chrome/common/extensions/docs/static/api_index.html b/chrome/common/extensions/docs/static/api_index.html
index 3273f08..bbb4f1f 100644
--- a/chrome/common/extensions/docs/static/api_index.html
+++ b/chrome/common/extensions/docs/static/api_index.html
@@ -30,11 +30,14 @@ functionality such as process information and history.
<p>
Unless the doc says otherwise,
-methods in the chrome.* APIs are asynchronous:
+methods in the chrome.* APIs are <b>asynchronous</b>:
they return immediately,
without waiting for the operation to finish.
If you need to know the outcome of an operation,
then you pass a callback function into the method.
-For more information, see the video
-<a href="http://www.youtube.com/watch?v=bmxr75CV36A&feature=PlayList&p=CA101D6A85FE9D4B&index=2">Extension API Design</a>.
+For more information, watch this video:
+</p>
+
+<p>
+<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/bmxr75CV36A?rel=0" frameborder="0" allowfullscreen></iframe>
</p>
diff --git a/chrome/common/extensions/docs/static/content_scripts.html b/chrome/common/extensions/docs/static/content_scripts.html
index 9cbf0c3..d5d210a 100644
--- a/chrome/common/extensions/docs/static/content_scripts.html
+++ b/chrome/common/extensions/docs/static/content_scripts.html
@@ -434,7 +434,7 @@ The first video describes content scripts and isolated worlds.
</p>
<p>
-<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/laLudeUmXHM&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/laLudeUmXHM&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>
+<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/laLudeUmXHM?rel=0" frameborder="0" allowfullscreen></iframe>
</p>
<p>
@@ -444,5 +444,5 @@ sending a request to its parent extension.
</p>
<p>
-<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/B4M_a7xejYI&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/B4M_a7xejYI&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>
+<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/B4M_a7xejYI?rel=0" frameborder="0" allowfullscreen></iframe>
</p>
diff --git a/chrome/common/extensions/docs/static/index.html b/chrome/common/extensions/docs/static/index.html
index 079e37f..b72a91f 100644
--- a/chrome/common/extensions/docs/static/index.html
+++ b/chrome/common/extensions/docs/static/index.html
@@ -110,7 +110,7 @@ For more information, see the
</p>
<p>
-<object width="300" height="250"><param name="movie" value="http://www.youtube.com/p/38DF05697DE372B1&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/p/38DF05697DE372B1&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" width="300" height="250" allowscriptaccess="always" allowfullscreen="true"></embed></object>
+<iframe title="YouTube video player" width="300" height="199" src="http://www.youtube.com/embed/wRDPTnY3yO8?rel=0" frameborder="0" allowfullscreen></iframe>
</p>
</td>
</tr>