summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Close Lazy Background Page after event dispatchtessamac@chromium.org2011-10-202-0/+12
* Compile fix for touchui=1 and use_webkit_compositor=1.backer@chromium.org2011-10-201-2/+2
* Fix the asan fix.joaodasilva@chromium.org2011-10-203-7/+19
* Track all RenderViewHost instances running in extensionaa@chromium.org2011-10-202-16/+17
* Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.joi@chromium.org2011-10-201-2/+2
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-194-12/+12
* Get the image transport working with RWHVAben@chromium.org2011-10-194-441/+5
* Taking the plugin URL into account when deciding if a plugin is allowed.marja@chromium.org2011-10-192-2/+4
* Check for default content setting pattern when requiring user authorization f...bauerb@chromium.org2011-10-192-7/+17
* Fix touch buildjam@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-196-25/+29
* Move the java channel code to content. As discussed, we don't want to expose ...jam@chromium.org2011-10-172-103/+0
* Change usage of AllSources to AllBrowserContextsAndSources to indicate that u...mirandac@chromium.org2011-10-171-2/+2
* Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex...penghuang@chromium.org2011-10-162-29/+44
* Do initialization stuff for AcceleratedSurfaceGLX only once.danakj@chromium.org2011-10-141-46/+75
* Allow resource identifiers in content settings.bauerb@chromium.org2011-10-131-4/+5
* Enable accelerated WebKit compositor for Aura.backer@chromium.org2011-10-133-79/+88
* OfflineLoadPage fixesachuith@chromium.org2011-10-112-17/+37
* Move BindingsPolicy enum to content\public\common and put it in the content n...jam@chromium.org2011-10-111-1/+0
* ui: Migrate to base::Bind().tfarina@chromium.org2011-10-111-0/+1
* Add gfx::kNullCursor to refer to "no cursor"oshima@chromium.org2011-10-111-1/+1
* Remove redundant code and update comment.oshima@chromium.org2011-10-071-5/+5
* Move CreateViewForWidget from RenderWidgetHostView to ContentBrowserClient.dpranke@chromium.org2011-10-072-21/+0
* Move kExtensionScheme from content to chromejochen@chromium.org2011-10-072-2/+2
* Remove Prerender from ResourceContext and ProfileIOData.cbentzel@chromium.org2011-10-071-6/+3
* aura: Fix build for touchui with aura.sadrul@chromium.org2011-10-072-7/+1
* Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=noneben@chromium.org2011-10-061-4/+2
* Properly handle vertically flipping the texture.backer@chromium.org2011-10-061-8/+1
* Minor cleanups for views compositor builds.backer@chromium.org2011-10-061-5/+14
* Flash white instead of black when a new tab is opened.backer@chromium.org2011-10-061-1/+8
* Remove RenderProcessHost::is_extension_processjochen@chromium.org2011-10-051-2/+0
* Use a placeholder instead of the default plugin for missing plug-ins on Mac a...bauerb@chromium.org2011-10-052-0/+124
* Always send ACKs.backer@chromium.org2011-10-051-0/+18
* touchui: Ignore notification from keyboard if a RenderWidgetHostViewViews isn...sadrul@chromium.org2011-10-031-2/+5
* Show keyboard when the focused editable field is touched inside the web conte...mazda@chromium.org2011-10-032-0/+10
* Get rid of BindingsPolicy::EXTENSIONjochen@chromium.org2011-10-011-16/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-012-2/+2
* Fix crash if RWHV goes away before the RVH does.avi@chromium.org2011-09-292-4/+23
* Setting fills bounds opaquely as the default.pkotwicz@chromium.org2011-09-291-1/+0
* Allow webRequest API extensions to clear the in-memory cache of WebKit.battre@chromium.org2011-09-292-6/+28
* Move RenderWidgetHostViewMac to content.avi@chromium.org2011-09-286-3837/+0
* Revert 103113 - Move RenderWidgetHostViewMac to content.torne@chromium.org2011-09-286-0/+3837
* Move RenderWidgetHostViewMac to content.avi@chromium.org2011-09-286-3837/+0
* Implement constrained window for TOUCH_UI.oshima@google.com2011-09-281-0/+8
* Delegate decision what site instances can be rendered in what process to chromejochen@chromium.org2011-09-271-0/+1
* Move Leopard compatible block code to content/.avi@chromium.org2011-09-272-2/+2
* Split RenderWidgetHostViewMac.avi@chromium.org2011-09-274-297/+495
* Provide implementations of NPChannelBase to allow script to use NPAPI objects...steveblock@chromium.org2011-09-272-0/+103
* Classes that implement InfoBarDelegates should contain only what's needed to ...pkasting@chromium.org2011-09-261-5/+5
* RWHVV should pass window coordinates to varunjain@chromium.org2011-09-261-0/+7