| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 34161 - Enable Pepper support by default, including building the test ... | sehr@google.com | 2009-12-09 | 1 | -3/+1 |
* | Enable Pepper support by default, including building the test plugin. | sehr@google.com | 2009-12-09 | 1 | -1/+3 |
* | Check that frame has not been closed when getting DevToolsAgent. | yurys@chromium.org | 2009-12-04 | 1 | -7/+15 |
* | Revert "Check that frame has not been closed when getting DevToolsAgent." Lin... | yurys@chromium.org | 2009-12-04 | 1 | -15/+7 |
* | Check that frame has not been closed when getting DevToolsAgent. | yurys@chromium.org | 2009-12-04 | 1 | -7/+15 |
* | Don't set referrers on outgoing plugin requests if the load_manually flag is ... | ananta@chromium.org | 2009-12-03 | 1 | -14/+30 |
* | Send resource load notifications from plugins to devtools agent. This is a pa... | yurys@chromium.org | 2009-12-03 | 1 | -9/+50 |
* | Rename policy_url to first_party_for_cookies in cookie-related code. | wtc@chromium.org | 2009-11-18 | 1 | -4/+6 |
* | Checks if the plugin has gone away inside of HandleURLRequestInternal() | jamesr@chromium.org | 2009-11-17 | 1 | -0/+6 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -19/+19 |
* | Fix regression in which NPRES_NETWORK_ERR instead of NPRES_USER_BREAK was pas... | jam@chromium.org | 2009-11-09 | 1 | -5/+9 |
* | DevTools: report correct content length for resources. | yurys@google.com | 2009-11-02 | 1 | -2/+2 |
* | Push the native canvas into the plugin implementation. On Windows, this means | brettw@chromium.org | 2009-10-23 | 1 | -12/+3 |
* | Fix renderer hang if plugin process crashes while initializing a plugin. | jam@chromium.org | 2009-10-22 | 1 | -0/+2 |
* | Delete glue/webview{_delegate}.h | darin@chromium.org | 2009-10-19 | 1 | -1/+2 |
* | Separate out some more ICU from base and into base/i18n. | brettw@chromium.org | 2009-10-08 | 1 | -3/+2 |
* | Add an optional WebFrame parameter to WebView::findFrameByName. | darin@chromium.org | 2009-09-30 | 1 | -1/+2 |
* | Hook up webkit/api/public/WebView.h | darin@chromium.org | 2009-09-30 | 1 | -1/+1 |
* | Enable compiler -Werror and -Wall on our webkit code for mac and linux. | tony@chromium.org | 2009-09-21 | 1 | -1/+0 |
* | The WebPluginImpl::paint function can be invoked when the delegate_ member is... | ananta@chromium.org | 2009-09-18 | 1 | -0/+2 |
* | plugins: call SetContainer before we call Initialize | evan@chromium.org | 2009-09-14 | 1 | -1/+4 |
* | Take out the activex control.BUG=20259 | jam@chromium.org | 2009-09-08 | 1 | -34/+2 |
* | This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ... | jam@chromium.org | 2009-09-04 | 1 | -36/+10 |
* | Eliminate remaining WebCore dependencies from webplugin_impl.cc | darin@chromium.org | 2009-09-02 | 1 | -176/+175 |
* | More refactoring for WebPlugin. | darin@chromium.org | 2009-08-27 | 1 | -93/+50 |
* | Test shell crashed while running layout tests due to an STL vector iterator g... | ananta@chromium.org | 2009-08-27 | 1 | -1/+4 |
* | Fixes a crash caused due to a call to NPP_DestroyStream occuring in the cont... | ananta@chromium.org | 2009-08-27 | 1 | -8/+15 |
* | Add isVisible parameter to WebPlugin::updateGeometry. | darin@chromium.org | 2009-08-26 | 1 | -2/+2 |
* | linux: new socket/plug code for windowed plugins | piman@chromium.org | 2009-08-25 | 1 | -8/+6 |
* | Change the way that we search for iframes. The original code assumed that | darin@chromium.org | 2009-08-21 | 1 | -1/+0 |
* | More removal of WebCore usage from webplugin_impl.cc | darin@chromium.org | 2009-08-21 | 1 | -72/+43 |
* | Remove WebPluginImpl::element_ | darin@chromium.org | 2009-08-20 | 1 | -66/+62 |
* | Add WebPlugin::acceptsInputEvents method. | darin@chromium.org | 2009-08-20 | 1 | -0/+4 |
* | Need to cast to WebCore::Widget explicitly since the method being | darin@chromium.org | 2009-08-20 | 1 | -2/+4 |
* | Move WebPluginContainer into the WebKit API | darin@chromium.org | 2009-08-20 | 1 | -519/+219 |
* | Move glue/event_conversion.{h,cc} into the WebKit API implementation. | darin@chromium.org | 2009-08-14 | 1 | -5/+7 |
* | Add some helper methods for constructing a WebCString from UTF16 input, | darin@chromium.org | 2009-08-11 | 1 | -1/+2 |
* | Switch to WebFrame from the WebKit API. | darin@chromium.org | 2009-08-10 | 1 | -5/+6 |
* | linux: fix windowless Flash when scrolling | piman@chromium.org | 2009-08-07 | 1 | -29/+33 |
* | When the plugin crashes, cleanup references to its window in the renderer. | piman@chromium.org | 2009-08-06 | 1 | -0/+2 |
* | This fixes the npapi-response-headers layout test, which started failing afte... | ananta@chromium.org | 2009-08-04 | 1 | -6/+8 |
* | Another attempt at landing this patch. | ananta@chromium.org | 2009-08-04 | 1 | -22/+51 |
* | Reverting 22041 as it caused plugin crashes in reliability test runs. | ananta@chromium.org | 2009-07-30 | 1 | -1/+7 |
* | Another attempt at landing this patch. | ananta@chromium.org | 2009-07-30 | 1 | -7/+1 |
* | Revert r21548 and r21559 due to crash spike. | huanr@chromium.org | 2009-07-25 | 1 | -1/+7 |
* | The IPCs for carrying data requested by plugins have been changed from synchr... | ananta@chromium.org | 2009-07-24 | 1 | -7/+1 |
* | Reverting 20855. | darin@chromium.org | 2009-07-16 | 1 | -2/+2 |
* | Reverting 20854. | darin@chromium.org | 2009-07-16 | 1 | -2/+2 |
* | Use WebWidget from the WebKit API. This change also makes | darin@chromium.org | 2009-07-16 | 1 | -2/+2 |
* | 1) Roll WebKit DEPS to 45685 | michaeln@google.com | 2009-07-10 | 1 | -3/+3 |