| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove hyphenation code from Chromium. | tony@chromium.org | 2013-08-02 | 2 | -80/+0 |
* | Remove code to load dictionary in testing code. | tony@chromium.org | 2013-08-01 | 1 | -68/+1 |
* | Remove unused computeLastHyphenLocation impls | abarth@chromium.org | 2013-07-27 | 2 | -18/+0 |
* | reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue... | scottmg@chromium.org | 2013-07-23 | 1 | -1/+1 |
* | Revert 212927 "Move webkitplatformsupport_impl and related from ..." | bryeung@chromium.org | 2013-07-22 | 1 | -1/+1 |
* | Move webkitplatformsupport_impl and related from glue to child | scottmg@chromium.org | 2013-07-22 | 1 | -1/+1 |
* | WebHyphenator::computeLastHyphenLocation should use WebString | abarth@chromium.org | 2013-07-18 | 2 | -3/+19 |
* | Migrate media-related platform support code from webkit/ to content/. | scherkus@chromium.org | 2013-06-20 | 2 | -110/+0 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 2 | -2/+2 |
* | Use a direct include of strings headers in webkit/, part 2. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Reland: Use a shared thread for media operations (round 3). | scherkus@chromium.org | 2013-06-06 | 2 | -44/+0 |
* | Revert 203429 "Reland: Use a shared thread for media operations." | scherkus@chromium.org | 2013-05-31 | 2 | -0/+44 |
* | Reland: Use a shared thread for media operations. | scherkus@chromium.org | 2013-05-31 | 2 | -44/+0 |
* | Move webkit/media/ into webkit/renderer/media | jamesr@chromium.org | 2013-05-30 | 2 | -6/+6 |
* | Update refernces to Blink's Platform API (webkit) | abarth@chromium.org | 2013-05-30 | 4 | -9/+9 |
* | Revert 199531 "Use a shared thread for media operations." | zmo@chromium.org | 2013-05-10 | 2 | -1/+45 |
* | Use a shared thread for media operations. | scherkus@chromium.org | 2013-05-10 | 2 | -45/+1 |
* | Convert the remaining test_shell_tests to content_browsertests. | jam@chromium.org | 2013-04-23 | 1 | -46/+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/+157 |
* | Replace string16 with base::string16 in src/webkit | brettw@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | Switch from using individual methods for hyphenation to using the WebHyphanto... | jochen@chromium.org | 2013-03-01 | 2 | -0/+149 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -1/+3 |
* | Update some #includes in webkit/ for new headers in Platform directory | pilgrim@chromium.org | 2013-01-15 | 1 | -4/+4 |
* | Update these includes to use the new header locations | abarth@chromium.org | 2011-12-03 | 1 | -4/+4 |
* | Remove MockWebFrame in favour of MockWebFrameClient and update corresponding ... | scherkus@chromium.org | 2011-05-13 | 3 | -697/+16 |
* | Add missing functions to webkit mock webframe | dominich@chromium.org | 2011-04-27 | 2 | -0/+5 |
* | Fix for WebKit build break. | zelidrag@chromium.org | 2011-04-15 | 2 | -2/+40 |
* | Build fix: provide dummy implementation of abstract method. | varunjain@chromium.org | 2011-04-08 | 2 | -0/+6 |
* | Prepare mock WebFrame for change in WebKit::WebFrame interface, by adding Cre... | bbudge@chromium.org | 2011-03-24 | 2 | -0/+17 |
* | Provisional fix for WebFrame API change upstream (webkit bug 56139). | sievers@google.com | 2011-03-19 | 2 | -0/+10 |
* | Revert 77109 - Revert 77108 - Revert 77101 - Definition for new API method in... | sreeram@chromium.org | 2011-03-17 | 2 | -5/+0 |
* | Revert 77108 - Revert 77101 - Definition for new API method in WebKit::WebFrame. | thakis@chromium.org | 2011-03-07 | 2 | -0/+5 |
* | Revert 77101 - Definition for new API method in WebKit::WebFrame. | ukai@chromium.org | 2011-03-07 | 2 | -5/+0 |
* | Definition for new API method in WebKit::WebFrame. | thakis@chromium.org | 2011-03-07 | 2 | -0/+5 |
* | Add createFileSystem method in MockWebFrame. | ukai@chromium.org | 2011-03-04 | 2 | -0/+7 |
* | Provisional fix for WebFrame API change upstream. | pfeldman@chromium.org | 2011-02-26 | 2 | -2/+2 |
* | Provisional fix for WebFrame API changes upstream (added clearOpener). | pfeldman@chromium.org | 2011-02-24 | 2 | -0/+4 |
* | For webkit_glue::MockWebFrame, define setScrollOffset() that will be soon int... | yuzo@chromium.org | 2011-02-18 | 2 | -0/+3 |
* | Cleanup more test code. | erg@google.com | 2011-02-09 | 4 | -249/+516 |
* | Take out temporary code that was needed for a two-sided WebKit patch. | jam@chromium.org | 2011-01-21 | 1 | -5/+0 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -10/+10 |
* | Fix canary build break due to printBegin change. | jam@chromium.org | 2011-01-13 | 1 | -1/+9 |
* | moving mocks into webkit/mocks/ | annacc@chromium.org | 2010-12-17 | 3 | -0/+432 |