summaryrefslogtreecommitdiffstats
path: root/core/res/assets/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Simplify Youtube <embed> managementNicolas Roard2012-02-211-67/+32
| | | | | | | | | | | | | | | | | 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
* Fix spacing issueJohn Reck2011-02-101-2/+2
| | | | | | Bug: 3432069 Change-Id: If58d19cacb99f3ab7fdc4d8fdbb86f0853010ed1
* Create a better placeholder for YT videos when flash is not installed.Ben Murdoch2010-12-221-3/+13
| | | | | | | | Only stretch the placeholder image in one dimension. This closer matches what the desktop browsers seem to do. Bug: 3125797 Change-Id: Id0a395c4b784d0b7368e1c7ba6544b25903430bb
* Fix WebView saveState and restoreState for private browsing mode.Elliott Slaughter2010-08-231-0/+24
| | | | Change-Id: Ia254ee853d73e56c6f0a5b7762a1cefc1dad0894
* Add English hyphenation dictionary into frameworks/base asset.Shimeng (Simon) Wang2010-05-281-0/+9784
| | | | | issue: 2672163 Change-Id: Idf3ff164f41ae95448519b14666f03fb59dada97
* http://b/issue?id=2516676Leon Clarke2010-03-251-31/+74
| | | | | Correctly scale the play button and youtube logo when embedded youtube videos are displayed at smaller than the suggested size.
* Remove old asset.Patrick Scott2010-03-241-0/+0
| | | | Change-Id: I5b4bdb6b038bba3eb2f03c6f53541d99fab0bad5
* Add on-demand setting for plugins.Patrick Scott2010-03-232-0/+0
| | | | | | | | | Deprecate the old apis for enabling plugins in favor of the multi-state plugin flag. Add the assets for WebView to display the plugin placeholder for on-demand plugins. Bug: 2411524 Change-Id: I5a35cc6d0afced1489f54d4dcb8bb92d36de52d8
* Fix the youtube placeholder.Patrick Scott2009-10-121-8/+2
| | | | | | The table was causing some problems if the image was too big. Bug: 2175973
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-1/+1
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-0/+0
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-0/+59
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-59/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-175-61/+49
|
* Initial ContributionThe Android Open Source Project2008-10-219-0/+71