| Commit message (Expand) | Author | Age | Files | Lines |
* | TabContentsWrapper -> TabContents, part 32. | avi@chromium.org | 2012-06-09 | 1 | -6/+7 |
* | Remove content::URLFetcherDelegate | akalin@chromium.org | 2012-05-22 | 1 | -5/+9 |
* | Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/ | akalin@chromium.org | 2012-05-11 | 1 | -2/+2 |
* | Convert use of int ms to TimeDelta in files owned by brettw. | tedvessenes@gmail.com | 2012-01-27 | 1 | -3/+5 |
* | Adding Language code synonyms to support new and old versions of changed codes. | mad@chromium.org | 2012-01-17 | 1 | -1/+4 |
* | Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw. | hbono@chromium.org | 2012-01-16 | 1 | -5/+4 |
* | Convert use of int ms to TimeDelta in files owned by brettw. | tedvessenes@gmail.com | 2012-01-16 | 1 | -4/+5 |
* | Move most of the remaining users of WebContentsObserver::tab_contents() to us... | jam@chromium.org | 2011-12-26 | 1 | -5/+6 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -7/+12 |
* | Add OVERRIDE to chrome/browser/. | avi@chromium.org | 2011-11-21 | 1 | -2/+2 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 1 | -3/+3 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 1 | -9/+4 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Fixing deprecated NewRunnableMethod() calls converting them over to base::Bin... | mad@chromium.org | 2011-10-12 | 1 | -2/+2 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Fix Linux Views build breakage. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Fixed crash on TranslateManager with multiple profiles. | joaodasilva@chromium.org | 2011-08-18 | 1 | -1/+5 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4) | thestig@chromium.org | 2011-08-18 | 1 | -1/+1 |
* | GetTargetLanguage() returns the UI language if it's supported by the | dfilimon@google.com | 2011-07-12 | 1 | -4/+7 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Fixed a few valgrind tests by not assuming the UrlFetcher arrives with the sa... | cbentzel@chromium.org | 2011-06-25 | 1 | -4/+10 |
* | Get the list of supported languages from the translate server. | mad@chromium.org | 2011-06-21 | 1 | -2/+22 |
* | Move UrlFetcher to content. I originally thought that it's only used by chro... | jam@chromium.org | 2011-06-01 | 1 | -1/+1 |
* | net: Move ResponseCookies into the net namespace. | tfarina@chromium.org | 2011-05-06 | 1 | -1/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -2/+2 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -2/+2 |
* | Don't offer to translate the devtools. | avi@chromium.org | 2010-12-17 | 1 | -3/+1 |
* | Add a new GetInstance() method for singleton classes used in chrome/browser f... | satish@chromium.org | 2010-12-09 | 1 | -1/+4 |
* | Disable translate for FTP sites. | jcivelli@chromium.org | 2010-11-11 | 1 | -1/+2 |
* | Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-29 | 1 | -0/+2 |
* | Revert 60169 - Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-22 | 1 | -2/+0 |
* | Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-22 | 1 | -0/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Makes the browser fetch the translate script regularly. | jcivelli@chromium.org | 2010-07-21 | 1 | -1/+10 |
* | Revert 53016 - Makes the browser fetch the translate script regularly. | jcivelli@chromium.org | 2010-07-20 | 1 | -10/+1 |
* | Makes the browser fetch the translate script regularly. | jcivelli@chromium.org | 2010-07-20 | 1 | -1/+10 |
* | Adding a way for user to report errors in language detection | jcivelli@chromium.org | 2010-07-16 | 1 | -0/+5 |
* | Renaming TranslateManager2 to TranslateManager | jcivelli@chromium.org | 2010-07-01 | 1 | -24/+23 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | Show an error infobar when we fail to retrieve the translate script. | jcivelli@google.com | 2010-04-14 | 1 | -0/+4 |
* | Changing the translate back-end to use the Google Translate element. | jcivelli@google.com | 2010-04-06 | 1 | -5/+72 |
* | reland cl that implement error state for translate infobar | kuan@chromium.org | 2010-03-29 | 1 | -1/+3 |
* | Revert "implement error state for translate infobar" | phajdan.jr@chromium.org | 2010-03-29 | 1 | -3/+1 |
* | implement error state for translate infobar | kuan@chromium.org | 2010-03-29 | 1 | -1/+3 |
* | Fixing the translate menu behavior. | jcivelli@chromium.org | 2010-03-29 | 1 | -11/+5 |
* | Adding a context menu to bring up or bring back the translate infobar | jcivelli@chromium.org | 2010-03-25 | 1 | -5/+26 |
* | The browser would crash when pressing the translate button in the infobar whe... | jcampan@chromium.org | 2010-03-03 | 1 | -0/+8 |
* | Reloading a page would not show a translate infobar. | jcampan@chromium.org | 2010-02-16 | 1 | -0/+9 |
* | Fix the TranslateManager and unit-tests. | jcampan@chromium.org | 2010-02-13 | 1 | -3/+5 |