index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
url_request
/
url_request_file_job.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
base::Bind: Finish up net/url_request.
jhawkins@chromium.org
2011-12-22
1
-4
/
+7
*
Convert NewRunnableMethod() calls to base::Bind().
ajwong@chromium.org
2011-12-20
1
-3
/
+1
*
Switch FileStream to use new CompletionCallback.
willchan@chromium.org
2011-10-12
1
-3
/
+4
*
Always use a worker thread when getting file info for URLRequestFileJob
evan@chromium.org
2011-09-08
1
-34
/
+5
*
Add another AllowIO exception to URLRequestFileJob.
fischman@chromium.org
2011-03-29
1
-8
/
+13
*
Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext.
adamk@chromium.org
2011-03-17
1
-9
/
+4
*
Update customization manifest reader to match desing doc
dpolukhin@chromium.org
2011-02-21
1
-1
/
+1
*
More net/ method ordering.
erg@google.com
2011-01-26
1
-79
/
+79
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-3
/
+4
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move some misc thread-related stuff from base to base/thread and into the base
brettw@chromium.org
2010-12-30
1
-5
/
+2
*
Add /media to whitelist so it can be accessed with file:// protocol on ChromeOS.
achuith@chromium.org
2010-12-14
1
-0
/
+1
*
net: Add namespace net to URLRequestFileJob.
tfarina@chromium.org
2010-12-12
1
-24
/
+28
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-4
/
+4
*
Stop adding more refcounts to some more URLRequestJob subtypes.
willchan@chromium.org
2010-12-03
1
-4
/
+7
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-4
/
+4
*
Restrict file protocol on chromeos to certain whitelisted directories. Disabl...
achuith@chromium.org
2010-11-11
1
-3
/
+40
*
Turn on file access checks on Win.
jam@chromium.org
2010-11-04
1
-0
/
+8
*
Revert 64960 - Turn on file access checks on Win.
rafaelw@chromium.org
2010-11-03
1
-8
/
+0
*
Turn on file access checks on Win.
jam@chromium.org
2010-11-03
1
-0
/
+8
*
Revert 63801 (broke chromeos bots) - Restrict file protocol on chromeos to ce...
thakis@chromium.org
2010-10-26
1
-36
/
+4
*
Define AccessDisabled only on ChromeOS
achuith@chromium.org
2010-10-26
1
-10
/
+5
*
Restrict file protocol on chromeos to certain whitelisted directories.
achuith@chromium.org
2010-10-25
1
-4
/
+41
*
Thread IO safety: annotate file_util, and block IO thread from doing IO
evan@chromium.org
2010-10-23
1
-1
/
+9
*
Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from...
isherman@chromium.org
2010-10-23
1
-9
/
+1
*
Thread IO safety: annotate file_util, and block IO thread from doing IO
evan@chromium.org
2010-10-23
1
-1
/
+9
*
Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO"
evan@chromium.org
2010-10-22
1
-9
/
+1
*
Thread IO safety: annotate file_util, and block IO thread from doing IO
evan@chromium.org
2010-10-22
1
-1
/
+9
*
Moving file_util::FileInfo to base::PlatformFileInfo, and adding the
dumi@chromium.org
2010-09-03
1
-4
/
+4
*
FBTF: Remove unneeded headers from base/ (part 2)
thestig@chromium.org
2010-08-06
1
-1
/
+5
*
Fix a regression that accesses file system synchronously
huanr@chromium.org
2010-06-14
1
-9
/
+34
*
Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.
willchan@chromium.org
2010-05-06
1
-12
/
+17
*
Use Extension method from FilePath API instead of the deprecated GetFileExten...
evan@chromium.org
2010-02-15
1
-6
/
+3
*
Second patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-0
/
+4
*
Remove uses of deprecated version of FileUtil::ResolveShortcut.
evan@chromium.org
2009-08-25
1
-2
/
+2
*
Remove code path that passes a file handle to the renderer
hclam@chromium.org
2009-05-29
1
-18
/
+0
*
Reduce header dependencies in net/
phajdan.jr@chromium.org
2009-05-29
1
-0
/
+1
*
Decompress .svgz files from disk.
thestig@chromium.org
2009-05-27
1
-0
/
+11
*
Supports single range request with file protocol
hclam@chromium.org
2009-04-29
1
-6
/
+62
*
Revert "Supports single range request with file protocol"
evan@chromium.org
2009-04-29
1
-55
/
+6
*
Supports single range request with file protocol
hclam@chromium.org
2009-04-28
1
-6
/
+55
*
Switching things to FilePath:
phajdan.jr@chromium.org
2009-04-07
1
-1
/
+1
*
URLRequestFileJob provides file handle if net::LOAD_ENABLE_DOWNLOAD_FILE
hclam@chromium.org
2009-03-26
1
-0
/
+20
*
NO CODE CHANGE
deanm@chromium.org
2009-03-11
1
-1
/
+0
*
Use FilterContext to allow filters to access URLRequestJob data
jar@chromium.org
2009-03-09
1
-1
/
+1
*
Don't accept the url "file:///" on windows (report an error).
estade@chromium.org
2009-02-25
1
-4
/
+9
*
Change mime type utils to operate on platform-specific string types for filen...
estade@chromium.org
2009-02-14
1
-1
/
+1
*
Change URLRequest to use a ref-counted buffer for actual IO.
rvargas@google.com
2009-01-29
1
-3
/
+3
*
Change FileStream to use FilePath instead of wstring.
erikkay@google.com
2009-01-26
1
-1
/
+1
*
revert r8603
rvargas@google.com
2009-01-24
1
-3
/
+3
[next]