| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove --check-cloud-print-connector-policy | vitalybuka | 2015-04-15 | 1 | -22/+0 |
* | Make callers of CommandLine use it via the base:: namespace, and remove the g... | avi | 2014-12-25 | 1 | -3/+3 |
* | Standardize usage of virtual/override/final in chrome/ | dcheng | 2014-10-21 | 1 | -2/+2 |
* | Replacing the OVERRIDE with override and FINAL with final in chrome/service | mohan.reddy | 2014-10-07 | 1 | -1/+1 |
* | Merge ResourceBundle's InitSharedInstanceLocaleOnly with InitSharedInstanceWi... | tfarina@chromium.org | 2014-08-14 | 1 | -1/+2 |
* | Use a qualified path for grit includes in various chrome/ directories. | thestig@chromium.org | 2014-08-13 | 1 | -2/+2 |
* | Switch to using URLRequestContextBuilder to create some contexts. | mmenke@chromium.org | 2014-07-08 | 1 | -1/+1 |
* | Delete the GTK+ port of Chrome. | erg@chromium.org | 2014-04-10 | 1 | -20/+1 |
* | Use USE_GLIB flag instead of OS_XXXX for choosing whether to initialize glib. | uekawa@chromium.org | 2014-02-24 | 1 | -2/+2 |
* | Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s... | avi@chromium.org | 2013-12-25 | 1 | -2/+2 |
* | Add base:: to string16s in chrome/. | dbeam@chromium.org | 2013-12-20 | 1 | -3/+4 |
* | Fix service process crash on opening chrome://settings in desktop aura builds. | sudarsana.nagineni@intel.com | 2013-09-10 | 1 | -0/+10 |
* | Removed LCID authentication from cloud print and cloud print setup dialog. | vitalybuka@chromium.org | 2013-06-19 | 1 | -1/+1 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -3/+4 |
* | Use a direct include of strings headers in chrome/service/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -4/+3 |
* | chrome: Use base::MessageLoop. (Part 1) | xhwang@chromium.org | 2013-05-10 | 1 | -5/+5 |
* | Allow cloud print connector to use test gaia. | vitalybuka@chromium.org | 2013-05-03 | 1 | -0/+4 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+2 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -2/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+2 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome, Linux edition. | dcheng@chromium.org | 2013-04-06 | 1 | -1/+1 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -2/+3 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1. | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | SharedWorkerPool.Shutdown(int max_new_blocking_tasks) | michaeln@chromium.org | 2012-12-19 | 1 | -1/+6 |
* | Move common cloud print code from service/cloud_print to common/cloud_print. | chenyu@chromium.org | 2012-12-03 | 1 | -2/+2 |
* | Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po... | zelidrag@chromium.org | 2012-11-08 | 1 | -1/+11 |
* | Revert 165062 - We believe this change broke startup_tests | nsylvain@chromium.org | 2012-11-01 | 1 | -11/+1 |
* | Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po... | zelidrag@chromium.org | 2012-10-30 | 1 | -1/+11 |
* | Removed unused switch. | vitalybuka@chromium.org | 2012-10-05 | 1 | -6/+1 |
* | Removed dead code. | vitalybuka@chromium.org | 2012-10-05 | 1 | -20/+0 |
* | Removed unnecessary returning by reference to simplify code. | vitalybuka@chromium.org | 2012-09-23 | 1 | -15/+5 |
* | Move content::URLFetcher static functions to net::URLFetcher | akalin@chromium.org | 2012-06-19 | 1 | -3/+3 |
* | Add new ResourceBundle::Delegate interface. | marshall@chromium.org | 2012-05-09 | 1 | -1/+1 |
* | Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK | oshima@chromium.org | 2012-04-05 | 1 | -2/+2 |
* | Convert use of int ms to TimeDelta in chrome/service files. | tedvessenes@gmail.com | 2012-01-31 | 1 | -7/+7 |
* | content: Modfiy ResourceBundle and content_shell to run with alternative pak ... | erg@chromium.org | 2012-01-28 | 1 | -1/+1 |
* | Cloud Print Connector Policy, Service-side enforcement. | scottbyer@chromium.org | 2012-01-14 | 1 | -1/+24 |
* | Revert 117531 - Convert use of int ms to TimeDelta in files owned by ajwong. | lambroslambrou@google.com | 2012-01-12 | 1 | -2/+2 |
* | Convert use of int ms to TimeDelta in files owned by ajwong. | tedvessenes@gmail.com | 2012-01-12 | 1 | -2/+2 |
* | Delete me | abodenha@chromium.org | 2011-12-21 | 1 | -1/+2 |
* | Removing MessageLoop::QuitTask() from chrome/ | dcheng@chromium.org | 2011-12-10 | 1 | -1/+1 |
* | NewRunnable* conversion to base::Bind | scottbyer@chromium.org | 2011-11-12 | 1 | -2/+3 |
* | Thread::Stop() must be called before any subclass's destructor completes. | joi@chromium.org | 2011-11-02 | 1 | -2/+0 |
* | Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc... | jam@chromium.org | 2011-10-27 | 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 |
* | Make the mac service process handling code clean itself up properly as far as... | dmaclach@chromium.org | 2011-08-25 | 1 | -3/+20 |