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
/
file_system
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove BrowserFileSystemContext class and merge it into SandboxedFileSystemCo...
kinuko@chromium.org
2010-12-14
6
-74
/
+45
*
Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...
jam@chromium.org
2010-12-14
1
-1
/
+1
*
Switch a bunch of remaining filters to derive from BrowserMessageFilters so t...
jam@chromium.org
2010-12-13
2
-55
/
+16
*
Remove unneeded browser_process.h includes.
thestig@chromium.org
2010-12-05
1
-1
/
+3
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Make FileSystemOperation's lifetime more explicit.
kinuko@chromium.org
2010-11-30
4
-100
/
+56
*
Refactor: move HostContentSettingsMap to content_settings
gfeher@chromium.org
2010-11-30
1
-1
/
+1
*
FileSystem code cleanup 2nd cut - introduce SandboxedFileSystemOperation
kinuko@chromium.org
2010-11-10
5
-214
/
+44
*
FileSystem code cleanup 1st cut - does some class renaming.
kinuko@chromium.org
2010-11-09
5
-76
/
+72
*
Added ability to propogate create to suggest whether or not filesystem's root...
kkanetkar@chromium.org
2010-11-03
2
-5
/
+9
*
Moving Entry from base::file_util_proxy namespace to within class base::FileU...
kkanetkar@chromium.org
2010-11-02
2
-2
/
+2
*
Use allow_file_access_from_files after it's initialized.
kinuko@chromium.org
2010-10-22
1
-4
/
+4
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
2
-0
/
+3
*
Add a switch to grant unlimited file storage when running Pepper tests.
dumi@chromium.org
2010-10-20
2
-7
/
+13
*
FBTF: Monster ctor patch after changing heuristics in clang plugin.
erg@google.com
2010-10-18
2
-0
/
+3
*
Hide the FileSystem directory under 'unpredictable' location (part 2)
kinuko@chromium.org
2010-10-15
3
-71
/
+77
*
Rename ChromeThread to BrowserThread Part20:
tfarina@chromium.org
2010-10-12
2
-2
/
+2
*
Refactor out path-related methods from file_system_host_context into a separa...
kinuko@chromium.org
2010-10-12
4
-441
/
+15
*
Initial work on worker support for FileWriter.
ericu@google.com
2010-10-11
2
-14
/
+28
*
Rename ChromeThread to BrowserThread Part13:
tfarina@chromium.org
2010-10-10
2
-5
/
+5
*
Check restricted names/chars for FileSystem API
kinuko@chromium.org
2010-10-09
5
-23
/
+198
*
Allow unlimited quota for apps for FileSystem access
kinuko@chromium.org
2010-10-08
5
-13
/
+183
*
Resubmit of http://codereview.chromium.org/3476002/show but without the crash...
ericu@google.com
2010-10-07
2
-4
/
+21
*
Revert 61833 - Add the actual writing-files part of FileWriter.
ericu@google.com
2010-10-07
2
-21
/
+4
*
Add the actual writing-files part of FileWriter.
ericu@google.com
2010-10-07
2
-4
/
+21
*
Reapply 61613 that was reverted for false valgrind alarm.
kinuko@chromium.org
2010-10-07
2
-4
/
+4
*
Hook up Cookies content settings for FileSystem API
kinuko@chromium.org
2010-10-07
1
-11
/
+15
*
Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...
kinuko@chromium.org
2010-10-06
2
-4
/
+4
*
Second try for support removeRecursively and new copy/move behaviors added to...
kinuko@chromium.org
2010-10-06
2
-4
/
+4
*
Revert 61480 - Support removeRecursively and new copy/move behaviors added to...
kinuko@chromium.org
2010-10-05
2
-4
/
+4
*
Support removeRecursively and new copy/move behaviors added to the spec recen...
kinuko@chromium.org
2010-10-05
2
-4
/
+4
*
Second try at submitting 61462.
ericu@google.com
2010-10-05
1
-2
/
+4
*
Revert 61462 - Add truncate and cancel for FileWriter; write and more tests w...
ericu@google.com
2010-10-05
1
-4
/
+2
*
Add truncate and cancel for FileWriter; write and more tests will come in lat...
ericu@google.com
2010-10-05
1
-2
/
+4
*
Adding a TouchFile() operation.
dumi@chromium.org
2010-09-27
2
-0
/
+20
*
Add Worker support for FileSystem API.
kinuko@chromium.org
2010-09-27
7
-42
/
+44
*
This is the IPC and bits of the browser backend for FileWriter. The rest of
ericu@google.com
2010-09-24
4
-0
/
+53
*
Refactor some file_system classes to use chromium types instead of
dumi@chromium.org
2010-09-22
7
-687
/
+108
*
Unittest renamed to chrome_file_system_operation_unittest.cc. Deleting origin...
kkanetkar@chromium.org
2010-09-16
2
-565
/
+3
*
Change the FileSystem IPCs to take FilePaths as arguments instead of
dumi@chromium.org
2010-09-16
2
-63
/
+39
*
Test shell impl for WebKit's File System API:BUG=52799TEST=none
kkanetkar@chromium.org
2010-09-16
8
-347
/
+643
*
Integrate FileSystemOperation with FileSystemDispatcherHost.
kinuko@chromium.org
2010-09-08
2
-64
/
+193
*
Add recursive flag to file_util_proxy::CreateDirectory.
kinuko@chromium.org
2010-09-08
1
-1
/
+1
*
Rename FileSystemBackend to FileSystemOperation and make it explicit that it'...
kinuko@chromium.org
2010-09-04
5
-348
/
+432
*
Unit tests for file_system_backend.cc
kkanetkar@chromium.org
2010-09-03
3
-4
/
+506
*
Moving file_util::FileInfo to base::PlatformFileInfo, and adding the
dumi@chromium.org
2010-09-03
3
-192
/
+194
*
Changes for browser-side implementation for file api.
kkanetkar@chromium.org
2010-09-02
3
-0
/
+303
*
Add final part of IPC plumbing for FileSystem API (retry).
kinuko@chromium.org
2010-08-31
2
-6
/
+81
*
Revert 57915 - Add final part of IPC plumbing for FileSystem API.
kinuko@chromium.org
2010-08-30
2
-80
/
+5
*
Add final part of IPC plumbing for FileSystem API.
kinuko@chromium.org
2010-08-30
2
-5
/
+80
[next]