summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add a content::RenderView API. I'll make RenderView use it in a future change...jam@chromium.org2011-10-082-3/+1
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-0724-80/+111
* Convert video capture/decoder stuff to IDL.brettw@chromium.org2011-10-071-2/+2
* Reduce flood of plugin events by better throttlingjar@chromium.org2011-10-071-1/+6
* Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=noneben@chromium.org2011-10-061-4/+4
* Added autorotate flag in PDF rendering and wiring it through service-utility ...gene@chromium.org2011-10-061-2/+3
* Add forgotten file from previous policy IDLization patch.brettw@chromium.org2011-10-051-1/+1
* Send IME events to windowless plug-ins (Chromium side)hbono@chromium.org2011-10-044-0/+592
* Fix scrolling of full-frame pdf docs in accelerated compositing mode by forci...vangelis@chromium.org2011-10-042-2/+22
* Trace PPAPI input events, paints, and messages.jbates@chromium.org2011-10-041-2/+7
* PPAPI SetFullscreen: Explicitely disallow state changes when the oppositepolina@google.com2011-10-031-1/+7
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Check security origin before locking the mouse.yzshen@chromium.org2011-10-012-0/+24
* Make ifdef match between content/plugin/webplugin_proxy.cc and chrome/src/web...saintlou@chromium.org2011-10-011-2/+4
* Fix a crash in the renderer process which occurs in the PPAPI host code due t...ananta@chromium.org2011-09-301-0/+14
* Don't prepend hardcoded plugin definitions to plugin groups.bauerb@chromium.org2011-09-293-33/+47
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-295-4/+111
* PPAPI SetFullscreen: Do return PP_FALSE when transition cannot be process. Th...polina@google.com2011-09-292-6/+17
* Pepper webcam: allocate the requested number of buffers and properly mark the...viettrungluu@chromium.org2011-09-291-1/+10
* Properly scope the lifetime of the |PPB_VideoCapture_Impl|.viettrungluu@chromium.org2011-09-282-4/+47
* More aura changesoshima@google.com2011-09-281-2/+2
* Reland 103021: Printing preview of a PDF on Mac with Skia only previews the l...kmadhusu@chromium.org2011-09-282-17/+22
* Revert 103021 - PrintPreview: Printing preview of a PDF on Mac with Skia only...kmadhusu@chromium.org2011-09-272-22/+17
* PrintPreview: Printing preview of a PDF on Mac with Skia only previews the la...kmadhusu@chromium.org2011-09-272-17/+22
* Add OnRemoved() in VideoCapture::EventHandler APIwjia@chromium.org2011-09-272-0/+5
* Correctly lookup PluginGroup for a given WebPluginInfo.bauerb@chromium.org2011-09-273-16/+21
* Move plugin loading out of process on Mac and Linux.rsesek@chromium.org2011-09-272-0/+79
* Revert 102897 - Additional update on Pepper IME API and boilerplate thunk/pro...kinaba@chromium.org2011-09-275-111/+4
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-275-4/+111
* Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point itpolina@google.com2011-09-274-30/+133
* Enabling creating of file_ref from filesystem and path for external filesystem.tbarzic@chromium.org2011-09-274-28/+44
* Fix null pointer access after playing fullscreen video. ihf@chromium.org2011-09-271-1/+1
* fix test_shell_testsdpranke@chromium.org2011-09-261-0/+4
* Add Pepper API to use UDP mtilburg@adobe.com2011-09-263-0/+10
* ui/gfx: Add ToString() function to Point class.tfarina@chromium.org2011-09-261-2/+2
* Explicitly include <algorithm> to make std::sort available.peter@chromium.org2011-09-261-0/+2
* Prevent a call to a NULL client as seen in minidumps.mad@chromium.org2011-09-231-1/+2
* Convert the PluginService interface to be an async wrapper around PluginList.rsesek@chromium.org2011-09-231-3/+7
* Remove GetP2PSocketDispatcher from PepperPluginDelegate interface.sergeyu@chromium.org2011-09-223-12/+0
* Fix a flash plugin process crash on Windows which occurs on the field in the ...ananta@chromium.org2011-09-221-13/+2
* Don't cache keystate if not blocked by UIPIjschuh@chromium.org2011-09-221-1/+3
* Mouse lock implementation, including the renderer side and the Windows versio...yzshen@chromium.org2011-09-225-18/+32
* Add DISABLE_TCP_TRANSPORT flag in the Transport API.sergeyu@chromium.org2011-09-211-0/+7
* Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.brettw@chromium.org2011-09-203-9/+11
* plugins: initialize "type" field of structevan@chromium.org2011-09-201-0/+1
* chrome.experimental.downloads.download() implementationbenjhayden@chromium.org2011-09-161-39/+1
* Add a new error code for a null callback on the main thread.brettw@chromium.org2011-09-1615-30/+54
* Don't try to call setDefersLoading when the loader is null. This does a bit o...brettw@google.com2011-09-162-10/+34
* Declarations for Pepper IME API.kinaba@chromium.org2011-09-161-0/+8
* Included ppb_opengles2.h instead of ppb_opengles.h.alokp@chromium.org2011-09-161-1/+1