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
/
webkit
/
fileapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callback
kinuko@chromium.org
2011-10-19
3
-14
/
+17
*
base::Bind: Convert FileSystemPathManager::GetRootPathCallback.
jhawkins@chromium.org
2011-10-18
11
-72
/
+69
*
Broke CrOS; I can haz CrOS in default try jobs?
jhawkins@chromium.org
2011-10-18
11
-69
/
+72
*
base::Bind: Convert FileSystemPathManager::GetRootPathCallback.
jhawkins@chromium.org
2011-10-18
11
-72
/
+69
*
Use base::Callback in Quota related code.
tzik@chromium.org
2011-10-18
9
-82
/
+102
*
A few improvements to Blob handling.
michaeln@google.com
2011-10-17
1
-15
/
+17
*
base::Bind: Final cleanup in file_system_file_util_proxy.cc.
jhawkins@chromium.org
2011-10-17
1
-4
/
+3
*
base::Bind: Add a missing ref.
jhawkins@chromium.org
2011-10-17
1
-1
/
+2
*
base::Bind: Convert FileUtilProxy::StatusCallback.
jhawkins@chromium.org
2011-10-17
3
-61
/
+57
*
base::Bind: Convert FileUtilProxy::ReadDirectoryCallback.
jhawkins@chromium.org
2011-10-17
3
-10
/
+9
*
base::Bind: Convert FileUtilProxy::GetFileInfoCallback.
jhawkins@chromium.org
2011-10-17
3
-20
/
+21
*
base::Bind: Convert FileUtilProxy::EnsureFileExistsCallback.
jhawkins@chromium.org
2011-10-17
3
-9
/
+9
*
base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.
jhawkins@chromium.org
2011-10-17
7
-26
/
+25
*
Fix for build error while building using 'make' (Complete build).
qtc746@motorola.com
2011-10-13
1
-2
/
+1
*
Switch FileStream to use new CompletionCallback.
willchan@chromium.org
2011-10-12
4
-12
/
+10
*
net: Move UnescapeURLComponent() functions into net namespace.
tfarina@chromium.org
2011-10-02
2
-3
/
+3
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
3
-3
/
+3
*
gcc 4.6 warnings cleanup
pph34r@gmail.com
2011-09-30
1
-2
/
+1
*
Enhance error reporting for leveldb errors in origin/directory database code
kinuko@chromium.org
2011-09-28
4
-28
/
+43
*
net: make HSTS hosts use the normal SSL interstitials
agl@chromium.org
2011-09-27
2
-16
/
+23
*
Revert "net: make HSTS hosts use the normal SSL interstitials"
agl@chromium.org
2011-09-27
2
-23
/
+16
*
net: make HSTS hosts use the normal SSL interstitials
agl@chromium.org
2011-09-27
2
-16
/
+23
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
1
-0
/
+1
*
Obsoleting --unlimited-quota-for-files
kinuko@chromium.org
2011-09-20
14
-222
/
+36
*
net: Rename URLRequestStatus::os_error_.
tfarina@chromium.org
2011-09-08
2
-8
/
+8
*
Clean up old dead code.
ericu@chromium.org
2011-09-06
1
-17
/
+1
*
Add browser_tests for FileAPI with Quota, and remove unlimited access for fil...
dmikurube@chromium.org
2011-09-06
2
-10
/
+0
*
[Refactor] to rename and re-layer the file_util stack layers.
dmikurube@google.com
2011-09-05
34
-1665
/
+1929
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-2
/
+2
*
Don't abort reading directory when a backing file lost.
tzik@chromium.org
2011-09-02
2
-2
/
+40
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-2
/
+2
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-2
/
+2
*
Handle inconsistency between DB and Files
tzik@chromium.org
2011-08-31
7
-36
/
+214
*
Count-up/down the dirty count in the usage cache at FileSystemOperation, not ...
dmikurube@chromium.org
2011-08-31
3
-61
/
+111
*
Adding Size() to AbstractFileEnumerator
tzik@chromium.org
2011-08-30
6
-36
/
+81
*
Fix OFSFU's Touch to match the other FSFU subclasses.
ericu@chromium.org
2011-08-25
4
-70
/
+80
*
Replace virtual_path fields in FileSystemOperationContext with similar variab...
ericu@chromium.org
2011-08-23
7
-60
/
+26
*
Allow shrinking operation in over quota situation
tzik@chromium.org
2011-08-22
2
-3
/
+68
*
Simplify directory path accounting.
ericu@chromium.org
2011-08-19
19
-892
/
+972
*
Test cleanup: Using MockSpecialStoragePolicy instead of local subclasses of S...
marja@chromium.org
2011-08-17
6
-115
/
+23
*
Move chromium-specific files from leveldb's repository to chromium, stage 2.
dgrogan@chromium.org
2011-08-16
5
-7
/
+7
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
14
-37
/
+37
*
base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.
tfarina@chromium.org
2011-08-15
3
-7
/
+7
*
Force updating file usage cache to make sure it reflects the recent pepper qu...
kinuko@chromium.org
2011-08-12
1
-1
/
+1
*
Revert 95973 - Handle inconsistency between DB and Files in ObfuscatedFileSys...
backer@chromium.org
2011-08-09
2
-118
/
+5
*
Handle inconsistency between DB and Files in ObfuscatedFileSystemFileUtil
tzik@chromium.org
2011-08-09
2
-5
/
+118
*
Quota: Add quota::StorageType to the GetOriginsCallback definition.
mkwst@chromium.org
2011-08-05
3
-9
/
+16
*
Specify 'true' to force creating the new directory in MigrateFromOldSandbox
kinuko@chromium.org
2011-08-05
1
-1
/
+1
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-08-03
1
-3
/
+3
*
Revert 94426 - Removed wchat_t from Time::FromString.
morrita@chromium.org
2011-07-28
1
-3
/
+3
[next]