summaryrefslogtreecommitdiffstats
path: root/chrome/browser/web_resource/web_resource_service.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-2/+2
* Change the promo cache update back to the standard 48 hours.mirandac@chromium.org2010-12-211-9/+3
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-2/+2
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-141-1/+1
* Fix sync in Chromium-os by not allowing CanShowPromo to initialize the sync s...mirandac@chromium.org2010-12-101-3/+7
* Move:ben@chromium.org2010-12-021-1/+1
* Fix web resource service bugs:mirandac@chromium.org2010-11-301-22/+67
* Add new promotional line for NTP, to be shown to advanced Chrome users.mirandac@chromium.org2010-11-241-13/+132
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-191-1/+1
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-191-1/+1
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part3:tfarina@chromium.org2010-10-071-5/+5
* Make web resource service custom logo only redraw the new tab page cache, not...mirandac@chromium.org2010-10-051-5/+5
* Adjust json data and URL to information from server side on custom logo signa...mirandac@chromium.org2010-09-291-31/+29
* Fix memory leak in web_resource_service.mirandac@chromium.org2010-09-271-3/+6
* Allow web resource server to set custom logo display by start and end date.mirandac@chromium.org2010-09-231-19/+43
* Add the ability to change NTP logos using a command from the web resource ser...mirandac@chromium.org2010-09-211-43/+83
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-0/+1
* Convert wide strings in WebResourceService.viettrungluu@chromium.org2010-08-141-10/+11
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+5
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* Change a bunch of string types.estade@chromium.org2010-06-291-7/+6
* Pref service strings should be std::string.estade@chromium.org2010-06-181-9/+10
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* chrome 5: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* Have the utility process run out of process on Linux again bytony@chromium.org2009-12-091-6/+0
* Add regex escaping code to Mac sandbox implementation and re-enable the utili...jeremy@chromium.org2009-12-031-3/+2
* Mac language/locale cleanupthomasvl@chromium.org2009-11-191-18/+3
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-4/+4
* Tenth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-1/+3
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-3/+1
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-3/+5
* Simple fix so the utility process respects single process mode.mpcomplete@chromium.org2009-10-281-1/+4
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-1/+2
* Fix tips in OS X to respect system language settings instead of locale.mirandac@chromium.org2009-10-071-3/+18
* Do not use the utility process on linux.asargent@chromium.org2009-10-051-4/+12
* Ensure that tips change when the Chrome language changes.mirandac@chromium.org2009-09-101-13/+20
* Add single line of tips to NNTP.mirandac@chromium.org2009-08-261-54/+53
* Turn backend tip service on by default.mirandac@chromium.org2009-07-121-12/+41
* Hooks backend tip service into new tab page. Also changes tip service to loa...mirandac@chromium.org2009-06-251-23/+12
* First draft of web resource service; fetches data from a JSON feed mirandac@chromium.org2009-06-191-2/+0
* First draft of web resource service; fetches data from a JSON feed mirandac@chromium.org2009-06-181-0/+268