summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Implement a proxy for URL util. Some of the implementation that doesn't need tobrettw@chromium.org2011-03-184-63/+42
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-171-1/+1
* Fixing PPB_Graiphics2D::Describe to behave according to spec with an invalid ...brettw@chromium.org2011-03-161-4/+6
* Run PPB_CharSet_Dev logic directly in the plugin process.yzshen@chromium.org2011-03-151-115/+8
* Pepper: Add a property to URLRequestInfo to skip header validation.viettrungluu@chromium.org2011-03-143-17/+63
* Add a console interface for logging to the JS console from a PPAPI plugin.brettw@chromium.org2011-03-115-0/+149
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-104-3/+42
* Used new WebKit::WebPluginContainer::setBackingTextureId() to switch on/off a...alokp@chromium.org2011-03-102-0/+23
* Handle lost contexts in PPAPI.piman@google.com2011-03-105-1/+43
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-088-27/+110
* New assets for PDF progress control. Added asset for drop shadow.gene@chromium.org2011-03-041-0/+1
* Switch to new libjingle branch.sergeyu@chromium.org2011-03-042-1/+10
* Pepper/Flapper: Add very basic clipboard support.viettrungluu@chromium.org2011-03-043-0/+127
* Adding resources for PDF loading progress control.gene@chromium.org2011-03-031-0/+13
* Add GetP2PSocketDispatcher() in ppapi::PluginDelegate.sergeyu@chromium.org2011-03-033-1/+13
* Implement the grab/grabbing cursors (for Mac/GTK).avi@chromium.org2011-03-022-2/+4
* Add PPB_URLUtil_Dev::GetDocumentURLpiman@google.com2011-03-023-22/+36
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-5/+14
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-14/+5
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-5/+14
* Pepper/Flapper: Get rid of unimplemented private file ref stuff and implement...viettrungluu@chromium.org2011-03-021-32/+0
* Pepper/Flapper: Add an interface to do sync file ops on FileRefs.viettrungluu@chromium.org2011-03-016-3/+114
* Don't allow multiple opens for Pepper FileSystem.yzshen@chromium.org2011-02-282-3/+9
* Don't use crashed plugins when instantiating new ones. Before, when a pluginbrettw@chromium.org2011-02-275-7/+22
* Pepper/Flapper: Refactor module-local file stuff to make it easier/nicer to a...viettrungluu@chromium.org2011-02-266-128/+226
* Pepper: Actually add PPB_FLASH_FILE_MODULE_LOCAL_INTERFACE to GetInterface().viettrungluu@chromium.org2011-02-241-0/+4
* Pin the PPAPI custom cursor value. PPAPI is intended to be frozen, so make sp...avi@chromium.org2011-02-242-3/+11
* PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.viettrungluu@chromium.org2011-02-243-174/+226
* PPB_Flash cleanup part 1: move the net connector stuff to its own files.viettrungluu@chromium.org2011-02-235-235/+271
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-212-2/+27
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-172-25/+11
* Fix some of the more common chromium-style errors on the mac clang builder.erg@google.com2011-02-162-1/+14
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-162-87/+250
* Even more test cleanup. Some fixes to non-test code that's regressed.erg@google.com2011-02-151-1/+1
* Revert 75003 - Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-152-250/+87
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-152-87/+250
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-153-6/+6
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-158-53/+157
* Fix re-entrant destroy issues in pepperpiman@google.com2011-02-111-0/+34
* Revert the accidentially changed auto-generated files.jochen@chromium.org2011-02-101-1/+1
* Only invoke WebKit methods in browsing data helpers on the WEBKIT thread.jochen@chromium.org2011-02-101-1/+1
* Prevent crashing on errors in PPB_Context_3D_Impls.neb@chromium.org2011-02-091-12/+10
* Update the checked-in GLES2 bindings and implementation to match the auto-gen...bryner@chromium.org2011-02-081-1/+1
* Pepper: Make PPB_FileChooser_Dev::Show "return" PP_ERROR_USERCANCEL if no fil...viettrungluu@chromium.org2011-02-071-1/+1
* Re-land more changes from r73427 where we set the name for each module in the...brettw@google.com2011-02-053-7/+10
* Revert 73427 (set the name of the PPAPI plugin correcetly) and 73916 (minor b...brettw@google.com2011-02-053-10/+7
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-057-12/+12
* Pepper: Fix a pile of bugs in the implementation of the file chooser API.viettrungluu@chromium.org2011-02-044-28/+78
* Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. darin@chromium.org2011-02-042-9/+35
* Set the name of the PPAPI plugin properly when running out of process. Thisbrettw@chromium.org2011-02-023-7/+10