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
/
chromeos
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move webkit/chromeos into webkit/browser/chromeos
kinuko@chromium.org
2013-05-28
14
-1802
/
+0
*
Split FileAPI code for common|common_child|renderer
kinuko@chromium.org
2013-05-28
2
-2
/
+1
*
Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi
kinuko@chromium.org
2013-05-28
6
-18
/
+18
*
Move more browser-specific webkit/fileapi code to webkit/browser/fileapi
kinuko@chromium.org
2013-05-24
2
-6
/
+6
*
Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi
kinuko@chromium.org
2013-05-22
1
-1
/
+1
*
Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi
kinuko@chromium.org
2013-05-21
1
-1
/
+1
*
Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi
kinuko@chromium.org
2013-05-20
1
-1
/
+1
*
FileAPI: Copy base::FileUtilProxy::Entry to fileapi::DirectoryEntry
nhiroki@chromium.org
2013-05-20
3
-9
/
+5
*
Revert 200828 "Move webkit/fileapi/file_system_mount_point_provi..."
kinuko@chromium.org
2013-05-17
1
-1
/
+1
*
Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi
kinuko@chromium.org
2013-05-17
1
-1
/
+1
*
Cleanup: Deprecate FileSystemCallbackDispatcher
kinuko@chromium.org
2013-05-16
1
-1
/
+0
*
Switch to drive::internal::WebkitFileStreamReaderImpl for the FileStreamReade...
hidehiko@chromium.org
2013-05-13
1
-3
/
+14
*
Add michaeln to webkit/OWNERS and clean house
jamesr@chromium.org
2013-05-09
1
-1
/
+0
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-05-08
2
-3
/
+3
*
[FileAPI][Cleanup] Drop unused FileSystemOperation::NotifyCloseFile.
tzik@chromium.org
2013-05-01
2
-10
/
+0
*
[FileAPI] Add file open ID and close callback
tzik@chromium.org
2013-04-30
2
-2
/
+8
*
webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Convert the remaining test_shell_tests to content_browsertests.
jam@chromium.org
2013-04-23
5
-1580
/
+5
*
remove unnecessary dependencies on WebSecurityOrigin
alecflett@chromium.org
2013-04-22
1
-1
/
+0
*
Make MountPointProvider pluggable from outside webkit/fileapi
kinuko@chromium.org
2013-04-18
2
-0
/
+15
*
Refactor FileSystemMountPointProvider::CreateFileStream{Reader,Writer}
nhiroki@chromium.org
2013-04-10
2
-10
/
+15
*
Add validation framework to Copy or Move operations in fileapi.
vandebo@chromium.org
2013-04-04
2
-0
/
+23
*
chromeos: Use /tmp as mount root directory for stubs.
hashimoto@chromium.org
2013-03-04
3
-3
/
+25
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
4
-5
/
+5
*
Convert FilePath to base::FilePath.
brettw@chromium.org
2013-02-19
1
-3
/
+4
*
Deprecate MountPointProvider::IsAccessAllowed in favor of GetPermissionPolicy
kinuko@chromium.org
2013-02-18
5
-61
/
+117
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
14
-179
/
+180
*
Remove unused methods from ExternalMountPointProvider
tbarzic@chromium.org
2013-01-29
3
-149
/
+15
*
Introduce AsyncFileUtil and deprecate FileSystemFileUtilProxy
kinuko@chromium.org
2013-01-29
2
-3
/
+14
*
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
1
-3
/
+3
*
New FileSystemURL cracking
tbarzic@chromium.org
2013-01-24
2
-29
/
+39
*
Extract external file systems handling from isolated context.
tbarzic@chromium.org
2013-01-18
6
-212
/
+429
*
Update some #includes in webkit/ for new headers in Platform directory
pilgrim@chromium.org
2013-01-15
1
-3
/
+3
*
Cleanup file permission check code in FileAPIMessageFilter
kinuko@chromium.org
2013-01-10
2
-5
/
+11
*
webkit: Update the calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-12-16
1
-37
/
+37
*
Change FileSystemMountPointProvider::GetFileSystemRootPathOnFileThread to tak...
tbarzic@chromium.org
2012-12-14
2
-8
/
+4
*
webkit: Merge blob and fileapi into one build target 'webkit_storage'
hashimoto@chromium.org
2012-10-18
1
-2
/
+2
*
fileapi: Add modification time check for FileSystemFileStreamReader
hashimoto@chromium.org
2012-10-15
2
-1
/
+4
*
Add oem mount point to cros_mount_provider.
tbarzic@chromium.org
2012-10-03
2
-4
/
+37
*
Flush at the end of local file writing in FileWriter API.
kinaba@chromium.org
2012-10-01
2
-0
/
+7
*
Send OnModifyFile Notification when File Write completes successfully or fail...
calvinlo@chromium.org
2012-09-26
2
-2
/
+6
*
Added PlatformFileError param to FileSystemMountPointProvider::CreateFileSyst...
kmadhusu@chromium.org
2012-09-11
2
-4
/
+7
*
Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...
erikwright@chromium.org
2012-09-01
1
-2
/
+3
*
Wire FileSystemOperation::TouchFile to Drive.
kinaba@chromium.org
2012-08-29
2
-2
/
+15
*
kFileSystemTypeIsolated should be only used in the URL exposed to renderer
kinuko@chromium.org
2012-08-27
1
-6
/
+7
*
Changed FileSystemPointProvider::IsAcccessAllowed() to take a single FileSyst...
kinuko@chromium.org
2012-08-27
2
-10
/
+7
*
Rename FileSystemOperationInterface to FileSystemOperation
kinuko@chromium.org
2012-08-24
6
-19
/
+22
*
Rename GDataFileSystem* to DriveFileSystem*
kochi@chromium.org
2012-08-23
1
-1
/
+1
*
Implement RemoteFileSystemOperation::Cancel().
kinaba@chromium.org
2012-08-22
2
-9
/
+51
[next]