summaryrefslogtreecommitdiffstats
path: root/remoting/host/token_validator_factory_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-1/+3
* Switch to standard integer types in remoting/host/.avi2015-12-221-0/+3
* Move WriteInto to base namespace.Brett Wilson2015-07-071-1/+2
* Remove prerender cookie store, part 4.davidben2015-03-231-1/+1
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-1/+1
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-1/+1
* Turn UploadDataStream into an abstract class, and split the implentationmmenke2014-10-091-3/+3
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-1/+1
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-1/+1
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-121-1/+1
* Revert 256579 "Allow the content browser client to specify a spe..."peter@chromium.org2014-03-121-1/+1
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-121-1/+1
* Refactor TokenValidatorImpl into a base class + implementation.rmsousa@chromium.org2014-02-261-194/+12
* Support sending client certificates when validating tokens.rmsousa@chromium.org2014-01-251-109/+231
* Revert 246456 "Support sending client certificates when validati..."akalin@chromium.org2014-01-231-231/+109
* Support sending client certificates when validating tokens.rmsousa@chromium.org2014-01-231-109/+231
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-231-1/+1
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-111-2/+1
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-111-1/+2
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-101-2/+1
* Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...tfarina@chromium.org2013-07-131-1/+1
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-1/+1
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-2/+2
* Fix memory corruption and error handling for host validation.rmsousa@chromium.org2013-05-011-7/+14
* Revert 197510 "Fix error handling for host validation."jln@chromium.org2013-05-011-11/+5
* Fix error handling for host validation.rmsousa@chromium.org2013-04-301-5/+11
* Host-side third party token validationrmsousa@chromium.org2013-04-061-0/+184