| Commit message (Expand) | Author | Age | Files | Lines |
* | reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue... | scottmg@chromium.org | 2013-07-23 | 1 | -232/+0 |
* | Revert 212927 "Move webkitplatformsupport_impl and related from ..." | bryeung@chromium.org | 2013-07-22 | 1 | -0/+232 |
* | Move webkitplatformsupport_impl and related from glue to child | scottmg@chromium.org | 2013-07-22 | 1 | -232/+0 |
* | webkit: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-06-29 | 1 | -1/+1 |
* | Move some classes out of webkit/glue/. | darin@chromium.org | 2013-06-27 | 1 | -108/+1 |
* | Expose the HttpResponseInfo's ConnectionInfo in window.chrome.loadTimes() | rch@chromium.org | 2013-06-06 | 1 | -0/+4 |
* | Update refernces to Blink's Platform API (webkit) | abarth@chromium.org | 2013-05-30 | 1 | -2/+2 |
* | LoadTiming in net part 7: Hooking it all up | mmenke@chromium.org | 2013-03-27 | 1 | -70/+3 |
* | Add a ResourceScheduler to ResourceDispatcherHost. | simonjam@chromium.org | 2013-02-27 | 1 | -1/+7 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Revert 183382 - broke gmail | simonjam@chromium.org | 2013-02-21 | 1 | -7/+1 |
* | Add a ResourceScheduler to ResourceDispatcherHost. | simonjam@chromium.org | 2013-02-20 | 1 | -1/+7 |
* | Use WebKit's resource priorities instead of computing our own. | simonjam@chromium.org | 2013-02-05 | 1 | -0/+3 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -1/+1 |
* | Update some #includes in webkit/glue for headers in the new Platform directory | pilgrim@chromium.org | 2013-01-15 | 1 | -1/+1 |
* | Remove the HANDLED_EXTERNALLY status code. | mkosiba@chromium.org | 2012-09-07 | 1 | -4/+5 |
* | Split net::UploadData into two: for resource request IPC and for upload handling | kinuko@chromium.org | 2012-08-21 | 1 | -26/+4 |
* | Revert 152528 - Split net::UploadData into two: for resource request IPC and ... | kinuko@chromium.org | 2012-08-21 | 1 | -4/+26 |
* | Split net::UploadData into two: for resource request IPC and for upload handling | kinuko@chromium.org | 2012-08-21 | 1 | -26/+4 |
* | Remove magic iframe load transfer support. | dimich@chromium.org | 2012-06-13 | 1 | -4/+0 |
* | RefCounted types should not have public destructors, webkit/ edition | rsleevi@chromium.org | 2012-06-04 | 1 | -2/+3 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from webkit. | thestig@chromium.org | 2012-05-23 | 1 | -1/+0 |
* | RefCounted types should not have public destructors, webkit/ | rsleevi@chromium.org | 2012-04-28 | 1 | -1/+4 |
* | Handle move of WebKit's WebReferrerPolicy.h | gavinp@chromium.org | 2012-04-26 | 1 | -1/+1 |
* | SPDY - chrome:loadtimes() should display negotiated NPN protocol. | rtenneti@chromium.org | 2012-02-28 | 1 | -1/+4 |
* | Use a monotonic clock (TimeTicks) to report network times to WebCore. | simonjam@chromium.org | 2011-12-16 | 1 | -5/+9 |
* | Make the transfer request code path use full referrers | jochen@chromium.org | 2011-12-05 | 1 | -0/+4 |
* | Update these includes to use the new header locations | abarth@chromium.org | 2011-12-03 | 1 | -1/+1 |
* | Add exports needed for glue to build as a component. | dpranke@chromium.org | 2011-12-02 | 1 | -9/+10 |
* | Move some webkit_glue embedder functions into WebKitPlatformSupport virtual m... | piman@chromium.org | 2011-11-22 | 1 | -12/+9 |
* | Revert 109622 - Export symbols from content.dll that are depended upon by chr... | tommi@chromium.org | 2011-11-11 | 1 | -3/+1 |
* | Export symbols from content.dll that are depended upon by chrome.dll. | tommi@chromium.org | 2011-11-11 | 1 | -1/+3 |
* | Move the RequestExtraData structure to content/, where we can modify it more ... | pkasting@chromium.org | 2011-08-20 | 1 | -5/+5 |
* | Reland 97048 - Update routing id of pending resource requests for reparented ... | rvargas@google.com | 2011-08-17 | 1 | -0/+4 |
* | Revert 97048 - Trying to see if this is related with a | rvargas@google.com | 2011-08-17 | 1 | -4/+0 |
* | Update routing id of pending resource requests for reparented iframes. | dimich@chromium.org | 2011-08-16 | 1 | -0/+4 |
* | Provide ID of the frame that triggered an event to the webrequest extension. | battre@chromium.org | 2011-07-21 | 1 | -0/+7 |
* | Remove unused, wrong parameters from request_info. | abarth@chromium.org | 2011-05-11 | 1 | -3/+0 |
* | Added raw headers support to DevTools. | vsevik@chromium.org | 2011-04-20 | 1 | -0/+2 |
* | Renamed raw_data_length to encoded_data_length | vsevik@chromium.org | 2011-04-13 | 1 | -7/+7 |
* | Enabled actual transfer size in chromium | vsevik@chromium.org | 2011-04-08 | 1 | -1/+10 |
* | Removed bytes_received from ResourceDevToolsInfo since it is only used in dev... | vsevik@chromium.org | 2011-04-06 | 1 | -1/+0 |
* | Save actual transfer size for future DevTools use | vsevik@chromium.org | 2011-03-31 | 1 | -0/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Take out the is_content_filtered bool that gets passed around betwen renderer... | jam@chromium.org | 2011-03-04 | 1 | -5/+2 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 1 | -0/+4 |
* | net: Remove typedef net::URLRequestStatus URLRequestStatus; | tfarina@chromium.org | 2011-01-13 | 1 | -2/+2 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -1/+1 |
* | Modify the "dangerous download" algorithm as follows. Original patch by Pier... | pkasting@chromium.org | 2010-12-06 | 1 | -1/+4 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 1 | -3/+3 |