| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 1 | -4/+4 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 2 | -2/+2 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 1 | -5/+2 |
* | net: Add namespace net to URLRequestFileDirJob. | tfarina@chromium.org | 2010-12-30 | 2 | -27/+33 |
* | net: Add namespace net to URLRequestFilter. | tfarina@chromium.org | 2010-12-26 | 2 | -3/+8 |
* | Create a URLRequestContext for PAC fetching. | willchan@chromium.org | 2010-12-23 | 2 | -6/+39 |
* | Give user the ability to disable the URL request throttler: | yzshen@google.com | 2010-12-23 | 3 | -2/+15 |
* | net: Add namespace net to more files. Part 2. | tfarina@chromium.org | 2010-12-20 | 5 | -39/+52 |
* | net: Add namespace net to URLRequestStartEventParameters. | tfarina@chromium.org | 2010-12-17 | 2 | -5/+13 |
* | net: Add namespace net to more files. | tfarina@chromium.org | 2010-12-17 | 5 | -20/+32 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 3 | -0/+11 |
* | net: Add namespace net to URLRequestErrorJob. | tfarina@chromium.org | 2010-12-15 | 3 | -7/+15 |
* | net: Add namespace net to URLRequestSimpleJob. | tfarina@chromium.org | 2010-12-15 | 2 | -9/+15 |
* | Add /media to whitelist so it can be accessed with file:// protocol on ChromeOS. | achuith@chromium.org | 2010-12-14 | 1 | -0/+1 |
* | Deinline even more destructors. | erg@google.com | 2010-12-14 | 2 | -1/+5 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 2 | -1/+5 |
* | net: Add namespace net to URLRequestHttpJob. | tfarina@chromium.org | 2010-12-13 | 5 | -158/+169 |
* | net: Add namespace net to URLRequestDataJob. | tfarina@chromium.org | 2010-12-12 | 3 | -9/+14 |
* | net: Add namespace net to URLRequestFileJob. | tfarina@chromium.org | 2010-12-12 | 3 | -33/+41 |
* | net: Add namespace net to URLRequestFtpJob. | tfarina@chromium.org | 2010-12-12 | 3 | -45/+53 |
* | net: Add namespace net to URLRequestAboutJob. | tfarina@chromium.org | 2010-12-11 | 3 | -8/+16 |
* | net: Remove typedef net::URLRequestJob URLRequestJob; | tfarina@chromium.org | 2010-12-11 | 25 | -89/+89 |
* | Add a new GetInstance() method for singleton classes under chrome/service and... | satish@chromium.org | 2010-12-09 | 6 | -20/+42 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 3 | -9/+10 |
* | Move more code from headers to implementation. | erg@google.com | 2010-12-07 | 2 | -1/+3 |
* | Also register read cookies in the content settings delegate. | jochen@chromium.org | 2010-12-07 | 1 | -33/+36 |
* | Stop adding more refcounts to some more URLRequestJob subtypes. | willchan@chromium.org | 2010-12-03 | 6 | -28/+40 |
* | Make the cookie list a class (instead of a typedef inside CookieMonster)... | jochen@chromium.org | 2010-12-03 | 1 | -1/+1 |
* | Fix URLRequestHttpJob to use ScopedRunnableMethodFactory. | willchan@chromium.org | 2010-12-03 | 2 | -9/+21 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 27 | -184/+200 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 3 | -12/+10 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 3 | -10/+12 |
* | net: Add namespace net to URLRequest and URLRequestJob classes. | tfarina@chromium.org | 2010-11-28 | 18 | -51/+74 |
* | Make URLRequestThrottlerEntryInterface inherit RefCountedThreadSafe, | joi@chromium.org | 2010-11-26 | 1 | -1/+2 |
* | Pass cookie options to content settings delegate. | jochen@chromium.org | 2010-11-25 | 4 | -0/+6 |
* | Implement exponential back-off mechanism. | joi@chromium.org | 2010-11-25 | 11 | -2/+1127 |
* | net: Implement DNS certificate provenance check uploads. | agl@chromium.org | 2010-11-24 | 1 | -4/+2 |
* | Fixed handling of context_ in URLRequestHttpJob | akalin@chromium.org | 2010-11-23 | 1 | -1/+4 |
* | Revert "Revert "net: Plumb DnsCertProvenanceChecker around."" | agl@chromium.org | 2010-11-22 | 3 | -0/+9 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-22 | 3 | -9/+0 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-22 | 3 | -0/+9 |
* | Revert 66722 - This prevents crashes due to URLRequestHttpJobs hanging on pas... | kkania@chromium.org | 2010-11-19 | 1 | -4/+1 |
* | Make URLRequestJob RefCounted instead of RefCountedThreadSafe. | willchan@chromium.org | 2010-11-19 | 1 | -5/+2 |
* | Limit chrome:filebrowse access to the same directory as file:// | dpolukhin@chromium.org | 2010-11-19 | 1 | -3/+4 |
* | This prevents crashes due to URLRequestHttpJobs hanging on past IOThread | akalin@chromium.org | 2010-11-19 | 1 | -1/+4 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-18 | 3 | -9/+0 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-18 | 3 | -0/+9 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 2 | -3/+3 |
* | Restrict file protocol on chromeos to certain whitelisted directories. Disabl... | achuith@chromium.org | 2010-11-11 | 7 | -6/+70 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-04 | 1 | -0/+8 |