summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-2613-574/+363
* Move P2P code to content namespace.sergeyu@chromium.org2011-08-253-4/+7
* Fix crash in PPB_URLRequestInfo::ToWebURLRequestkinuko@chromium.org2011-08-251-1/+1
* Merge the plugin and impl side of the audio config and input event resources.brettw@chromium.org2011-08-259-127/+23
* Fix ARM errors regarding NULL/integer conversions.brettw@chromium.org2011-08-241-2/+2
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-2480-628/+801
* Fix crash when copying or getting the currently hovered link in pepper plugin...jabdelmalek@google.com2011-08-231-6/+8
* Moving the ViewHostMsg_PDFHasUnsupportedFeature IPC message to Chrome as PDF ...ananta@chromium.org2011-08-233-7/+0
* Cache keyState for windowless Flash plugins.jschuh@chromium.org2011-08-221-0/+10
* Don't use a scoped_refptr for StringVar::FromPPVarbrettw@chromium.org2011-08-2212-26/+25
* Remove framework for Pepper extensions to NPAPI.wez@chromium.org2011-08-2219-1263/+2
* Cleanup in the file chooser API.brettw@chromium.org2011-08-204-16/+25
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-182-9/+9
* Fix crash in ExecuteScriptpiman@google.com2011-08-181-2/+4
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-1852-506/+129
* Fix a small leak.michaeln@google.com2011-08-171-1/+3
* Don't leak input event resources. The refcounting was messed up, this patch n...brettw@google.com2011-08-171-6/+2
* Adding checks to guard against buffer overruns in QuotaFileIO::Write and base...sanga@chromium.org2011-08-173-0/+17
* Adding checks against directory traversal.sanga@chromium.org2011-08-171-1/+1
* AppendFileToBody by blocking ipckinuko@chromium.org2011-08-176-6/+37
* Wire experimental Flapper part twocpu@chromium.org2011-08-172-0/+8
* Fix cursor in fullscreen pepperpiman@chromium.org2011-08-173-3/+15
* Removed config management from Graphics3D API. It will be better handled in t...alokp@chromium.org2011-08-165-26/+12
* Cleanup: Remove dead code - PluginList::DisableOutdatedPluginGroups.thestig@chromium.org2011-08-166-88/+0
* Fix invalid read in the ResourceTracker tests. It wasn't doing the properbrettw@chromium.org2011-08-161-3/+17
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-161-1/+2
* Fix security bug that allowed invalid header fields to be injected bybbudge@chromium.org2011-08-162-2/+93
* Add scroll and gesture message filters for UIPI Flash. jschuh@chromium.org2011-08-162-2/+6
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-153-4/+4
* Make WebPluginInfo more genericcpu@chromium.org2011-08-1411-89/+101
* Revert 96592 - Add scroll and gesture message filters for UIPI Flash. jschuh@chromium.org2011-08-132-6/+2
* Gracefully handle multiple Flush/Reset/Decode with same idpiman@chromium.org2011-08-121-3/+6
* Get rid of temporary scrollbar code now that WebKit is rolled.jam@chromium.org2011-08-122-13/+1
* Remove the old type system for proxied resources. These were no longer being ...brettw@chromium.org2011-08-121-2/+2
* Add scroll and gesture message filters for UIPI Flash. jschuh@chromium.org2011-08-122-2/+6
* Fix typo in PPB_VideoDecoder_Impl::Decode causing performance degradationpiman@chromium.org2011-08-121-3/+4
* Fix crash with print preview and the new scrollbar code that triggered an ass...jam@chromium.org2011-08-122-2/+11
* Add the PP_Instance to resource object base.brettw@chromium.org2011-08-112-2/+11
* Add Graphics3DTrusted dev interface for proxy.nfullagar@google.com2011-08-111-0/+3
* Move the refcounting from the proxy/impl resource object to the shared resour...brettw@chromium.org2011-08-111-3/+1
* Build fix for linux_use_heapcheckerkinuko@chromium.org2011-08-111-0/+1
* Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...jam@chromium.org2011-08-104-11/+93
* Add Java support directory to plugin lookup list on 10.5stuartmorgan@chromium.org2011-08-101-1/+9
* Pepper quota fix: fire callbacks asynchronously to avoid crash in write callb...kinuko@chromium.org2011-08-102-40/+39
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-0910-143/+71
* Maintain key state in the plugin delegate if UIPI is enabled.jschuh@chromium.org2011-08-092-2/+87
* Reland 95309. Add a template to handle properly issuing completion callbacks.brettw@chromium.org2011-08-082-16/+8
* Fix ARM build bustage.darin@chromium.org2011-08-061-2/+2
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-062-96/+47
* Video Capture Pepper APIpiman@chromium.org2011-08-068-0/+389