summaryrefslogtreecommitdiffstats
path: root/chrome/browser/translate
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a crash in the translate info bar.mad@chromium.org2011-08-104-24/+29
* Fix build after http://codereview.chromium.org/7537031/phajdan.jr@chromium.org2011-08-011-1/+0
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Removal of Profile from content part 5.avi@chromium.org2011-08-011-16/+23
* Removal of Profile from content part 4.avi@chromium.org2011-08-013-12/+17
* Add a scoper object for URLFetcher::Factoryphajdan.jr@chromium.org2011-07-291-5/+1
* Keep a pointer to the owning TabContents on InfoBarDelegates, clearing it whe...pkasting@chromium.org2011-07-281-8/+4
* Put TestRenderViewContextMenus in an anonymous namespace.koz@chromium.org2011-07-211-0/+4
* Deprecate Profile::GetDefaultRequestContext().willchan@chromium.org2011-07-201-3/+3
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-4/+7
* GetTargetLanguage() returns the UI language if it's supported by thedfilimon@google.com2011-07-123-9/+51