summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugin_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for the Layout test failures occuring as a result of the change to downlo...ananta@chromium.org2009-06-101-0/+1
* For lack of a better approach we now initiate the plugin src url download in ...ananta@chromium.org2009-06-101-4/+17
* Start using WebURLLoader, et. al. from the WebKit API.darin@chromium.org2009-06-091-123/+165
* Fix regression from my previous change. Looks like we need to call SetWindow...jam@chromium.org2009-06-091-0/+11
* Don't call NPP_SetWindow before we have the plugin geometry.jam@chromium.org2009-06-091-29/+28
* Fixes a flash plugin hang caused by opening google finance ticker symbols in ...ananta@chromium.org2009-06-091-3/+2
* Header cleanup in webkit/gluephajdan.jr@chromium.org2009-06-011-0/+1
* Revert WebURLLoader landing. Too many layout test failures.darin@chromium.org2009-05-301-165/+123
* Start using WebURLLoader, et. al. from the WebKit API.darin@chromium.org2009-05-301-123/+165
* Add events to windowless plugins on linux. This CL also refactors the eventevan@chromium.org2009-05-221-87/+17
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-4/+4
* Fix plugin window sticking around when parent became invisible. Added test f...jam@chromium.org2009-05-101-20/+14
* There are cases where a Frame may outlive its associated Page. Get thedarin@chromium.org2009-05-061-2/+2
* Fix Flash window in Analytics being incorrectly visible.jam@chromium.org2009-05-051-4/+10
* plugins: Some obvious ifdef removals (code that previously wouldn't link).evan@chromium.org2009-04-281-6/+0
* More linux ifdef tweaks. This reverts my earlier change (13503).sky@chromium.org2009-04-271-5/+2
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-0/+2
* Use the boundary_pos parameter passed to the MultiPartResponseClient::didRece...ananta@chromium.org2009-04-221-4/+3
* Fix hang seen in plugin process because plugin creation ended up having to wa...jam@chromium.org2009-04-211-3/+1
* Ensure we check the page pointer before using it after we come out of NPP_Han...jam@chromium.org2009-04-161-2/+5
* Fix a painting problem observed with windowless flash plugins, when they are ...ananta@chromium.org2009-04-161-17/+7
* linux: make windowless plugins work again after r12179 regressed it.evan@chromium.org2009-04-151-2/+4
* Adds some ifdefs so that test_shell can be compiled on linuxsky@chromium.org2009-04-101-2/+5
* WebKit merge 42132:42199 (Chrome side)darin@chromium.org2009-04-031-3/+4
* Fix Mac build break.jam@chromium.org2009-04-011-1/+1
* Port plugin messages.jam@chromium.org2009-04-011-11/+9
* Report the plugin position to windowed plugins as (0,0)jam@chromium.org2009-03-261-1/+3
* The street view in Google maps, which is implemented with a windowed flash pl...ananta@chromium.org2009-03-201-12/+14
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-12/+5
* Get rid of stashing a frame pointer with ResourceRequest and just store the r...jam@chromium.org2009-03-161-4/+8
* Basic windowless plugins, try 2.evan@chromium.org2009-03-131-6/+3
* Bring back overriding setParentVisible, since it's needed when a page scripts...jam@chromium.org2009-03-121-0/+13
* Chrome side to pick up new WebKit API changes.darin@chromium.org2009-02-281-2/+8
* Fix incorrect map usage in the WebPluginImpl::didReceiveData function, which ...ananta@chromium.org2009-02-261-3/+5
* Match the Windows plugin moving/sizing behavior on Linux.deanm@chromium.org2009-02-151-2/+0
* Call the DidStartLoading/DidStopLoading methods on the WebViewDelegate interf...ananta@chromium.org2009-02-131-0/+6
* Checkpoint of plugin support code for Mac. Does not work yet; being checkedamanda@chromium.org2009-02-111-6/+10
* Check for a NULL WebPluginDelegate pointer in WebPluginImpl::TearDownPluginIn...ananta@chromium.org2009-02-051-4/+6
* Get windowed plugins (Flash) limping along on Linux.evan@chromium.org2009-02-041-5/+6
* WebKit merge 40474:40500 [chromium-side].ericroman@google.com2009-02-041-9/+4
* WebKitMerge 40409:40464 (chromium-side).ericroman@google.com2009-02-031-0/+1
* Chrome side of WebKit Merge 40165:40297playmobil@google.com2009-01-281-1/+1
* Adobe Reader 7 expects the load_manually flag to be set when being instantiat...ananta@chromium.org2009-01-271-4/+5
* POSIX: gfx::NativeViewId and CrossProcessEventagl@chromium.org2009-01-271-1/+2
* No functional change. Delete trailing whitespace and word-wrap to 80 columns.evan@chromium.org2009-01-241-9/+10
* Relands 8521, it isn't the culprit. Sorry John.sky@google.com2009-01-231-13/+0
* Backs out r8521 in hopes of greener trees.sky@google.com2009-01-231-0/+13
* Fix reloading a page with a pdf not working. The problem was that we were se...jam@chromium.org2009-01-221-13/+0
* Chrome side of webkit merge to 40124.tc@google.com2009-01-221-1/+3
* Improve scrolling performance when there are many windowed plugins in a page.jam@chromium.org2009-01-161-59/+28