summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/webplugin_delegate_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-051-15/+14
* The windowed flash plugin has a bug which occurs when the plugin enters fulls...ananta@chromium.org2010-04-301-0/+12
* Clean up initial CA layer setup for Mac Pluginsstuartmorgan@chromium.org2010-04-281-4/+1
* Reorganize the Mac plugin host codestuartmorgan@chromium.org2010-04-161-20/+20
* Remove the last remnants of windowless_needs_set_window_ from Linux pluginsstuartmorgan@chromium.org2010-04-151-10/+1
* Move details of QuickDraw plugin drawing into a helper classstuartmorgan@chromium.org2010-04-121-15/+4
* Enforce valid Mac plugin event and drawing model pairingsstuartmorgan@chromium.org2010-04-061-1/+2
* Move plugin-related files in webkit/glue to webkit/glue/plugins to make thembrettw@chromium.org2010-03-311-2/+2
* Work around coordinate problems in page zoom for Mac pluginsstuartmorgan@chromium.org2010-03-301-0/+7
* Add a faster path for QuickDraw plugin drawing for limited use.stuartmorgan@chromium.org2010-03-261-0/+22
* A Chrome-side fix for Issue 13233.hbono@chromium.org2010-03-241-0/+6
* Add visibility tracking to the temporary Core Animation plugin timerstuartmorgan@chromium.org2010-03-231-0/+3
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-191-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Filter certain drag events for Cocoa plugins to comply with the event specstuartmorgan@chromium.org2010-03-151-0/+4
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Call UpdateAcceleratedSurface only when necessary for Core Animation pluginsstuartmorgan@chromium.org2010-03-101-6/+6
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-101-6/+33
* Revert 41158 - Implement the CoreAnimation drawing model for plugins, sharing...pinkerton@chromium.org2010-03-101-33/+6
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-101-6/+33
* Make plugin buffer changes robust against synchronous plugin call nestingstuartmorgan@chromium.org2010-03-061-3/+5
* Mac Plugin context handling cleanupstuartmorgan@chromium.org2010-03-051-1/+7
* Fix some issues with compiling Mac plugin code with deprecation defines setstuartmorgan@chromium.org2010-02-161-1/+0
* Make the plugin popup handling code cross-platformstuartmorgan@chromium.org2010-02-111-10/+13
* Finish implementing NPN_ConvertPoint, and add a unit test for itstuartmorgan@chromium.org2010-02-091-5/+2
* Send window frame information to Mac plugins via IPCstuartmorgan@chromium.org2010-02-081-21/+19
* [GPU] Get GPU process running on the mackbr@google.com2010-02-031-3/+13
* Hide plugins in minimized/hidden windows on the Macstuartmorgan@chromium.org2010-02-021-1/+2
* Add tab switch notification to the Mac plugin plumbing.stuartmorgan@chromium.org2010-02-011-6/+7
* Fix passing pointers between processes.jam@chromium.org2010-01-291-9/+7
* Plumb Carbon SetCursor through.avi@chromium.org2010-01-251-0/+2
* Improve handling of off-screen plugins on the Macstuartmorgan@chromium.org2010-01-211-2/+7
* Use a shared idle event for Carbon-based pluginsstuartmorgan@chromium.org2010-01-211-7/+3
* Send Cocoa NPAPI plugins an initial window activation eventstuartmorgan@chromium.org2010-01-211-0/+6
* (Mac) Intercept (Cocoa) cursor setting by plugins and forward it on properly.avi@chromium.org2010-01-191-1/+3
* (Mac) Allow the tracking of the "active" plugin delegate separate from the fa...avi@chromium.org2010-01-191-1/+3
* (Mac) Intercept (Carbon) cursor setting by plugins and forward it on properly.avi@chromium.org2010-01-151-0/+2
* Fix mouse event handling in Cocoa plugins so we still update our location inf...stuartmorgan@chromium.org2010-01-121-1/+1
* Don't send a window ref to plugins under the Cocoa model, per specstuartmorgan@chromium.org2010-01-071-0/+2
* Remove the Mac QuickTime quirk, which we don't need after allstuartmorgan@chromium.org2010-01-061-6/+0
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-121-1/+7
* Send resource load notifications from plugins to devtools agent. This is a pa...yurys@chromium.org2009-12-031-2/+2
* Improve Mac plugin coordinate handlingstuartmorgan@chromium.org2009-11-251-0/+23
* Mac: Simulate the OS-level focus handling that windows and linux pluginsamanda@chromium.org2009-11-201-0/+19
* Add a Mac plugin quirk for ignoring QuickTime's negotiated drawing modelstuartmorgan@chromium.org2009-11-131-0/+6
* Retry of http://codereview.chromium.org/372025 with additional changes toamanda@chromium.org2009-11-111-3/+5
* Never send NPRES_NETWORK_ERR to Flash in response to a url that it opened in ...jam@chromium.org2009-11-101-0/+1
* Reverting 31266. threw asserts in test_shell on the bots.amanda@chromium.org2009-11-061-1/+3
* Unfork shared methods of WebPluginDelegateImpl. As a side effect, should fixamanda@chromium.org2009-11-061-3/+1
* Add the plumbing and test code for plugins opening files from the sandbox. Thisbrettw@chromium.org2009-11-031-31/+28