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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move FilePath->base::FilePath
brettw@chromium.org
2013-02-11
2
-6
/
+6
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
27
-167
/
+172
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
11
-11
/
+11
*
Split InitiateUploadOperation for new file upload and existing file upload.
hidehiko@chromium.org
2013-02-08
6
-279
/
+422
*
Rename content_url in the drive related codes to download_url.
hidehiko@chromium.org
2013-02-08
2
-6
/
+5
*
Create GenerateIfMatchHeader method.
hidehiko@chromium.org
2013-02-08
1
-11
/
+9
*
Move the url query parameter annotation for InitiateUpload to GDataWapiUrlGen...
hidehiko@chromium.org
2013-02-08
5
-9
/
+19
*
Implement fake drive service upload methods.
tbarzic@chromium.org
2013-02-08
5
-5
/
+559
*
Extract UploadRangeOperationBase class from ResumeUploadOperation.
hidehiko@chromium.org
2013-02-07
2
-70
/
+132
*
Get rid of deprecated POST_WITHOUT_BODY method.
hidehiko@chromium.org
2013-02-07
2
-2
/
+15
*
Replace string16 with std::string in gdata_wapi_parser.{h,cc}.
peria@chromium.org
2013-02-07
5
-55
/
+58
*
Add GetUploadStatus method to the DriveServiceInterface.
hidehiko@chromium.org
2013-02-07
16
-61
/
+144
*
Drive: refine the flow of drive authentication error.
yoshiki@chromium.org
2013-02-06
9
-44
/
+20
*
Use PATCH method directly in RenameResourceOperation.
hidehiko@chromium.org
2013-02-06
4
-14
/
+5
*
Implement DownloadFile operation on Drive API v2.
hidehiko@chromium.org
2013-02-06
13
-20
/
+31
*
Revert "GTTF: Add missing virtual destructors."
phajdan.jr@chromium.org
2013-02-06
1
-2
/
+0
*
Implement TrashResourceOperation on Drive API v2.
hidehiko@chromium.org
2013-02-06
7
-2
/
+124
*
chromeos: Block system suspend while uploading files to Drive
hashimoto@chromium.org
2013-02-05
2
-1
/
+11
*
GTTF: Add missing virtual destructors.
phajdan.jr@chromium.org
2013-02-05
1
-0
/
+2
*
Move DownloadFileOperation to base_operations.
hidehiko@chromium.org
2013-02-05
6
-202
/
+278
*
Extract testing utilities from gdata_wapi_operations_unittest to test_util.
hidehiko@chromium.org
2013-02-04
3
-34
/
+47
*
Implement RemoveResourceFromDirectory operation on Drive API v2.
hidehiko@chromium.org
2013-02-04
8
-2
/
+169
*
Drive: Add UI for debug to clear the refresh/access tokens.
yoshiki@chromium.org
2013-02-04
13
-0
/
+60
*
Implement AddResourceToDirectory operation on Drive API v2.
hidehiko@chromium.org
2013-02-04
7
-2
/
+181
*
Add HTTP_NO_CONTENT to GDataErrorCode.
hidehiko@chromium.org
2013-02-04
1
-0
/
+1
*
Implement RenameResourceOperation on Drive API v2.
hidehiko@chromium.org
2013-02-04
4
-2
/
+130
*
Add managing etag fields on delete operation.
peria@chromium.org
2013-02-04
15
-8
/
+58
*
MessageLoop's RUN method will pass a const ref to PendingTask when
rtenneti@chromium.org
2013-02-03
1
-2
/
+4
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
7
-35
/
+45
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
1
-3
/
+3
*
Add net::EscapePath for file_id in DriveApiUrlGenerator.
hidehiko@chromium.org
2013-01-31
3
-8
/
+11
*
google_apis: Move AppendQueryParameter() etc. from common/net/url_util.h to
tfarina@chromium.org
2013-01-31
7
-32
/
+21
*
Use resource id for AddResourceToDirectory operations instead of edit_url.
hidehiko@chromium.org
2013-01-31
15
-69
/
+28
*
Move testing utility from unittest.cc to test_util.
hidehiko@chromium.org
2013-01-31
3
-12
/
+14
*
google_apis/test_server: Do not use private inheritance.
tfarina@chromium.org
2013-01-30
1
-1
/
+1
*
Introduce GenerateEditUrlWithoutParams to GDataWapiUrlGenerator.
hidehiko@chromium.org
2013-01-30
3
-2
/
+21
*
Fix the behavior of FakeDriveService::AddNewDirectory.
peria@chromium.org
2013-01-30
2
-14
/
+44
*
Implement CreateDirectoryOperation on Drive API v2.
hidehiko@chromium.org
2013-01-30
4
-2
/
+143
*
Remove DownloadHostedDocument from DriveServiceInterface, which is not used.
hidehiko@chromium.org
2013-01-30
11
-170
/
+1
*
Use resource id for RenameResource operations instead of edit_url.
hidehiko@chromium.org
2013-01-30
15
-30
/
+34
*
Use resource id for DeleteResource operations instead of edit_url.
hidehiko@chromium.org
2013-01-30
18
-62
/
+53
*
Replace parent_content_url in DriveServiceInterface with parent_resource_id.
hidehiko@chromium.org
2013-01-25
19
-142
/
+200
*
Fix the behavior of GetResourceList with search query parameter.
peria@chromium.org
2013-01-25
3
-3
/
+108
*
google_test/test_server: Clean up a few style issues found while reading thro...
tfarina@chromium.org
2013-01-24
12
-54
/
+53
*
drive: Add support for pagenation to FakeDriveService
satorux@chromium.org
2013-01-23
4
-6
/
+141
*
google_apis: Break the dependency on chrome_paths.h
tfarina@chromium.org
2013-01-22
2
-7
/
+7
*
drive: Deal with the root directory same as others in MoveOperation.
kinaba@chromium.org
2013-01-22
7
-5
/
+32
*
Replace FilePath::StringType in API operations with std::string.
hidehiko@chromium.org
2013-01-21
15
-74
/
+72
*
Add GetRootResourceId method to DriveServiceInterface.
hidehiko@chromium.org
2013-01-21
10
-0
/
+33
*
google_apis: Remove unused includes of chrome_paths.h from two unittests.
tfarina@chromium.org
2013-01-20
2
-2
/
+0
[next]