summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/pepper
Commit message (Expand)AuthorAgeFilesLines
* Disables dyncode syscalls for nexes that were produced by the pnacl translato...sehr@chromium.org2013-04-231-1/+3
* Revert 194966 "Revert 194964 "Added images for disabled print bu..."vitalybuka@chromium.org2013-04-182-0/+2
* Revert 194964 "Added images for disabled print button for PDF pl..."vitalybuka@chromium.org2013-04-182-2/+0
* Added images for disabled print button for PDF plugin.vitalybuka@chromium.org2013-04-182-0/+2
* Added stub PpapiPluginMsg_PDF_GetResourceImageReply for Chrome for TV.kjyoun@google.com2013-04-101-1/+7
* PP_PDFFEATURE_PRINTING to allow pdf plugin to remove print button when printi...vitalybuka@chromium.org2013-04-091-18/+44
* Implement the host side of the PPB_PDF proxy.raymes@chromium.org2013-04-063-0/+513
* Apps V2 in Pepper: Host side implementation of ExntensionsCommon - Part 1.yzshen@chromium.org2013-03-292-13/+99
* Apps V2 in Pepper: introduce singleton resource ExtensionsCommon.yzshen@chromium.org2013-03-293-0/+148
* Modify content::GetFontTable so callers can control what is read.bbudge@chromium.org2013-03-282-4/+6
* Change PPB_PDF to use PP_BrowserFont_Trusted_Description instead of PP_FontDe...raymes@chromium.org2013-03-262-12/+23
* Revert "Modify content::GetFontTable to allow clients to control what is read."bbudge@chromium.org2013-03-252-6/+4
* Add PP_Instance paramater to functions in PPB_PDF.raymes@chromium.org2013-03-211-3/+3
* Modify content::GetFontTable to allow clients to control what is read.bbudge@chromium.org2013-03-212-4/+6
* Pepper: Use shared memory for ArrayBufferVar.teravest@chromium.org2013-03-193-0/+132
* NaCl: Remove use of the C++ IMC interface; use the C version insteadmseaborn@chromium.org2013-02-131-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Moved chrome/renderer/print* -> chrome/renderer/printing/print*vitalybuka@chromium.org2013-01-231-1/+2
* Remove the NaCl SRPC proxy from Chrome.bbudge@chromium.org2013-01-171-4/+0
* NaCl: Add some logging to StartPpapiProxy() to debug flaky testsmseaborn@chromium.org2013-01-171-3/+9
* When launching PNaCl helper nexes, explicitly disable IRT loading.jvoung@google.com2013-01-111-1/+3
* Move NaCl launch IPC parameters into a struct.jvoung@google.com2013-01-101-3/+3
* Remove the socket_count parameter from NaCl Launch IPC messages.jvoung@google.com2013-01-091-9/+5
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-1/+1
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-041-1/+4
* Remove InstanceMessageFilterraymes@chromium.org2013-01-033-71/+0
* Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...jam@chromium.org2013-01-026-31/+31
* Refactor Flash Print to the new pepper resource modelraymes@chromium.org2012-12-217-59/+11
* Move PepperFlash Hosts from content/ to chrome/raymes@google.com2012-12-214-1/+326
* Pepper and IPC plumbing to display message to NaCl userdschuff@chromium.org2012-12-141-14/+29
* Improve NaCl startup error reporting in plugin and IPC proxy.bbudge@chromium.org2012-12-141-4/+2
* Add permissions checking for Flash and network state.brettw@chromium.org2012-12-131-0/+5
* Add PPAPI permissions for the testing interfacebrettw@chromium.org2012-12-101-2/+2
* Use PP_BrowserFont_Trusted_Descriptionbrettw@chromium.org2012-12-071-1/+2
* Add a flag to LaunchSelLdr to skip grabbing a routing_id.jvoung@chromium.org2012-12-041-12/+23
* Refactor PPB_Flash_Fullscreen to the new resource model.raymes@chromium.org2012-11-303-0/+99
* Add raymes and yzshen to pepper host OWNERSbrettw@chromium.org2012-11-291-0/+1
* Added a ResourceMessageFilter for handling resource messages on another thread.raymes@chromium.org2012-11-202-9/+9
* Improve NaCl plugin error reporting when using IPC proxy.bbudge@chromium.org2012-11-202-29/+30
* Revert 168557 - Improve NaCl plugin error reporting when using IPC proxy.bbudge@chromium.org2012-11-192-30/+29
* Improve NaCl plugin error reporting when using IPC proxy.bbudge@chromium.org2012-11-192-29/+30
* Implement the Flash menu as a new-style Pepper resource.brettw@chromium.org2012-11-153-1/+294
* Make the Chrome IPC-based proxy the default for Native Client.bbudge@chromium.org2012-11-081-2/+2
* Return IPC proxy startup result codes so NaCl plugin can default to SRPC corr...bbudge@chromium.org2012-11-081-36/+38
* Fix private PPAPI API access for NaCl by passing render_id to PepperMessageFi...bbudge@chromium.org2012-11-061-0/+19
* Don't assert if PluginInstance can't get PPP_Combined. Some tests exercise th...bbudge@chromium.org2012-11-021-4/+2
* Pass PPAPI permissions to NaClProcessHost and HostDispatcher when starting up.bbudge@chromium.org2012-11-011-13/+24
* Cache more information when launching NaCl sel_ldr, and pass 'Dev' interfacebbudge@chromium.org2012-10-231-23/+28
* Add a content API to connect a Native Client module to an out-of-process PPAP...bbudge@chromium.org2012-10-171-149/+21
* Add template SyncCall() to PluginResource.yzshen@chromium.org2012-10-131-3/+6