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_url_request_job_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...
erikwright@chromium.org
2012-09-01
1
-2
/
+1
*
Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...
shalev@chromium.org
2012-08-24
1
-0
/
+3
*
Move {Native,Device}MediaFileUtil from FILE thread to SequencedWorkerPool to ...
tzik@chromium.org
2012-08-07
1
-2
/
+2
*
Enables internal filesystem types via Isolated filesystems.
kinuko@chromium.org
2012-07-25
1
-2
/
+2
*
Reduce the number of CrackFileSystemURL
kinuko@chromium.org
2012-06-27
1
-8
/
+8
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-1
/
+4
*
Move all webkit/fileapi tests to content_unittests
adamk@chromium.org
2012-06-07
1
-6
/
+0
*
Change webkit/{fileapi,quota} code to use TaskRunner.
kinuko@chromium.org
2012-05-07
1
-2
/
+1
*
Reland 132134 with memory fix - Use LocalFileReader in FileSystemURLRequestJob
kinuko@chromium.org
2012-04-17
1
-2
/
+11
*
Re-enable speculatively disabled FileSystemURLRequestJobTest tests
simonjam@chromium.org
2012-04-07
1
-12
/
+11
*
Speculatively disable remaining FileSystemURLRequestJobTest tests.
simonjam@chromium.org
2012-04-07
1
-10
/
+11
*
Disable FileSystemURLRequestJobTest.FileTest. It's crashing the Vista Canary
simonjam@chromium.org
2012-04-06
1
-1
/
+1
*
Style fix in webkit/fileapi
tzik@chromium.org
2012-04-05
1
-3
/
+1
*
Fix memory leaks in tests.
ericu@chromium.org
2012-04-04
1
-0
/
+8
*
Reenable a test disabled due to a lack of clobbering. The test is fine.
ericu@google.com
2012-04-04
1
-8
/
+1
*
Disable FileSystemURLRequestJobTest.FileTest on Windows
apavlov@chromium.org
2012-04-03
1
-1
/
+8
*
Introduce CrossFileUtilHelper for cross-FileUtil Copy/Move
kinuko@chromium.org
2012-02-27
1
-4
/
+2
*
Move src/dest info out of FileSystemOperationContext
kinuko@chromium.org
2012-02-26
1
-8
/
+12
*
Cleanup FileSystemOperation for preparing for adding FSO-factory method
kinuko@chromium.org
2012-01-11
1
-7
/
+4
*
Cleanup: Removing FileSystemPathManager
kinuko@chromium.org
2012-01-05
1
-9
/
+7
*
base::Bind: Convert most of webkit/appcache.
jhawkins@chromium.org
2011-12-21
1
-11
/
+1
*
base::Bind: Convert FileSystemPathManager::GetRootPathCallback.
jhawkins@chromium.org
2011-10-18
1
-5
/
+6
*
Broke CrOS; I can haz CrOS in default try jobs?
jhawkins@chromium.org
2011-10-18
1
-6
/
+5
*
base::Bind: Convert FileSystemPathManager::GetRootPathCallback.
jhawkins@chromium.org
2011-10-18
1
-5
/
+6
*
base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.
jhawkins@chromium.org
2011-10-17
1
-0
/
+1
*
Obsoleting --unlimited-quota-for-files
kinuko@chromium.org
2011-09-20
1
-2
/
+1
*
net: Rename URLRequestStatus::os_error_.
tfarina@chromium.org
2011-09-08
1
-5
/
+5
*
[Refactor] to rename and re-layer the file_util stack layers.
dmikurube@google.com
2011-09-05
1
-2
/
+2
*
Replace virtual_path fields in FileSystemOperationContext with similar variab...
ericu@chromium.org
2011-08-23
1
-2
/
+0
*
Test cleanup: Using MockSpecialStoragePolicy instead of local subclasses of S...
marja@chromium.org
2011-08-17
1
-17
/
+3
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
1
-4
/
+4
*
Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.
willchan@chromium.org
2011-07-19
1
-3
/
+7
*
GetMimeType from virtual path in FileSystemURLRequestJob.
tzik@chromium.org
2011-06-22
1
-0
/
+19
*
Proper fix for a leak problem previously hacked around in
ericu@chromium.org
2011-06-04
1
-10
/
+7
*
Work around a scoped_refptr somehow not getting deleted in destructor.
ericu@chromium.org
2011-05-29
1
-0
/
+4
*
Code to turn on obfuscated filesystems for all, and to migrate all existing u...
ericu@google.com
2011-05-28
1
-4
/
+44
*
Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.
adamk@chromium.org
2011-05-19
1
-1
/
+1
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
*
FileSystemURLRequestJobBase: hold a ref in LocalPathCallbackDispatcher until ...
adamk@chromium.org
2011-05-19
1
-7
/
+38
*
Implement SandboxQuotaClient for Quota support in sandboxed filesystem
kinuko@chromium.org
2011-05-09
1
-1
/
+1
*
Fixed file/directory url resolution for external mount point provider.
zelidrag@chromium.org
2011-04-20
1
-8
/
+34
*
Add 'Cache-Control: no-cache' to filesystem: responses to avoid
adamk@chromium.org
2011-04-19
1
-0
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Wired local file system support for File API. The local file system provider ...
zelidrag@chromium.org
2011-03-25
1
-1
/
+1
*
Don't use a separate FILE thread in FileSystemURLRequestJobTest.
adamk@chromium.org
2011-02-14
1
-10
/
+2
*
Several bits of cleanup in FileSystem*URLRequestJob:
adamk@chromium.org
2011-02-09
1
-1
/
+0
*
First crack at FileSystemURLRequestJob for handling filesystem: URLs.
adamk@chromium.org
2011-02-08
1
-0
/
+276