summaryrefslogtreecommitdiffstats
path: root/chrome/browser/translate/translate_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* TabContentsWrapper -> TabContents, part 32.avi@chromium.org2012-06-091-78/+75
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-241-1/+3
* Use HTTPS to report translation errors.palmer@chromium.org2012-05-231-2/+1
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-2/+2
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-221-2/+2
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-171-3/+1
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-171-1/+3
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-2/+2
* browser: Move the tabs directory into ui.tfarina@chromium.org2012-05-111-1/+1
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-3/+3
* TabContents -> WebContentsImpl, part 21.avi@chromium.org2012-04-171-1/+1
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+2
* Stop sending/saving cookies for translate server requests.mad@chromium.org2012-03-291-4/+16
* Prevent the Translate Infobar from showing up in the Chrome OS File Manager a...kaznacheev@chromium.org2012-03-201-0/+11
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-1/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-5/+6
* When translating a page, get the code and translation via HTTPS.palmer@chromium.org2012-02-011-2/+3
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-2/+3
* Adding Language code synonyms to support new and old versions of changed codes.mad@chromium.org2012-01-171-6/+43
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-4/+3
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-3/+4
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+3
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-2/+2
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-2/+2
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-6/+8
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-8/+7
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-7/+9
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-261-6/+6
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-18/+20
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-8/+8
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-4/+4
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-6/+6
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-6/+6
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-6/+6
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-9/+8
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* 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
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-091-3/+3
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-041-1/+0
* Use system_request_context in TranslateManager instead of Profile::GetDefault...joaodasilva@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-251-10/+11
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-10/+11
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-4/+4
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-14/+16
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-1/+1