summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-052-2/+2
* Added CUPS error handling.gene@google.com2011-02-031-8/+10
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-15/+7
* Make changes sanjeev suggesteddmaclach@chromium.org2011-02-032-3/+1
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-025-30/+34
* Initialized CrApplication for the service process.sanjeevr@chromium.org2011-01-291-0/+8
* Fixed a corner-case crash that would be triggered when a new printer was adde...sanjeevr@chromium.org2011-01-281-1/+5
* Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.willchan@chromium.org2011-01-281-12/+18
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-272-1/+6
* Clean up net unit testing code.erg@google.com2011-01-261-3/+3
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* Added a diagnostic user message when enumerating printers fails. Also tweaked...sanjeevr@chromium.org2011-01-248-48/+120
* Move l10n_util to ui/baseben@chromium.org2011-01-212-2/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+0
* Fix bustage by updating header includes.ben@chromium.org2011-01-201-2/+2
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-0/+1
* Code to send diagnostic messages about cloud print proxy. Currently diagnosti...sanjeevr@chromium.org2011-01-2015-58/+242
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-181-2/+1
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-153-9/+9
* Show remoting host status on the advanced options page.sergeyu@chromium.org2011-01-142-2/+13
* Added WARN_UNUSED_RESULT to ScopedTempDir methods.cbentzel@chromium.org2011-01-131-1/+2
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-132-7/+7
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-2/+6
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-6/+2
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-2/+6
* Fixed a crash with some HP printer drivers (when invoking PTGetPrintCapabilit...sanjeevr@chromium.org2011-01-071-5/+8
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-0/+1
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-1/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+1
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-1/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+1
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-064-16/+23
* Chromoting setup flow: implemented rest of setup flow steps.sergeyu@chromium.org2011-01-062-6/+0
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-024-4/+4
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-011-4/+3
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-015-5/+5
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Remove 'using' declaration of ScopedHDC from scoped_handle_win.htfarina@chromium.org2010-12-311-1/+2
* Mark CloudPrintURLFetcherBasicTest.HandleRawResponse FLAKY because ofkbr@chromium.org2010-12-281-3/+4
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-244-6/+13
* Move directory code from chrome/service to chrome/browser.sergeyu@chromium.org2010-12-232-156/+0
* Remove chromoting host registration from service process. More IPCs to controlsergeyu@chromium.org2010-12-238-240/+327
* As the first step in an effort to improve robustness of the cloud print proxy...sanjeevr@chromium.org2010-12-2210-114/+329
* Stop the chromoting_contextdmaclach@chromium.org2010-12-211-0/+4
* change host_id over to using uuiddmaclach@chromium.org2010-12-201-6/+6
* Revert 69592 - file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-0/+3
* file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-3/+0
* Almost done deinlining virtual methods.erg@google.com2010-12-162-8/+17