summaryrefslogtreecommitdiffstats
path: root/chrome/browser/translate
Commit message (Expand)AuthorAgeFilesLines
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-9/+8
* Fix TabRestoreServiceTest and TranslateManagerTest when using use_webkit_comp...piman@chromium.org2011-12-061-0/+15
* Get rid of view_messages.h dependency in extension_messages_browsertest.cc by...jam@chromium.org2011-12-051-1/+0
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-1/+2
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-212-2/+2
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-213-14/+16
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-2/+3
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-151-3/+3
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-112-2/+2
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-091-3/+3
* Fix a crash in PageActionImageView when extensions are reloaded due to incogn...finnur@chromium.org2011-11-081-0/+1
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-041-1/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-4/+4
* Use system_request_context in TranslateManager instead of Profile::GetDefault...joaodasilva@chromium.org2011-10-281-2/+2
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-2/+2
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-5/+5
* Remove unnecessary dependencies on Autofill.isherman@chromium.org2011-10-251-7/+0
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-253-15/+16
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-243-27/+24
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-192-7/+7
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-194-43/+49
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-182-3/+3
* Revert 106029nkostylev@chromium.org2011-10-182-3/+3
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-182-3/+3
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-133-6/+7
* Fixing deprecated NewRunnableMethod() calls converting them over to base::Bin...mad@chromium.org2011-10-122-6/+9
* Disable the error reporting option for secured URL.mad@chromium.org2011-10-032-0/+14
* Move infobar handling to a tab helper.avi@chromium.org2011-09-305-51/+87
* Revert 103459 - Disable the error reporting option for secured URL.backer@chromium.org2011-09-302-8/+0
* Disable the error reporting option for secured URL.mad@chromium.org2011-09-302-0/+8
* Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...jochen@chromium.org2011-09-141-8/+7
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Fix Linux Views build breakage.willchan@chromium.org2011-09-131-1/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Remove redundant LoadURLWithHeaders method.rogerta@chromium.org2011-09-101-1/+2
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-012-16/+24
* Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA...thakis@chromium.org2011-09-012-24/+16
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-012-16/+24
* Fix a crash caused by unknown saved language.mad@chromium.org2011-08-292-2/+9
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-7/+5
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-193-35/+38
* Fixed crash on TranslateManager with multiple profiles.joaodasilva@chromium.org2011-08-182-8/+19
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+1
* base: Fix the TODO in ListValue::Remove().tfarina@chromium.org2011-08-131-1/+1
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* Make the TranslateManager listen for the destruction of the right profile.joaodasilva@chromium.org2011-08-111-1/+2