summaryrefslogtreecommitdiffstats
path: root/net/base/priority_queue.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
| | | | | | | | | For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98
* [net] Update style in PriorityQueue and PrioritizedDispatcher after ↵szym@chromium.org2012-06-021-7/+24
| | | | | | | | readability review. Review URL: https://chromiumcodereview.appspot.com/9924023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140133 0039d316-1c4b-4281-b951-d872f2087c98
* [net] Asynchronous DNS ready for experiments.szym@chromium.org2012-02-211-1/+9
| | | | | | | | | | | | | | | If started with --enable-async-dns, HostResolverImpl will use DnsConfigService to determine system DNS configuration and DnsTransaction to resolve host names. It will fallback to HostResolverProc on failure. BUG=90881, 107880, 113829 TEST=./net_unittests --gtest_filter=HostResolverImpl*:Dns* Review URL: http://codereview.chromium.org/9369045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122878 0039d316-1c4b-4281-b951-d872f2087c98
* Adds PriorityQueue and PrioritizedDispatcher.szym@chromium.org2012-01-061-0/+214
This will be used in HostResolverImpl to dispatch Jobs. BUG=109426 TEST=./net_unittests --gtest_filter=PriorityQueue*:PrioritizedDispatcher* Review URL: http://codereview.chromium.org/9113022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116736 0039d316-1c4b-4281-b951-d872f2087c98