summaryrefslogtreecommitdiffstats
path: root/chrome/browser/translate
Commit message (Expand)AuthorAgeFilesLines
* Remove old (pre-webkit) compositorpiman@chromium.org2012-01-271-11/+2
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-272-5/+8
* There are some application locale which can't be used as a target language fo...mad@chromium.org2012-01-241-2/+9
* Adding Language code synonyms to support new and old versions of changed codes.mad@chromium.org2012-01-173-8/+108
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-162-9/+7
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-162-7/+9
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-043-6/+6
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-042-3/+5
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-042-3/+3
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-031-5/+6
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-032-3/+3
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-6/+8
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+1
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-283-10/+12
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-284-12/+14
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-3/+6
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-273-0/+3
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-21/+8
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-263-13/+16
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-254-43/+52
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-254-11/+11
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-222-4/+4
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-223-3/+3
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-214-20/+29
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-215-14/+14
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-215-14/+14
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-215-14/+14
* 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