- 3ea1b18 Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories. by [email protected] · 13 years ago
- b8f50ce chrome/browser: Update calls from RunAllPending() to RunUntilIdle(). by [email protected] · 13 years ago
- 5d30f92bf Correct const accessors in base/values.(h|cc), Part II (ListValue) by [email protected] · 13 years ago
- e97882f Move test_browser_thread.h from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders. by [email protected] · 13 years ago
- 368797e Remove static initializer in url_info.cc. by [email protected] · 13 years ago
- b435b62 Fix a crash when viewing about:dns. by [email protected] · 13 years ago
- 26b997396 Convert use of int ms to TimeDelta in files owned by jar. by [email protected] · 14 years ago
- a778709f Removing MessageLoop::QuitTask() from chrome/ by [email protected] · 14 years ago
- 98e1cd01 Remove HostResolverImpl from Mock*HostResolver. by [email protected] · 14 years ago
- de08f1b Revert 108910 - Remove HostResolverImpl from Mock*HostResolver. by [email protected] · 14 years ago
- e6652de Remove HostResolverImpl from Mock*HostResolver. by [email protected] · 14 years ago
- 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
- c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
- 67372ecf Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
- d323a17 Update base/timer.h code to pass through Location from call sites. (reland) original CL w/LGTMs: http://codereview.chromium.org/7812036/ by [email protected] · 14 years ago
- 6fd550b Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, by [email protected] · 14 years ago
- 400d323 Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so the original code that created the delayed callback is lost. by [email protected] · 14 years ago
- d643172 Reduce number of unnamed-type-template-args violations (mostly when passing values to DCHECK(), ASSERT_EQ(), etc.), generally by naming previously-anonymous enums. We've decided not to eliminate the warning entirely because doing so is only possible with tons of ugly static_cast<>()s in Mac code. by [email protected] · 14 years ago
- b50391416 Revert "Modifying prefetch to account for multi-profile." by [email protected] · 14 years ago
- d237cec Revert 97465 - Revert 97446 - Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
- 9f07c9b7 Revert 97446 - Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
- b1af343 Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
- b20c447 base: Remove using declaration of FundamentalValue as it's no longer necessary. by [email protected] · 14 years ago
- 579f2a1 Consistently trim learned referrer database by [email protected] · 14 years ago
- 8990e471 Add chrome.benchmark routines to clear the host and predictor caches. by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- 1bda9755 Update a bunch of files to the new location of browser_thread.h by [email protected] · 14 years ago
- fb534c9 Rename Real* to Double* in values.* and dependent files by [email protected] · 15 years ago
- ad8e04a Convert implicit scoped_refptr constructor calls to explicit ones, part 1 by [email protected] · 15 years ago
- 755a9335 Restrict total parallel DNS resolutions by [email protected] · 15 years ago
- 017a7a11 Rename ChromeThread to BrowserThread Part21: by [email protected] · 15 years ago
- ba4f113 Rename ChromeThread to BrowserThread Part8: by [email protected] · 15 years ago
- 73c4532 Stop refcounting HostResolver. by [email protected] · 15 years ago
- de114d6a Don't resolve IP literals. by [email protected] · 15 years ago
- 1455ccf1 Reduce "false positive" in preconnect rates. by [email protected] · 15 years ago
- fc21277 Revert 56384 - Don't resolve IP literals. by [email protected] · 15 years ago
- 2aa0212 Don't resolve IP literals. by [email protected] · 15 years ago
- c02c853d7 FBTF: Remove unneeded headers from base/ (part 4) by [email protected] · 15 years ago
- 528c56d Move the number conversions from string_util to a new file. by [email protected] · 15 years ago
- f4ef861ba Support both preconnection, and pre-resolution for subresources by [email protected] · 15 years ago
- 3530cd9 Rename Dns prefetching files to Predictor files by [email protected] · 15 years ago[Renamed (99%) from chrome/browser/net/dns_master_unittest.cc]
- 74be069e8 Change classes and functions for DNS Prefetching to Predictor* by [email protected] · 15 years ago
- c5629c3 Do speculative preconnection based on network traffic (not just DNS) by [email protected] · 15 years ago
- 760d970a Support speculative pre-connection to search URLs by [email protected] · 15 years ago
- 8d53d50 Clear the host cache when closing the last incognito window. by [email protected] · 16 years ago
- 6fad263 Third patch in getting rid of caching MessageLoop pointers and always using ChromeThread instead. by [email protected] · 16 years ago
- 562dbae Remove the unittest "DnsMasterTest.OsCachesLookupsTest". by [email protected] · 16 years ago
- ec08bb2 Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and proyxservice.This dependency comes from the parent URLRequest, and is used as a container for per-request profiling data.This change is strictly a no-op refactor -- the parameter is unused, and LoadLog does nothing.BUG=http://crbug.com/14478TEST=none -- just needs to compile and pass existing tests.DESIGN=<http://docs.google.com/Doc?id=dfhcnb2v_21gbtrcpr3&hl=en> by [email protected] · 16 years ago
- 7d1e0d0 Undisable DnsMasterTest.MassiveConcurrentLookupTest. by [email protected] · 16 years ago
- a2c2fb9 Add synchronous-mode operation to MockHostResolver; this helps clarify some tests, which were using caching to get synchronous resolutions.TEST=existingBUG=NONE (addresses a TODO however). by [email protected] · 16 years ago
- b59ff37 Refactorings surrounding HostResolver: by [email protected] · 16 years ago
- 6314e6f6 Fix a bunch of minor Coverity issues. by [email protected] · 16 years ago
- e695fbd6 Create A/B test of SDCH by [email protected] · 16 years ago
- 602faf3c Refactor DNS A/B experient, and add test of congestion time limits by [email protected] · 16 years ago
- 94a0d3d9 Make net::HostResolver refcounted. by [email protected] · 16 years ago
- 0d63354 Reverting 19425. Review URL: http://codereview.chromium.org/147242 by [email protected] · 16 years ago
- 862a92ee Make net::HostResolver refcounted. by [email protected] · 16 years ago
- 2884a46 * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher, into HostResolver. This has the advantage that consumers of DNS no longer have to remember to call "DidFinishDnsResolutionWithStatus()" followed by "DidStartDnsResolution()" in order for the prefetcher to observe the resolution. Instead it just happens automatically, and subscribers register via HostResolver::AddObserver() on a particular resolver instance. by [email protected] · 16 years ago
- 8a00f00a * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. by [email protected] · 16 years ago
- fd2f8afe Change DnsMaster to only access HostResolver only on the IO thread. by [email protected] · 16 years ago
- a20bc09 Reverting 17638. by [email protected] · 16 years ago
- fadca577 Fix purify freeze. Revert "Use a priority queue to assure that subresources are resolved asap" by [email protected] · 16 years ago
- 079fc0db Use a priority queue to assure that subresources are resolved asap by [email protected] · 16 years ago
- e085c30 Test impact of 4 rather than 8 parallel DNS prefetch by [email protected] · 16 years ago
- 5e05717 Prevent making real DNS lookups by chrome tests. by [email protected] · 16 years ago
- 4862a275 Remove unneeded platform_thread.h includes. Reduces number of includes from 598 to 511. by [email protected] · 16 years ago
- 1933eb20 Clean up dns prefetch code, and also port it. by [email protected] · 16 years ago
- 03c5e86 Persist info about subresources on pages for DNS pre-resolution by [email protected] · 16 years ago
- b2b8b83 Revert "Clean up dns prefetch code, and also port it." by [email protected] · 17 years ago
- 5644f6b8 Clean up dns prefetch code, and also port it. by [email protected] · 17 years ago
- 7c19b87b0 Reverting 8627,8625. Review URL: http://codereview.chromium.org/18598 by [email protected] · 17 years ago
- fdc58a9 Clean up dns prefetch code, and also port it. by [email protected] · 17 years ago
- b7779a4 Platform cleanup in chrome/browser/net. by [email protected] · 17 years ago
- 21dae9b Adaptively identify URL subresources and pre-resolve hosts via DNS by [email protected] · 17 years ago
- e1acf6f Move Time, TimeDelta and TimeTicks into namespace base. by [email protected] · 17 years ago
- cdd6c77 Move all callers to EnsureWinsockInit, and away from using WinsockInit instances. by [email protected] · 17 years ago
- bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
- 8ac1a75 Move more net classes into the net namespace. Also remove the net_util namespace in favor of the net namespace. by [email protected] · 17 years ago
- 09911bf Add chrome to the repository. by initial.commit · 17 years ago