summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
...
* Use shared D3D9 texture to transport the compositor's backing buffer to the b...apatrick@chromium.org2011-11-162-9/+17
* Get rid of resource_messages.h include from chrome, since that's an internal ...jam@chromium.org2011-11-162-16/+16
* views: Move desktop and touchui directories to ui/views/.tfarina@chromium.org2011-11-161-1/+1
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-161-10/+0
* base::Bind() conversion in renderer_host.dcheng@chromium.org2011-11-165-24/+24
* Open NaCl IRT file only once at startupmcgrathr@chromium.org2011-11-152-3/+3
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-153-3/+3
* Completes the GetWindowRect/GetRootWindowRect/GetScreenInfo changes I thought...ben@chromium.org2011-11-143-1/+8
* Fix NOTIMPLEMENTEDs in RenderMessageFilterAura... use the same codepath POSIX...ben@chromium.org2011-11-142-2/+2
* Don't close tabs from crashed extensions with background pages.yoz@chromium.org2011-11-111-1/+9
* Move views/ime/text_input_client.h to ui/base/ime/.yusukes@chromium.org2011-11-112-11/+6
* Revert 109583 - Move views/ime/text_input_client.h to ui/base/ime/.yusukes@google.com2011-11-112-6/+11
* Move views/ime/text_input_client.h to ui/base/ime/.yusukes@google.com2011-11-112-11/+6
* Revert 109228 - ContentSettingsObserver (+ related classes) cleanup.cmp@chromium.org2011-11-101-0/+10
* ContentSettingsObserver (+ related classes) cleanup.marja@chromium.org2011-11-091-10/+0
* Share accelerated compositing notification across platforms in RenderWidgetHo...piman@chromium.org2011-11-093-20/+16
* Lock the GTK UI of the content settings bubble if the corresponding content s...markusheintz@chromium.org2011-11-081-11/+10
* Refactor ChromeContentRendererClient::CreatePlugin.marja@chromium.org2011-11-074-232/+370
* Changes to upload tracked_objects data from all rendererrtenneti@chromium.org2011-11-052-0/+22
* Send SetActive() messages on all platforms, not just on mac.thakis@chromium.org2011-11-031-1/+4
* Ignore paths when matching patterns for extensions.dcheng@chromium.org2011-11-022-15/+11
* Hosts opting in to strict-transport-security get mixed content blocking.tsepez@chromium.org2011-11-021-3/+21
* Move BrowserThread to content namespace.joi@chromium.org2011-11-025-2/+8
* Don't close background pages if there is a pending response (callback).tessamac@chromium.org2011-11-012-0/+9
* Support IMM32 reconversion on Windows.penghuang@chromium.org2011-10-312-20/+29
* ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-311-7/+3
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-283-7/+7
* Adding CookieSettings for storing cookie content settings.marja@chromium.org2011-10-283-21/+13
* Fix a smart pointer leak.backer@chromium.org2011-10-271-1/+1
* Fix build on the "Linux Clang (ChromeOS dbg)" bot.hbono@chromium.org2011-10-272-2/+2
* Replace NewRunnableFunction with Callback in ChromeResourceDispatcherHostDele...achuith@chromium.org2011-10-261-8/+7
* Replace NewRunnableMethod with Callback in OfflineResourceHandler.achuith@chromium.org2011-10-261-5/+4
* Convert View::HasFocus() to be const. Required adding const versions of some...pkasting@chromium.org2011-10-262-2/+3
* Enable accelerated compositing of web pages when using webkit compositorpiman@chromium.org2011-10-261-4/+3
* Move resource_codes to content/public/common.jam@chromium.org2011-10-252-3/+3
* 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