summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/webplugin_delegate_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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