summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-263-1/+5
* Convert Pass()→std::move() on Windowsdcheng2016-03-022-7/+8
* Windows: Expose handle inheritance to the sandboxed launcherrockot2016-02-261-1/+2
* chrome: Add out-of-line copy ctors for complex classes.vmpstr2016-02-264-0/+7
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-051-1/+1
* Use a valid /prefetch argument when launching a process.fdoray2016-02-033-0/+19
* Update chrome for new prefs location.brettw2016-02-024-3/+4
* Support "shared" histograms between processes.bcwhite2016-02-011-1/+4
* Do not check result of SetAlternateDesktopvitalybuka2016-01-261-3/+4
* Introducing a net::GenerateMimeMultipartBoundary helper.lukasza2016-01-082-6/+3
* Convert Pass()→std::move() in //chromedcheng2015-12-273-4/+7
* Switch to standard integer types in chrome/.avi2015-12-2630-18/+66
* 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