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
*
Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi
kinuko@chromium.org
2013-05-28
1
-278
/
+0
*
FileAPI: Copy base::FileUtilProxy::Entry to fileapi::DirectoryEntry
nhiroki@chromium.org
2013-05-20
1
-2
/
+4
*
[FileAPI][Cleanup] Drop unused FileSystemOperation::NotifyCloseFile.
tzik@chromium.org
2013-05-01
1
-7
/
+0
*
[FileAPI] Add file open ID and close callback
tzik@chromium.org
2013-04-30
1
-0
/
+3
*
Cleanup: Remove Synchronous MTP delegate support now that all MTPDelegates ar...
thestig@chromium.org
2013-04-06
1
-1
/
+1
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-2
/
+2
*
Move file_util_proxy to base/files.
brettw@chromium.org
2013-01-26
1
-1
/
+1
*
2nd try: Cleanup includes/headers in webkit/fileapi
kinuko@chromium.org
2012-10-10
1
-1
/
+0
*
Revert 161054 - Cleanup includes/headers in webkit/fileapi
viettrungluu@chromium.org
2012-10-10
1
-0
/
+1
*
Cleanup includes/headers in webkit/fileapi
kinuko@chromium.org
2012-10-10
1
-1
/
+0
*
Exposed CopyInForeignFile to LocalFileSystemOperation. Also added positive an...
calvinlo@chromium.org
2012-09-14
1
-0
/
+1
*
Rename FileSystemOperationInterface to FileSystemOperation
kinuko@chromium.org
2012-08-24
1
-0
/
+280
*
Renamed FileSystemOperation to LocalFileSystemOperation.
nhiroki@google.com
2012-07-24
1
-283
/
+0
*
Adding FileUtil::CreateSnapshotFile
kinuko@chromium.org
2012-07-19
1
-0
/
+6
*
Notify CloseFile from Pepper to FileSystem.
kinaba@chromium.org
2012-07-10
1
-0
/
+1
*
Reduce the number of CrackFileSystemURL
kinuko@chromium.org
2012-06-27
1
-46
/
+46
*
Move fileapi into its own component
benwells@chromium.org
2012-05-30
1
-1
/
+3
*
Implement SandboxFileWriter and rewrite FileWriterDelegate to use it
kinuko@chromium.org
2012-05-22
1
-8
/
+0
*
Add RegisterMountPointProvider and TestMountPointProvider for testing
kinuko@chromium.org
2012-05-11
1
-1
/
+2
*
FileWriterDelegate should not call URLRequest::Start() after Cancel().
kinuko@chromium.org
2012-05-11
1
-3
/
+8
*
Change webkit/{fileapi,quota} code to use TaskRunner.
kinuko@chromium.org
2012-05-07
1
-6
/
+1
*
Add isolated file_util for directory (and file) drag-and-drop support.
kinuko@chromium.org
2012-04-02
1
-1
/
+2
*
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
[next]