summaryrefslogtreecommitdiffstats
path: root/chrome/browser/translate
Commit message (Expand)AuthorAgeFilesLines
* TabContents -> WebContentsImpl, part 21.avi@chromium.org2012-04-172-3/+3
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+2
* Add ExtensionSytem::Get(Profile*) as a wrapper aroundmpcomplete@chromium.org2012-04-051-2/+1
* Reland 125805 - Reland 124817 - A profile-keyed service for Extensions, Exten...yoz@chromium.org2012-04-021-1/+5
* Stop sending/saving cookies for translate server requests.mad@chromium.org2012-03-291-4/+16
* Clean up a few TODO items.joi@chromium.org2012-03-221-26/+52
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-221-3/+3
* Prevent the Translate Infobar from showing up in the Chrome OS File Manager a...kaznacheev@chromium.org2012-03-201-0/+11
* Move MockRenderProcessHost to content/test and put it into the content namesp...tfarina@chromium.org2012-03-161-2/+2
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-1/+1
* Introduce abstractions to allow embedders to test RenderViewHostjoi@chromium.org2012-03-121-22/+27
* Revert "Reland 124817 - Take extensions out of Profile into a profile-keyed s...akalin@chromium.org2012-03-091-6/+2
* Reland 124817 - Take extensions out of Profile into a profile-keyed service, ...yoz@chromium.org2012-03-091-2/+6
* 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
* Revert 124817 - Take extensions out of Profile into a profile-keyed service, ...vandebo@chromium.org2012-03-031-6/+2
* Take extensions out of Profile into a profile-keyed service, ExtensionSystem.yoz@chromium.org2012-03-031-2/+6
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-121-2/+2
* When translating a page, get the code and translation via HTTPS.palmer@chromium.org2012-02-011-2/+3
* Update a bunch of help center URLs.derat@chromium.org2012-01-291-17/+4
* 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