summaryrefslogtreecommitdiffstats
path: root/google_apis
Commit message (Expand)AuthorAgeFilesLines
* Introducing a net::GenerateMimeMultipartBoundary helper.lukasza2016-01-082-16/+3
* Global conversion of Pass()→std::move() on OS=linux chromecast=1dcheng2015-12-291-2/+4
* Convert Pass()→std::move() in //google_apisdcheng2015-12-2733-165/+164
* Switch to standard integer types in google_apis/.avi2015-12-2296-400/+520
* Handle HTTP headers case-insensitively on the test servertzik2015-12-212-6/+3
* [GCM] Fix error handling for corrupted protos.zea2015-12-182-16/+118
* Port cronet build rules to GN part 1pkotwicz2015-12-151-81/+102
* Force Account Consistency off for Logout call on iOS.bzanotti2015-12-152-1/+11
* Add command line overrides for GCM checkin URL & MCS endpointjohnme2015-12-035-16/+30
* Allow dynamic updating of authentication policiesaberent2015-12-031-5/+28
* Misc fixes for gn builds with VS 2015brucedawson2015-12-031-2/+2
* Convert various vector_as_array calls to vector::data.davidben2015-12-011-5/+3
* Files: Use new image server to download Drive thumbnails.fukino2015-11-265-21/+30
* exposes the backoff information for gaia cookie manager and token service in ...mahmadi2015-11-252-0/+9
* Migrating tests to use EmbeddedTestServer (misc)svaldez2015-11-194-8/+8
* Use new Physical Web service on Google infrastructuredvh2015-11-061-0/+5
* Convert DVLOGs to VLOGs so we can see the output in release builds.jdufault2015-10-301-13/+13
* [GCM] Adding handling of the immediate ack to Chromefgorski2015-10-285-133/+164
* Fixed GAIA email prefill on Chrome OS.dzhioev2015-10-272-0/+7
* More gn check fixesbrettw2015-10-241-3/+1
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-231-2/+1
* Make /MergeSession a GET request.bzanotti2015-10-223-13/+19
* Added notice about missing API keys to Chrome OS login screen.dzhioev2015-10-202-0/+5
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-161-1/+1
* Reland remove reference counting from HttpNetworkSession.mmenke2015-10-133-15/+19
* net: Move IPAddressAttributes enum out of net_util.h.tfarina2015-10-131-0/+1
* Do not rely on a continue URL when the new GAIA flow is used.dzhioev2015-10-092-3/+20
* Implement new password separated sign in flow for chrome.rogerta2015-10-062-1/+10
* Use detailed raw HTTP status code for UMA.hirono2015-09-301-1/+6
* Cleanup: Pass std::string as const reference from google_apis/ and components...ki.stfu2015-09-288-16/+22
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-243-3/+3
* Do not crash in case of messed or missed information.gogerald2015-09-242-5/+10
* [GCM] Fix crash in heartbeat managerzea2015-09-231-5/+13
* [GCM] Be more aggressive about triggering heartbeats when waking from sleepzea2015-09-222-1/+22
* Use the appropriate variant of IntToString in //google_apisricea2015-09-203-23/+23
* Shift URLRequestContextStorage over to taking scoped_ptrs.rdsmith2015-09-161-3/+3
* [Sync] Clean up owners fileszea2015-09-152-2/+0
* Credential passing is the only way for passwords now.achuith2015-09-141-1/+13
* Revert of Remove reference counting from HttpNetworkSession. (patchset #11 id...mmenke2015-09-123-19/+15
* Remove reference counting from HttpNetworkSession.mmenke2015-09-113-15/+19
* Move Singleton and related structs to namespace baseolli.raula2015-09-102-2/+2
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-092-2/+0
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-032-0/+2
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-022-2/+0
* A canceled request for a profile download is causing the token service to rem...rogerta2015-09-021-2/+1
* Remove use of JSONReader::DeprecatedRead from google_apis/olli.raula2015-09-023-9/+9
* Add an enum to specify visibilities of new files.fukino2015-09-013-13/+21
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* Add visibility property to FilesInsertRequest and FilesCopyRequest.fukino2015-08-276-14/+55