summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add focus-loss messages for Windows and Linux pluginsstuartmorgan@chromium.org2010-07-122-6/+2
* Chrome side of removing WebPlugin::supportsFind.jam@chromium.org2010-07-107-14/+37
* Update Chrome to pull latest PPAPI with new uses of point and size.brettw@chromium.org2010-07-0913-170/+179
* Pepper v2 Font API browser implementation.jam@chromium.org2010-07-094-0/+146
* add followup comment from last checkinjam@chromium.org2010-07-091-1/+1
* Hookup Pepper v2 GetSelectedText.jam@chromium.org2010-07-091-2/+7
* Bring in the latest PPAPI and add an implementation for SetCursor.jam@chromium.org2010-07-093-4/+98
* Chrome side of making RenderView not special case PluginDocument and making t...jam@chromium.org2010-07-088-34/+175
* Pull latest PPAPI with some cleanup, update the var interface to reflect thebrettw@chromium.org2010-07-081-5/+9
* Page cycler tests failed on Vista because our windowless plugin code fails to...ananta@chromium.org2010-07-081-7/+10
* Fix gcc build break (silly compiler warning)jam@chromium.org2010-07-081-1/+2
* Chrome side of Pepper v2 scrollbar widget.jam@chromium.org2010-07-089-100/+720
* Fix a bug effectively disabling the default plugin.bauerb@chromium.org2010-07-071-2/+4
* Move default_plugin from webkit/ to chrome/thakis@chromium.org2010-07-074-4/+34
* Revert 51681 - Move default_plugin out of webkit.thakis@chromium.org2010-07-073-27/+2
* Revert 51682 - Build fix attempt.thakis@chromium.org2010-07-071-0/+1
* Build fix attempt.thakis@chromium.org2010-07-071-1/+0
* Move default_plugin out of webkit.thakis@chromium.org2010-07-073-2/+27
* Allow Pepper plugins to make requests with relative urls. Also allow bundled...jam@chromium.org2010-07-023-1/+8
* Chrome-side of making CallOnMainThread use a completion callback.brettw@chromium.org2010-07-021-2/+4
* Bring in latest PPAPI headers and implement IsFullFrame.jam@chromium.org2010-07-014-5/+27
* Linux: Blacklist a couple of known to be bad copies of Flash 9.thestig@chromium.org2010-06-301-1/+36
* Linux: Blind fix for npwrapper crashes.thestig@chromium.org2010-06-301-1/+6
* Modify NPAPI::PluginList::GetPluginInfo() to return true also for disabled pl...bauerb@chromium.org2010-06-302-8/+4
* Add support for HandleDocumentLoad.darin@chromium.org2010-06-306-38/+66
* Fix GCC warning about unhandled enum cases.darin@chromium.org2010-06-301-1/+2
* Add basic Pepper URLLoader implementation.darin@chromium.org2010-06-305-13/+218
* Add switch for specifying a directory to load plugins, so that test plugins c...stuartmorgan@chromium.org2010-06-291-1/+2
* Allow quering Pepper plugin for selected text for the context menu. Also tak...jam@chromium.org2010-06-294-7/+10
* Add a GetAs<ResourceType> template.neb@chromium.org2010-06-2815-146/+93
* Add in support for internal pepper plugins into the PepperPluginRegistry and ...ajwong@chromium.org2010-06-282-46/+104
* File API boilerplate.darin@chromium.org2010-06-2616-48/+943
* Chromium side changes to use PP_CompletionCallback as the Flush callback.darin@chromium.org2010-06-252-51/+54
* Enhance plugin load debug logging. This adds more logging forbrettw@chromium.org2010-06-257-34/+76
* Boilerplate implementation of the Pepper URL Loader API.darin@chromium.org2010-06-2413-9/+534
* Revert 50667 - Add in support for internal pepper plugins into the PepperPlug...mrossetti@chromium.org2010-06-232-104/+46
* Add in support for internal pepper plugins into the PepperPluginRegistry and ...ajwong@chromium.org2010-06-232-46/+104
* Convert WebPluginInfo from wstring to string16stuartmorgan@chromium.org2010-06-237-35/+36
* Implemented the PPB_Buffer interface.sanjeevr@chromium.org2010-06-236-0/+192
* Spoof as Safari when running Silverlight 4 on the Macstuartmorgan@chromium.org2010-06-211-6/+19
* Revert 50360 - Spoof as Safari when running Silverlight 4 on the Macstuartmorgan@chromium.org2010-06-211-17/+6
* Spoof as Safari when running Silverlight 4 on the Macstuartmorgan@chromium.org2010-06-211-6/+17
* Internal plugin needs to be loaded in a different place for the Linux sandbox.jam@chromium.org2010-06-172-3/+3
* Implement more of Flush properly. This adds support for waiting on the messagebrettw@chromium.org2010-06-165-32/+96
* Fixed a crash and added a test to find it.mad@google.com2010-06-163-14/+67
* At times the Windows media player plugin would not render video. This would o...ananta@chromium.org2010-06-156-10/+59
* Always report keypresses in plugins as handled on the Macstuartmorgan@chromium.org2010-06-151-4/+11
* Make timer-driven CA plugins less wasteful, and up the timer frequencystuartmorgan@chromium.org2010-06-151-1/+6
* Add a font API to Pepper and implement on Linux based on agl's code from http...jam@chromium.org2010-06-112-0/+10
* Keep the internal plugin always loaded in a more efficient way (i.e. don't in...jam@chromium.org2010-06-102-18/+30