summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-102-6/+6
* Fix failure to disable cloud print connector.abodenha@chromium.org2011-12-091-1/+1
* net: replace DnsRRResoler with TransportSecurityState in plumbing.agl@chromium.org2011-12-071-3/+0
* [Mac] Remove content/ CrApplication.shess@chromium.org2011-12-063-16/+16
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-032-7/+12
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-024-109/+68
* Dispatch the Windows font caching IPCs in one filter. This avoids having the ...jam@chromium.org2011-12-012-34/+5
* Don't make ServiceChildProcessHost derive from ChildProcessInfo. It didn't re...jam@chromium.org2011-11-303-17/+18
* base::Bind: Convert chrome/service/cloud_print.jhawkins@chromium.org2011-11-197-116/+131
* Add OVERRIDE to chrome/service/.avi@chromium.org2011-11-1911-46/+50