summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
Commit message (Expand)AuthorAgeFilesLines
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-0611-139/+240
* PPB_Class implementation in Chrome.neb@chromium.org2010-11-054-34/+391
* Fix optimized pepper paintingpiman@chromium.org2010-11-051-2/+4
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-0526-228/+318
* Remove some DCHECK/NOTREACHED from plugin_host.cc that can be hit by valid codejamesr@chromium.org2010-11-051-3/+0
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-0513-247/+139
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-0513-139/+247
* Add callback ability for URLLoader so an asynchronous proxy can send thebrettw@chromium.org2010-11-046-19/+123
* Turn on file access checks on Win.jam@chromium.org2010-11-041-1/+1
* Pepper's directory reader implementation + test.dumi@chromium.org2010-11-047-17/+131
* Use optimized scrolling for pepper plugins.jam@chromium.org2010-11-034-14/+44
* Moving Entry from base::file_util_proxy namespace to within class base::FileU...kkanetkar@chromium.org2010-11-022-2/+2
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-023-4/+6
* Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...brettw@chromium.org2010-11-0260-176/+176
* Revert PPAPI change due to Linux compile failures.brettw@chromium.org2010-11-0260-176/+176
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-0260-176/+176
* Revert PPAPI change.brettw@chromium.org2010-11-0260-176/+176
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-0260-176/+176
* Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...brettw@chromium.org2010-11-0260-176/+176
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-0260-176/+176
* Attempt at fixing leaks from SetProp. Apparently there is a finitesky@chromium.org2010-11-014-0/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-014-65/+65
* Add UMA stats for saving/printing PDFs (the printing will be done through the...jam@chromium.org2010-10-302-1/+11
* Make plugin requests retrievable from the appcache for nplugins and pepper.michaeln@chromium.org2010-10-292-0/+17
* New shockwave security update.panayiotis@google.com2010-10-291-2/+2
* Add NavigateToURL, equivalent of NPN_GetURL with a target, to private2 interfacepiman@chromium.org2010-10-284-1/+46
* Use an opaque handle type to pass WebPluginDelegateImpl across dylib boundariesthakis@chromium.org2010-10-282-11/+13
* Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...pkasting@chromium.org2010-10-271-2/+1
* Fix rounding errors when converting between zoom factor and zoom level.jam@chromium.org2010-10-261-0/+9
* Fix some FileRef-related issues that show up only on POSIX.dumi@chromium.org2010-10-251-1/+14
* PPB_Var implementation, Chrome side.neb@chromium.org2010-10-253-2/+235
* Add UI test for click-to-play.bauerb@chromium.org2010-10-253-0/+50
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-222-0/+3
* Fix compilation with system ICU.phajdan.jr@chromium.org2010-10-221-1/+2
* Add the support of PP_IMAGEDATAFORMAT_RGBA_PREMUL in the browser.klobag@chromium.org2010-10-214-28/+124
* Revert 63375 - Add the support of PP_IMAGEDATAFORMAT_RGBA_PREMUL in the browser.klobag@chromium.org2010-10-214-117/+28
* Add the support of PP_IMAGEDATAFORMAT_RGBA_PREMUL in the browser.klobag@chromium.org2010-10-214-28/+117
* Add back some code I accidentally removed when merging changes.dumi@chromium.org2010-10-201-0/+4
* Build fix.dumi@chromium.org2010-10-201-1/+1
* Resubmit http://codereview.chromium.org/3944001.dumi@chromium.org2010-10-2014-326/+421
* Revert 63153 - Update Pepper's FileSystem and FileRef implementations.dumi@chromium.org2010-10-2014-421/+326
* Update Pepper's FileSystem and FileRef implementations.dumi@chromium.org2010-10-2014-326/+421
* Add private pepper API to send UMA stats for PDF page count.jam@chromium.org2010-10-192-1/+10
* New Java version (6u22). Relevant advisory: http://www.oracle.com/technetwork...panayiotis@google.com2010-10-191-1/+1
* plugins: revert the logging statement added in r62783evan@chromium.org2010-10-191-2/+0
* Support sync file io for pepper, to support LSOspiman@chromium.org2010-10-195-8/+303
* Convert LOG(INFO) to VLOG(1) - webkit/.pkasting@chromium.org2010-10-192-13/+13
* Expose the loading string through the private api.jam@chromium.org2010-10-182-1/+7
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-186-9/+29
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-172-9/+11