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
/
blob
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ...
michaeln@google.com
2013-05-29
32
-4254
/
+0
*
Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi
kinuko@chromium.org
2013-05-28
3
-6
/
+6
*
Move more browser-specific webkit/fileapi code to webkit/browser/fileapi
kinuko@chromium.org
2013-05-24
1
-1
/
+1
*
Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi
kinuko@chromium.org
2013-05-22
1
-1
/
+1
*
Add michaeln to webkit/OWNERS and clean house
jamesr@chromium.org
2013-05-09
1
-2
/
+0
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-05-08
4
-7
/
+7
*
Revert 198844 "Move sequenced_task_runner to base/task"
dbeam@chromium.org
2013-05-08
2
-2
/
+2
*
Move sequenced_task_runner to base/task
brettw@chromium.org
2013-05-08
2
-2
/
+2
*
webkit: Use base::MessageLoop.
xhwang@chromium.org
2013-05-07
5
-19
/
+19
*
New BlobStorageContext for use in the main browser process. This class is not...
michaeln@google.com
2013-05-01
10
-2
/
+949
*
webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
3
-3
/
+3
*
Add ScopedFile class which supports scope-out deletion and/or callbacks
kinuko@chromium.org
2013-04-26
5
-67
/
+238
*
Make MountPointProvider pluggable from outside webkit/fileapi
kinuko@chromium.org
2013-04-18
1
-10
/
+3
*
Refactor FileSystemMountPointProvider::CreateFileStream{Reader,Writer}
nhiroki@chromium.org
2013-04-10
1
-1
/
+1
*
Split the power monitoring feature from SystemMonitor
hongbo.min@intel.com
2013-04-03
1
-0
/
+2
*
Update the remaining references to sys_string_conversions.h to its new location.
tfarina@chromium.org
2013-03-30
1
-1
/
+1
*
Convert include paths for string_number_conversions in src/chrome and src/webkit
brettw@chromium.org
2013-03-27
1
-1
/
+1
*
Upgrade the return type of GetLength from int to int64.
hidehiko@chromium.org
2013-03-27
4
-11
/
+14
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
6
-6
/
+6
*
Check FileSystem permission in OnAppendBlobDataItem for TYPE_FILE_FILESYSTEM ...
kinuko@chromium.org
2013-02-22
1
-2
/
+8
*
Replace FilePath with base::FilePath.
brettw@chromium.org
2013-02-17
1
-5
/
+6
*
Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.
rsleevi@chromium.org
2013-02-07
1
-4
/
+5
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
11
-30
/
+31
*
Avoid integer overflows in BlobURLRequestJob.
aedla@chromium.org
2013-01-31
2
-19
/
+51
*
Revert 179154
pkotwicz@chromium.org
2013-01-28
2
-52
/
+19
*
Avoid integer overflows in BlobURLRequestJob.
aedla@chromium.org
2013-01-28
2
-19
/
+52
*
Move file_util_proxy to base/files.
brettw@chromium.org
2013-01-26
3
-3
/
+3
*
Add BrowserContext specific external mount points
tbarzic@chromium.org
2013-01-25
1
-0
/
+2
*
New FileSystemURL cracking
tbarzic@chromium.org
2013-01-24
2
-4
/
+6
*
webkit: Update the calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-12-16
3
-4
/
+4
*
webkit_blob: Clean up BlobURLRequestJobTest
hashimoto@chromium.org
2012-11-29
1
-102
/
+87
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
3
-6
/
+6
*
Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.
mkwst@chromium.org
2012-11-07
1
-1
/
+1
*
webkit: Fix BlobURLRequestJobTest flakiness
hashimoto@chromium.org
2012-11-02
1
-4
/
+0
*
Support filesystem files from BlobURLRequestJob
hashimoto@chromium.org
2012-10-22
7
-278
/
+345
*
webkit: Merge blob and fileapi into one build target 'webkit_storage'
hashimoto@chromium.org
2012-10-18
10
-97
/
+36
*
Implement CannedSyncableFileSystem.Write for write testing
kinuko@chromium.org
2012-10-16
2
-0
/
+116
*
Add fileapi::FileSystemFileStreamReader::GetLength()
hashimoto@chromium.org
2012-10-10
2
-8
/
+10
*
webkit_blob: Remove duplicated FileStreamReader creation code from BlobURLReq...
hashimoto@chromium.org
2012-10-10
2
-14
/
+21
*
Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...
erikwright@chromium.org
2012-09-01
1
-3
/
+2
*
Support FileSystem URL in File
kinuko@chromium.org
2012-08-28
6
-0
/
+48
*
Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...
shalev@chromium.org
2012-08-24
7
-6
/
+15
*
Factor out common Element struct from BlobData and ResourceRequestBody
kinuko@chromium.org
2012-08-23
6
-164
/
+70
*
Split net::UploadData into two: for resource request IPC and for upload handling
kinuko@chromium.org
2012-08-21
3
-235
/
+0
*
Revert 152528 - Split net::UploadData into two: for resource request IPC and ...
kinuko@chromium.org
2012-08-21
3
-107
/
+98
*
Split net::UploadData into two: for resource request IPC and for upload handling
kinuko@chromium.org
2012-08-21
3
-98
/
+107
*
Cleanup Blob code dependency
kinuko@chromium.org
2012-08-21
2
-63
/
+0
*
net: Make UploadData::Element an independent class
hashimoto@chromium.org
2012-08-21
2
-6
/
+6
*
Add thread assertions in ShareableFileReference
kinuko@chromium.org
2012-08-10
1
-7
/
+53
*
Add const accessors to URLRequest and UploadData.
vabr@chromium.org
2012-07-28
1
-1
/
+2
[next]