| Commit message (Expand) | Author | Age | Files | Lines |
* | Reland "Move WebKitPlatformSupportImpl over to content." | tfarina@chromium.org | 2014-03-03 | 10 | -2323/+2 |
* | Revert of Move WebKitPlatformSupportImpl over to content. (https://codereview... | scottmg@chromium.org | 2014-03-03 | 10 | -2/+2323 |
* | Move WebKitPlatformSupportImpl over to content. | tfarina@chromium.org | 2014-03-03 | 10 | -2375/+54 |
* | Move fling_animator_impl_android.* to content/child/ | pilgrim@chromium.org | 2014-02-26 | 3 | -146/+0 |
* | Move fling_curve_configuration.* to content/child/ | pilgrim@chromium.org | 2014-02-24 | 3 | -116/+0 |
* | [Android] Port Scroller.java to C++ and use for fling animations | jdduke@chromium.org | 2014-02-22 | 2 | -116/+50 |
* | Move webthread_impl.* to content/child. | tfarina@chromium.org | 2014-02-21 | 3 | -208/+0 |
* | Move WorkerTaskRunner to content/child. | tfarina@chromium.org | 2014-02-19 | 4 | -228/+0 |
* | [Android] Use DIP coordinates for GestureFlingStart events | jdduke@chromium.org | 2014-02-19 | 1 | -4/+8 |
* | Remove unused includes & using statements from blink::Platform implementations. | ddorwin@chromium.org | 2014-02-13 | 1 | -13/+0 |
* | Move webfallbackthemeengine_impl.* to content/child/ | pilgrim@chromium.org | 2014-02-13 | 3 | -237/+0 |
* | DevTools does not display POST bodies when following redirects. | eustas@chromium.org | 2014-02-12 | 1 | -1/+4 |
* | Add transfer size paramater to didFinishLoading [2/3] | eustas@chromium.org | 2014-02-10 | 3 | -10/+13 |
* | Plumb network stack information about existence of cached copy | rdsmith@chromium.org | 2014-02-06 | 4 | -4/+12 |
* | Don't try to guess the referrer policy, but use the one associated with the r... | jochen@chromium.org | 2014-02-04 | 3 | -14/+4 |
* | Move webkit/child/webthemeengine_impl_* to content/child/ | pilgrim@chromium.org | 2014-01-31 | 9 | -1590/+0 |
* | Move webkit/child/web_discardable_memory_impl to content/child/ | pilgrim@chromium.org | 2014-01-30 | 3 | -94/+0 |
* | Move webkit/child/webkitplatformsupport_child_impl to content/ | pilgrim@chromium.org | 2014-01-30 | 10 | -231/+21 |
* | Wires through ScrollbarCorner to NativeTheme. | sky@chromium.org | 2014-01-30 | 3 | -9/+5 |
* | Disable HTTP authentication dialog for XHR with credentials | jl@opera.com | 2014-01-25 | 1 | -0/+5 |
* | Remove accessibility string references for unused media control buttons. | scherkus@chromium.org | 2014-01-24 | 1 | -16/+0 |
* | Implement Platform::createWaitableEvent(): chromium side | kinuko@chromium.org | 2014-01-20 | 2 | -0/+42 |
* | Include the default implementation of WebThemeEngine.h in webthemeengine_impl... | dpranke@chromium.org | 2014-01-17 | 1 | -1/+1 |
* | base: Discardable memory types. | reveman@chromium.org | 2014-01-08 | 2 | -4/+6 |
* | Remove UTF string conversion functions from the global namespace. | avi@chromium.org | 2013-12-26 | 1 | -1/+1 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -2/+2 |
* | Add base:: to string16 in webkit/. | dbeam@chromium.org | 2013-12-19 | 2 | -46/+48 |
* | Move geometric types to a separate, more lightweight target. | ben@chromium.org | 2013-12-18 | 1 | -0/+1 |
* | Enable tcmalloc heap-profiler module on Windows. | peria@chromium.org | 2013-12-11 | 1 | -1/+4 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 2 | -2/+2 |
* | Provide meaningful error description for failed requests. | eustas@chromium.org | 2013-11-27 | 1 | -0/+3 |
* | Remove temporary code after migration of Platform::updateTraceEventDuration | wangxianzhu@chromium.org | 2013-11-21 | 2 | -8/+0 |
* | Cache the numberOfProcessors value on posix and expose it to blink | jochen@chromium.org | 2013-11-20 | 2 | -0/+5 |
* | Independently enable recording and event callback | wangxianzhu@chromium.org | 2013-11-20 | 2 | -1/+15 |
* | Rewrite include paths for Blink public/ headers that have moved | philipj@opera.com | 2013-11-14 | 1 | -1/+1 |
* | Cleanup: Remove unused includes of webkit/glue/webkit_glue.h | tfarina@chromium.org | 2013-11-12 | 1 | -1/+0 |
* | Rename WebKit namespace to blink (part 5) | abarth@chromium.org | 2013-11-07 | 42 | -301/+301 |
* | Extract webkit_child target from glue. | tfarina@chromium.org | 2013-11-06 | 1 | -0/+134 |
* | webkit: Avoid use of discardable memory unless supported natively. | reveman@chromium.org | 2013-11-06 | 1 | -0/+2 |
* | Add Platform::physicalMemoryInBytes to WebKitPlatformSupportImpl. | rmcilroy@chromium.org | 2013-11-05 | 2 | -0/+5 |
* | Add discardable memory emulation for non-android/mac platforms | vollick@chromium.org | 2013-10-30 | 1 | -2/+0 |
* | Remove temporary WebKitPlatformSupportImpl::addTraceEventNew | wangxianzhu@chromium.org | 2013-10-24 | 2 | -27/+1 |
* | Change WebKitPlatformSupportImpl::addTraceEvent() to new impl | wangxianzhu@chromium.org | 2013-10-23 | 2 | -5/+4 |
* | Cleanup deprecated and no longer needed blob revamp stuff, deadcode. | michaeln@google.com | 2013-10-22 | 1 | -4/+0 |
* | Implement new WebKit::Platform trace_event APIs. | wangxianzhu@chromium.org | 2013-10-22 | 2 | -0/+42 |
* | Refactor DiscardableMemory for the upcoming DiscardableMemoryAllocator. | pliard@chromium.org | 2013-10-21 | 3 | -20/+23 |
* | Android: limit image decoded size based on amount of physical memory | wangxianzhu@chromium.org | 2013-10-04 | 1 | -4/+11 |
* | Remove unnecessary DEPS file. | jam@chromium.org | 2013-10-03 | 2 | -2/+0 |
* | Network: wrong http-method is exposed for redirects. | eustas@chromium.org | 2013-09-26 | 1 | -2/+4 |
* | Limit image decoded size on low end Android devices | wangxianzhu@chromium.org | 2013-09-26 | 2 | -0/+14 |