summaryrefslogtreecommitdiffstats
path: root/chrome/browser/translate
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-104-25/+29
* Usage fixes per Coverity. Add checks for tab contents wrapper, profile check,gbillock@chromium.org2011-07-081-2/+14
* Re-land r89864. Hopefully this won't trigger the apparent perf regression no...abarth@chromium.org2011-07-081-1/+1
* Revert 89864 - Don't rely on user gestures for deciding when to dismiss infob...cmp@chromium.org2011-07-071-1/+1
* Add typedefs for InfoBar-related notifications in infobar.h, so that code els...pkasting@chromium.org2011-07-011-2/+2
* Fixed a few valgrind tests by not assuming the UrlFetcher arrives with the sa...cbentzel@chromium.org2011-06-252-43/+47
* Get the list of supported languages from the translate server.mad@chromium.org2011-06-213-67/+280
* Don't rely on user gestures for deciding when to dismiss infobars.abarth@chromium.org2011-06-211-1/+1
* Change BrowserList::GetLastActive to respect the profile.mirandac@chromium.org2011-06-171-1/+2
* Revert 88553 - Revert 88510 - Escaping file names correctly. Also fixed a cru...thestig@chromium.org2011-06-141-1/+1
* Revert 88510 - Escaping file names correctly. Also fixed a crush in chromeos ...ericu@google.com2011-06-091-1/+1
* Escaping file names correctly. Also fixed a crush in chromeos debug build whi...serya@chromium.org2011-06-091-1/+1
* Change InfoBar-related notifications to be sourced from a TabContentsWrapper,...pkasting@chromium.org2011-06-021-3/+4
* Move UrlFetcher to content. I originally thought that it's only used by chro...jam@chromium.org2011-06-012-2/+2
* Accept language strings that contain the country code.mad@chromium.org2011-05-312-36/+28
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-316-13/+15
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Misc. infobar stuff:pkasting@chromium.org2011-05-241-1/+1
* Hide translate infobar on programmatic navigation.jeremy@chromium.org2011-05-183-8/+13