| Commit message (Expand) | Author | Age | Files | Lines |
* | Move SpawnedTestServer to its own subdirectory. | phajdan.jr@chromium.org | 2013-05-07 | 1 | -1/+1 |
* | Deleted obsolete setMinimumTimerInterval and related constants. | kbr@chromium.org | 2013-05-07 | 2 | -10/+0 |
* | webkit: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-07 | 2 | -19/+18 |
* | GTTF: rename net::TestServer -> net::SpawnedTestServer | phajdan.jr@chromium.org | 2013-05-03 | 1 | -1/+1 |
* | Change include paths to use the new IDB header locations in Platform | alecflett@chromium.org | 2013-05-02 | 1 | -1/+1 |
* | Add fling velocity updates from gesture curves. | jdduke@chromium.org | 2013-04-29 | 1 | -0/+2 |
* | Remove WebSecurityOrigin from chromium | alecflett@chromium.org | 2013-04-25 | 2 | -22/+17 |
* | Android: Move SurfaceTexture from content to ui/gl and add test. | sievers@chromium.org | 2013-04-24 | 1 | -0/+2 |
* | Add create WGC3DInProcessCommandBuffer for on-screen context | boliu@chromium.org | 2013-04-19 | 1 | -1/+2 |
* | Make MountPointProvider pluggable from outside webkit/fileapi | kinuko@chromium.org | 2013-04-18 | 1 | -0/+4 |
* | Update the remaining include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-17 | 4 | -4/+4 |
* | Remove runtime flag for data transfer items. | dcheng@chromium.org | 2013-04-12 | 1 | -1/+0 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 2 | -11/+9 |
* | WebSocket: Remove runtime disable flag | toyoshim@chromium.org | 2013-04-09 | 1 | -1/+0 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/. | dcheng@chromium.org | 2013-04-07 | 1 | -1/+1 |
* | Enable media stream layout test with content_shell. | wjia@chromium.org | 2013-04-04 | 3 | -0/+9 |
* | Update the remaining references to sys_string_conversions.h to its new location. | tfarina@chromium.org | 2013-03-30 | 1 | -1/+1 |
* | Replace string16 with base::string16 in src/webkit | brettw@chromium.org | 2013-03-29 | 7 | -58/+65 |
* | Stop using WebGraphicsContext3DInProcessImpl in webkit/ | danakj@chromium.org | 2013-03-29 | 2 | -4/+0 |
* | Lazy initialize WGC3DInProcessCommandBufferImpl | boliu@chromium.org | 2013-03-27 | 3 | -19/+1 |
* | Changes to build ash_unittests with RunLoop().RunUntilIdle(). | tfarina@chromium.org | 2013-03-24 | 1 | -3/+4 |
* | Remove WebMediaPlayerInProcessAndroid | qinmin@chromium.org | 2013-03-24 | 2 | -43/+1 |
* | Revert 189820 "Lazy initialize WGC3DInProcessCommandBufferImpl". Causing che... | pkasting@chromium.org | 2013-03-23 | 3 | -1/+19 |
* | Delete plugin workaround that seems no longer necessary. | thakis@chromium.org | 2013-03-22 | 1 | -15/+0 |
* | Lazy initialize WGC3DInProcessCommandBufferImpl | boliu@chromium.org | 2013-03-22 | 3 | -19/+1 |
* | Remove support for WebGraphicsContext3DInProcessImpl. | danakj@chromium.org | 2013-03-21 | 3 | -46/+11 |
* | Remove dead code behind ifndef WEBKIT_USE_NEW_WEBFILESYSTEMTYPE | pilgrim@chromium.org | 2013-03-20 | 2 | -16/+0 |
* | Revert 189019 "Remove support for WebGraphicsContext3DInProcessI..." | kbr@chromium.org | 2013-03-19 | 3 | -11/+46 |
* | Add support for WEBKIT_USE_NEW_WEBFILESYSTEMTYPE | pilgrim@chromium.org | 2013-03-19 | 2 | -2/+21 |
* | Remove support for WebGraphicsContext3DInProcessImpl. | danakj@chromium.org | 2013-03-19 | 3 | -46/+11 |
* | Move compositor bindings implementations out of WebKit::, fix style | jamesr@chromium.org | 2013-03-18 | 2 | -3/+3 |
* | Part 4 of cc/ directory shuffles: output | jamesr@chromium.org | 2013-03-18 | 1 | -1/+1 |
* | Part 1 of cc/ directory shuffles: base | jamesr@chromium.org | 2013-03-18 | 2 | -2/+2 |
* | cc: Chromify Thread and ThreadImpl | enne@chromium.org | 2013-03-17 | 1 | -1/+1 |
* | Make ContextProvider::InitializeOnMainThread implicit. | danakj@chromium.org | 2013-03-15 | 1 | -4/+1 |
* | inhibit assert dialog when running webkit tests | scottmg@chromium.org | 2013-03-13 | 1 | -0/+4 |
* | cc: Prevent crash when context creation fails. | danakj@chromium.org | 2013-03-12 | 1 | -3/+4 |
* | Update some #includes for WebMessagePortChannel.h which has moved to Platform... | pilgrim@chromium.org | 2013-03-09 | 1 | -1/+1 |
* | Update some #includes for WebMessagePortChannelClient.h which has been moved ... | pilgrim@chromium.org | 2013-03-08 | 1 | -1/+1 |
* | Update some #includes for WebStorageNamespace.h which has been moved to the n... | pilgrim@chromium.org | 2013-03-08 | 2 | -2/+2 |
* | Initialize the ui::ResourceBundle even on Windows so that | dpranke@chromium.org | 2013-03-07 | 1 | -0/+8 |
* | Change scroll deltas to floats. | aelias@chromium.org | 2013-03-07 | 1 | -3/+3 |
* | Remove deprecated and unused webkit_support::CreateLTV() functions | jamesr@chromium.org | 2013-03-06 | 2 | -40/+5 |
* | Remove deprecated hyphenation methods from WebKit::Platform implementations | jochen@chromium.org | 2013-03-05 | 2 | -19/+0 |
* | Implement WebKit::Platform::isThreadedCompositingEnabled() | jamesr@chromium.org | 2013-03-05 | 4 | -1/+20 |
* | Remove WebCompositorSupport::initialize/shutdown dependency from webkit_suppo... | jamesr@chromium.org | 2013-03-04 | 3 | -13/+41 |
* | Fix plugin visibility in DRT | jbauman@chromium.org | 2013-03-02 | 1 | -1/+7 |
* | Get rid of WebLayerTreeViewClient references in WebLayerTreeViewImplForTesting | jamesr@chromium.org | 2013-03-02 | 3 | -22/+2 |
* | Switch from using individual methods for hyphenation to using the WebHyphanto... | jochen@chromium.org | 2013-03-01 | 3 | -79/+24 |
* | Delete old RTCVideoDecoder code path. | wuchengli@chromium.org | 2013-03-01 | 3 | -20/+1 |