summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_url_request_job_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-4/+4
* Add BrowserContext specific external mount pointstbarzic@chromium.org2013-01-251-0/+2
* New FileSystemURL crackingtbarzic@chromium.org2013-01-241-6/+8
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-161-3/+3
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Reland 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-2/+2
* Revert 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-2/+2
* Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-2/+2
* Lint fixes in webkit/fileapikinuko@chromium.org2012-10-291-12/+2
* Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...erikwright@chromium.org2012-09-011-2/+1
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-0/+3
* Move {Native,Device}MediaFileUtil from FILE thread to SequencedWorkerPool to ...tzik@chromium.org2012-08-071-2/+2
* Enables internal filesystem types via Isolated filesystems.kinuko@chromium.org2012-07-251-2/+2
* Reduce the number of CrackFileSystemURLkinuko@chromium.org2012-06-271-8/+8
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-1/+4
* Move all webkit/fileapi tests to content_unittestsadamk@chromium.org2012-06-071-6/+0
* Change webkit/{fileapi,quota} code to use TaskRunner.kinuko@chromium.org2012-05-071-2/+1
* Reland 132134 with memory fix - Use LocalFileReader in FileSystemURLRequestJobkinuko@chromium.org2012-04-171-2/+11
* Re-enable speculatively disabled FileSystemURLRequestJobTest testssimonjam@chromium.org2012-04-071-12/+11
* Speculatively disable remaining FileSystemURLRequestJobTest tests.simonjam@chromium.org2012-04-071-10/+11
* Disable FileSystemURLRequestJobTest.FileTest. It's crashing the Vista Canarysimonjam@chromium.org2012-04-061-1/+1
* Style fix in webkit/fileapitzik@chromium.org2012-04-051-3/+1
* Fix memory leaks in tests.ericu@chromium.org2012-04-041-0/+8
* Reenable a test disabled due to a lack of clobbering. The test is fine.ericu@google.com2012-04-041-8/+1
* Disable FileSystemURLRequestJobTest.FileTest on Windowsapavlov@chromium.org2012-04-031-1/+8
* Introduce CrossFileUtilHelper for cross-FileUtil Copy/Movekinuko@chromium.org2012-02-271-4/+2
* Move src/dest info out of FileSystemOperationContextkinuko@chromium.org2012-02-261-8/+12
* Cleanup FileSystemOperation for preparing for adding FSO-factory methodkinuko@chromium.org2012-01-111-7/+4
* Cleanup: Removing FileSystemPathManagerkinuko@chromium.org2012-01-051-9/+7
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-211-11/+1
* base::Bind: Convert FileSystemPathManager::GetRootPathCallback.jhawkins@chromium.org2011-10-181-5/+6
* Broke CrOS; I can haz CrOS in default try jobs?jhawkins@chromium.org2011-10-181-6/+5
* base::Bind: Convert FileSystemPathManager::GetRootPathCallback.jhawkins@chromium.org2011-10-181-5/+6
* base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.jhawkins@chromium.org2011-10-171-0/+1
* Obsoleting --unlimited-quota-for-fileskinuko@chromium.org2011-09-201-2/+1
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-5/+5
* [Refactor] to rename and re-layer the file_util stack layers.dmikurube@google.com2011-09-051-2/+2
* Replace virtual_path fields in FileSystemOperationContext with similar variab...ericu@chromium.org2011-08-231-2/+0
* Test cleanup: Using MockSpecialStoragePolicy instead of local subclasses of S...marja@chromium.org2011-08-171-17/+3
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-4/+4
* Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.willchan@chromium.org2011-07-191-3/+7
* GetMimeType from virtual path in FileSystemURLRequestJob.tzik@chromium.org2011-06-221-0/+19
* Proper fix for a leak problem previously hacked around inericu@chromium.org2011-06-041-10/+7
* Work around a scoped_refptr somehow not getting deleted in destructor.ericu@chromium.org2011-05-291-0/+4
* Code to turn on obfuscated filesystems for all, and to migrate all existing u...ericu@google.com2011-05-281-4/+44
* Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.adamk@chromium.org2011-05-191-1/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* FileSystemURLRequestJobBase: hold a ref in LocalPathCallbackDispatcher until ...adamk@chromium.org2011-05-191-7/+38
* Implement SandboxQuotaClient for Quota support in sandboxed filesystemkinuko@chromium.org2011-05-091-1/+1
* Fixed file/directory url resolution for external mount point provider.zelidrag@chromium.org2011-04-201-8/+34