summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix event dispatching for PPB_Messaging::PostMessage. I asked Adam about the...dmichael@chromium.org2011-05-131-13/+33
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-1317-293/+172
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-135-35/+35
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-2/+2
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-121-2/+2
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-2/+2
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-111-2/+2
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-111-2/+2
* Update VideoDecode PPAPI structs to be consistent with media structures, part 1vrk@google.com2011-05-105-97/+207
* Fix the clang build by adding "virtual" to overridden functions.brettw@chromium.org2011-05-101-13/+13
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-108-248/+391
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Don't send Graphics3DContextLost after the instance is destroyedpiman@google.com2011-05-091-0/+5
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-0610-167/+199
* Fix renderer crash and resulting test hang in PDFBrowserTests.ddorwin@chromium.org2011-05-051-4/+7
* Use an empty plug-in version list for ChromeOS, to avoid accidental breakage.cevans@chromium.org2011-05-041-1/+6
* Update Reader version in the plug-in metadata.cevans@chromium.org2011-05-041-1/+3
* Defer asynchronous loading when the buffer in PPB_URLLoader_Impl exceeds an o...ddorwin@chromium.org2011-05-044-1/+70
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-034-1/+25
* Revert 83822 - Update Flash and Reader metadata.cevans@chromium.org2011-05-031-12/+2
* Revert 83826 - Oops... forgot the typo fix in the previous patch.cevans@chromium.org2011-05-031-4/+4
* Increase warning level to 4 on Visual Studiomaruel@chromium.org2011-05-031-6/+3
* Oops... forgot the typo fix in the previous patch.cevans@chromium.org2011-05-031-4/+4
* Update Flash and Reader metadata.cevans@chromium.org2011-05-031-2/+12
* Update Mac Java version metadata.cevans@chromium.org2011-05-021-1/+2
* Implement PseudoTCP support in P2P Transport Pepper API.sergeyu@chromium.org2011-05-022-5/+31
* delete executable property on fileselijahtaylor@google.com2011-04-302-0/+0
* Add UMA private PPAPI interface for UMA logging from NaCl pluginelijahtaylor@google.com2011-04-293-0/+123
* Build fix to make ARM builders happyhclam@chromium.org2011-04-292-3/+3
* Pepper video layer APIhclam@chromium.org2011-04-298-0/+368
* Prevent asking for authorization to run whitelisted plugins.joaodasilva@chromium.org2011-04-293-0/+48
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-281-3/+19
* Revert Pepper Key event "USB code" CL.wez@chromium.org2011-04-263-156/+0
* Work around the special-case handling of 0 time values (see comment).brettw@chromium.org2011-04-221-0/+8
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-214-14/+17
* Pepper: Enable custom content-transfer-encoding header to be set in URL reque...viettrungluu@chromium.org2011-04-212-2/+24
* PpapiBrokerImpl manages its own lifetime based on Connect and Disconnect calls.ddorwin@chromium.org2011-04-205-17/+29
* Wrap the p2p transport API in a compile time flag.satish@chromium.org2011-04-201-2/+5
* Add an initial crypto interface to fill a given buffer with random data. Thisbrettw@chromium.org2011-04-203-0/+53
* Fixed file/directory url resolution for external mount point provider.zelidrag@chromium.org2011-04-202-0/+5
* Fix M12 release blocker. SaveAs now works for embedded PDFs and PDFs in iframe.gene@chromium.org2011-04-204-5/+5
* Add a function to the Flash interface to get the current time zone offset.brettw@chromium.org2011-04-191-0/+18
* Fix invalid read in ppapi codepiman@google.com2011-04-191-1/+3
* Fix a couple of glaring omissions when I added PPP_Instance_Private.dmichael@chromium.org2011-04-192-1/+5
* Rename Instance_Trusted to Instance_Private, wire it up in Chrome.dmichael@chromium.org2011-04-193-8/+44
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-183-13/+19
* Keep the module in scope when executing scripts. This prevents a crash when thebrettw@chromium.org2011-04-182-1/+17
* Implemented broker dispatcher, pipe creation, and handle distribution.ddorwin@chromium.org2011-04-182-4/+6
* Implemented PPB_Broker_Proxy.ddorwin@chromium.org2011-04-172-8/+18