summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/resource_creation_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-141-8/+0
* ppapi: Add ResourceCreationAPI::CreateTouchInputEvent for creating touch-events.sadrul@chromium.org2012-06-221-0/+9
* Add an asynchronous version of the Flash DeviceID API.brettw@chromium.org2012-06-111-0/+4
* Remove PPB_Transport_Dev API.sergeyu@chromium.org2012-05-301-11/+0
* Modified the pepper file chooser API to support filtering files by extensions.raymes@chromium.org2012-05-301-2/+2
* Test for Pepper IME events.kinaba@chromium.org2012-05-211-48/+24
* Delete FunctionGroupBase from Pepper.brettw@chromium.org2012-04-301-5/+0
* Add the PPAPI X509 Certificate interface and implementation.raymes@chromium.org2012-04-041-0/+6
* Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.viettrungluu@chromium.org2012-03-281-6/+0
* Add a private PPB_Talk_Private interface.varunjain@chromium.org2012-03-191-0/+5
* HostResolver is exposed to plugin.ygorshenin@chromium.org2012-03-151-0/+6
* Implement PPB_NetworkMonitor_Private Pepper interface.sergeyu@chromium.org2012-03-131-2/+2
* Revert 125761 - Implement PPB_NetworkMonitor_Private Pepper interface.viettrungluu@chromium.org2012-03-091-2/+2
* Implement PPB_NetworkMonitor_Private Pepper interface.sergeyu@chromium.org2012-03-091-2/+2
* PPB_AudioInput_Dev: support multiple audio input devices - Part 1.yzshen@chromium.org2012-03-071-4/+3
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-051-0/+8
* Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-031-8/+0
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-031-0/+8
* Exposed Listen and Accept methods to in-process plugins.ygorshenin@chromium.org2012-02-221-0/+6
* Rename PPB_Font to PPB_BrowserFont_Trusted.brettw@chromium.org2012-02-171-13/+13
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-8/+9
* Introduce PPB_Flash_MessageLoop interface for Pepper Flash.yzshen@chromium.org2012-01-311-0/+5
* Fix compiler error for builds without p2p_apisyfriedman@chromium.org2012-01-311-0/+2
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-201-2/+8
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-201-8/+2
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-191-2/+8
* Introduce PPB_ResourceArray_Dev.yzshen@chromium.org2012-01-071-1/+12
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-071-11/+11
* Revert 113290 - Rename the shared_impl resource files to give them more regul...brettw@chromium.org2011-12-071-11/+11
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-061-11/+11
* Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br...dpolukhin@chromium.org2011-12-061-4/+4
* Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSo...jam@chromium.org2011-12-021-4/+4
* Landing 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to B...dpolukhin@chromium.org2011-12-021-4/+4
* Remove Context3D/Surface3Dpiman@chromium.org2011-12-011-30/+2
* - Implement internal API and thunktoyoshim@chromium.org2011-11-181-0/+5
* Revert 110602 - Revert 110587 - Microphone support for Pepper Flash.viettrungluu@chromium.org2011-11-181-0/+15
* Revert 110587 - Microphone support for Pepper Flash.ajwong@chromium.org2011-11-171-15/+0
* Microphone support for Pepper Flash.viettrungluu@chromium.org2011-11-171-0/+15
* Remove 'Flash' from TCP/UDP Pepper interfaces names. This CL preserves old id...dpolukhin@chromium.org2011-11-161-12/+11
* Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...bbudge@chromium.org2011-10-131-1/+1
* Add Pepper API to use UDP mtilburg@adobe.com2011-09-261-0/+6
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-151-2/+2
* Revert 101189 - Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-141-2/+2
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-141-2/+2
* Convert dev interfaces to use the macro system.brettw@chromium.org2011-09-141-0/+2
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-011-2/+2
* Add movement information to PPB_MouseInputEvent.yzshen@chromium.org2011-08-311-1/+3
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-261-3/+6
* Merge the plugin and impl side of the audio config and input event resources.brettw@chromium.org2011-08-251-6/+10
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-34/+33