summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Migrating tests to use EmbeddedTestServer (misc)svaldez2015-11-191-17/+13
* Get rid of SandboxedProcessLauncherDelegate::PreSandbox.rickyz2015-11-111-3/+4
* Enforce WARN_UNUSED_RESULT attribute on Windowsdcheng2015-10-101-3/+4
* Add content_switches include to files that need it.brettw2015-10-101-0/+1
* Don't use base::MessageLoop::{Quit,QuitClosure} in chrome/ki.stfu2015-10-092-7/+12
* Remove includes from chrome_switches.brettw2015-10-071-0/+1
* Extend base::win::ObjectWatcher to watch an event multiple times.jam2015-09-291-4/+6
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* make ProxyService::CreateSystemProxyConfigService return scoped_ptrscsharrison2015-09-221-2/+2
* Remove use of JSONReader::DeprecatedRead from printer_job_queue_handler_unitt...olli.raula2015-09-111-13/+14
* Make UrlRequestContextBuilder take scoped_ptr's when it takes ownershippauljensen2015-09-011-2/+2
* chrome: Get rid of url_util from chrome_common_net.tfarina2015-08-181-1/+0
* Cleanup VersionInfo after componentization.sdefresne2015-08-033-10/+8
* Use ServiceIPCServer::MessageHandler in CloudPrintMessageHandler.mvanouwerkerk2015-07-289-51/+431
* Delete the disabled ServiceProcessTest.Runmvanouwerkerk2015-07-221-24/+0
* Update SplitString calls in chrome.brettw2015-07-211-2/+2
* Delete redundant call to ServiceProcess::Teardown.mvanouwerkerk2015-07-211-1/+0
* Client interface for ServiceIPCServer. ServiceProcess implements it.mvanouwerkerk2015-07-204-51/+83
* Clean up ServiceIPCServer and make it more testable.mvanouwerkerk2015-07-174-26/+15
* ServiceProcess: replace thread getters with task runner getters.mvanouwerkerk2015-07-165-39/+24
* Replace base::str[n]casecmp with helper functions.brettw2015-07-102-3/+3
* Remove -Wno-unused-private-field clang warning suppression.benwells2015-07-091-3/+1
* Include user email into document title before spoolingvitalybuka2015-07-073-6/+12
* Fix "extra qualification on member [-Wmicrosoft]" warnings.thakis2015-07-071-2/+1
* Update StartsWith calls to use new versions in chrome and contentbrettw2015-07-061-2/+2
* Fix some clang warnings with -Wmissing-braces in chrome.dcheng2015-07-011-2/+2
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-012-2/+3
* Convert some base/prefs/ methods to scoped_ptr instead of bare ptrestade2015-06-263-7/+9
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+2
* chrome: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-1020-216/+204
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-1/+1
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* Add a PrefRegistrationFlags::LOSSY_PREF flag for writing lossy prefsraymes2015-05-061-5/+8
* win: Work on style plugin warnings in chrome/.thakis2015-05-021-2/+2
* win: Ref-counted classes should have non-public destructors, chrome/ edition.thakis2015-05-011-2/+6
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-1/+1
* Apply automated fixits for Chrome clang plugin to chrome.dcheng2015-04-291-4/+2
* Update {virtual,override} to follow C++11 style in chrome.nick2015-04-243-53/+51
* Remove hclam from OWNERS files.nick2015-04-151-1/+0
* Remove ajwong from OWNERS files.nick2015-04-151-1/+0
* Remove --check-cloud-print-connector-policyvitalybuka2015-04-154-82/+0
* Cleanup: Remove unused variables in chrome/ found by Scythe.thestig2015-04-043-7/+0
* Don't use --check-cloud-print-connector-policy on MACvitalybuka2015-04-031-0/+5
* If possible, use the PathService instead of the --user-data-dir flag directlynoms2015-03-281-0/+2
* Remove uses of KillProcess()rvargas2015-03-181-3/+1
* Split bug 418183 into separate bugs for each janky piece and remove thepkasting2015-02-281-11/+0
* Work on GN Win64 build.brettw2015-02-181-0/+2
* Adding instrumentation to locate the source of jankiness.Peter Kasting2015-02-051-1/+1
* Rename base::Process::pid() to Pid()rvargas2015-01-241-1/+1