index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
google_apis
/
test_util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move c/b/google_apis to google_apis/drive.
kinaba@chromium.org
2013-12-03
1
-299
/
+0
*
Random clean up on Drive related code.
kinaba@chromium.org
2013-10-19
1
-8
/
+0
*
Move RunBlockingPoolTask() from c/b/google_apis to c/b/cros/drive.
kinaba@chromium.org
2013-07-10
1
-10
/
+2
*
Use base::RunLoop instead of directly using MessageLoop in Drive related code.
kinaba@chromium.org
2013-06-20
1
-11
/
+11
*
google_api: Replace the remaining mentions of 'operation' with request
satorux@chromium.org
2013-06-11
1
-1
/
+1
*
google_apis: Rename base_operations.h/cc to base_requests.h/cc
satorux@chromium.org
2013-06-06
1
-3
/
+3
*
Revert "Revert 202112 "GTTF: Convert most tests in content to use Embedd...""
phajdan.jr@chromium.org
2013-05-28
1
-2
/
+3
*
Random clean up in c/b/cros/drive.
kinaba@chromium.org
2013-05-27
1
-1
/
+1
*
Revert 202112 "GTTF: Convert most tests in content to use Embedd..."
xiyuan@chromium.org
2013-05-25
1
-3
/
+2
*
GTTF: Convert most tests in content to use EmbeddedTestServer.
phajdan.jr@chromium.org
2013-05-24
1
-2
/
+3
*
Replace most of the occurrence of OperationRegistry with OperationRunner.
kinaba@chromium.org
2013-05-22
1
-6
/
+0
*
Rename the embedded test server to EmbeddedTestServer in net::test_server nam...
phajdan.jr@chromium.org
2013-05-09
1
-9
/
+11
*
Extract two testing utilities to share them among the tests.
hidehiko@chromium.org
2013-05-01
1
-0
/
+15
*
Extract testing utility TestGetContentCallback.
hidehiko@chromium.org
2013-04-19
1
-0
/
+23
*
Add ProgressCallback to DriveServiceInterface::DownloadFile.
kinaba@chromium.org
2013-04-12
1
-0
/
+9
*
Support four arguments version of CopyResultCallback.
hidehiko@chromium.org
2013-03-21
1
-3
/
+39
*
Eliminate CopyResultsFromUploadRangeCallback.
hidehiko@chromium.org
2013-03-21
1
-7
/
+0
*
Eliminate CopyResultFromInitiateUploadCallback(AndQuit).
hidehiko@chromium.org
2013-03-21
1
-14
/
+0
*
Eliminate CopyResultsFromDownloadActionCallback(AndQuit).
hidehiko@chromium.org
2013-03-21
1
-7
/
+0
*
Eliminate CopyResultsFromGetAboutResourceCallback and CopyResultsFromGetAppLi...
hidehiko@chromium.org
2013-03-20
1
-14
/
+0
*
Eliminate CopyResultsFromGetAccountMetadata(AndQuit).
hidehiko@chromium.org
2013-03-20
1
-15
/
+0
*
Eliminate CopyResultsFromGetResourceList.
hidehiko@chromium.org
2013-03-19
1
-7
/
+0
*
Eliminate CopyResultsFromEntryActionCallbackAndQuit.
hidehiko@chromium.org
2013-03-18
1
-4
/
+0
*
Eliminate CopyResultsFromGetDataCallback and CopyResultsFromGetDataCallbackAn...
hidehiko@chromium.org
2013-03-18
1
-12
/
+0
*
Eliminate CopyResultsFromGetResourceEntryCallback.
hidehiko@chromium.org
2013-03-15
1
-7
/
+0
*
Eliminate CopyResultsFromEntryActionCallback.
hidehiko@chromium.org
2013-03-14
1
-4
/
+0
*
Implement generic CreateCopyResultCallback and RunAndQuit.
hidehiko@chromium.org
2013-03-13
1
-0
/
+135
*
Changing GetTestFilePath so we can place test files outside of the chromeos d...
keishi@chromium.org
2013-03-08
1
-2
/
+2
*
Implement ResumeUploadOperation on Drive API v2.
hidehiko@chromium.org
2013-03-04
1
-0
/
+8
*
Drive: Remove 'feed' from class/funciton/variable names from Drive code
yoshiki@chromium.org
2013-03-02
1
-5
/
+5
*
Move the responsibility to convert from JSON to AccountMetadata into gdata_wa...
hidehiko@chromium.org
2013-03-01
1
-0
/
+8
*
Implement InitiateUploadNewFile on Drive API v2.
hidehiko@chromium.org
2013-03-01
1
-0
/
+7
*
Implement FakeDriveService::GetAboutResource.
hidehiko@chromium.org
2013-02-28
1
-1
/
+9
*
Misc cleanups in Drive code.
kinaba@chromium.org
2013-02-12
1
-1
/
+2
*
Implement fake drive service upload methods.
tbarzic@chromium.org
2013-02-08
1
-0
/
+15
*
Extract testing utilities from gdata_wapi_operations_unittest to test_util.
hidehiko@chromium.org
2013-02-04
1
-0
/
+16
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-7
/
+6
*
Move testing utility from unittest.cc to test_util.
hidehiko@chromium.org
2013-01-31
1
-0
/
+4
*
Replace the result type of GetApplicationInfo with google_apis::AppList.
hidehiko@chromium.org
2013-01-19
1
-0
/
+8
*
Add unittest for google_apis::GetAboutOperation.
hidehiko@chromium.org
2013-01-10
1
-0
/
+19
*
google_apis: Implement DownloadFile in FakeDriveService
satorux@chromium.org
2013-01-10
1
-0
/
+7
*
Add base_url to DriveApiUrlGenerator.
hidehiko@chromium.org
2013-01-09
1
-0
/
+5
*
Change scheduler to queue calls to the drive service instead of drive file sy...
zork@chromium.org
2012-12-18
1
-0
/
+12
*
Converted GDataContactsService's browser test from old (Python) http server t...
mtomasz@chromium.org
2012-12-13
1
-0
/
+8
*
google_apis:: DriveServiceInterface::GetAccountMetadata() returns AccountMeta...
satorux@chromium.org
2012-12-13
1
-0
/
+8
*
google_apis: DriveServiceInterface::GetResourceList() returns ResourceList
satorux@chromium.org
2012-12-12
1
-0
/
+10
*
Pass calls to GetDocuments through the scheduler
zork@chromium.org
2012-12-03
1
-2
/
+7
*
gooele_apis: Rename gdata_test_util.* to test_util.*
satorux@chromium.org
2012-11-15
1
-0
/
+43