summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugin_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Use the new WebDocument::firstPartyForCookies method.wtc@chromium.org2010-03-181-4/+5
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Fixed the Pepper print interface to take in the print dimensions and printer ...sanjeevr@chromium.org2010-03-121-11/+2
* Changes made to the printing logic to allow plugins to participate in the bro...sanjeevr@chromium.org2010-03-121-1/+38
* Specify the first-party-for-cookies URL for HTTP requestswtc@chromium.org2010-03-021-2/+6
* Implement WebCookieJar.darin@chromium.org2010-02-251-3/+22
* [GPU] Get GPU process running on the mackbr@google.com2010-02-031-0/+18
* Add a comment on the quick fix I just did.evan@chromium.org2010-01-291-0/+6
* linux: use intptr_t where appropriate to fix 64-bit buildevan@chromium.org2010-01-291-2/+2
* Fix passing pointers between processes.jam@chromium.org2010-01-291-77/+69
* Set disabled style on GPU window and plugin intermediate window so mouse mess...apatrick@chromium.org2010-01-151-38/+43
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-2/+2
* Fix layout test insecure-script-in-iframe.html Original patch by Ilya Tikhono...yurys@chromium.org2009-12-171-6/+7
* Revert 34161 - Enable Pepper support by default, including building the test ...sehr@google.com2009-12-091-3/+1
* Enable Pepper support by default, including building the test plugin.sehr@google.com2009-12-091-1/+3
* Check that frame has not been closed when getting DevToolsAgent.yurys@chromium.org2009-12-041-7/+15
* Revert "Check that frame has not been closed when getting DevToolsAgent." Lin...yurys@chromium.org2009-12-041-15/+7
* Check that frame has not been closed when getting DevToolsAgent.yurys@chromium.org2009-12-041-7/+15
* Don't set referrers on outgoing plugin requests if the load_manually flag is ...ananta@chromium.org2009-12-031-14/+30
* Send resource load notifications from plugins to devtools agent. This is a pa...yurys@chromium.org2009-12-031-9/+50
* Rename policy_url to first_party_for_cookies in cookie-related code.wtc@chromium.org2009-11-181-4/+6
* Checks if the plugin has gone away inside of HandleURLRequestInternal()jamesr@chromium.org2009-11-171-0/+6
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-19/+19
* Fix regression in which NPRES_NETWORK_ERR instead of NPRES_USER_BREAK was pas...jam@chromium.org2009-11-091-5/+9
* DevTools: report correct content length for resources.yurys@google.com2009-11-021-2/+2
* Push the native canvas into the plugin implementation. On Windows, this meansbrettw@chromium.org2009-10-231-12/+3
* Fix renderer hang if plugin process crashes while initializing a plugin.jam@chromium.org2009-10-221-0/+2
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-1/+2
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-3/+2
* Add an optional WebFrame parameter to WebView::findFrameByName.darin@chromium.org2009-09-301-1/+2
* Hook up webkit/api/public/WebView.hdarin@chromium.org2009-09-301-1/+1
* Enable compiler -Werror and -Wall on our webkit code for mac and linux.tony@chromium.org2009-09-211-1/+0
* The WebPluginImpl::paint function can be invoked when the delegate_ member is...ananta@chromium.org2009-09-181-0/+2
* plugins: call SetContainer before we call Initializeevan@chromium.org2009-09-141-1/+4
* Take out the activex control.BUG=20259jam@chromium.org2009-09-081-34/+2
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-041-36/+10
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-176/+175
* More refactoring for WebPlugin.darin@chromium.org2009-08-271-93/+50
* Test shell crashed while running layout tests due to an STL vector iterator g...ananta@chromium.org2009-08-271-1/+4
* Fixes a crash caused due to a call to NPP_DestroyStream occuring in the cont...ananta@chromium.org2009-08-271-8/+15
* Add isVisible parameter to WebPlugin::updateGeometry.darin@chromium.org2009-08-261-2/+2
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-251-8/+6
* Change the way that we search for iframes. The original code assumed thatdarin@chromium.org2009-08-211-1/+0
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-211-72/+43
* Remove WebPluginImpl::element_darin@chromium.org2009-08-201-66/+62
* Add WebPlugin::acceptsInputEvents method.darin@chromium.org2009-08-201-0/+4
* Need to cast to WebCore::Widget explicitly since the method beingdarin@chromium.org2009-08-201-2/+4
* Move WebPluginContainer into the WebKit APIdarin@chromium.org2009-08-201-519/+219
* Move glue/event_conversion.{h,cc} into the WebKit API implementation.darin@chromium.org2009-08-141-5/+7
* Add some helper methods for constructing a WebCString from UTF16 input,darin@chromium.org2009-08-111-1/+2