summaryrefslogtreecommitdiffstats
path: root/content/browser/net
Commit message (Expand)AuthorAgeFilesLines
* Add more UMA stats regarding cookie loading timenyquist@chromium.org2013-07-201-16/+29
* Use a direct include of the message_loop header in content/, part 2.avi@chromium.org2013-07-182-2/+2
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-093-3/+3
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-282-2/+2
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.dcheng@chromium.org2013-06-131-3/+1
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-114-5/+5
* Convert Cookie sql::ErrorDelegate client to callback.shess@chromium.org2013-06-051-44/+20
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-022-2/+2
* Move webkit/quota files to webkit/browser/quota or webkit/common/quotatzik@chromium.org2013-05-301-1/+1
* Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ...michaeln@google.com2013-05-291-1/+1
* Add support for a cookie retention priority field trial.erikwright@chromium.org2013-05-151-1/+10
* Histogram versions and extended error codes for SQLite databases.shess@chromium.org2013-05-151-1/+1
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-141-1/+3
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-131-3/+1
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-131-1/+3
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-083-3/+3
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-083-3/+3
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-042-2/+2
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-6/+4
* Add cookie priority to the cookie database.rogerm@chromium.org2013-04-242-49/+184
* Add brackets around newly multi-lined conditional block.pam@chromium.org2013-04-221-1/+2
* Adding Priority field to cookies.erikwright@chromium.org2013-04-193-7/+24
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-4/+4
* Add OWNERS in content/browser/neterikwright@chromium.org2013-04-171-0/+1
* content: Move more constants into content namespace.tfarina@chromium.org2013-04-142-2/+2
* Move SQLitePersistentCookieStore to contentsky@chromium.org2013-04-104-0/+1777
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-1/+1
* content: Move two more url constants into content namespace.tfarina@chromium.org2012-11-011-2/+2
* Move content\browser\net to content namespace.jam@chromium.org2012-10-296-2/+24
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-244-8/+12
* Remove #pragma once from contentajwong@chromium.org2012-07-113-5/+2
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-291-2/+2
* Support for navigator.connection APIdroger@google.com2012-05-242-9/+12
* Remove resource_request_info_impl.h dependency from chrome. This also makes b...jam@chromium.org2012-03-234-0/+276
* Move the owners file that was beside all the test url request jobs to the new...jam@chromium.org2012-03-151-11/+0
* Add agl, cbentzel, mattm, and rtenneti to chrome/browser/net/OWNERSwtc@chromium.org2012-03-131-0/+4
* Per recent discussion on chromium-dev@, we are going to disallow nested "set ...dpranke@chromium.org2012-03-131-1/+0
* Move all the test URLRequestJobs to content/test/net.jam@chromium.org2012-03-1210-868/+0
* Move creation and ownership of BrowserOnlineStateObserver to content.jam@chromium.org2012-03-112-3/+1
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-262-9/+4
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-121-3/+3
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Restructure URLRequestSlowDownloadJob to avoid races. rdsmith@chromium.org2011-11-222-36/+98
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-2/+3
* Add OVERRIDE to content/.avi@chromium.org2011-11-175-11/+14
* Enable content component (again!).dpranke@chromium.org2011-11-161-2/+1
* Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().dcheng@chromium.org2011-11-154-14/+16