summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/webplugin_delegate_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-304/+0
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-0/+304
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-304/+0
* Don't call NPP_SetWindow on plugins that return an error from NPP_Newstuartmorgan@chromium.org2010-11-301-3/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-4/+4
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-2/+1
* Fix full screen mode for windowless flash plugins. Flash doesn't expect a "ki...brettw@chromium.org2010-09-211-0/+12
* Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-181-0/+24
* Revert 59845 - Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-171-24/+0
* Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-171-0/+24
* At times the Windows media player plugin would not render video. This would o...ananta@chromium.org2010-06-151-0/+11
* Enforce valid Mac plugin event and drawing model pairingsstuartmorgan@chromium.org2010-04-061-2/+2
* Make the plugin popup handling code cross-platformstuartmorgan@chromium.org2010-02-111-0/+32
* Remove an NPP_SetWindow call left over from the old Carbon idle event codestuartmorgan@chromium.org2010-02-111-0/+8
* Fix passing pointers between processes.jam@chromium.org2010-01-291-22/+11
* Remove unnecessary references to webkit/glue/glue_util.h indarin@chromium.org2010-01-131-1/+0
* Typo fixing.avi@chromium.org2009-12-161-2/+2
* Send resource load notifications from plugins to devtools agent. This is a pa...yurys@chromium.org2009-12-031-1/+1
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Never send NPRES_NETWORK_ERR to Flash in response to a url that it opened in ...jam@chromium.org2009-11-101-0/+6
* Implement NPN_GetValueForURL and NPN_SetValueForURL and add a stub for NPN_Ge...jam@chromium.org2009-10-071-6/+0
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-041-8/+23
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-6/+9
* More refactoring for WebPlugin.darin@chromium.org2009-08-271-15/+7
* plugins: unfork WebPluginDelegateImpl between linux/winevan@chromium.org2009-08-261-1125/+7
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-211-3/+3
* 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