summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/translate_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Changing VLOG from level 1 to 9 for text to be translated.mad@chromium.org2012-08-101-2/+2
* Add verbose logging to identify language detection.mad@chromium.org2012-03-091-0/+5
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-2/+2
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-8/+14
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-14/+8
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-8/+14
* Remove unnecessary dependencies on Autofill.isherman@chromium.org2011-10-251-7/+1
* Fixing deprecated NewRunnableMethod() calls converting them over to base::Bin...mad@chromium.org2011-10-121-7/+11
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-11/+12
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-1/+1
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-5/+5
* Move RenderProcess to content.jam@chromium.org2011-04-151-0/+1
* Move code that talks to spelling and translate out of content. I create Chro...jam@chromium.org2011-04-131-3/+50
* Fix browser test failures.jam@chromium.org2011-03-181-1/+1
* Remove includes of message headers in headers.jam@chromium.org2011-02-091-0/+1
* Make TranslateHelper be a RenderViewObserver so that RenderView doesn't have ...jam@chromium.org2011-02-021-64/+77
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-4/+4
* Deinline even more destructors.erg@google.com2010-12-141-0/+4
* Adding a class to track when a node in a page gets clicked.jcivelli@chromium.org2010-09-051-9/+13
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-0/+3
* This CL ensures we use the language specified in the language meta tag if any.jcivelli@chromium.org2010-09-011-0/+56
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* render_view.h: Header cleanup.jhawkins@chromium.org2010-07-261-0/+2
* Few TranslateManager changes:jcivelli@chromium.org2010-07-221-1/+2
* Adds support for language detection on the server side.jcivelli@chromium.org2010-06-301-1/+4
* Revert 51263 (breaks the Linux views build)jcivelli@chromium.org2010-06-301-4/+1
* Adds support for language detection on the server side.jcivelli@chromium.org2010-06-301-1/+4
* Fix for a translate related crasher.jcivelli@chromium.org2010-06-161-4/+16
* AutoFill: Notify the renderer when the page has finished translating. Extractjhawkins@chromium.org2010-04-271-0/+3
* Translate now supports translating pages for which wejcivelli@google.com2010-04-201-35/+96
* Changing the translate back-end to use the Google Translate element.jcivelli@google.com2010-04-061-0/+230