summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Relay server support for P2P Transport API.sergeyu@chromium.org2011-09-151-5/+38
* Remove support for the old scrollbar interfaces.brettw@chromium.org2011-09-153-101/+0
* Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o...bauerb@chromium.org2011-09-1514-931/+54
* Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o...bauerb@chromium.org2011-09-1514-53/+930
* Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,...bauerb@chromium.org2011-09-1514-930/+53
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-154-20/+17
* Revert 101189 - Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-144-17/+20
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-144-20/+17
* Convert dev interfaces to use the macro system.brettw@chromium.org2011-09-148-129/+36
* Check for a crashed plugin before creating resources to send to the pluginbrettw@google.com2011-09-142-0/+14
* Cleaned up DEPS under webkit.alokp@chromium.org2011-09-142-10/+0
* Remove deprecated STR-resource-based Mac plugin info loadingstuartmorgan@chromium.org2011-09-141-148/+8
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-136-187/+81
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-136-81/+187
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-136-187/+81
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-122-2/+6
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-126-81/+187
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-126-187/+81
* Dispose of NPOject in npobject_identity_test.ccjhorwich@chromium.org2011-09-091-0/+2