| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Chrome side of changes required to populate appcache resource list. | kkanetkar@chromium.org | 2010-07-28 | 1 | -2/+2 |
* | Make conditional requests when updating the appcache. | michaeln@chromium.org | 2010-07-21 | 1 | -3/+55 |
* | New javascript console logging related to the appcache. | michaeln@chromium.org | 2010-07-14 | 1 | -0/+5 |
* | Reland r52072. Pass notifications to the browser on access to the appcache ma... | jochen@chromium.org | 2010-07-12 | 1 | -1/+1 |
* | Failed compile on Chromium builder dbg | vandebo@chromium.org | 2010-07-12 | 1 | -1/+1 |
* | Pass notifications to the browser on access to the appcache main resource man... | jochen@chromium.org | 2010-07-12 | 1 | -1/+1 |
* | AppCache: add plumbing to deliver logging messages to the renderer process. T... | michaeln@chromium.org | 2010-06-18 | 1 | -0/+4 |
* | Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM... | ajwong@chromium.org | 2010-06-16 | 1 | -11/+3 |
* | Reapply 49081: AppCache: Use a MockHttpServer instead of starting a seperate ... | michaeln@chromium.org | 2010-06-07 | 1 | -117/+234 |
* | Revert 49081 - AppCache: Use a MockHttpServer instead of starting a seperate ... | michaeln@google.com | 2010-06-07 | 1 | -232/+119 |
* | AppCache: Use a MockHttpServer instead of starting a seperate http server for... | michaeln@chromium.org | 2010-06-07 | 1 | -119/+232 |