summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-051-1/+3
* Remove the last remnants of windowless_needs_set_window_ from Linux pluginsstuartmorgan@chromium.org2010-04-151-21/+3
* 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-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* linux: hackily blacklist acrobatevan@chromium.org2010-03-151-1/+2
* Take out temp code now that WebKit patch has landed.jam@chromium.org2010-03-081-6/+0
* Move forcing the return of NPP_HandleEvent to be true on Win/Linux to webplug...jam@chromium.org2010-03-051-0/+9
* Linux: correctly handle single byte value for NPPVpluginNeedsXEmbed.craig.schlenter@chromium.org2010-02-221-3/+3
* Make the plugin popup handling code cross-platformstuartmorgan@chromium.org2010-02-111-3/+2
* Fix Linux compile bustagestuartmorgan@chromium.org2010-02-111-1/+1
* Remove an NPP_SetWindow call left over from the old Carbon idle event codestuartmorgan@chromium.org2010-02-111-5/+2
* Remove unnecessary references to webkit/glue/glue_util.h indarin@chromium.org2010-01-131-1/+0
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-2/+2
* Push the native canvas into the plugin implementation. On Windows, this meansbrettw@chromium.org2009-10-231-3/+7
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Enable compiler -Werror and -Wall on our webkit code for mac and linux.tony@chromium.org2009-09-211-1/+3
* linux: remove a dcheck that is hit with old pluginsevan@chromium.org2009-09-151-3/+2
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-2/+2
* Linux gcc4.4 fix: stop crashing when loading flash.willchan@chromium.org2009-09-011-3/+4
* linux: fix some plugin colormap leaksevan@chromium.org2009-09-011-7/+5
* More refactoring for WebPlugin.darin@chromium.org2009-08-271-1/+0
* plugins: unfork WebPluginDelegateImpl between linux/winevan@chromium.org2009-08-261-191/+14
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-251-8/+27
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-211-3/+3
* linux: fix windowless Flash when scrollingpiman@chromium.org2009-08-071-1/+8
* linux: don't call NPP_SetWindow if the width/height is <= 0piman@chromium.org2009-07-311-0/+9
* Refactor blits to be more cross-platform.piman@chromium.org2009-07-241-15/+11
* linux: add windowless plugin plumbingpiman@google.com2009-07-221-6/+10
* Fix a crash in plugin handling. The code was destroying the passed-in cairo_t,brettw@chromium.org2009-07-171-1/+0
* Reverting 20516 by re-landing this previous patch.brettw@chromium.org2009-07-171-10/+10
* Revert previous clipping rect change for Cairo to see if it fixes the build.brettw@chromium.org2009-07-131-10/+10
* Keep the cairo clipping region in sync with the Skia one.brettw@chromium.org2009-07-131-10/+10
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-081-1/+3
* linux: OOP windowed pluginsevan@chromium.org2009-07-071-0/+3
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-061-3/+0
* linux: OOP windowed pluginsevan@chromium.org2009-07-061-0/+3
* linux: only create browser-side plugin container after plugin requests itevan@chromium.org2009-06-301-6/+4
* Reverting 19560. This caused a bunch of plugin-related unittest failures on W...glen@chromium.org2009-06-301-4/+6
* linux: only create browser-side plugin container after plugin requests itevan@chromium.org2009-06-291-6/+4
* linux: cleanup browser-side GtkSockets when plugins are destroyedevan@chromium.org2009-06-281-5/+7
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-39/+16
* Revert all of my patches from today.evan@chromium.org2009-06-261-16/+39
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-39/+16
* linux: Fix windowed plugin resizeevan@chromium.org2009-06-231-0/+2
* linux: refactor GtkFixedSocket into its own file.evan@chromium.org2009-06-221-63/+2
* linux plugins: only set size in WindowedRepositionevan@chromium.org2009-06-221-8/+4
* linux: add quirk for windowless flash drawing glitchesevan@chromium.org2009-05-221-42/+117
* Add events to windowless plugins on linux. This CL also refactors the eventevan@chromium.org2009-05-221-27/+208
* Linux: more windowless plugin work.evan@chromium.org2009-04-061-78/+73