| Commit message (Expand) | Author | Age | Files | Lines |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 7 | -0/+7 |
* | Few TranslateManager changes: | jcivelli@chromium.org | 2010-07-22 | 3 | -22/+50 |
* | Makes the browser fetch the translate script regularly. | jcivelli@chromium.org | 2010-07-21 | 5 | -42/+107 |
* | Revert 53016 - Makes the browser fetch the translate script regularly. | jcivelli@chromium.org | 2010-07-20 | 5 | -107/+42 |
* | Makes the browser fetch the translate script regularly. | jcivelli@chromium.org | 2010-07-20 | 5 | -42/+107 |
* | When Chrome translates a page, the translate server might detect that the pag... | jcivelli@chromium.org | 2010-07-19 | 3 | -7/+57 |
* | Google translate supports some new languages, makes Chrome aware of them. Tha... | jcivelli@chromium.org | 2010-07-18 | 2 | -5/+11 |
* | Adding a way for user to report errors in language detection | jcivelli@chromium.org | 2010-07-16 | 5 | -1/+58 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Don't offer to translate pages if the page says so by | jcivelli@google.com | 2010-07-12 | 2 | -53/+91 |
* | Make the translate button more responsive | jcivelli@chromium.org | 2010-07-12 | 2 | -14/+17 |
* | Renaming TranslateManager2 to TranslateManager | jcivelli@chromium.org | 2010-07-01 | 18 | -2668/+470 |
* | The text in the after translate infobar was incorrect due to an incorrect usa... | jcivelli@chromium.org | 2010-06-30 | 1 | -1/+1 |
* | Adds support for language detection on the server side. | jcivelli@chromium.org | 2010-06-30 | 4 | -58/+151 |
* | Fix translate manager unit test. | estade@chromium.org | 2010-06-30 | 1 | -4/+5 |
* | Revert 51263 (breaks the Linux views build) | jcivelli@chromium.org | 2010-06-30 | 4 | -147/+54 |
* | Adds support for language detection on the server side. | jcivelli@chromium.org | 2010-06-30 | 4 | -54/+147 |
* | Disable a unit test that I broke. | estade@chromium.org | 2010-06-29 | 1 | -1/+2 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 2 | -5/+5 |
* | Translate infobar always/never translate buttons | jcivelli@chromium.org | 2010-06-29 | 5 | -10/+185 |
* | TranslateInfoBarDelegate2 were leaked. | jcivelli@chromium.org | 2010-06-26 | 3 | -18/+40 |
* | Revert 50913 | jcivelli@chromium.org | 2010-06-26 | 3 | -42/+18 |
* | TranslateInfoBarDelegate2 were leaked. (Yikes!) | jcivelli@chromium.org | 2010-06-26 | 3 | -18/+42 |
* | Porting the infobars on Linux to the new TranslateInfobarDelegate2. | jcivelli@chromium.org | 2010-06-25 | 2 | -145/+48 |
* | Refactor the translate infobars on mac to match the new windows code. | feldstein@chromium.org | 2010-06-23 | 2 | -17/+22 |
* | Revert 50465 - Porting the infobars on Linux to the new TranslateInfobarDeleg... | robertshield@chromium.org | 2010-06-22 | 2 | -50/+140 |
* | Porting the infobars on Linux to the new TranslateInfobarDelegate2. | jcivelli@chromium.org | 2010-06-22 | 2 | -140/+50 |
* | Revert 50308: still failing on Linux sh-lib tests | jcivelli@chromium.org | 2010-06-19 | 2 | -50/+140 |
* | Porting the infobars on Linux to the new TranslateInfobarDelegate2 (relanding) | jcivelli@chromium.org | 2010-06-19 | 2 | -140/+50 |
* | Revert 50148: | jcivelli@chromium.org | 2010-06-17 | 2 | -50/+140 |
* | Porting the infobars on Linux to the new TranslateInfobarDelegate2. | jcivelli@chromium.org | 2010-06-17 | 2 | -140/+50 |
* | In the translate infobars (the before and after ones), it was possible to sel... | jcivelli@chromium.org | 2010-06-17 | 1 | -1/+1 |
* | Coverity: fix wrong assignment in swap in TranslateInfoBarDelegate2::GetAfter... | mattm@chromium.org | 2010-06-16 | 1 | -3/+3 |
* | Hide the translate infobar when a language/site gets blacklisted. | jcivelli@chromium.org | 2010-06-16 | 1 | -4/+8 |
* | Convert page contents grabbing from wide to UTF16. The current code is a bit | brettw@chromium.org | 2010-06-11 | 1 | -45/+47 |
* | Refactored the translate infobars. | jcivelli@chromium.org | 2010-06-09 | 12 | -3/+2486 |
* | Only use IDC_ values for command ids in the render view context menu. | estade@chromium.org | 2010-05-13 | 1 | -11/+12 |
* | Re-organize RenderViewContextMenu to the use cross-platform MenuModel class. | estade@chromium.org | 2010-05-11 | 1 | -32/+13 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 2 | -2/+2 |
* | Translate now supports translating pages for which we | jcivelli@google.com | 2010-04-20 | 1 | -0/+2 |
* | This CL makes the translate context menu disabled when the | jcivelli@chromium.org | 2010-04-16 | 1 | -0/+8 |
* | Show an error infobar when we fail to retrieve the translate script. | jcivelli@google.com | 2010-04-14 | 3 | -27/+53 |
* | redesign and reimplement auto-translate preferences | kuan@chromium.org | 2010-04-09 | 3 | -34/+75 |
* | Update Mac translate infobars | jeremy@chromium.org | 2010-04-08 | 1 | -3/+0 |
* | Get translate prefs syncing | skrul@chromium.org | 2010-04-07 | 3 | -14/+58 |
* | Changing the translate back-end to use the Google Translate element. | jcivelli@google.com | 2010-04-06 | 4 | -42/+382 |