summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port plugin messages.jam@chromium.org2009-04-011-9/+7
* Basic windowless plugins, try 2.evan@chromium.org2009-03-131-39/+94
* NO CODE CHANGEdeanm@chromium.org2009-03-111-2/+0
* Revert my SetWindow(NULL) change in r9653.deanm@chromium.org2009-02-171-0/+9
* Match the Windows plugin moving/sizing behavior on Linux.deanm@chromium.org2009-02-151-7/+13
* Lots of small nits to help to split off webkit.dll.maruel@chromium.org2009-02-121-1/+1
* Match Firefox by not calling SetWindow(NULL) on plugin destruction.deanm@chromium.org2009-02-121-9/+0
* This changes the approach for our webkit widget area, from using a custom Gtk...deanm@chromium.org2009-02-091-4/+57
* The final bits needed so we can navigate away from Flash pages without crashi...evan@chromium.org2009-02-051-38/+27
* Get windowed plugins (Flash) limping along on Linux.evan@chromium.org2009-02-041-0/+585