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
/
chromeos
/
gdata
Commit message (
Expand
)
Author
Age
Files
Lines
*
drive: Rename chrome/browser/chromeos/gdata to chrome/browser/chromeos/drive
satorux@chromium.org
2012-10-11
83
-27993
/
+0
*
FileBrowserEventRouter should ignore GDATA_NO_CONNECTION auth error.
tbarzic@chromium.org
2012-10-11
5
-7
/
+7
*
Introduced the file_system namespace.
mtomasz@chromium.org
2012-10-11
8
-51
/
+61
*
drive: Move IsDriveEnabled() and DisableDrive() to DriveSystemService
satorux@chromium.org
2012-10-11
2
-2
/
+43
*
google_apis: Move Contacts API code to chrome/browser/chromeos/contacts
satorux@chromium.org
2012-10-11
5
-1489
/
+0
*
drive: Split IsGDataAvailable() into two functions
satorux@chromium.org
2012-10-11
1
-1
/
+1
*
drive: Remove Drive.EntryKind and Drive.FileFormat
satorux@chromium.org
2012-10-11
5
-167
/
+2
*
contacts: Don't save deleted contacts to disk.
derat@chromium.org
2012-10-10
2
-1
/
+13
*
Encapsulate the move operation in its own class.
zork@chromium.org
2012-10-10
4
-303
/
+544
*
Externalized observer classes in gdata files.
mtomasz@chromium.org
2012-10-10
21
-124
/
+218
*
drive: Disable Drive metadata prefetching
satorux@chromium.org
2012-10-09
1
-1
/
+0
*
Guard against insertion of duplicate resource ids into the Drive tree.
achuith@chromium.org
2012-10-09
3
-6
/
+12
*
First pass at the drive scheduler. This implements the Remove operation.
zork@chromium.org
2012-10-09
9
-27
/
+701
*
This fixes default actions in the file browser on ChromeOS so that
gspencer@chromium.org
2012-10-08
1
-1
/
+6
*
drive: Fix a bug where Chrome crashed when cache initialization failed
satorux@chromium.org
2012-10-07
11
-43
/
+190
*
Passing correct error code in Drive ops when retreiving data.
serya@google.com
2012-10-01
6
-13
/
+17
*
Add retry logic to the remove operation.
zork@chromium.org
2012-10-01
2
-10
/
+72
*
Fixed accessed time for files on Google Drive. Now it is equal to last viewed...
mtomasz@chromium.org
2012-09-28
3
-11
/
+48
*
Cleanup of screenshot_taker and drive_file_system_util.
mukai@chromium.org
2012-09-27
2
-19
/
+11
*
Fix download item status string for downloads that are scheduled to be opened...
asanka@chromium.org
2012-09-27
2
-12
/
+22
*
UMA counts for corrupt cache db.
achuith@chromium.org
2012-09-26
1
-1
/
+15
*
Remove DownloadManager::GetDownloadItem() and GetActiveDownloadItem() in favo...
benjhayden@chromium.org
2012-09-25
1
-1
/
+1
*
Disable UseLevelDB for Drive temporarily.
achuith@chromium.org
2012-09-25
1
-2
/
+2
*
Don't leak UploadFileInfo when the upload to drive finishes.
tbarzic@chromium.org
2012-09-21
2
-37
/
+31
*
Creates the screenshot directory if it doesn't exist.
mukai@chromium.org
2012-09-21
2
-0
/
+44
*
Updates the Chrome OS file browser to support opening files with Web Intent h...
thorogood@chromium.org
2012-09-20
2
-11
/
+3
*
Support for recovering from corrupt cache database.
achuith@chromium.org
2012-09-19
3
-12
/
+44
*
drive: Return from DriveResourceMetadata::InitResourceMap when root is not pr...
hashimoto@chromium.org
2012-09-18
1
-1
/
+8
*
drive: Stop exposing operation_registry() from DriveServiceInterface
hashimoto@chromium.org
2012-09-18
9
-22
/
+104
*
Fixed freezes while downloading to Google Drive.
mtomasz@chromium.org
2012-09-18
7
-72
/
+173
*
continuing from http://http://codereview.chromium.org/10823241
ajwong@chromium.org
2012-09-18
1
-2
/
+5
*
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/goo...
nhiroki@chromium.org
2012-09-17
53
-6890
/
+52
*
Include base/logging.h explicitly for NOTREACHED macro
nhiroki@chromium.org
2012-09-17
1
-0
/
+1
*
Disable some Drive API tests on any platforms other than Chrome OS
nhiroki@chromium.org
2012-09-15
2
-0
/
+8
*
drive: Avoid type conversion erros on Windows
nhiroki@chromium.org
2012-09-15
4
-11
/
+19
*
Revert 156830 - drive: Stop exposing operation_registry() from DriveServiceIn...
msw@chromium.org
2012-09-14
10
-106
/
+27
*
drive: Stop exposing operation_registry() from DriveServiceInterface
hashimoto@chromium.org
2012-09-14
10
-27
/
+106
*
Split Drive test utilities to drive_test_util and gdata_test_util
tzik@chromium.org
2012-09-14
7
-81
/
+124
*
Remove const qualifiers to avoid compile errors on Mac
kinuko@chromium.org
2012-09-14
1
-3
/
+3
*
Pass non-null callback to DriveFileSystem::Close() in FileWriteHelper.
kinaba@chromium.org
2012-09-14
2
-7
/
+21
*
drive: Move DriveEntryKind from drive.proto to drive_entry_kinds.h (from issu...
nhiroki@chromium.org
2012-09-14
3
-30
/
+42
*
Refactored file_path to directory_path in drive_file_system.h/cc.
mtomasz@chromium.org
2012-09-13
2
-25
/
+26
*
drive: Change LoadJSONFile() to return a scoped_ptr.
satorux@chromium.org
2012-09-13
8
-57
/
+57
*
Refactored GDataUploader to make UploadFileInfo a private structure of this c...
mtomasz@chromium.org
2012-09-13
12
-356
/
+443
*
Fix comment errors (mostly typos) in chrome/browser/chromeos/gdata/.
kinaba@chromium.org
2012-09-13
13
-22
/
+22
*
drive: Remove GetTestFilePath() from DriveCacheTest
satorux@chromium.org
2012-09-13
1
-39
/
+48
*
drive: Move feed data conversion task from UI thread to the blocking pool.
hashimoto@chromium.org
2012-09-12
2
-19
/
+39
*
drive: Remove LoadJSONFile() from four places
satorux@chromium.org
2012-09-12
10
-205
/
+140
*
drive: Fix a crash in gdata::GDataWapiFeedLoader::OnGetChangelist()
satorux@chromium.org
2012-09-12
1
-1
/
+3
*
drive: Rename GData.* histograms to Drive.*
satorux@chromium.org
2012-09-12
2
-5
/
+5
[next]