summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/resource_creation_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use a scoped_refptr for StringVar::FromPPVarbrettw@chromium.org2011-08-221-2/+2
* Cleanup in the file chooser API.brettw@chromium.org2011-08-201-2/+3
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-31/+7
* Removed config management from Graphics3D API. It will be better handled in t...alokp@chromium.org2011-08-161-6/+2
* Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...jam@chromium.org2011-08-101-1/+1
* Video Capture Pepper APIpiman@chromium.org2011-08-061-0/+9
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-011-1/+2
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-291-2/+5
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-201-7/+7
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-191-0/+77
* Re-land r92885, which was reverted in r92891.alokp@chromium.org2011-07-191-0/+9
* Revert 92885 - Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-181-9/+0
* Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-181-0/+9
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-071-1/+1
* Re-land the reverted CL:yzshen@chromium.org2011-07-011-0/+6
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-301-6/+0
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-301-0/+6
* Make scrollbar GetThickness take a resource argument. This allows simlperbrettw@chromium.org2011-06-231-0/+6
* Hook up Surface3D, which I forgot to do in the previous patch. Also, changebrettw@chromium.org2011-06-231-2/+1
* Minor cleanup of resource creation. This eliminates a bunch of copy-and-pastebrettw@chromium.org2011-06-221-60/+43
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-0/+36
* Move the video decoder and video layer to the new API/thunk system.brettw@chromium.org2011-06-181-0/+12
* Convert the URL loading objects to the API/thunk system.brettw@chromium.org2011-06-171-4/+4
* Move fullscreen and instance to the new thunk system.brettw@chromium.org2011-06-151-0/+18
* Implement flash menu and net connector resources using the API/thunk model.brettw@chromium.org2011-06-151-0/+13
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-1/+32
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-32/+1
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-1/+32
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-271-1/+13
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-1/+39
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-0/+16
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-061-0/+58