summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Make BlockedPlugin implement RenderViewObserver so that RenderView doesn't ha...jam@chromium.org2011-01-181-30/+2
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-44/+44
* Remove obsolete WebViewClient::createView method.jochen@chromium.org2011-01-151-8/+0
* Remove MessageLoop methods from Filter interface toacolwell@chromium.org2011-01-151-1/+6
* Allow printing/saving a plugin through right click menu, even if it's in a fr...jam@chromium.org2011-01-151-4/+27
* Introduce RenderView::Observer interface so that RenderView doesn't have to k...jam@chromium.org2011-01-151-227/+121
* Makes chrome pass down the length of text as the end of thesky@chromium.org2011-01-141-1/+5
* Use the new WebViewClient::createView signature.jochen@chromium.org2011-01-141-0/+9
* Take out temp WEBKIT_HAS_WEB_AUTO_FILL_CLIENT code now that WebKit is rolled.jam@chromium.org2011-01-131-5/+0
* Switch BlockedPlugins from using notifications to having themmenke@chromium.org2011-01-111-5/+10
* Return the FrameWillClose call, since it turns out to be the cause of increas...jam@chromium.org2011-01-111-0/+6
* Make RenderView implement WebAutoFillClient, in preparation of making WebKit ...jam@chromium.org2011-01-101-8/+15
* Add options to enable stressing of the V8 crankshaft optimizations when runni...sgjesse@google.com2011-01-101-0/+11
* Private Pepper extension for Flapper to allow TCP connections to be madeviettrungluu@chromium.org2011-01-071-1/+19
* Enable accelerated compositing in fullscreen pepper.piman@google.com2011-01-061-1/+1
* Remove legacy non-client-based geolocation code.jknotten@chromium.org2011-01-061-21/+0
* Fixed check for max icon size before sending InstallApplication msg to browser.cdn@chromium.org2011-01-051-8/+8
* Make class declarations ABI compatible, irrespective of ENABLE_CLIENT_BASED_G...jknotten@chromium.org2010-12-311-3/+12
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-8/+10
* Add an additional level of optimization for PPAPI plugins to paint withoutbrettw@chromium.org2010-12-221-1/+1
* Block outdated plugins by default.bauerb@chromium.org2010-12-211-2/+3
* Cleanup: USE_X11 + OS_MACOSX = OS_POSIX.thestig@chromium.org2010-12-211-4/+3
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-22/+24
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-24/+22
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-22/+24
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-24/+22
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-22/+24
* Unify strings for click-to-play, blocked plugins and outdated plugins.bauerb@chromium.org2010-12-171-4/+5
* Fix logic that decides when to switch processes when crossing extension bound...mpcomplete@chromium.org2010-12-161-30/+28
* Plumbing load progress notifications to the TabContents.jcivelli@chromium.org2010-12-161-0/+9
* Change the "Disable outdated plug-ins" lab to block them instead.bauerb@chromium.org2010-12-161-48/+37
* Separate BufferedDataSource and BufferedResourceLoader into two files.annacc@chromium.org2010-12-161-6/+0
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-10/+12
* Temporarily avoid process swaps for renderer navigations away from an app.creis@google.com2010-12-151-6/+11
* Plumbing load progress notifications to the browser.jcivelli@chromium.org2010-12-151-0/+9
* Client-based geolocation support.jknotten@chromium.org2010-12-141-0/+13
* Revert rev 69137 due to incorrect change log.jknotten@chromium.org2010-12-141-13/+0
* Merge branch 'GeolocationClientChange1' of ../../chromium-ro/src into issue-5...jknotten@chromium.org2010-12-141-0/+13
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-6/+7
* Make DatabaseDispatcherHost be a message filter so that ResourceMessageFilter...jam@chromium.org2010-12-131-1/+2
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-7/+6
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-6/+7
* Implement a useful context menu for the blocked plug-in frame:cevans@chromium.org2010-12-091-2/+16
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-081-18/+7
* Adds the ability for the browser to specify additional headers to use.sky@chromium.org2010-12-071-0/+10
* Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...brettw@chromium.org2010-12-071-7/+18
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-071-18/+7
* Clean up PluginGroup and related code.jkummerow@chromium.org2010-12-071-6/+7
* JavaScript to Value bridge.scottbyer@google.com2010-12-071-3/+43
* Modify the "dangerous download" algorithm as follows. Original patch by Pier...pkasting@chromium.org2010-12-061-1/+3