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
/
file_system
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename content/{common,browser}/file_system to fileapi and move blob stuff in...
tzik@chromium.org
2012-03-01
6
-1018
/
+0
*
Check file permissions before doing filesystemoperations for external filesys...
tbarzic@chromium.org
2012-03-01
2
-0
/
+142
*
Modify DeletableFileReference to not necessarily delete after all. Renamed th...
michaeln@google.com
2012-02-29
2
-6
/
+5
*
Merge BlobMessageFilter and FileSystemDispatcherHost into FileAndBlobMessageF...
tzik@chromium.org
2012-02-29
2
-79
/
+163
*
IPC Plumping for WebFileSystem::createSnapshotFileAndReadMetadata
tzik@chromium.org
2012-02-29
1
-1
/
+2
*
Adding FileSystemDispatcherHost implementation for createSnapshot
kinuko@chromium.org
2012-02-29
2
-6
/
+101
*
Move creation of BrowserContext objects that live in content to content, inst...
jam@chromium.org
2012-02-20
1
-1
/
+2
*
Reverting to green up the memory waterfall.
jhawkins@chromium.org
2012-02-19
1
-2
/
+1
*
Move creation of BrowserContext objects that live in content to content, inst...
jam@chromium.org
2012-02-17
1
-1
/
+2
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-14
2
-100
/
+160
*
Revert 121620 - Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
2
-160
/
+100
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
2
-100
/
+160
*
Add CreateFileSystemOperation() method to FileSystemContext
kinuko@chromium.org
2012-01-16
2
-29
/
+50
*
Cleanup FileSystemOperation for preparing for adding FSO-factory method
kinuko@chromium.org
2012-01-11
1
-14
/
+24
*
Replace OpenComplete with DidOpenFileSystem and DidFail for FileSystem.
tzik@chromium.org
2012-01-06
1
-3
/
+3
*
Cleanup: Removing FileSystemPathManager
kinuko@chromium.org
2012-01-05
1
-5
/
+29
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
1
-2
/
+2
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-1
/
+1
*
Move BrowserMessageFilter to public, and into content namespace.
joi@chromium.org
2011-12-16
2
-3
/
+4
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
1
-3
/
+4
*
Add UserMetrics for OpenFileSystem
kinuko@chromium.org
2011-11-29
1
-0
/
+6
*
base::Bind: Low-hanging fruit conversions of NewRunnableFunction.
jhawkins@chromium.org
2011-11-12
1
-3
/
+4
*
Cleanup: Remove unneeded forward declarations in content/browser.
thestig@chromium.org
2011-11-10
1
-2
/
+0
*
Add kAllowFileAccessFromFiles switch for all tests.
zmo@google.com
2011-11-09
1
-4
/
+0
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
4
-2
/
+7
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-2
/
+2
*
Refactor FileSystemOperation:
oleg@chromium.org
2011-10-26
1
-17
/
+8
*
Use base::Callback in Quota related code.
tzik@chromium.org
2011-10-18
1
-1
/
+2
*
2nd try: Change default global temporary quota limit to 50% of available space
kinuko@chromium.org
2011-10-17
1
-14
/
+1
*
Revert 105791 (to see if it fixes browser_tests) - Change default global temp...
kinuko@chromium.org
2011-10-17
1
-1
/
+14
*
Change default global temporary quota limit to 50% of available space
kinuko@chromium.org
2011-10-17
1
-14
/
+1
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
2
-2
/
+2
*
Obsoleting --unlimited-quota-for-files
kinuko@chromium.org
2011-09-20
1
-2
/
+0
*
Annotate all of the functions in content that need to be exported, in prepara...
dpranke@chromium.org
2011-09-13
1
-1
/
+3
*
Add browser_tests for FileAPI with Quota, and remove unlimited access for fil...
dmikurube@chromium.org
2011-09-06
1
-0
/
+106
*
[Refactor] to rename and re-layer the file_util stack layers.
dmikurube@google.com
2011-09-05
1
-2
/
+1
*
Fix an AppCache crash due to a dangling ResourceContext ptr.
michaeln@google.com
2011-09-04
2
-26
/
+28
*
AppendFileToBody by blocking ipc
kinuko@chromium.org
2011-08-17
2
-0
/
+38
*
Tag IPC::Channel::Listener implementations with OVERRIDE
evan@chromium.org
2011-08-16
1
-2
/
+2
*
Removal of Profile from content part 7.
avi@chromium.org
2011-08-09
2
-2
/
+0
*
Pepper quota support
kinuko@chromium.org
2011-08-01
2
-0
/
+30
*
Avoid leaking file handles.
yzshen@chromium.org
2011-07-15
1
-13
/
+4
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.
adamk@chromium.org
2011-05-19
1
-4
/
+0
*
Chrome side of having the WebKit FileSystem API use WebPermissionClient for c...
jam@chromium.org
2011-05-12
2
-30
/
+3
*
Implement SandboxQuotaClient for Quota support in sandboxed filesystem
kinuko@chromium.org
2011-05-09
2
-3
/
+8
*
Remove ChromeURLRequestContext from content/.
willchan@chromium.org
2011-04-29
2
-6
/
+5
*
Fixed file/directory url resolution for external mount point provider.
zelidrag@chromium.org
2011-04-20
2
-1
/
+6
*
Replace more uses of ChromeURLRequestContext/URLRequestContextGetter in conte...
willchan@chromium.org
2011-04-20
2
-21
/
+41
*
Add content/browser/file_system/OWNERS
kinuko@chromium.org
2011-04-19
1
-0
/
+3
[next]