| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of time headers in webkit/, win8/. | avi@chromium.org | 2013-06-28 | 5 | -5/+5 |
* | Move some classes out of webkit/glue/. | darin@chromium.org | 2013-06-27 | 7 | -645/+2 |
* | Eliminate browser-side dependency on WebDevToolsAgent. | darin@chromium.org | 2013-06-26 | 2 | -16/+0 |
* | Move image_decoder.cc/.h from webkit\glue to content\child. | ananta@chromium.org | 2013-06-26 | 3 | -91/+0 |
* | Move configuration of URLRequest referrer to content/browser/loader. | darin@chromium.org | 2013-06-25 | 2 | -29/+0 |
* | Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}. | darin@chromium.org | 2013-06-25 | 4 | -30/+23 |
* | Re-implement PageState serialization without a Blink API dependency. | darin@chromium.org | 2013-06-25 | 4 | -1057/+0 |
* | optimize png files in webkit/glue/resources | oshima@chromium.org | 2013-06-25 | 12 | -0/+0 |
* | DevTools: Add a white circle around the synthetic touch cursor | apavlov@chromium.org | 2013-06-24 | 1 | -0/+0 |
* | Shuffle media-related WebMimeRegistry code from webkit/ to content/. | scherkus@chromium.org | 2013-06-22 | 3 | -70/+19 |
* | Time to kill googleurl.gyp | tfarina@chromium.org | 2013-06-22 | 1 | -1/+1 |
* | Move the npruntime_util.h/.cc files from webkit\glue to content\child. | ananta@chromium.org | 2013-06-21 | 3 | -77/+0 |
* | [Autofill] Update credit card type detection logic. | isherman@chromium.org | 2013-06-21 | 2 | -2/+0 |
* | Move the following clipboard files from webkit\glue to content\renderer. Thes... | ananta@chromium.org | 2013-06-21 | 6 | -499/+3 |
* | Migrate media-related platform support code from webkit/ to content/. | scherkus@chromium.org | 2013-06-20 | 2 | -46/+0 |
* | Move webkit/glue/webcookie.{h,cc} to content/common/cookie_data.{h,cc}. | darin@chromium.org | 2013-06-20 | 3 | -104/+0 |
* | move webkit/glue/webmenurunner_mac* to content/browser/renderer_host | scottmg@chromium.org | 2013-06-18 | 3 | -212/+0 |
* | move webkit/glue/web_discardable_memory_impl* to webkit/child | scottmg@chromium.org | 2013-06-18 | 5 | -102/+2 |
* | move webkit/glue/webthemeengine to webkit/child/ | scottmg@chromium.org | 2013-06-17 | 13 | -1867/+27 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 6 | -18/+18 |
* | move webkit/glue/cursor_utils* to webkit/renderer/ | scottmg@chromium.org | 2013-06-15 | 3 | -75/+6 |
* | reland of https://codereview.chromium.org/16864002 | scottmg@chromium.org | 2013-06-15 | 5 | -243/+3 |
* | delete webkit/glue/web_io_operators.* | scottmg@chromium.org | 2013-06-15 | 4 | -68/+0 |
* | move webmenuitem from webkit/glue/ to webkit/common/ | scottmg@chromium.org | 2013-06-15 | 4 | -85/+3 |
* | Fix glue_child dependency | jamesr@chromium.org | 2013-06-14 | 1 | -1/+1 |
* | Revert "move webkit/glue/webthread_impl* to webkit/child/" | senorblanco@chromium.org | 2013-06-14 | 5 | -3/+243 |
* | move webkit/glue/webthread_impl* to webkit/child/ | scottmg@chromium.org | 2013-06-14 | 5 | -243/+3 |
* | move webkit/glue/worker_task_* to webkit/child/ | scottmg@chromium.org | 2013-06-14 | 6 | -237/+3 |
* | move webkit/glue/touch_fling_* to webkit/child/ | scottmg@chromium.org | 2013-06-13 | 5 | -292/+2 |
* | move webkit/glue/fling_* to webkit/child | scottmg@chromium.org | 2013-06-13 | 7 | -377/+19 |
* | After r205859, linking glue_child.dll has unresolved symbols: | yosin@chromium.org | 2013-06-13 | 1 | -0/+8 |
* | stub webkit/child/ and webkitplatformsupport_child_impl for transition | scottmg@chromium.org | 2013-06-12 | 1 | -0/+20 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -8/+10 |
* | Use a direct include of strings headers in webkit/, part 1. | avi@chromium.org | 2013-06-11 | 13 | -14/+14 |
* | 2nd try: Split webkit_storage target into webkit_storage_{browser,common,rend... | kinuko@chromium.org | 2013-06-11 | 1 | -2/+3 |
* | Revert 205463 "Split webkit_storage target into webkit_storage_{..." | kinuko@chromium.org | 2013-06-11 | 1 | -3/+2 |
* | Split webkit_storage target into webkit_storage_{browser,common,renderer} | kinuko@chromium.org | 2013-06-11 | 1 | -2/+3 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | 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 | 6 | -6/+6 |
* | Expose parseDataURL to Platform | pdr@chromium.org | 2013-06-07 | 2 | -0/+19 |
* | Depend on public/blink.gyp:blink to depend on Blink library | jamesr@chromium.org | 2013-06-07 | 1 | -5/+5 |
* | fix WEBKIT_xxx_IMPLEMENTATION macros in webkit/common and webkit/renderer | scottmg@chromium.org | 2013-06-07 | 4 | -25/+15 |
* | Expose the HttpResponseInfo's ConnectionInfo in window.chrome.loadTimes() | rch@chromium.org | 2013-06-06 | 5 | -1/+19 |
* | Move webkit/appcache/* into webkit/{browser,common}/appcache | kinuko@chromium.org | 2013-06-05 | 1 | -1/+1 |
* | Move C++ code from webkit/tools/test_shell to webkit/support | jamesr@chromium.org | 2013-06-04 | 1 | -2/+2 |
* | Protect WebURLLoaderImpl::Context while receiving responses. | gavinp@chromium.org | 2013-06-04 | 1 | -0/+1 |
* | Roll DEPS for googleurl. Second try. | tfarina@chromium.org | 2013-06-03 | 1 | -3/+3 |
* | Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 4 | -13/+13 |
* | Make webkit_user_agent a standalone gyp | jamesr@chromium.org | 2013-05-31 | 1 | -1/+1 |