summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix plugin crashes due to bad ref counting.Derek Sollenberger2011-08-291-9/+3
| | | | | bug: 5197948 Change-Id: Iece573a141feda56af2123b5fc9ace4cefa5139d
* Replace plugin's OpenGL API with a NativeWindow API.Derek Sollenberger2011-08-033-50/+70
| | | | | bug: 5114637 Change-Id: Idfadf95b9b65bf87ad2edf76fd2c5fc0513a75c3
* Fix some include guards in Android filesSteve Block2011-06-0810-25/+25
| | | | | | | | | This will become relevant after we merge beyond http://trac.webkit.org/changeset/81977 (and its follow-up build fixes r81982, r81988, r81990, r82018) which relies on all platforms' instances of FontPlatformData.h using the correct include guard. Change-Id: I58ec4c8ee23698c41d86794333d603b95f303764
* Add API to allow plugins to lock their orientation in full-screen mode.Derek Sollenberger2011-06-024-2/+83
| | | | | | | This CL has companion changes in the framework and browser. bug: 3398386 Change-Id: I3427e61e47b66f4142581fb043eeebc613d71b51
* Revert "Use AudioTrack::event_type not int in callback"Glenn Kasten2011-06-011-1/+1
| | | This reverts commit 8d0d3a015e5f96c7eb2101fba5abcdf76958ff41
* Use AudioTrack::event_type not int in callbackGlenn Kasten2011-06-011-1/+1
| | | | Change-Id: I451b5a7560ca21d07a5b71e9a4c0eb4c15aab7a9
* Merge WebKit at r76408: Update Uses of Noncopyable/FastAllocBaseBen Murdoch2011-05-231-0/+2
| | | | | | | | | | | | | | | | Upstream now uses macros rather than inheritance for classes declard Noncopyable or Fast Allocated. Note that in the case of PluginTimer and ClipboardAndroid we now need to explicitly declare them fast allocated. This is because previously they got the fast allocated methods through a common superclass (FastAllocBase) but now both parents provide implementations, so there is an ambiguity the compiler cannot resolve. See http://trac.webkit.org/changeset/76248 Change-Id: I186e3fd36bde2074d34f453983d48e8fc223f420
* Merge WebKit at r75993: Move WebKit/android files to SourceBen Murdoch2011-05-1631-0/+4967
Change-Id: Ifa871f8320bdb3a09fe189fffecc23f702c394b9