| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the promo cache update back to the standard 48 hours. | mirandac@chromium.org | 2010-12-21 | 1 | -9/+3 |
* | Rename ExtensionsService to ExtensionService. | tfarina@chromium.org | 2010-12-14 | 1 | -2/+2 |
* | This adds some plumbing for propagating the status and error code of a render... | gspencer@chromium.org | 2010-12-14 | 1 | -1/+1 |
* | Fix sync in Chromium-os by not allowing CanShowPromo to initialize the sync s... | mirandac@chromium.org | 2010-12-10 | 1 | -3/+7 |
* | Fix ResourceServiceTest_UnpackPromoSignal_Test | bauerb@chromium.org | 2010-12-06 | 1 | -2/+4 |
* | Mark WebResourceServiceTest.UnpackPromoSignal as DISABLED_, as it's crashing. | rsleevi@chromium.org | 2010-12-04 | 1 | -1/+2 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Fix web resource service bugs: | mirandac@chromium.org | 2010-11-30 | 2 | -25/+83 |
* | Add new promotional line for NTP, to be shown to advanced Chrome users. | mirandac@chromium.org | 2010-11-24 | 3 | -24/+236 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part22: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part3: | tfarina@chromium.org | 2010-10-07 | 1 | -5/+5 |
* | Make web resource service custom logo only redraw the new tab page cache, not... | mirandac@chromium.org | 2010-10-05 | 1 | -5/+5 |
* | Adjust json data and URL to information from server side on custom logo signa... | mirandac@chromium.org | 2010-09-29 | 2 | -35/+41 |
* | Fix memory leak in web_resource_service. | mirandac@chromium.org | 2010-09-27 | 2 | -4/+7 |
* | Add a unit test for web resource logo unpacking. | mirandac@chromium.org | 2010-09-23 | 1 | -0/+88 |
* | Allow web resource server to set custom logo display by start and end date. | mirandac@chromium.org | 2010-09-23 | 2 | -45/+71 |
* | Add the ability to change NTP logos using a command from the web resource ser... | mirandac@chromium.org | 2010-09-21 | 2 | -54/+120 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 2 | -1/+2 |
* | Convert wide strings in WebResourceService. | viettrungluu@chromium.org | 2010-08-14 | 2 | -14/+14 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -2/+5 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 1 | -7/+6 |
* | Pref service strings should be std::string. | estade@chromium.org | 2010-06-18 | 2 | -11/+12 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | chrome 5: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -1/+1 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Have the utility process run out of process on Linux again by | tony@chromium.org | 2009-12-09 | 1 | -6/+0 |
* | Add regex escaping code to Mac sandbox implementation and re-enable the utili... | jeremy@chromium.org | 2009-12-03 | 1 | -3/+2 |
* | Mac language/locale cleanup | thomasvl@chromium.org | 2009-11-19 | 2 | -21/+3 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 2 | -5/+5 |
* | Tenth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-07 | 2 | -2/+5 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 2 | -8/+2 |
* | Get rid of MessageLoop* caching in extensions code. | jam@chromium.org | 2009-10-30 | 1 | -3/+5 |
* | Simple fix so the utility process respects single process mode. | mpcomplete@chromium.org | 2009-10-28 | 1 | -1/+4 |
* | Simplify threading in browser thread by making only ChromeThread deal with di... | jam@chromium.org | 2009-10-27 | 1 | -1/+2 |
* | Fix tips in OS X to respect system language settings instead of locale. | mirandac@chromium.org | 2009-10-07 | 2 | -3/+21 |
* | Do not use the utility process on linux. | asargent@chromium.org | 2009-10-05 | 1 | -4/+12 |
* | Ensure that tips change when the Chrome language changes. | mirandac@chromium.org | 2009-09-10 | 1 | -13/+20 |
* | Add single line of tips to NNTP. | mirandac@chromium.org | 2009-08-26 | 2 | -65/+59 |
* | Turn backend tip service on by default. | mirandac@chromium.org | 2009-07-12 | 1 | -12/+41 |
* | Hooks backend tip service into new tab page. Also changes tip service to loa... | mirandac@chromium.org | 2009-06-25 | 2 | -27/+13 |
* | First draft of web resource service; fetches data from a JSON feed | mirandac@chromium.org | 2009-06-19 | 1 | -2/+0 |
* | First draft of web resource service; fetches data from a JSON feed | mirandac@chromium.org | 2009-06-18 | 2 | -0/+370 |