summaryrefslogtreecommitdiffstats
path: root/ppapi/c/private
Commit message (Expand)AuthorAgeFilesLines
...
* Implement PPB_Flash_TCPSocket.InitiateSSL.yzshen@chromium.org2011-08-161-5/+11
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-071-3/+3
* Re-land the reverted CL:yzshen@chromium.org2011-07-012-6/+89
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-302-2/+2
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-302-89/+6
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-302-6/+89
* Add missing include for ppb_flash_file.hyzshen@chromium.org2011-06-141-0/+1
* Remove extra comma added in r86896.msw@chromium.org2011-05-261-1/+1
* Add new PDF plugin resources for print preview.thestig@chromium.org2011-05-261-1/+4
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-031-1/+6
* Add UMA private PPAPI interface for UMA logging from NaCl pluginelijahtaylor@google.com2011-04-291-0/+45
* Trailing commas in PPB_PDF enums cause compile errors in Native Client toolch...bbudge@google.com2011-04-271-2/+2
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-211-2/+2
* Add a function to the Flash interface to get the current time zone offset.brettw@chromium.org2011-04-191-1/+5
* Rename Instance_Trusted to Instance_Private, wire it up in Chrome.dmichael@chromium.org2011-04-192-0/+128
* Keep the module in scope when executing scripts. This prevents a crash when thebrettw@chromium.org2011-04-181-0/+6
* Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce thebrettw@chromium.org2011-04-151-1/+6
* Added functionality to use "SaveAs..." from PDF plugin.gene@chromium.org2011-04-151-3/+12
* Support PPB_Flash_ModileLocal blocking calls from background threads. This isbrettw@chromium.org2011-04-151-1/+15
* Fix up some types in the API.neb@chromium.org2011-03-281-2/+2
* Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...viettrungluu@chromium.org2011-03-281-7/+6
* Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard.viettrungluu@chromium.org2011-03-241-2/+14
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-101-1/+15
* New assets for PDF progress control. Added asset for drop shadow.gene@chromium.org2011-03-041-0/+1
* Pepper/Flapper: Add very basic clipboard support.viettrungluu@chromium.org2011-03-042-2/+33
* Adding resources for PDF loading progress control.gene@chromium.org2011-03-031-0/+11
* Pepper/Flapper: Get rid of unimplemented private file ref stuff and implement...viettrungluu@chromium.org2011-03-021-12/+4
* Pepper/Flapper: Add an interface to do sync file ops on FileRefs.viettrungluu@chromium.org2011-03-011-19/+45
* PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.viettrungluu@chromium.org2011-02-243-74/+91
* PPB_Flash cleanup part 1: move the net connector stuff to its own files.viettrungluu@chromium.org2011-02-232-38/+46
* Add some files to the C compilation test, and fix the stuff that wasn't C com...dmichael@google.com2011-02-233-17/+17
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-1/+6
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-151-3/+3
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-151-0/+19
* Pepper/Flapper: First pass at context menu implementation.viettrungluu@chromium.org2011-01-312-1/+69
* When we detect a PDF with an unsupported feature, ask the user if they want t...jam@chromium.org2011-01-221-0/+3
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-18/+19
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-152-16/+16
* Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.viettrungluu@chromium.org2011-01-131-0/+135
* Private Pepper extension for Flapper to allow TCP connections to be madeviettrungluu@chromium.org2011-01-071-1/+39
* Move ppb_flash.h to ppapi/c/private ...viettrungluu@chromium.org2011-01-061-0/+117
* Renamed PPB_NaClUtil to PPB_NaCl as requested by brettw.abarth@chromium.org2010-12-171-3/+3
* Add LaunchSelLdr and UrandomFD to PPAPIabarth@chromium.org2010-12-171-1/+13
* Add stub PPAPI for launching NaCl's sel_ldr process.abarth@chromium.org2010-12-171-0/+17