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