summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* Do not send user cookies when contacting cloud print server.qsr@chromium.org2012-06-131-0/+3
* Get rid of internal content includes for sandbox code from chrome.jam@chromium.org2012-06-042-7/+4
* Base: Add a handle verifier to ScopedHandle.rvargas@chromium.org2012-05-311-1/+2
* Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.sergeyu@chromium.org2012-05-241-1/+1
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-233-10/+11
* [Sync] Turn notifier::PushClient into an interfaceakalin@chromium.org2012-05-231-3/+4
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-223-7/+7
* Revert 137754 - Disable cloud print connector policy checking on Windows.scottbyer@chromium.org2012-05-221-4/+0
* Revert 138216 - [Sync] Turn notifier::PushClient into an interfaceakalin@chromium.org2012-05-221-4/+3
* [Sync] Turn notifier::PushClient into an interfaceakalin@chromium.org2012-05-221-3/+4
* Cleanup: Remove unneeded scoped_ptr.h includes from chrome.thestig@chromium.org2012-05-181-1/+1
* Disable cloud print connector policy checking on Windows.scottbyer@chromium.org2012-05-171-0/+4
* [Sync] Replace TalkMediator*/MediatorThread* with PushClientakalin@chromium.org2012-05-173-30/+22
* Adding functionality to specify TLS encryption CUPS print servers for cloudpr...gene@chromium.org2012-05-161-9/+24
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-1115-59/+59
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-113-11/+10
* Coverity: Fix pass by value errors.kmadhusu@chromium.org2012-05-104-5/+5
* Coverity: Fix uninitialized member variable.kmadhusu@chromium.org2012-05-091-0/+1
* Add new ResourceBundle::Delegate interface.marshall@chromium.org2012-05-091-1/+1
* Revert 135222 - it broke multiprofile tests - Use worker pool for IO in JsonP...sergeyu@chromium.org2012-05-072-4/+4
* Added wipeout functionality when Cloud Print Connector get disabled by user i...gene@chromium.org2012-05-0415-38/+301
* Use worker pool for IO in JsonPrefStore.sergeyu@chromium.org2012-05-032-4/+4
* win: Fix a few minor issues found by clang.thakis@chromium.org2012-05-021-1/+1
* Make URLRequestThrottlerManager a member of URLRequestContext.joi@chromium.org2012-05-021-29/+39
* Reland 130578 - Enable cookies per default in net. Add an API to disable them...jochen@chromium.org2012-04-301-1/+6
* RefCounted types should not have public destructors, chrome/ editionrsleevi@chromium.org2012-04-2515-322/+368
* Fix a crash if GetPrinterCapsAndDefaults returns after the calling printer is...abodenha@chromium.org2012-04-132-3/+6
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-3/+2
* Stop processing in case of authentication errors.gene@chromium.org2012-04-051-3/+5
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-2/+2
* Revert 130578 - Enable cookies per default in net. Add an API to disable them...jochen@chromium.org2012-04-041-6/+1
* Enable cookies per default in net. Add an API to disable them by default, and...jochen@chromium.org2012-04-041-1/+6
* Driver related info would be included into PrinterBasicInfo::options so it wo...vitalybuka@chromium.org2012-03-221-27/+1
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-1/+1
* ScopedPrinterInfoSetter sets printer related information to be available for ...vitalybuka@chromium.org2012-03-162-5/+37
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-152-4/+4
* Add Chrome To Mobile Service and Views Page Action.msw@chromium.org2012-03-137-177/+83
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-1/+2
* Make Cloud Print job status upper case (as required by server).gene@chromium.org2012-03-092-10/+10
* Making GenericScopedHandle capable of handling handle types other than HANDLE.alexeypa@chromium.org2012-03-051-0/+13
* Move TestURLRequestContextGetter to url_request_test_util.{h,cc}akalin@chromium.org2012-03-021-19/+7
* Improved resource management by using ScopedPrinterHandle.vitalybuka@chromium.org2012-03-021-27/+29
* Replace chrome/common/net/http_return.h with net/http/http_status_code.hakalin@chromium.org2012-02-273-9/+8
* Remove usage of a deprecated TestServer constructor.erikwright@chromium.org2012-02-221-5/+13
* Flakiness cleanup: disable flaky tests under chrome/evan@chromium.org2012-02-151-3/+3
* Revert 121840 - Make scoped dc objects smartercpu@chromium.org2012-02-141-15/+16
* Make scoped dc objects smartercpu@chromium.org2012-02-141-16/+15
* Convert use of int ms to TimeDelta in chrome/service files.tedvessenes@gmail.com2012-01-314-28/+29
* content: Modfiy ResourceBundle and content_shell to run with alternative pak ...erg@chromium.org2012-01-281-1/+1
* Fixed printing gets cut-off issue for CloudPrint and Chrome.gene@chromium.org2012-01-283-26/+34