| Commit message (Expand) | Author | Age | Files | Lines |
* | Restrict file access on android. | nileshagrawal@chromium.org | 2012-09-06 | 1 | -4/+0 |
* | Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network... | shalev@chromium.org | 2012-08-24 | 1 | -2/+2 |
* | Replaced static URLRequestFileJob factory with non-static protocol handler fo... | shalev@chromium.org | 2012-08-20 | 1 | -7/+3 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Fix file access on Chrome for ChromeOS on Linux | gspencer@chromium.org | 2012-05-05 | 1 | -1/+7 |
* | Convert NewRunnableMethod() calls to base::Bind(). | ajwong@chromium.org | 2011-12-20 | 1 | -3/+0 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -7/+11 |
* | Switch FileStream to use new CompletionCallback. | willchan@chromium.org | 2011-10-12 | 1 | -2/+0 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -1/+1 |
* | Always use a worker thread when getting file info for URLRequestFileJob | evan@chromium.org | 2011-09-08 | 1 | -2/+5 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | net: Add NET_API to more code, this time what's used by chrome.dll | rvargas@google.com | 2011-05-31 | 1 | -1/+2 |
* | Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext. | adamk@chromium.org | 2011-03-17 | 1 | -3/+2 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 1 | -6/+7 |
* | net: Add namespace net to URLRequestFileJob. | tfarina@chromium.org | 2010-12-12 | 1 | -8/+12 |
* | net: Remove typedef net::URLRequestJob URLRequestJob; | tfarina@chromium.org | 2010-12-11 | 1 | -1/+1 |
* | Stop adding more refcounts to some more URLRequestJob subtypes. | willchan@chromium.org | 2010-12-03 | 1 | -0/+3 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 1 | -2/+2 |
* | Limit chrome:filebrowse access to the same directory as file:// | dpolukhin@chromium.org | 2010-11-19 | 1 | -3/+4 |
* | Restrict file protocol on chromeos to certain whitelisted directories. Disabl... | achuith@chromium.org | 2010-11-11 | 1 | -1/+4 |
* | Fix bad revert. | thestig@chromium.org | 2010-10-26 | 1 | -2/+2 |
* | Revert 63801 (broke chromeos bots) - Restrict file protocol on chromeos to ce... | thakis@chromium.org | 2010-10-26 | 1 | -3/+0 |
* | Define AccessDisabled only on ChromeOS | achuith@chromium.org | 2010-10-26 | 1 | -0/+2 |
* | Restrict file protocol on chromeos to certain whitelisted directories. | achuith@chromium.org | 2010-10-25 | 1 | -0/+2 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Use net::HttpRequestHeaders instead of std::string in URLRequest and friends. | willchan@chromium.org | 2010-05-06 | 1 | -1/+1 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -1/+2 |
* | Remove code path that passes a file handle to the renderer | hclam@chromium.org | 2009-05-29 | 1 | -1/+0 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 1 | -1/+4 |
* | Decompress .svgz files from disk. | thestig@chromium.org | 2009-05-27 | 1 | -0/+2 |
* | Supports single range request with file protocol | hclam@chromium.org | 2009-04-29 | 1 | -1/+6 |
* | Revert "Supports single range request with file protocol" | evan@chromium.org | 2009-04-29 | 1 | -6/+1 |
* | Supports single range request with file protocol | hclam@chromium.org | 2009-04-28 | 1 | -1/+6 |
* | URLRequestFileJob provides file handle if net::LOAD_ENABLE_DOWNLOAD_FILE | hclam@chromium.org | 2009-03-26 | 1 | -0/+1 |
* | Use FilterContext to allow filters to access URLRequestJob data | jar@chromium.org | 2009-03-09 | 1 | -1/+3 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -1/+1 |
* | Change URLRequest to use a ref-counted buffer for actual IO. | rvargas@google.com | 2009-01-29 | 1 | -1/+1 |
* | revert r8603 | rvargas@google.com | 2009-01-24 | 1 | -1/+1 |
* | Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ... | rvargas@google.com | 2009-01-24 | 1 | -1/+1 |
* | Implement extension:// protocol. | aa@chromium.org | 2008-12-24 | 1 | -1/+1 |
* | Clean up some net/ code. Change a number of wstrings to FilePaths. | estade@chromium.org | 2008-11-24 | 1 | -1/+2 |
* | * Add write and read/write support to FileStream (renamed from FileInputStream). | erikkay@google.com | 2008-11-03 | 1 | -2/+2 |
* | Define FileInputStream and use it to make UpdateDataStream and URLRequestFile... | darin@google.com | 2008-09-29 | 1 | -39/+15 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 1 | -1/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | rollback r526 to fix performance regression | darin@google.com | 2008-08-09 | 1 | -5/+5 |
* | Rollback r517 to retry with ObjectWatcher. This change did not appear to be | darin@google.com | 2008-08-07 | 1 | -5/+5 |
* | Rollback changes made to URLRequestFileJob to use ObjectWatcher instead of | darin@google.com | 2008-08-07 | 1 | -5/+5 |
* | Fix header include guards. | darin@google.com | 2008-08-04 | 1 | -3/+3 |