summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/chrome_render_view_observer.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow wider than tall clipping as good clipping and add kTooWiderThanTall.mazda@chromium.org2012-03-201-1/+2
* [Coverity] Fixed pass-by-value to pass-by-referencegroby@chromium.org2012-03-121-1/+1
* Prerendered pages are swapped in at browser::Navigate time. cbentzel@chromium.org2012-03-091-1/+2
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Move handling of debug urls like chrome://crash, chrome://gpuclean to content...jam@chromium.org2012-02-081-2/+0
* Use InterstitialPage through a delegate interface instead of deriving from it.jam@chromium.org2012-02-071-5/+0
* Move DOMAutomationController code from chrome to content. This is needed by i...jam@chromium.org2012-02-031-21/+0
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-2/+4
* Block mixed scripting for M18 dev channel.agl@chromium.org2012-01-251-1/+1
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-4/+2
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-2/+4
* Don't call preLoad for navigations within the same page.scr@chromium.org2012-01-131-0/+1
* Cleanup: Remove switches::IsInBrowserThumbnailingEnabled().thestig@chromium.org2012-01-111-2/+3
* Add world_id parameter to ExtensionDispatcher::AllowScriptExecution().koz@chromium.org2011-12-141-0/+7
* Revert 113591 - Revert 113579 - Content settings: allow scripts on interstiti...dgozman@chromium.org2011-12-081-0/+5
* Revert 113579 - Content settings: allow scripts on interstitial pages even if...dgozman@chromium.org2011-12-081-5/+0
* Content settings: allow scripts on interstitial pages even if JavaScript is b...marja@chromium.org2011-12-081-0/+5
* Update includes to new header locations.abarth@chromium.org2011-12-031-6/+6
* Implement SetVisuallyDeemphasized in ChromeRenderViewObserver.xiyuan@chromium.org2011-12-021-0/+19
* base::Bind() conversion for webkit.dcheng@chromium.org2011-11-221-2/+3
* base::Bind migrations in chrome/renderercsilv@chromium.org2011-11-171-9/+7
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-161-0/+9
* Revert 109213 - Take script URLs into account when applying script content se...cmp@chromium.org2011-11-101-9/+0
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-091-0/+9
* Revert 109036 (speculative; seems to cause increased worker test flakiness) -...thakis@chromium.org2011-11-081-9/+0
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-081-0/+9
* Revert 109005 - Take script URLs into account when applying script content se...marja@chromium.org2011-11-081-9/+0
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-081-0/+9
* Ignore paths when matching patterns for extensions.dcheng@chromium.org2011-11-021-2/+5
* Hosts opting in to strict-transport-security get mixed content blocking.tsepez@chromium.org2011-11-021-57/+70
* Simplify and shrink the UMA reporting code for mixed content.palmer@chromium.org2011-10-281-120/+53
* Use string literal, not a char[] variable, in UMA_HISTOGRAM_ENUMERATION.palmer@chromium.org2011-10-271-37/+36
* Add trace events for renderer thumbnailer, it can be quite expensivejamesr@chromium.org2011-10-241-7/+24
* Get rid of view_messages.h includes in chrome\renderer.jam@chromium.org2011-10-151-1/+0
* Remove GetChannel() call from mixed content path. This version is correcttsepez@chromium.org2011-10-121-7/+6
* Move BindingsPolicy enum to content\public\common and put it in the content n...jam@chromium.org2011-10-111-7/+7
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-101-0/+1
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-32/+36
* Fix bug where --allow-running-insecure-content flag doesn't work against goog...tsepez@chromium.org2011-10-051-4/+30
* Get rid of web_ui_bindings.h include from Chrome's ExternalHostBindings. The ...jam@chromium.org2011-10-041-4/+4
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-1/+1
* Show keyboard when the focused editable field is touched inside the web conte...mazda@chromium.org2011-10-031-0/+31
* Start off the Content API by moving content::ContentRendererClient to content...jam@chromium.org2011-10-011-1/+1
* Allow webRequest API extensions to clear the in-memory cache of WebKit.battre@chromium.org2011-09-291-1/+8
* ui/gfx: Refactor favicon_size.htfarina@chromium.org2011-09-261-1/+2
* Update WebPermissionClient implementation to support image URLsjochen@chromium.org2011-09-191-3/+4
* Don't thumbnail prerendered tabsjamesr@chromium.org2011-09-151-0/+4
* Move the handling of the ViewMsg_CustomContextMenuAction and ViewMsg_Navigate...ananta@chromium.org2011-09-131-6/+4
* Move the ViewMsg_FPS and ViewHostMsg_FPS IPC messages out of content to chrom...ananta@chromium.org2011-09-081-0/+7
* Revert r99696 and r99705 due to crashes.aa@chromium.org2011-09-081-4/+4