summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-6/+7
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-271-12/+6
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-202-9/+0
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-202-0/+9
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-202-9/+0
* Cloud Print Connector Policy, Service-side enforcement.scottbyer@chromium.org2012-01-145-10/+62
* Revert 117531 - Convert use of int ms to TimeDelta in files owned by ajwong.lambroslambrou@google.com2012-01-124-24/+23
* Convert use of int ms to TimeDelta in files owned by ajwong.tedvessenes@gmail.com2012-01-124-23/+24
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-063-3/+0
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-5/+1
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-1/+1
* Delete meabodenha@chromium.org2011-12-213-5/+9
* [Coverity] More pass by val to pass by const ref conversions.dbeam@chromium.org2011-12-213-4/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+2