History log of /frameworks/base/core/res/assets/webkit/youtube.html
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4d49c7f04ab34686de0da5aba6f7427a151c471d 22-Feb-2012 Nicolas Roard <nicolasroard@google.com> Simplify Youtube <embed> management

When we encounter youtube <embed> objects, we replace them on the fly
with an element that will redirect to the youtube application.
Currently, this element is a canvas, that we add to the document wrapped
into a Frame. This cause some problems when we switch to have canvas
elements on their own individual layer (which drastically improves
performances). Note that we do support correctly composited layers
into frameset/iframes on normal websites, the problems we see here
are due to us creating the frame on the fly, messing with webkit's
compositing logic.
This CL rewrite the HTML code we insert to not use canvas and instead
use normal html elements positioned via CSS. This work around the
composited canvas issue as well as simplifying the code.

Change-Id: Ie6043f9445e8bc191b229db9f9ff5de192d8b5db
/frameworks/base/core/res/assets/webkit/youtube.html
0de27439a6217b7edfe6636a6740e0a260e5513a 22-Dec-2010 Ben Murdoch <benm@google.com> Create a better placeholder for YT videos when flash is not installed.

Only stretch the placeholder image in one dimension. This closer matches
what the desktop browsers seem to do.

Bug: 3125797
Change-Id: Id0a395c4b784d0b7368e1c7ba6544b25903430bb
/frameworks/base/core/res/assets/webkit/youtube.html
6fad943d196b52cf5692bbb4e4ae0e495cffbbae 24-Mar-2010 Leon Clarke <leonclarke@google.com> http://b/issue?id=2516676
Correctly scale the play button and youtube logo when embedded
youtube videos are displayed at smaller than the suggested size.
/frameworks/base/core/res/assets/webkit/youtube.html
656c037c8005be31b87dd87de876c3d4f632609c 12-Oct-2009 Patrick Scott <phanna@android.com> Fix the youtube placeholder.

The table was causing some problems if the image was too big.

Bug: 2175973
/frameworks/base/core/res/assets/webkit/youtube.html
105925376f8d0f6b318c9938c7b83ef7fef094da 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@140373
/frameworks/base/core/res/assets/webkit/youtube.html
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/res/assets/webkit/youtube.html
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/res/assets/webkit/youtube.html
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/frameworks/base/core/res/assets/webkit/youtube.html
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/core/res/assets/webkit/youtube.html