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
/
drive
Commit message (
Expand
)
Author
Age
Files
Lines
*
google_apis: Rename gdata_util.h/cc to time_util.h/cc
satorux@chromium.org
2012-11-15
7
-9
/
+9
*
google_apis: Move IsDriveV2APIEnabled() to drive_api_util.h
satorux@chromium.org
2012-11-15
3
-3
/
+3
*
gooele_apis: Rename gdata_test_util.* to test_util.*
satorux@chromium.org
2012-11-15
1
-2
/
+2
*
drive: Event logger for chrome:drive-internals.
kinaba@chromium.org
2012-11-14
4
-2
/
+90
*
Use a different root resource ID for unit tests.
kochi@chromium.org
2012-11-14
5
-13
/
+26
*
drive: Refactor OnGetAccountMetadata/OnGetAboutResource.
kinaba@chromium.org
2012-11-14
2
-105
/
+35
*
chromeos: Stop creating symlinks in DriveCacheTest
hashimoto@chromium.org
2012-11-14
1
-139
/
+99
*
google_apis: Remove PostBlockingPoolSequencedTask () and friends
satorux@chromium.org
2012-11-14
3
-27
/
+20
*
Remove PrefObserver from usages of PrefChangeRegistrar, batch 2.
joi@chromium.org
2012-11-13
4
-21
/
+16
*
Use the drive scheduler for the Copy operations
zork@chromium.org
2012-11-13
5
-34
/
+273
*
Revert "Linux: change protobuf default option to allow building"
nyquist@chromium.org
2012-11-12
1
-0
/
+2
*
chromeos: Pass the cache root path for GetAmountOfFreeDiskSpace
hashimoto@chromium.org
2012-11-12
1
-12
/
+5
*
drive: deleted entry should not to stop feed updates.
kinaba@chromium.org
2012-11-12
1
-4
/
+2
*
Set root resource ID upon full feed update.
kochi@chromium.org
2012-11-12
7
-22
/
+64
*
browser: Move FindLastActiveWithProfile() into chrome namespace.
tfarina@chromium.org
2012-11-12
1
-1
/
+1
*
chromeos: Replace ModifyCacheState with a number of small functions to simpli...
hashimoto@chromium.org
2012-11-09
1
-263
/
+173
*
drive: StaleCacheRemover/SyncClient shouldn't start when initial load failed.
kinaba@chromium.org
2012-11-09
2
-5
/
+9
*
Fix DriveFileSystemTest.ContentSearchWithNewEntry
kochi@chromium.org
2012-11-08
1
-2
/
+18
*
Drive: Re-initialize DriveOprtations after ResourceMetadata is reset()'d.
yoshiki@chromium.org
2012-11-08
2
-15
/
+15
*
drive: Make drive::test_util::LoadChangeFeed() to return a bool
satorux@chromium.org
2012-11-08
5
-89
/
+99
*
Linux: change protobuf default option to allow building
phajdan.jr@chromium.org
2012-11-07
1
-2
/
+0
*
DriveFeedProcessor refactor #2
achuith@chromium.org
2012-11-07
6
-169
/
+242
*
Remove DownloadManager::Observer::ModelChanged
benjhayden@chromium.org
2012-11-07
2
-115
/
+42
*
Add a TODO.
achuith@chromium.org
2012-11-07
1
-0
/
+1
*
chromeos: Replace DriveCache::GetResourceIdsOf* methods with Iterate()
hashimoto@chromium.org
2012-11-07
9
-294
/
+116
*
Add Move operation to the the scheduler
zork@chromium.org
2012-11-07
5
-55
/
+132
*
chromeos: Polish DriveFileSystem::AddUploadedFile/UpdateEntryData
hashimoto@chromium.org
2012-11-07
6
-230
/
+129
*
chromeos: Replace FileOperationType arguments with constants when possible
hashimoto@chromium.org
2012-11-06
2
-98
/
+39
*
drive: FeedToEntryProtoMap shouldn't have a side-effect.
kinaba@chromium.org
2012-11-06
3
-12
/
+21
*
drive: Return scoped_ptr<> instead of a raw pointer from DocumentEntry
satorux@chromium.org
2012-11-06
2
-5
/
+5
*
chromeos: Use base::PostTaskAndReplyWithResult to simplify DriveCache code
hashimoto@chromium.org
2012-11-06
5
-402
/
+290
*
drive: Unify the use of ResourceMetadata term "origin" or "initialized" to "l...
kinaba@chromium.org
2012-11-06
7
-21
/
+24
*
net: Implement canceling of all async operations in FileStream.
paivanof@gmail.com
2012-11-06
1
-10
/
+1
*
Re-revert 165303 - Set root resource ID upon full feed update.
phoglund@chromium.org
2012-11-05
7
-81
/
+28
*
Helper functions in NetworkChangeNotifier related to WWAN use
droger@chromium.org
2012-11-05
4
-27
/
+4
*
Rename DriveServiceInterface::CreateDirectory to AddNewDirectory to avoid hit...
tzik@chromium.org
2012-11-02
4
-4
/
+4
*
Remove content::NotificationObserver dependency from most Prefs code.
joi@chromium.org
2012-11-01
4
-28
/
+18
*
drive: prefetcher compares last modified time in addition to last access time.
kinaba@chromium.org
2012-11-01
3
-28
/
+49
*
chromeos: Rename DriveCache's methods in a UI-thread centric manner
hashimoto@chromium.org
2012-11-01
11
-465
/
+419
*
chromeos: Use base::PostTaskAndReplyWithResult to simplify Drive code
hashimoto@chromium.org
2012-11-01
3
-91
/
+57
*
chromeos: Stop exposing DriveDownloadObserver::GetDriveTempDownloadPath
hashimoto@chromium.org
2012-11-01
2
-32
/
+23
*
DriveResourceMetadata::TakeOverEntries.
achuith@chromium.org
2012-11-01
3
-9
/
+94
*
drive: Runtime null check for callback in OnUpdatedFileUploaded is unnecessary.
kinaba@chromium.org
2012-11-01
1
-15
/
+5
*
drive: Add "Delta Update Status" section to chrome:drive-internals
satorux@chromium.org
2012-11-01
5
-14
/
+91
*
Introduce AddEntryAndCollectChangedDirectories.
achuith@chromium.org
2012-11-01
2
-31
/
+25
*
Set root resource ID upon full feed update.
kochi@chromium.org
2012-11-01
7
-28
/
+81
*
Fix Drive API JSON data parsing in OnGetDocument().
kochi@chromium.org
2012-11-01
1
-2
/
+10
*
chromeos: Stop calling DriveServiceInterface::Authenticate() from DriveDownlo...
hashimoto@chromium.org
2012-11-01
1
-40
/
+23
*
drive: Deprecate enum ContentOrigin and use simple bool type.
tfarina@chromium.org
2012-11-01
5
-35
/
+14
*
Revert 165219 - Set root resource ID upon full feed update.
brettw@chromium.org
2012-10-31
7
-81
/
+28
[next]