summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/webplugin_delegate_impl_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Make accelerated Mac plugins handle GL initialization failure instead of cras...stuartmorgan@chromium.org2010-11-221-4/+9
* Mac: Only clear the background of CoreAnimation plugins if we're going to dra...thakis@chromium.org2010-11-181-2/+3
* Implement IME for Mac plugins using the Cocoa event model on 10.6stuartmorgan@chromium.org2010-10-151-1/+38
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-3/+3
* Prevent implicit animation when resizing Core Animation pluginsstuartmorgan@chromium.org2010-10-111-0/+5
* Enable the invalidating Core Animation plugin drawing model on 10.5stuartmorgan@chromium.org2010-10-011-26/+11
* Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-181-28/+11
* Revert 59845 - Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-171-11/+28
* Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-171-28/+11
* Fix initial plugin Mac plugin focus and visibilystuartmorgan@chromium.org2010-09-031-6/+0
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-191-0/+1
* FBTF: Remove unneeded headers from base/ (part 3)thestig@chromium.org2010-08-061-1/+0
* Remove the coordinate hack for zoomed plugin pages on the Mac.stuartmorgan@chromium.org2010-08-051-26/+0
* Move default_plugin from webkit/ to chrome/thakis@chromium.org2010-07-071-1/+0
* Revert 51681 - Move default_plugin out of webkit.thakis@chromium.org2010-07-071-0/+1
* Move default_plugin out of webkit.thakis@chromium.org2010-07-071-1/+0
* Convert WebPluginInfo from wstring to string16stuartmorgan@chromium.org2010-06-231-2/+2
* At times the Windows media player plugin would not render video. This would o...ananta@chromium.org2010-06-151-1/+2
* 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
* Fix a bug in NPDrawingModelInvalidatingCoreAnimation, and make it more efficientstuartmorgan@chromium.org2010-06-031-2/+1
* Implement support for NPDrawingModelInvalidatingCoreAnimation in Mac pluginsstuartmorgan@chromium.org2010-06-031-8/+17
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-051-71/+47
* Remove accidentally-committed test loggingstuartmorgan@chromium.org2010-05-041-1/+0
* Fix a crash when scrolling a fast-path QuickDraw pluginstuartmorgan@chromium.org2010-05-041-2/+13
* Clean up initial CA layer setup for Mac Pluginsstuartmorgan@chromium.org2010-04-281-6/+16
* Reorganize the Mac plugin host codestuartmorgan@chromium.org2010-04-161-316/+352
* Remove the last remnants of windowless_needs_set_window_ from Linux pluginsstuartmorgan@chromium.org2010-04-151-6/+5
* Made Pepper 3D plugins' output opaque on Mac OS X by filling thekbr@google.com2010-04-151-1/+1
* 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
* 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-121-133/+24
* Compute local Mac plugin coordinates from scratchstuartmorgan@chromium.org2010-04-121-45/+30
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-2/+1
* Enforce valid Mac plugin event and drawing model pairingsstuartmorgan@chromium.org2010-04-061-2/+8
* Fix DivX crash on the Macstuartmorgan@chromium.org2010-04-051-3/+10
* 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-311-3/+3
* Work around coordinate problems in page zoom for Mac pluginsstuartmorgan@chromium.org2010-03-301-4/+47
* Fix CoreGraphics and Core Animation drawing for QuickTime pluginstuartmorgan@chromium.org2010-03-301-5/+10
* Move Mac plugin event conversion into helper classesstuartmorgan@chromium.org2010-03-291-336/+39
* Add a faster path for QuickDraw plugin drawing for limited use.stuartmorgan@chromium.org2010-03-261-22/+226
* Fix drag event filtering in Mac pluginsstuartmorgan@chromium.org2010-03-241-2/+4
* Remove the unnecessary 'commit' call in Core Animation plugin drawingstuartmorgan@chromium.org2010-03-241-3/+0
* Explicitly don't handle scroll events to Carbon pluginsstuartmorgan@chromium.org2010-03-241-8/+6
* Add visibility tracking to the temporary Core Animation plugin timerstuartmorgan@chromium.org2010-03-231-13/+22
* Fix the initial draw handing of Core Animation pluginsstuartmorgan@chromium.org2010-03-181-7/+6
* Infer caps lock state to set for Mac plugin eventsstuartmorgan@chromium.org2010-03-161-0/+24