summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
Commit message (Expand)AuthorAgeFilesLines
* Partially implement the new pepper API in Chrome. This is not actually hookedbrettw@chromium.org2010-05-0719-0/+1718
* Remove the obsolete JRI bits from the NPAPI headersstuartmorgan@chromium.org2010-05-071-6/+1
* Add new widget API to Pepper to replace the old theming API. The implementat...jam@chromium.org2010-05-073-38/+10
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-062-4/+4
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-056-92/+71
* Switch over to non-deprecated WebKit APIs and delete client methods that are nodarin@chromium.org2010-05-051-1/+1
* Move NPAPI to C99 typesstuartmorgan@chromium.org2010-05-051-15/+15
* Remove accidentally-committed test loggingstuartmorgan@chromium.org2010-05-041-1/+0
* Fix a crash when scrolling a fast-path QuickDraw pluginstuartmorgan@chromium.org2010-05-042-7/+22
* When determining that two plugins are the same but of different versions, mak...jabdelmalek@google.com2010-05-031-1/+16
* The windowed flash plugin has a bug which occurs when the plugin enters fulls...ananta@chromium.org2010-04-302-1/+67
* Clean up initial CA layer setup for Mac Pluginsstuartmorgan@chromium.org2010-04-282-10/+17
* POSIX: Make sure files in plugin directories are regular files.thestig@chromium.org2010-04-262-13/+25
* Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir.evan@chromium.org2010-04-211-6/+5
* Enable -Werror on Linux and Win for src/webkit/tony@chromium.org2010-04-212-3/+3
* Don't load the old Java Deployment plugin if a newer one (with a different na...jabdelmalek@google.com2010-04-201-3/+20
* New experimental Pepper device API.apatrick@chromium.org2010-04-162-12/+133
* Reorganize the Mac plugin host codestuartmorgan@chromium.org2010-04-162-336/+372
* Move third_pary/mozilla/include up one directory.evan@chromium.org2010-04-151-3/+0
* Remove the last remnants of windowless_needs_set_window_ from Linux pluginsstuartmorgan@chromium.org2010-04-154-46/+15
* Made Pepper 3D plugins' output opaque on Mac OS X by filling thekbr@google.com2010-04-152-3/+4
* Fix offscren invalidation in windowless pluginsstuartmorgan@chromium.org2010-04-141-0/+7
* Fixed loss of rendered output on Mac OS X if Pepper 3D application useskbr@google.com2010-04-141-1/+1
* Never unload plugins from the plugin process on the Macstuartmorgan@chromium.org2010-04-141-4/+3
* Refactor FileVersionInfo into an interface with platform implementations.tony@chromium.org2010-04-141-3/+6
* Send real clipping information to Mac pluginsstuartmorgan@chromium.org2010-04-131-23/+13
* Move details of QuickDraw plugin drawing into a helper classstuartmorgan@chromium.org2010-04-124-148/+261
* Compute local Mac plugin coordinates from scratchstuartmorgan@chromium.org2010-04-121-45/+30
* Bypass plugin installer if the plugin has been disabledcpu@chromium.org2010-04-102-0/+25
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-2/+1
* Improve handling of plugin context menus on Leopard.stuartmorgan@chromium.org2010-04-081-2/+3
* Fix browser crash in isvalidcheck check on urls with no path e.g. about:blankinferno@chromium.org2010-04-081-0/+2
* Fix problems with unloading/reloading/updating extensions that contain NPAPImpcomplete@chromium.org2010-04-062-7/+14
* Remove VLC from the Mac plugin blacklist now that it's not crashingstuartmorgan@chromium.org2010-04-061-4/+0
* On sites like hulu.com while playing a video the cursor would not disappear i...ananta@chromium.org2010-04-061-2/+7
* Enforce valid Mac plugin event and drawing model pairingsstuartmorgan@chromium.org2010-04-065-7/+17
* Fix DivX crash on the Macstuartmorgan@chromium.org2010-04-052-9/+10
* Block plugin HandleURLRequest calls with invalid chars like @,;,\ before the ...inferno@chromium.org2010-04-022-16/+33
* Block plugin HandleURLRequest calls with invalid chars like @,;,\ before the ...inferno@chromium.org2010-04-011-0/+18
* Replace the NOTIMPLEMENTED() in NPN_ForceRedraw with a commentstuartmorgan@chromium.org2010-04-011-14/+2
* Consume Char events in Mac pluginsstuartmorgan@chromium.org2010-04-011-1/+6
* Move plugin-related files in webkit/glue to webkit/glue/plugins to make thembrettw@chromium.org2010-03-3122-25/+2279
* Extend the file browser/chooser to support more modes of operation, and plumbbrettw@chromium.org2010-03-302-2/+55
* Work around coordinate problems in page zoom for Mac pluginsstuartmorgan@chromium.org2010-03-304-4/+88
* Fix CoreGraphics and Core Animation drawing for QuickTime pluginstuartmorgan@chromium.org2010-03-302-15/+11
* Properly disable plugins.viettrungluu@chromium.org2010-03-292-6/+9
* Move Mac plugin event conversion into helper classesstuartmorgan@chromium.org2010-03-295-345/+476
* Restructure the Mac plugin blacklist codestuartmorgan@chromium.org2010-03-291-41/+37
* Add a faster path for QuickDraw plugin drawing for limited use.stuartmorgan@chromium.org2010-03-262-22/+248
* Added a test for pepper3d. It ensures that we can successfully load a pepper ...alokp@chromium.org2010-03-2618-147/+199