summaryrefslogtreecommitdiffstats
path: root/ppapi/api
Commit message (Expand)AuthorAgeFilesLines
* Plugin Power Saver: Add comprehensive browser tests.tommycli2015-04-241-0/+5
* Remove GTalk Pepper interfaces and related code.jhorwich2015-04-151-142/+0
* media: Rename SessionError to LegacySessionError.xhwang2015-04-021-2/+2
* CreateSessionAndGenerateRequest() to use enum for |init_data_type|jrummell2015-04-022-3/+13
* Remove deprecated PPB_Messaging_1_1dmichael2015-03-261-0/+2
* Add missing CdmKeyInformation enum valuesjrummell2015-03-171-1/+3
* Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.tommycli2015-03-161-1/+1
* Add support for multicast in PPB_UDPSocket APIeduardo.lima2015-03-131-2/+82
* Block platform verification and file IO in the CDM adapter if the CDM configu...sandersd2015-03-101-2/+8
* Pepper: Remove PPB_FileMappingdmichael2015-02-271-131/+0
* PPAPI: Rename PPB_ImageCapture_Private to PPB_CameraDevice_Privatejchuang2015-02-201-23/+23
* PPAPI: Suppport GetSupportedVideoCaptureFormats for frame_ratejchuang2015-02-202-10/+39
* PPAPI: implement GetSupportedPreviewSizesjchuang2015-02-172-50/+22
* NaCl cleanup: Move ppb_nacl_private.h into components/nacl/renderer/mseaborn2015-02-101-338/+0
* NaCl cleanup: Remove references to native_client/src/public/nacl_file_info.hmseaborn2015-02-091-3/+1
* Pepper: PPB_VideoEncoder should be 'Dev' only for now.bbudge2015-02-051-2/+2
* Image Capture PPAPI: remove unused APIsjchuang2015-02-052-271/+5
* Pepper: Define PPB_VideoEncoder API.bbudge2015-02-042-0/+283
* NaCl: Simplify the plumbing for PPAPI's DevInterfacesEnabled flagmseaborn2015-01-241-5/+1
* NaCl: Remove now-unneeded SRPC reverse service codemseaborn2015-01-231-11/+0
* NaCl: Remove now-unused ReportLoadSuccess() function from PPB_NaCl_Privatemseaborn2015-01-231-5/+0
* NaCl: Remove reliance on "init_done" SRPC call in the remaining PNaCl casemseaborn2015-01-221-5/+0
* media: Rename WebSessionId to SessionId.xhwang2015-01-222-27/+27
* NaCl: Remove unused functions from PPB_NaCl_Privatemseaborn2015-01-221-27/+0
* Remove unused fields from PP_PdfPrintPresetOptions_Devraymes2015-01-161-14/+0
* Pepper: Allow plugins to call PPB_UDP_Socket::SendTo multiple times.bbudge2015-01-141-0/+3
* Add |legacy_destination_url| back to SessionMessage for EMEjrummell2015-01-141-1/+6
* Changes to support CDM_7jrummell2015-01-083-70/+77
* Remove timing limitation of SetOption invocation for PPAPI sockets.hidehiko2014-12-112-10/+61
* Support NumCopies print presetn.bansal2014-11-191-0/+14
* Pepper: Expose visible_rect to PPB_VideoDecoder.GetPicture.Bill Budge2014-11-062-1/+69
* With this CL, the time for PepperVideoSourceHost::SendGetFrameReply drops fro...magjed2014-10-281-1/+2
* NaCl: Replace launch/start param flags with a NaClAppProcessType enum.jvoung2014-10-031-18/+13
* PPAPI: Move PPB_Messaging 1.2 to stabledmichael2014-09-262-2/+2
* PPAPI: Disallow blocking callbacks while handling a blocking messagedmichael2014-09-241-0/+7
* PPAPI: Add C++ wrapper for MessageHandler stuff.dmichael2014-09-181-4/+9
* PPAPI: Make PPP_MessageHandler work in PNaClDave Michael2014-09-172-12/+12
* Move PPB_VideoDecoder from 'Dev' to Stable.bbudge2014-09-161-2/+3
* Stabilize PPB_View.GetScrollOffsetraymes2014-09-101-1/+1
* Generate Pepper IDL for OpenGLES2hamaji2014-09-092-0/+768
* Update Pepper interface for EMEjrummell2014-09-082-7/+101
* NaCl: Detect plugin crashes via EOF on Chromium IPC.Justin TerAvest2014-09-041-3/+0
* Drop NaCl support for posting stdout/stderr to JS.teravest2014-09-031-6/+0
* Revert of Remove unused PPB_View_Dev (patchset #3 of https://codereview.chrom...dmichael2014-08-271-0/+46
* Remove unused PPB_View_Devraymes2014-08-271-46/+0
* Pepper: PPB_VideoDecoder software-only mode.bbudge2014-08-232-1/+49
* Pepper: Report NaCl exit status over Chromium IPC.teravest@chromium.org2014-08-221-7/+0
* PPAPI: make generator output a pointer to an array correctly.wuchengli@chromium.org2014-08-222-11/+11
* NaCl: Send fatal log messages via shared memory.teravest@chromium.org2014-08-201-2/+1
* Pepper: add Image Capture interfaces.wuchengli@chromium.org2014-08-173-0/+445