summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...danakj@chromium.org2012-11-101-1/+2
* For ppb_graphics3d, return an invalid resource if the gpu hasnfullagar@chromium.org2012-11-105-9/+28
* Remove PPB_Flash_TCPSocket which hasn't been in use since M20.raymes@chromium.org2012-11-101-1/+0
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-091-1/+1
* ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.danakj@chromium.org2012-11-091-2/+2
* Rewrite PPB_AudioInput_Dev to use the new-style host/resource.yzshen@chromium.org2012-11-085-288/+1
* PPAPI: Make CompletionCallbacks work right on background threads.dmichael@chromium.org2012-11-082-0/+5
* Make sure PluginResource doesn't live forever because of holding references t...yzshen@chromium.org2012-11-083-4/+0
* Pass pointer/size for init_data/key in GenerateKeyRequest/AddKey in ContentDe...xhwang@chromium.org2012-11-082-14/+18
* Don't load plug-ins with no MIME description on Linux.bauerb@chromium.org2012-11-081-4/+13
* Add ContentDecryptorDelegate.xhwang@chromium.org2012-11-074-894/+1052
* Renable PluginTest.OpenPopupWindowWithPlugin since I disabled it yesterday af...jam@chromium.org2012-11-051-1/+1
* Mark PPAPI requests that fail due to surfaway as PP_ERROR_ABORTED.ncbray@chromium.org2012-11-051-0/+3
* PPAPI: Get TrackedCallback ready for running on non-main threads.dmichael@chromium.org2012-11-057-16/+13
* Stop passing the parent hwnd to the plugin process on initialization.jam@chromium.org2012-11-027-60/+89
* Encrypted Media: Add TRACE_EVENT to trace eme implementation performance.xhwang@chromium.org2012-11-021-0/+5
* Don't assert if PluginInstance can't get PPP_Combined. Some tests exercise th...bbudge@chromium.org2012-11-023-5/+5
* Restrict access to IME data from Flash plug-ins.hbono@chromium.org2012-11-021-1/+2
* Don't attempt optimized scaled updates on GTK and Windowsjbauman@chromium.org2012-11-021-0/+6
* Disable PpapiGraphics2DImplTest.GetBitmap2xScale on win/linuxjbauman@chromium.org2012-11-011-1/+8
* Revert "Don't attempt optimized scaled updates on GTK and Windows".senorblanco@google.com2012-11-011-6/+0
* Move flash clipboard to the new proxy and add custom format supportraymes@chromium.org2012-11-017-249/+10
* Don't attempt optimized scaled updates on GTK and Windowsjbauman@chromium.org2012-11-011-0/+6
* Remove PpapiPermissions from selected Private interfaces.bbudge@chromium.org2012-11-011-0/+1
* Make "dummy window" which is used for windowless plugins be parented in the b...jam@chromium.org2012-11-014-10/+37
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-312-5/+5
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-294-22/+16
* Add type argument to pepper content decryptor method GenerateKeyRequest().tomfinegan@chromium.org2012-10-291-1/+1
* Fix the wrong usage of callback for FileIO.Touch in the same way as http://co...nhiroki@chromium.org2012-10-291-12/+13
* Fix type punning error in (de)serializing audio frames.xhwang@chromium.org2012-10-271-2/+2
* Add "type" in GenerateKeyRequest() and OnNeedKey().xhwang@chromium.org2012-10-272-0/+3
* Add support for additional a/v decoders to Pepper CDM API.tomfinegan@chromium.org2012-10-271-0/+18
* Block NPAPI plug-ins in Metro mode instead of not loading them at all.bauerb@chromium.org2012-10-261-7/+0
* Make media::DataBuffer::DataBuffer(data, size) public.xhwang@chromium.org2012-10-261-3/+2
* Current implementation of ppapi::FileIO.SetLength fails on Mac due to sandbox...nhiroki@chromium.org2012-10-254-5/+73
* Update PluginInstance for audio support for content decryption.xhwang@chromium.org2012-10-242-45/+277
* Encrypted Media: Return and handle NeedMoreData correctly.xhwang@chromium.org2012-10-231-40/+53
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-236-13/+25
* Allow 0 resource in PPB_Instance_Proxy::Deliver{Frame|Samples}.xhwang@chromium.org2012-10-231-0/+2
* Remove Carbon cursor call interposing in Mac NPAPI pluginsstuartmorgan@chromium.org2012-10-232-16/+0
* webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'hashimoto@chromium.org2012-10-232-5/+4
* Fix layering violation in FullscreenContainer.yzshen@chromium.org2012-10-221-8/+0
* Add pepper content decryption audio decoding API.tomfinegan@chromium.org2012-10-192-14/+73
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-1/+4
* Remove a dead code path in Mac NPAPI context menu supportstuartmorgan@chromium.org2012-10-181-37/+1
* Update PluginInstance for decrypt-and-decode video.xhwang@chromium.org2012-10-182-49/+150
* Current implementation of ppapi::FileIO.Touch always fails on Mac and Linux p...nhiroki@chromium.org2012-10-181-0/+15
* Add a content API to connect a Native Client module to an out-of-process PPAP...bbudge@chromium.org2012-10-172-13/+6
* Mac Flash: Fix scaling bitmapsail@chromium.org2012-10-179-7/+129
* webkit: Check that delegate_ isn't NULL before trying to updateGeometry.sadrul@chromium.org2012-10-161-2/+2