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
/
file_system_operation.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: add DidQueryQuotaAndUsage method to do the common after-query-quota ...
kinuko@chromium.org
2012-02-28
1
-29
/
+39
*
(2nd try) Adding CreateSnapshotFile interface to FileSystemOperationInterface
kinuko@chromium.org
2012-02-28
1
-0
/
+3
*
Revert 123864 - Adding CreateSnapshotFile interface to FileSystemOperationInt...
kinuko@chromium.org
2012-02-28
1
-3
/
+0
*
Adding CreateSnapshotFile interface to FileSystemOperationInterface
kinuko@chromium.org
2012-02-28
1
-0
/
+3
*
Match methods order in file_system_operation.cc with .h
kinuko@chromium.org
2012-02-28
1
-19
/
+24
*
Introduce CrossFileUtilHelper for cross-FileUtil Copy/Move
kinuko@chromium.org
2012-02-27
1
-4
/
+7
*
Move src/dest info out of FileSystemOperationContext
kinuko@chromium.org
2012-02-26
1
-80
/
+35
*
Wired remote file system operation with CrosMountPointProvider.
zelidrag@chromium.org
2012-02-24
1
-22
/
+3
*
Cleanup: add FileSystemOperation::SetPendingOperation() and remove ifdef NDEB...
kinuko@chromium.org
2012-02-16
1
-23
/
+26
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-14
1
-69
/
+100
*
Revert 121620 - Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
1
-100
/
+69
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
1
-69
/
+100
*
ChromeOS build fix r117830
kinuko@chromium.org
2012-01-16
1
-1
/
+5
*
Add CreateFileSystemOperation() method to FileSystemContext
kinuko@chromium.org
2012-01-16
1
-3
/
+11
*
Cleanup FileSystemOperation for preparing for adding FSO-factory method
kinuko@chromium.org
2012-01-11
1
-18
/
+5
*
base::Bind: Remove scoped_callback_factory.h.
jhawkins@chromium.org
2012-01-03
1
-1
/
+0
*
Introduce FileSystemOperationInterface.
satorux@chromium.org
2011-12-16
1
-34
/
+33
*
Cleanup: Remove unneeded forward declarations in webkit/.
thestig@chromium.org
2011-11-17
1
-1
/
+1
*
Tiny cleanup in FileSystemOperation
kinuko@chromium.org
2011-11-10
1
-0
/
+7
*
Retry: Bind: Merge FileUtilProxy and FileSystemFileUtilProxy: Delete/Touch/Tr...
kinuko@chromium.org
2011-11-09
1
-19
/
+10
*
Revert 109010 - Merge FileUtilProxy and FileSystemFileUtilProxy using PostTas...
joi@chromium.org
2011-11-08
1
-10
/
+19
*
Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Delet...
kinuko@chromium.org
2011-11-08
1
-19
/
+10
*
Retry: Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply...
kinuko@chromium.org
2011-11-08
1
-0
/
+1
*
Refactor FileSystemOperation:
oleg@chromium.org
2011-10-26
1
-7
/
+21
*
base::Bind: Convert FileSystemPathManager::GetRootPathCallback.
jhawkins@chromium.org
2011-10-18
1
-1
/
+0
*
Broke CrOS; I can haz CrOS in default try jobs?
jhawkins@chromium.org
2011-10-18
1
-0
/
+1
*
base::Bind: Convert FileSystemPathManager::GetRootPathCallback.
jhawkins@chromium.org
2011-10-18
1
-1
/
+0
*
Use base::Callback in Quota related code.
tzik@chromium.org
2011-10-18
1
-1
/
+1
*
base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.
jhawkins@chromium.org
2011-10-17
1
-0
/
+2
*
Obsoleting --unlimited-quota-for-files
kinuko@chromium.org
2011-09-20
1
-1
/
+1
*
[Refactor] to rename and re-layer the file_util stack layers.
dmikurube@google.com
2011-09-05
1
-4
/
+4
*
Count-up/down the dirty count in the usage cache at FileSystemOperation, not ...
dmikurube@chromium.org
2011-08-31
1
-1
/
+6
*
Replace virtual_path fields in FileSystemOperationContext with similar variab...
ericu@chromium.org
2011-08-23
1
-0
/
+6
*
Change quota to account directories and path names in the filesystem.
dmikurube@chromium.org
2011-07-25
1
-0
/
+13
*
Add integrated tests with the actual QuotaManager and PathManager. (2nd try)
dmikurube@chromium.org
2011-06-16
1
-0
/
+1
*
Revert 88965 - Integrated test with the actual QuotaManager and PathManager.
dmikurube@google.com
2011-06-14
1
-1
/
+0
*
Integrated test with the actual QuotaManager and PathManager.
dmikurube@chromium.org
2011-06-14
1
-0
/
+1
*
Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.
adamk@chromium.org
2011-05-19
1
-3
/
+0
*
Change usage cache code in QuotaFileUtil to use QuotaUtil methods
kinuko@chromium.org
2011-05-19
1
-0
/
+1
*
This integrates the obfuscated filesystem, but keeps it turned off with a flag.
ericu@chromium.org
2011-05-19
1
-6
/
+10
*
Switch usage cache code to use FileSystemQuotaUtil in FileWriterDelegate
kinuko@chromium.org
2011-05-17
1
-0
/
+2
*
Set allowed bytes growth in FileSystemOperation from QuotaManager.
dmikurube@chromium.org
2011-05-10
1
-0
/
+17
*
Fixed file/directory url resolution for external mount point provider.
zelidrag@chromium.org
2011-04-20
1
-0
/
+4
*
Let Pepper open FileSystem files again.
ericu@google.com
2011-04-16
1
-0
/
+14
*
More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where
ericu@google.com
2011-04-13
1
-16
/
+16
*
Fix FileSystemOperationTest for writing operations to avoid conflicting class...
dmikurube@chromium.org
2011-04-13
1
-0
/
+1
*
Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...
ericu@google.com
2011-04-12
1
-16
/
+16
*
More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where
ericu@google.com
2011-04-12
1
-16
/
+16
*
Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...
tkent@chromium.org
2011-04-11
1
-16
/
+16
*
More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where
ericu@google.com
2011-04-09
1
-16
/
+16
[next]