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
/
drive
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move CreateFrom{Drive V2 class} to drive_api_util.
hidehiko@chromium.org
2013-09-12
3
-6
/
+176
*
drive: Suppress LOG(ERROR) in drive_uploader.cc
hashimoto@chromium.org
2013-09-10
1
-2
/
+2
*
Use "Files: list" for full fetch.
hidehiko@chromium.org
2013-09-09
1
-7
/
+4
*
[Drive] Add converter from ResourceEntry to FileResource
tzik@chromium.org
2013-09-09
2
-0
/
+74
*
drive: Enable recursive fast-fetch.
kinaba@chromium.org
2013-09-06
2
-1
/
+22
*
Drop duplicated DCHECK on FakeDriveService
tzik@chromium.org
2013-09-06
1
-3
/
+0
*
Misc clean up for Drive API service and requests.
hidehiko@chromium.org
2013-09-05
1
-69
/
+9
*
Use GData WAPI for FastFetch even if Drive API v2 is enabled.
hidehiko@chromium.org
2013-09-04
4
-15
/
+24
*
Clean up DriveServiceInterface::GetRemaining family.
hidehiko@chromium.org
2013-09-04
10
-165
/
+107
*
Use GetForBrowserContext instead of GetForProfile for DriveNotificationManager
tzik@chromium.org
2013-09-03
4
-29
/
+34
*
Implement FilesListNextPageRequest and ChangesListNextPageRequest.
hidehiko@chromium.org
2013-09-03
1
-6
/
+14
*
Implement GetResourceListInDirectoryByWapi.
hidehiko@chromium.org
2013-09-02
9
-0
/
+112
*
Refactor InsertResourceRequest and DeleteResourceRequest.
hidehiko@chromium.org
2013-08-30
1
-16
/
+12
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
2
-2
/
+2
*
Refactor TrashResourceRequest.
hidehiko@chromium.org
2013-08-30
1
-6
/
+6
*
Refactor CreateDiretoryRequest.
hidehiko@chromium.org
2013-08-30
1
-8
/
+11
*
Refactor CopyResourceRequest.
hidehiko@chromium.org
2013-08-29
1
-17
/
+14
*
Refactor GetChangelistRequest.
hidehiko@chromium.org
2013-08-29
1
-21
/
+43
*
Refactor GetFilelistRequest.
hidehiko@chromium.org
2013-08-29
1
-32
/
+57
*
Deprecates ContinueGetResourceList and introduces GetRemaining{File,Change}List.
hidehiko@chromium.org
2013-08-28
10
-18
/
+139
*
Replace drive::MoveResourceRequest and drive::TouchResourceRequest by FilesPa...
hidehiko@chromium.org
2013-08-28
1
-26
/
+28
*
Refactor GetFileRequest.
hidehiko@chromium.org
2013-08-26
1
-18
/
+18
*
Refactor GetAboutRequest and GetApplistRequest.
hidehiko@chromium.org
2013-08-23
9
-68
/
+36
*
Enables Drive API v2.
hidehiko@chromium.org
2013-08-20
1
-2
/
+2
*
Implement FakeDriveService::MoveResource.
hidehiko@chromium.org
2013-08-20
2
-15
/
+159
*
Implement MoveResourceRequest on Drive API v2.
hidehiko@chromium.org
2013-08-16
1
-6
/
+19
*
Add placeholder MoveResource to DriveServiceInterface for Drive API v2 support.
hidehiko@chromium.org
2013-08-16
9
-0
/
+82
*
Fix FakeDriveService::CopyResource.
hidehiko@chromium.org
2013-08-16
2
-4
/
+4
*
drive: Check Quota before TransferFileFromLocalToRemote.
kinaba@chromium.org
2013-08-08
2
-2
/
+20
*
Make element removal methods in DictionaryValue and ListValue take scoped_ptr...
bauerb@chromium.org
2013-08-06
1
-3
/
+5
*
Add browser test to the sharing dialog feature in Files.app.
mtomasz@chromium.org
2013-08-06
2
-1
/
+19
*
drive: Stop making multiple GetAppList() requests from DriveAppRegistry
hashimoto@chromium.org
2013-08-06
3
-0
/
+8
*
drive: Discard upload location when GetUploadStatus fails
hashimoto@chromium.org
2013-08-06
3
-12
/
+63
*
Support GData WAPI fallback for GetShareUrl on Drive API v2.
hidehiko@chromium.org
2013-08-01
5
-34
/
+84
*
Add severity info to drive::EventLogger.
kinaba@chromium.org
2013-08-01
3
-22
/
+14
*
google_apis:AuthService takes OAuth2TokenService instead of Profile.
kinaba@chromium.org
2013-07-28
9
-22
/
+28
*
Avoid uploading >=2GB data to Drive in a single request.
kinaba@chromium.org
2013-07-26
1
-1
/
+14
*
Append embedOrigin to wapi requests for the share url.
mtomasz@chromium.org
2013-07-25
10
-0
/
+151
*
drive: Emit DVLOG from util::Log
hashimoto@chromium.org
2013-07-24
1
-0
/
+3
*
Use a direct include of the message_loop header in chrome/browser/, part 4.
avi@chromium.org
2013-07-18
3
-3
/
+3
*
Change google_api::RequestSender to take an AuthService instead of a Profile.
kinaba@chromium.org
2013-07-17
3
-20
/
+11
*
Pass the OAuth2 access token to Files.app via fileBrowserPrivate API.
mtomasz@chromium.org
2013-07-10
9
-7
/
+65
*
drive: Add chrome/browser/drive/DEPS
satorux@chromium.org
2013-07-09
1
-0
/
+26
*
Remove direct reference to GetBlockingPool() in c/b/google_apis.
kinaba@chromium.org
2013-07-08
2
-0
/
+2
*
drive: Add test for ChangeListLoader::CheckForUpdates()
hashimoto@chromium.org
2013-07-08
2
-5
/
+13
*
Rename "name" to "title" for drive related APIs.
hidehiko@chromium.org
2013-07-04
10
-67
/
+67
*
Remove destruction-only TearDown() methods in Drive related test.
kinaba@chromium.org
2013-07-03
1
-4
/
+0
*
drive/syncFS: Switch to ID based download URL.
kinaba@chromium.org
2013-07-03
10
-33
/
+30
*
chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1
tfarina@chromium.org
2013-07-02
2
-2
/
+2
*
Add resource ID based download requests in {GDataWapi/Drive} requests.
kinaba@chromium.org
2013-07-02
2
-14
/
+16
[next]