| Commit message (Expand) | Author | Age | Files | Lines |
* | Change all callers of WebFileInfo::appendFileRange() to use the new | dumi@chromium.org | 2010-09-17 | 1 | -1/+1 |
* | DevTools: report network stack-based finish time for resources. | pfeldman@chromium.org | 2010-09-16 | 1 | -4/+7 |
* | Support handling blob URL and resolve blob references in upload data. | jianli@chromium.org | 2010-08-31 | 1 | -0/+3 |
* | Implement prefetching in chrome | gavinp@google.com | 2010-07-31 | 1 | -0/+2 |
* | Pepper stream-to-file plumbing. | darin@chromium.org | 2010-07-22 | 1 | -2/+10 |
* | DevTools & WebTiming : Migrate from PassiveLogCollector to dedicated LoadTimi... | pfeldman@chromium.org | 2010-07-16 | 1 | -1/+3 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | DevTools: provide network log details to the WebCore's InspectorController. | pfeldman@chromium.org | 2010-07-14 | 1 | -0/+23 |
* | Add field trial stats for alternate_protocol. The histogram we collected are: | lzheng@chromium.org | 2010-06-26 | 1 | -0/+2 |
* | Fix a crash when the content type of a multipart request | tony@chromium.org | 2010-06-24 | 1 | -1/+2 |
* | Track whether a page was loaded via a proxy so that we can | mbelshe@chromium.org | 2010-06-10 | 1 | -0/+1 |
* | This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t... | lzheng@chromium.org | 2010-05-21 | 1 | -0/+1 |
* | Glue for sending/receiving cacheable metadata. | tonyg@chromium.org | 2010-05-17 | 1 | -0/+8 |
* | Cleaning up after a webkit roll. | michaeln@chromium.org | 2010-05-05 | 1 | -7/+5 |
* | Site isolation metrics: Sniff the actual type of cross origin text/html | japhet@chromium.org | 2010-05-04 | 1 | -0/+12 |
* | Ground work for making appcaches work in workers. | michaeln@chromium.org | 2010-04-26 | 1 | -1/+7 |
* | Support sending a sliced file in chromium. | jianli@chromium.org | 2010-03-24 | 1 | -1/+10 |
* | Remove the fallback Mozilla code for parsing FTP LIST response. | phajdan.jr@chromium.org | 2010-01-20 | 1 | -3/+13 |
* | Enable JS detection of whether SPDY was used to load a web page. | mbelshe@google.com | 2010-01-11 | 1 | -0/+1 |
* | If we receive a redirect response, we should copy the http referer field from... | japhet@chromium.org | 2009-12-30 | 1 | -0/+9 |
* | Add a CreateBridge method to the ChildThread. | jcampan@chromium.org | 2009-12-19 | 1 | -13/+15 |
* | WebKit update 51960:51976. | eroman@chromium.org | 2009-12-11 | 1 | -2/+10 |
* | More removal of config.h and glue_util.h dependencies. | darin@chromium.org | 2009-11-18 | 1 | -13/+11 |
* | Use an explicit boolean has_new_first_party_for_cookies instead | wtc@chromium.org | 2009-11-18 | 1 | -0/+3 |
* | Propagate the "first party for cookies" from WebKit to the network stack | wtc@chromium.org | 2009-11-13 | 1 | -4/+8 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -6/+6 |
* | Enable localization of default downloaded filename. | tony@chromium.org | 2009-11-04 | 1 | -7/+3 |
* | DevTools: report correct content length for resources. | yurys@google.com | 2009-11-02 | 1 | -4/+1 |
* | Make GetURLForDebugging return a const GURL. | tony@chromium.org | 2009-10-28 | 1 | -3/+3 |
* | Do some cleanup of file path name handling. | brettw@chromium.org | 2009-10-22 | 1 | -2/+7 |
* | Move FTP LIST parsing code to the renderer process. | phajdan.jr@chromium.org | 2009-09-22 | 1 | -4/+20 |
* | * Add appCacheManifestUrl data member to WebURLResponse, and use it to detect... | michaeln@google.com | 2009-09-08 | 1 | -3/+2 |
* | Add WebKit api support for allowing/disallowing stored | levin@chromium.org | 2009-08-26 | 1 | -0/+9 |
* | Retrofit the pre-existing appache message dispatching with the new WebKit API... | michaeln@google.com | 2009-08-21 | 1 | -1/+3 |
* | Fix a bunch of layout tests related to dumpResourceLoadCallbacks. | darin@chromium.org | 2009-08-06 | 1 | -14/+18 |
* | Add plumbing for allowing the renderer to intercept and cancel redirects before | darin@chromium.org | 2009-07-30 | 1 | -17/+20 |
* | Don't call cancel on requests that have completed successfully. | paul@chromium.org | 2009-06-25 | 1 | -1/+3 |
* | Fix javascript-backslash.html layout test failure. | darin@chromium.org | 2009-06-11 | 1 | -158/+228 |
* | Update WebKit to r44544. | darin@chromium.org | 2009-06-09 | 1 | -16/+0 |
* | Start using WebURLLoader, et. al. from the WebKit API. | darin@chromium.org | 2009-06-09 | 1 | -0/+502 |
* | Revert WebURLLoader landing. Too many layout test failures. | darin@chromium.org | 2009-05-30 | 1 | -502/+0 |
* | Fix layout test failures. | darin@chromium.org | 2009-05-30 | 1 | -1/+2 |
* | Start using WebURLLoader, et. al. from the WebKit API. | darin@chromium.org | 2009-05-30 | 1 | -0/+501 |