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
/
content
/
browser
/
fileapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't rename the layout test directory for file system tests running in conte...
jochen@chromium.org
2013-02-11
1
-1
/
+1
*
Use base namespace for FilePath in content/browser
brettw@chromium.org
2013-02-07
5
-18
/
+20
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-6
/
+6
*
Revert 179946 - Compile fail
rsesek@chromium.org
2013-01-31
2
-70
/
+30
*
Revert 179635
zmo@chromium.org
2013-01-31
2
-30
/
+70
*
[content shell] ShellRenderProcessObserver no longer depends on WebTestInterf...
marja@chromium.org
2013-01-30
2
-70
/
+30
*
Disable FileSystemLayoutTest.CrossFilesystemOp on win.
mattm@chromium.org
2013-01-29
1
-1
/
+7
*
Add the layout tests in fast/files to content_browsertests.
ericu@chromium.org
2013-01-29
1
-0
/
+186
*
Move file_util_proxy to base/files.
brettw@chromium.org
2013-01-26
1
-1
/
+1
*
Add BrowserContext specific external mount points
tbarzic@chromium.org
2013-01-25
2
-0
/
+8
*
New FileSystemURL cracking
tbarzic@chromium.org
2013-01-24
1
-19
/
+19
*
[content shell] add ShellMessageFilter to handle sync IPCs on IO thread
jochen@chromium.org
2013-01-23
1
-10
/
+1
*
Don't explicitly grant access permissions for drive cache files to fileBrowse...
tbarzic@chromium.org
2013-01-12
1
-6
/
+15
*
Reject appending FILE_FILESYSTEM type blob item for now
kinuko@chromium.org
2013-01-11
1
-2
/
+6
*
Make Isolated filesystem layout tests runnable in content_browsertests
kinuko@chromium.org
2013-01-11
1
-4
/
+10
*
Cleanup file permission check code in FileAPIMessageFilter
kinuko@chromium.org
2013-01-10
1
-75
/
+42
*
Simplify ExecuteJavaScript* functions.
darin@chromium.org
2013-01-04
1
-3
/
+2
*
Cleanup: Remove unneeded browser_thread.h includes in contents.
thestig@chromium.org
2013-01-03
2
-1
/
+1
*
Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}
darin@chromium.org
2013-01-02
1
-2
/
+4
*
Add layout tests for filesystem to content_browsertests.
ericu@chromium.org
2012-12-20
1
-0
/
+267
*
Media Galleries: Simplify the MTP delegates so they mostly live on one thread.
thestig@chromium.org
2012-12-13
1
-1
/
+1
*
Quota calculation is wrong in cross-filesystem operation
kinuko@chromium.org
2012-11-30
1
-2
/
+2
*
File permission fix: now we selectively grant read permission for Sandboxed f...
kinuko@chromium.org
2012-11-29
2
-10
/
+27
*
Do not give blanket permission to the Sandboxed FileSystem directory and veri...
kinuko@chromium.org
2012-11-29
1
-2
/
+28
*
Move remaining content test code into the content namespace.
jam@chromium.org
2012-10-30
1
-0
/
+4
*
Revert 164120 - content/browser: Move more files into the content namespace.
sail@chromium.org
2012-10-25
1
-1
/
+0
*
content/browser: Move more files into the content namespace.
tfarina@chromium.org
2012-10-25
1
-0
/
+1
*
Move fileapi and dom_storage directories into the content namespace.
jam@chromium.org
2012-10-24
6
-19
/
+30
*
Rewrite layout_browsertests to use content_shell --dump-render-tree to execut...
jochen@chromium.org
2012-09-26
1
-22
/
+1
*
Semicolon is necessary for copying files.
kinaba@chromium.org
2012-09-24
1
-1
/
+1
*
Fix IPC serialization code for ranged Blob and add layout browsertest for it
tzik@chromium.org
2012-09-11
1
-0
/
+39
*
Update callers of CreateFileSystemOperation so more detailed error codes can ...
calvinlo@chromium.org
2012-09-10
1
-20
/
+68
*
Revert 155377 - Update callers of CreateFileSystemOperation so more detailed ...
erikwright@chromium.org
2012-09-07
1
-68
/
+20
*
Update callers of CreateFileSystemOperation so more detailed error codes can ...
calvinlo@chromium.org
2012-09-07
1
-20
/
+68
*
Add observer classes for fileapi to observe filesystem changes
kinuko@chromium.org
2012-09-07
1
-11
/
+14
*
Support FileSystem URL in File
kinuko@chromium.org
2012-08-28
1
-0
/
+2
*
kFileSystemTypeIsolated should be only used in the URL exposed to renderer
kinuko@chromium.org
2012-08-27
1
-1
/
+1
*
Rename FileSystemOperationInterface to FileSystemOperation
kinuko@chromium.org
2012-08-24
2
-14
/
+10
*
Factor out common Element struct from BlobData and ResourceRequestBody
kinuko@chromium.org
2012-08-23
1
-5
/
+5
*
Access the QuotaManager via a StoragePartition to support the isolated app fe...
michaeln@google.com
2012-08-22
1
-2
/
+3
*
Integrate external mount points to IsolatedContext
kinuko@chromium.org
2012-08-21
1
-2
/
+2
*
Move {Native,Device}MediaFileUtil from FILE thread to SequencedWorkerPool to ...
tzik@chromium.org
2012-08-07
1
-2
/
+13
*
We should grant read permission to the file returned by CreateFileSnapshot si...
kinuko@chromium.org
2012-08-03
1
-0
/
+18
*
Wire up the deleteFileSystem operation.
nhiroki@google.com
2012-08-02
2
-0
/
+26
*
Use the virtual path to set the blob's mime type for CreateSnapshotFile, othe...
kinuko@chromium.org
2012-07-31
2
-12
/
+28
*
Move over a bunch of tests from browser_tests to content_browsertests.
jam@chromium.org
2012-07-26
1
-23
/
+21
*
Enables internal filesystem types via Isolated filesystems.
kinuko@chromium.org
2012-07-25
1
-12
/
+5
*
Renamed FileSystemOperation to LocalFileSystemOperation.
nhiroki@google.com
2012-07-24
1
-4
/
+4
*
Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...
jam@chromium.org
2012-07-24
1
-1
/
+2
*
Always enable dom automation for browser_tests. This avoids developers having...
jam@chromium.org
2012-07-18
1
-3
/
+1
[next]