| Commit message (Expand) | Author | Age | Files | Lines |
* | fileapi: Use CreateSnapshotFile() in SandboxFileStreamWriter | satorux@chromium.org | 2013-06-12 | 2 | -8/+14 |
* | Add TimedTaskHelper to replace timer on SequencedTaskRunner | kinuko@chromium.org | 2013-06-12 | 4 | -0/+236 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in webkit/. | dcheng@chromium.org | 2013-06-12 | 2 | -6/+3 |
* | Depend on blink.gyp:blink instead of Source/WebKit/chromium/WebKit.gyp:webkit | jamesr@chromium.org | 2013-06-12 | 3 | -3/+3 |
* | Implement MediaSourceDelegate::SetDuration() for android | wolenetz@chromium.org | 2013-06-12 | 5 | -33/+113 |
* | Clean up Pepper ImageData resource class. | bbudge@chromium.org | 2013-06-12 | 4 | -79/+53 |
* | Use a direct include of strings headers in webkit/, part 2. | avi@chromium.org | 2013-06-11 | 59 | -72/+75 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 10 | -10/+10 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 35 | -139/+150 |
* | Use a direct include of strings headers in webkit/, part 1. | avi@chromium.org | 2013-06-11 | 56 | -68/+68 |
* | 2nd try: Split webkit_storage target into webkit_storage_{browser,common,rend... | kinuko@chromium.org | 2013-06-11 | 34 | -534/+413 |
* | Revert 205463 "Split webkit_storage target into webkit_storage_{..." | kinuko@chromium.org | 2013-06-11 | 34 | -413/+534 |
* | Split webkit_storage target into webkit_storage_{browser,common,renderer} | kinuko@chromium.org | 2013-06-11 | 34 | -534/+413 |
* | Update tests to not use to-be-removed V8 handle operations. | marja@chromium.org | 2013-06-11 | 1 | -14/+17 |
* | Fix a crash that NotifyDemuxerReady() can be called after demuxer is destroyed. | qinmin@chromium.org | 2013-06-11 | 1 | -0/+2 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 55 | -55/+55 |
* | Make FileSystemOperation NOT self-destruct | kinuko@chromium.org | 2013-06-10 | 15 | -502/+299 |
* | Introduce PPB_NetAddress_Dev. | yzshen@chromium.org | 2013-06-10 | 4 | -0/+20 |
* | Add OWNERS file for webkit/common/plugins/ppapi | yzshen@chromium.org | 2013-06-10 | 1 | -0/+7 |
* | Deprecate LocalFileSystemOperation::SetUp | kinuko@chromium.org | 2013-06-10 | 10 | -268/+98 |
* | Deprecate media_task_runner() from FileSystemTaskRunners | kinuko@chromium.org | 2013-06-10 | 3 | -19/+3 |
* | Replace all CreateFileSystemOperation with FileSystemOperationRunner | kinuko@chromium.org | 2013-06-09 | 25 | -405/+342 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 10 | -64/+56 |
* | Add virtual to webkit_glue::WebKitPlatformSupportImpl::parseDataURL since it is | jamesr@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 70 | -73/+73 |
* | Allow renderer to create pepper ResourceHosts in the browser | raymes@chromium.org | 2013-06-07 | 3 | -0/+14 |
* | Reland "Add UMA stats for MSE playback". | jrummell@chromium.org | 2013-06-07 | 1 | -0/+3 |
* | Expose parseDataURL to Platform | pdr@chromium.org | 2013-06-07 | 2 | -0/+19 |
* | Disable Mac-specific UA spoofing for iOS | stuartmorgan@chromium.org | 2013-06-07 | 1 | -3/+3 |
* | Remove check on |proxy_| in WebMediaPlayerAndroid. | xhwang@chromium.org | 2013-06-07 | 1 | -27/+13 |
* | Handle config changes for MSE | qinmin@chromium.org | 2013-06-07 | 4 | -6/+17 |
* | Cancelling SyncFS operation should not crash | kinuko@chromium.org | 2013-06-07 | 2 | -2/+20 |
* | Factor out HTTP status code and reason phrase in Blob and Stream infrastructu... | tyoshino@chromium.org | 2013-06-07 | 2 | -47/+15 |
* | Fix a few TV-specific bugs | wonsik@chromium.org | 2013-06-07 | 1 | -1/+3 |
* | Don't actually run test-webkitpy on the bots yet. | jochen@chromium.org | 2013-06-07 | 1 | -1/+3 |
* | Make some more code use "if (weak_ptr)" style | akalin@chromium.org | 2013-06-07 | 1 | -3/+3 |
* | Add missing test-webkitpy wrapper | jochen@chromium.org | 2013-06-07 | 1 | -0/+23 |
* | Convert webkit/ sql::ErrorDelegate to callback. | shess@chromium.org | 2013-06-07 | 3 | -50/+20 |
* | fileapi: Add CrosMountPointProvier::AddMountPoints() | satorux@chromium.org | 2013-06-07 | 4 | -13/+42 |
* | Depend on public/blink.gyp:blink to depend on Blink library | jamesr@chromium.org | 2013-06-07 | 7 | -12/+11 |
* | fix WEBKIT_xxx_IMPLEMENTATION macros in webkit/common and webkit/renderer | scottmg@chromium.org | 2013-06-07 | 10 | -38/+57 |
* | Replace last use of obsolete MediaKeyErrorCode aliases. | ddorwin@chromium.org | 2013-06-07 | 1 | -9/+10 |
* | Move Pepper to using mailboxes | piman@chromium.org | 2013-06-06 | 9 | -70/+19 |
* | Implement transform/clip support for Android WebView. | aelias@chromium.org | 2013-06-06 | 1 | -0/+2 |
* | BlobURLRequestJob clean up for readability | tyoshino@chromium.org | 2013-06-06 | 2 | -5/+14 |
* | Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces... | ajwong@chromium.org | 2013-06-06 | 1 | -1/+2 |
* | Remove implementations of deprecated methods in WebKit::WebMediaPlayer | adamk@chromium.org | 2013-06-06 | 6 | -142/+0 |
* | remove webkit.gyp (and the test_shell target) and update affected targets | dpranke@chromium.org | 2013-06-06 | 2 | -58/+0 |
* | Revert 204378 "Add UMA stats for MSE playback." | falken@chromium.org | 2013-06-06 | 1 | -3/+0 |
* | Remove one last caller of WebString::data | abarth@chromium.org | 2013-06-06 | 1 | -2/+3 |