summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/webplugin_delegate_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't call NPP_SetWindow during the painting of windowless plugins.dglazkov@chromium.org2009-08-041-19/+33
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-081-4/+5
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-2/+2
* Revert all of my patches from today.evan@chromium.org2009-06-261-2/+2
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-2/+2
* Don't call NPP_SetWindow before we have the plugin geometry.jam@chromium.org2009-06-091-4/+4
* One more attempt at fixing the keyboard focus issue when the windowless Flash...ananta@chromium.org2009-06-041-2/+22
* port webkit changeset 44066ukai@chromium.org2009-06-011-0/+2
* Set focus to the dummy plugin window used to ensure that keyboard focus corre...ananta@chromium.org2009-05-261-24/+23
* Make sure that seekable streams are removed from the list of resource clients...ananta@chromium.org2009-05-231-2/+0
* Add events to windowless plugins on linux. This CL also refactors the eventevan@chromium.org2009-05-221-10/+121
* Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...jam@chromium.org2009-05-201-5/+0
* Only unset the kWebPluginDelegateProperty property after calling the plugin's...jam@chromium.org2009-05-011-25/+19
* Fix hang seen in plugin process because plugin creation ended up having to wa...jam@chromium.org2009-04-211-10/+11
* Ensure we check the page pointer before using it after we come out of NPP_Han...jam@chromium.org2009-04-161-1/+5
* Port plugin messages.jam@chromium.org2009-04-011-14/+15
* Report the plugin position to windowed plugins as (0,0)jam@chromium.org2009-03-261-18/+14
* Try a new approach to fixing IAT unpatch crashes when the DLL is gone.deanm@chromium.org2009-02-261-6/+3
* We allow Flash to popup windows in response to user gesture messages like WM_...ananta@chromium.org2009-02-241-2/+9
* Revert my SetWindow(NULL) change in r9653.deanm@chromium.org2009-02-171-5/+7
* Match the Windows plugin moving/sizing behavior on Linux.deanm@chromium.org2009-02-151-1/+9
* Lots of small nits to help to split off webkit.dll.maruel@chromium.org2009-02-121-4/+4
* Match Firefox by not calling SetWindow(NULL) on plugin destruction.deanm@chromium.org2009-02-121-7/+5
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-041-0/+5
* Reverting 9109.ojan@google.com2009-02-031-5/+0
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-031-0/+5
* Maintain a local/global stack for the global WebPluginDelegateImpl instance p...ananta@chromium.org2009-01-291-6/+17
* Attempt to fix a IAT unpatch crash.deanm@chromium.org2009-01-241-46/+58
* More speedup of scrolling when many windowed plugins in a page. Scrolling is...jam@chromium.org2009-01-221-1/+23
* Improve scrolling performance when there are many windowed plugins in a page.jam@chromium.org2009-01-161-63/+26
* Spaces at end of lines begone!avi@google.com2009-01-161-3/+3
* Block Adobe Reader from issuing NPN_GetURL/NPN_GetURLRequests for URL schemes...ananta@chromium.org2009-01-161-0/+1
* Fix plugin_tests failurejam@chromium.org2009-01-141-1/+1
* Fix layout test failures. Looks like keying the plugins based on OriginalFil...jam@chromium.org2009-01-131-1/+2
* Get rid of lowercasing plugin filenames in order to determine if two paths po...jam@chromium.org2009-01-121-7/+7
* Add support for custom cursors set by windowless plugins. Windowless plugins ...ananta@chromium.org2009-01-091-17/+65
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-061-3/+3
* Adjusting the name of a function to make it more descriptive.avi@google.com2008-12-301-4/+4
* Ensure that the context menu shows up in a windowless Silverlight plugin inst...ananta@chromium.org2008-11-261-3/+44
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-221-2/+2
* Rollback "Remove use of wide characters in stats table identifiers."evanm@google.com2008-11-211-1/+1
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-211-1/+1
* Eliminate CursorChromium's dependency on webkit/glue.darin@chromium.org2008-11-061-32/+9
* This fixes http://code.google.com/p/chromium/issues/detail?id=3585, which is ...ananta@chromium.org2008-10-231-14/+1
* This is a patch for bug 1385045: Adobe Acrobat 9.0 crash.nsylvain@chromium.org2008-10-221-0/+18
* A fix for Issue 2673 in chromium: "Flash: IME not available".hbono@chromium.org2008-10-151-2/+28
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-091-16/+29
* Fix painting problem with transparent plugins because plugins were ignoring t...jam@chromium.org2008-10-011-5/+0
* This fixes http://code.google.com/p/chromium/issues/detail?id=2803, whichiyengar@google.com2008-10-011-6/+5
* This fixes the following bugs:-iyengar@google.com2008-09-201-3/+1