summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugin_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Reverting 20855.darin@chromium.org2009-07-161-2/+2
* Reverting 20854.darin@chromium.org2009-07-161-2/+2
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-2/+2
* 1) Roll WebKit DEPS to 45685michaeln@google.com2009-07-101-3/+3
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-081-7/+7
* linux: only create browser-side plugin container after plugin requests itevan@chromium.org2009-06-301-0/+11
* Reverting 19560. This caused a bunch of plugin-related unittest failures on W...glen@chromium.org2009-06-301-11/+0
* linux: only create browser-side plugin container after plugin requests itevan@chromium.org2009-06-291-0/+11
* linux: cleanup browser-side GtkSockets when plugins are destroyedevan@chromium.org2009-06-281-0/+9
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-1/+1
* Revert all of my patches from today.evan@chromium.org2009-06-261-1/+1
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-1/+1
* 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