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
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
4
-4
/
+13
*
base::Bind: Convert most of webkit/appcache.
jhawkins@chromium.org
2011-12-21
3
-23
/
+3
*
Cleanup: Reorder methods in SandboxMountPointProvider
kinuko@chromium.org
2011-12-20
2
-100
/
+90
*
Add/update comments and cleanup code around FileSystemPathManager
kinuko@chromium.org
2011-12-20
7
-79
/
+91
*
Implement async verision of FileSystemFileUtil and in-memory file system for ...
satorux@chromium.org
2011-12-17
1
-0
/
+2
*
Introduce FileSystemOperationInterface.
satorux@chromium.org
2011-12-16
4
-35
/
+167
*
Adding UMA stats for requestFileSystem error analysis.
tzik@chromium.org
2011-12-14
1
-0
/
+25
*
Update mtime of directory when containing entry changed.
tzik@chromium.org
2011-12-08
3
-6
/
+288
*
Update these includes to use the new header locations
abarth@chromium.org
2011-12-03
4
-5
/
+5
*
Use callback_forward.h instead of callback.h where possible.
erikwright@chromium.org
2011-11-29
1
-1
/
+1
*
base::Bind: Convert file_system_dir_url_request_job.cc.
jhawkins@chromium.org
2011-11-28
2
-10
/
+9
*
Cleanup: Remove unneeded forward declarations in webkit/.
thestig@chromium.org
2011-11-17
6
-9
/
+1
*
Add OVERRIDE to webkit/.
avi@chromium.org
2011-11-16
3
-19
/
+25
*
net: Move UnescapeRule into the net namespace.
tfarina@chromium.org
2011-11-15
1
-2
/
+2
*
webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.
thakis@chromium.org
2011-11-11
1
-0
/
+1
*
Tiny cleanup in FileSystemOperation
kinuko@chromium.org
2011-11-10
2
-65
/
+28
*
Bind: Reimplement remaining FileSystemFileUtilProxy methods using PostTaskAnd...
kinuko@chromium.org
2011-11-09
4
-184
/
+110
*
Retry: Bind: Merge FileUtilProxy and FileSystemFileUtilProxy: Delete/Touch/Tr...
kinuko@chromium.org
2011-11-09
4
-460
/
+94
*
Revert 109010 - Merge FileUtilProxy and FileSystemFileUtilProxy using PostTas...
joi@chromium.org
2011-11-08
4
-94
/
+460
*
Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Delet...
kinuko@chromium.org
2011-11-08
4
-460
/
+94
*
Retry: Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply...
kinuko@chromium.org
2011-11-08
4
-134
/
+78
*
Revert 108639 - again it seems to have broken Mac layout tests
kinuko@chromium.org
2011-11-04
3
-31
/
+111
*
Original issue with review is:
kinuko@chromium.org
2011-11-04
3
-111
/
+31
*
Revert 108258 - broke Mac LayoutTests.
kinuko@chromium.org
2011-11-02
3
-31
/
+111
*
Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Creat...
kinuko@chromium.org
2011-11-02
3
-111
/
+31
*
Add a debug check to verify that FileSystemCallbackDispatcher is not NULL in ...
oleg@chromium.org
2011-10-27
1
-0
/
+14
*
Refactor FileSystemOperation:
oleg@chromium.org
2011-10-26
5
-224
/
+163
*
base::Bind: Final cleanup in webkit/fileapi.
jhawkins@chromium.org
2011-10-20
5
-37
/
+48
*
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
[next]