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
/
content
/
common
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...
jbates@chromium.org
2012-03-27
1
-3
/
+5
*
Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...
aa@chromium.org
2012-03-26
1
-5
/
+3
*
Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.
jbates@chromium.org
2012-03-26
1
-3
/
+5
*
Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta...
rnk@chromium.org
2012-03-23
1
-5
/
+3
*
Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.
jbates@chromium.org
2012-03-23
1
-3
/
+5
*
Expose upload progress from URLFetcher.
kinaba@chromium.org
2012-03-15
2
-2
/
+103
*
net: always enable NSS's HTTP fetches
agl@chromium.org
2012-03-14
1
-2
/
+2
*
Revert 126589 - Expose upload progress from URLFetcher.
kinaba@chromium.org
2012-03-14
2
-95
/
+2
*
Expose upload progress from URLFetcher.
kinaba@chromium.org
2012-03-14
2
-2
/
+95
*
Make test server to talk with the python test server which is running on remo...
jnd@chromium.org
2012-03-12
1
-0
/
+3
*
Add URLFetcher::SaveResponseToFileAtPath
hashimoto@chromium.org
2012-03-09
3
-61
/
+273
*
Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.
jochen@chromium.org
2012-03-09
5
-11
/
+85
*
Order content::URLFetcher test code correctly
hashimoto@chromium.org
2012-03-03
1
-102
/
+109
*
Rename URLFetcherImpl::Core::TempFileWriter to FileWriter
hashimoto@chromium.org
2012-03-03
2
-108
/
+98
*
Move TestURLRequestContextGetter to url_request_test_util.{h,cc}
akalin@chromium.org
2012-03-02
1
-24
/
+0
*
Add download progress notification to URLFetcher.
kinaba@chromium.org
2012-02-29
2
-4
/
+139
*
Remove usage of a deprecated TestServer constructor.
erikwright@chromium.org
2012-02-24
1
-16
/
+46
*
content::URLFetcher: Add HTTP PUT request type and method to append header st...
kuan@chromium.org
2012-02-07
2
-2
/
+8
*
URLFetcherTempFileTest should not be flaky after 120507.
sergeyu@chromium.org
2012-02-05
1
-8
/
+2
*
Mark URLFetcherTempFileTest.LargeGet FLAKY_ on ChromeOS to stop halting the tree
dbeam@chromium.org
2012-02-05
1
-2
/
+8
*
Enable SmallGet. The test that caused original failure has been disabled in 1...
sergeyu@chromium.org
2012-02-05
1
-2
/
+2
*
Disable URLFetcherTempFileTest.SmallGet
tim@chromium.org
2012-02-02
1
-2
/
+2
*
Convert use of int ms to TimeDelta in files owned by eroman.
tedvessenes@gmail.com
2012-01-28
1
-1
/
+2
*
[Coverity] Fixed call by value to by reference
groby@chromium.org
2012-01-12
1
-3
/
+3
*
Added HTTP DELETE request type to content:URLFetcher.
zelidrag@chromium.org
2011-12-13
1
-0
/
+4
*
base::Bind() cleanup in URLFetcherImpl test.
dcheng@chromium.org
2011-12-13
1
-24
/
+12
*
Removing MessageLoop::QuitTask() from content/
dcheng@chromium.org
2011-12-10
1
-8
/
+8
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
URLFetcher should not act on writes to closed temp files.
skerner@chromium.org
2011-11-11
1
-0
/
+16
*
Convert some non-debug logging on content/common to debug logging.
brettw@chromium.org
2011-10-29
1
-8
/
+8
*
Revert 107815 - Convert the non-debug logging in chrome/common to debug logging.
brettw@chromium.org
2011-10-28
1
-8
/
+8
*
Convert the non-debug logging in chrome/common to debug logging.
brettw@chromium.org
2011-10-28
1
-8
/
+8
*
Add histogram to measure string response size of URLFetcher.
skerner@chromium.org
2011-10-28
1
-0
/
+4
*
Handle additional feedback from http://codereview.chromium.org/8395038/.
jam@chromium.org
2011-10-28
2
-4
/
+4
*
Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...
jam@chromium.org
2011-10-27
3
-124
/
+126
*
Make test URLFetcher implementations not derive from the URLFetcher implement...
jam@chromium.org
2011-10-26
2
-60
/
+20
*
Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...
jam@chromium.org
2011-10-26
1
-0
/
+9
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
3
-278
/
+149
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
3
-245
/
+91
*
base::Bind: Final cleanup in url_fetcher.cc.
jhawkins@chromium.org
2011-10-18
1
-23
/
+12
*
URLFetcher: Minor cleanups.
jhawkins@chromium.org
2011-10-18
1
-5
/
+1
*
base::Bind: Convert FileUtilProxy::StatusCallback.
jhawkins@chromium.org
2011-10-17
1
-10
/
+7
*
base::Bind: Convert FileUtilProxy::WriteCallback.
jhawkins@chromium.org
2011-10-17
1
-6
/
+4
*
base::Bind: Convert FileUtilProxy::CreateTemporaryCallback.
jhawkins@chromium.org
2011-10-17
1
-3
/
+7
*
Move backoff_delay_ to the inner Core class so that core_ is
wtc@chromium.org
2011-10-16
3
-11
/
+18
*
more content exports needed for unit_tests and browser_tests.
dpranke@chromium.org
2011-09-30
1
-3
/
+1
*
Recover from bad proxy settings pointing to non-proxy servers that reply anyway.
joaodasilva@chromium.org
2011-09-28
2
-0
/
+15
*
Update OnURLFetchComplete() to use new params in AutofillDownloadManager.
skerner@chromium.org
2011-09-23
1
-6
/
+4
*
Annotate all of the functions in content that need to be exported, in prepara...
dpranke@chromium.org
2011-09-13
1
-2
/
+3
*
Fix URLFetcherTest.CancelAll.
willchan@chromium.org
2011-09-13
1
-29
/
+22
[next]