| Commit message (Expand) | Author | Age | Files | Lines |
* | webkit: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-07 | 1 | -59/+60 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -6/+8 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -8/+6 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -6/+8 |
* | Chromium appcache pattern matching. Allow the INTERCEPT, FALLBACK, and NETWOR... | michaeln@google.com | 2013-03-30 | 1 | -6/+9 |
* | Fix dependency on scoped_ptr::reset sequencing in appcache. | dcheng@chromium.org | 2013-02-15 | 1 | -59/+82 |
* | Linux/ChromeOS Chromium style checker cleanup, webkit/ edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -18/+25 |
* | Update webkit unit test initialization of URLRequestJobFactory objects. | tedv@chromium.org | 2012-11-29 | 1 | -14/+27 |
* | Reland 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -1/+1 |
* | Revert 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -1/+1 |
* | Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -1/+1 |
* | Turned job_factory into a pure virtual class | shalev@chromium.org | 2012-08-24 | 1 | -13/+13 |
* | Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network... | shalev@chromium.org | 2012-08-24 | 1 | -16/+30 |
* | Stop refcounting URLRequestContext. | willchan@chromium.org | 2012-05-11 | 1 | -5/+5 |
* | Workaround for a crashing appcache bug seen on the crash servers. Add an UMA ... | michaeln@google.com | 2012-05-03 | 1 | -1/+49 |
* | RefCounted types should not have public destructors, webkit/ | rsleevi@chromium.org | 2012-04-28 | 1 | -0/+3 |
* | net::URLRequest: rename Simulate*Error with CancelWith*Error | toyoshim@chromium.org | 2012-03-13 | 1 | -4/+4 |
* | base::Bind: Convert most of webkit/appcache. | jhawkins@chromium.org | 2011-12-21 | 1 | -33/+28 |
* | AppCache INTERCEPT namespace. | michaeln@google.com | 2011-12-13 | 1 | -14/+76 |
* | base::Bind: Implement CancelableCallback to replace CancelableTask. | jhawkins@chromium.org | 2011-11-24 | 1 | -1/+1 |
* | No longer check for a specific mime-type on appcache manifest files. The spec... | michaeln@google.com | 2011-11-21 | 1 | -9/+21 |
* | base::Bind: Convert most of webkit/appcache. | jhawkins@chromium.org | 2011-11-11 | 1 | -7/+6 |
* | Made application cache manifest URL always available for DevTools. | vsevik@chromium.org | 2011-11-08 | 1 | -36/+36 |
* | Thread::Stop() must be called before any subclass's destructor completes. | joi@chromium.org | 2011-11-02 | 1 | -2/+0 |
* | More groundwork for filestream based response storage. | michaeln@google.com | 2011-10-21 | 1 | -7/+14 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -8/+8 |
* | Third-party appcache blocking. | marja@chromium.org | 2011-09-08 | 1 | -103/+1 |
* | Log errors on the URLRequestTYPE_REQUEST_ALIVE end event, | mmenke@chromium.org | 2011-08-17 | 1 | -1/+1 |
* | Remove explicit keyword from multi-argument (w/o default values) constructors | dilmah@chromium.org | 2011-07-26 | 1 | -3/+3 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Reland r91815, "Clean up RegisterProtocolFactory calls." | willchan@chromium.org | 2011-07-08 | 1 | -95/+88 |
* | Revert r91815, "Clean up RegisterProtocolFactory calls." (broke mac canaries) | caseq@google.com | 2011-07-08 | 1 | -89/+92 |
* | Clean up RegisterProtocolFactory calls. | willchan@chromium.org | 2011-07-08 | 1 | -92/+89 |
* | Appcache cross-origin HTTPS resources. | michaeln@google.com | 2011-02-22 | 1 | -2/+96 |
* | AppCache URLFetcher refactoring. Just pulling the URLRequest handling | michaeln@google.com | 2011-02-15 | 1 | -30/+30 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-26 | 1 | -1/+1 |
* | Revert "Clean up net unit testing code." since it breaks the shlib builder. | erg@google.com | 2011-01-25 | 1 | -1/+1 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-25 | 1 | -1/+1 |
* | net: Remove typedef net::URLRequestContext URLRequestContext; | tfarina@chromium.org | 2011-01-15 | 1 | -3/+3 |
* | net: Remove typedef net::URLRequestTestJob URLRequestTestJob; | tfarina@chromium.org | 2011-01-11 | 1 | -8/+9 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | net: Add namespace net to URLRequestErrorJob. | tfarina@chromium.org | 2010-12-15 | 1 | -1/+1 |
* | net: Remove typedef net::URLRequestJob URLRequestJob; | tfarina@chromium.org | 2010-12-11 | 1 | -8/+8 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 1 | -21/+22 |
* | Make the error message more clear in the appcache console logging when an ini... | michaeln@chromium.org | 2010-11-19 | 1 | -35/+2 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -22/+22 |
* | Remove the FLAKY attribute from AppCacheUpdateJobTest.MasterEntryBadManifest.... | michaeln@chromium.org | 2010-08-17 | 1 | -1/+1 |
* | FBTF: Start cleaning up net/ | erg@google.com | 2010-08-11 | 1 | -0/+1 |
* | Undo in memory changes made by an update job if the commit to disk fails. Pro... | michaeln@chromium.org | 2010-08-03 | 1 | -7/+72 |