1. 3ea1b18 Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories. by [email protected] · 13 years ago
  2. b8f50ce chrome/browser: Update calls from RunAllPending() to RunUntilIdle(). by [email protected] · 13 years ago
  3. 5d30f92bf Correct const accessors in base/values.(h|cc), Part II (ListValue) by [email protected] · 13 years ago
  4. 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
  5. 368797e Remove static initializer in url_info.cc. by [email protected] · 13 years ago
  6. b435b62 Fix a crash when viewing about:dns. by [email protected] · 13 years ago
  7. 26b997396 Convert use of int ms to TimeDelta in files owned by jar. by [email protected] · 14 years ago
  8. a778709f Removing MessageLoop::QuitTask() from chrome/ by [email protected] · 14 years ago
  9. 98e1cd01 Remove HostResolverImpl from Mock*HostResolver. by [email protected] · 14 years ago
  10. de08f1b Revert 108910 - Remove HostResolverImpl from Mock*HostResolver. by [email protected] · 14 years ago
  11. e6652de Remove HostResolverImpl from Mock*HostResolver. by [email protected] · 14 years ago
  12. 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
  13. c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
  14. 67372ecf Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
  15. 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
  16. 6fd550b Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, by [email protected] · 14 years ago
  17. 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
  18. 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
  19. b50391416 Revert "Modifying prefetch to account for multi-profile." by [email protected] · 14 years ago
  20. d237cec Revert 97465 - Revert 97446 - Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
  21. 9f07c9b7 Revert 97446 - Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
  22. b1af343 Modifying prefetch to account for multi-profile. by [email protected] · 14 years ago
  23. b20c447 base: Remove using declaration of FundamentalValue as it's no longer necessary. by [email protected] · 14 years ago
  24. 579f2a1 Consistently trim learned referrer database by [email protected] · 14 years ago
  25. 8990e471 Add chrome.benchmark routines to clear the host and predictor caches. by [email protected] · 14 years ago
  26. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  27. 1bda9755 Update a bunch of files to the new location of browser_thread.h by [email protected] · 14 years ago
  28. fb534c9 Rename Real* to Double* in values.* and dependent files by [email protected] · 15 years ago
  29. ad8e04a Convert implicit scoped_refptr constructor calls to explicit ones, part 1 by [email protected] · 15 years ago
  30. 755a9335 Restrict total parallel DNS resolutions by [email protected] · 15 years ago
  31. 017a7a11 Rename ChromeThread to BrowserThread Part21: by [email protected] · 15 years ago
  32. ba4f113 Rename ChromeThread to BrowserThread Part8: by [email protected] · 15 years ago
  33. 73c4532 Stop refcounting HostResolver. by [email protected] · 15 years ago
  34. de114d6a Don't resolve IP literals. by [email protected] · 15 years ago
  35. 1455ccf1 Reduce "false positive" in preconnect rates. by [email protected] · 15 years ago
  36. fc21277 Revert 56384 - Don't resolve IP literals. by [email protected] · 15 years ago
  37. 2aa0212 Don't resolve IP literals. by [email protected] · 15 years ago
  38. c02c853d7 FBTF: Remove unneeded headers from base/ (part 4) by [email protected] · 15 years ago
  39. 528c56d Move the number conversions from string_util to a new file. by [email protected] · 15 years ago
  40. f4ef861ba Support both preconnection, and pre-resolution for subresources by [email protected] · 15 years ago
  41. 3530cd9 Rename Dns prefetching files to Predictor files by [email protected] · 15 years ago[Renamed (99%) from chrome/browser/net/dns_master_unittest.cc]
  42. 74be069e8 Change classes and functions for DNS Prefetching to Predictor* by [email protected] · 15 years ago
  43. c5629c3 Do speculative preconnection based on network traffic (not just DNS) by [email protected] · 15 years ago
  44. 760d970a Support speculative pre-connection to search URLs by [email protected] · 15 years ago
  45. 8d53d50 Clear the host cache when closing the last incognito window. by [email protected] · 16 years ago
  46. 6fad263 Third patch in getting rid of caching MessageLoop pointers and always using ChromeThread instead. by [email protected] · 16 years ago
  47. 562dbae Remove the unittest "DnsMasterTest.OsCachesLookupsTest". by [email protected] · 16 years ago
  48. 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
  49. 7d1e0d0 Undisable DnsMasterTest.MassiveConcurrentLookupTest. by [email protected] · 16 years ago
  50. 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
  51. b59ff37 Refactorings surrounding HostResolver: by [email protected] · 16 years ago
  52. 6314e6f6 Fix a bunch of minor Coverity issues. by [email protected] · 16 years ago
  53. e695fbd6 Create A/B test of SDCH by [email protected] · 16 years ago
  54. 602faf3c Refactor DNS A/B experient, and add test of congestion time limits by [email protected] · 16 years ago
  55. 94a0d3d9 Make net::HostResolver refcounted. by [email protected] · 16 years ago
  56. 0d63354 Reverting 19425. Review URL: http://codereview.chromium.org/147242 by [email protected] · 16 years ago
  57. 862a92ee Make net::HostResolver refcounted. by [email protected] · 16 years ago
  58. 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
  59. 8a00f00a * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. by [email protected] · 16 years ago
  60. fd2f8afe Change DnsMaster to only access HostResolver only on the IO thread. by [email protected] · 16 years ago
  61. a20bc09 Reverting 17638. by [email protected] · 16 years ago
  62. fadca577 Fix purify freeze. Revert "Use a priority queue to assure that subresources are resolved asap" by [email protected] · 16 years ago
  63. 079fc0db Use a priority queue to assure that subresources are resolved asap by [email protected] · 16 years ago
  64. e085c30 Test impact of 4 rather than 8 parallel DNS prefetch by [email protected] · 16 years ago
  65. 5e05717 Prevent making real DNS lookups by chrome tests. by [email protected] · 16 years ago
  66. 4862a275 Remove unneeded platform_thread.h includes. Reduces number of includes from 598 to 511. by [email protected] · 16 years ago
  67. 1933eb20 Clean up dns prefetch code, and also port it. by [email protected] · 16 years ago
  68. 03c5e86 Persist info about subresources on pages for DNS pre-resolution by [email protected] · 16 years ago
  69. b2b8b83 Revert "Clean up dns prefetch code, and also port it." by [email protected] · 17 years ago
  70. 5644f6b8 Clean up dns prefetch code, and also port it. by [email protected] · 17 years ago
  71. 7c19b87b0 Reverting 8627,8625. Review URL: http://codereview.chromium.org/18598 by [email protected] · 17 years ago
  72. fdc58a9 Clean up dns prefetch code, and also port it. by [email protected] · 17 years ago
  73. b7779a4 Platform cleanup in chrome/browser/net. by [email protected] · 17 years ago
  74. 21dae9b Adaptively identify URL subresources and pre-resolve hosts via DNS by [email protected] · 17 years ago
  75. e1acf6f Move Time, TimeDelta and TimeTicks into namespace base. by [email protected] · 17 years ago
  76. cdd6c77 Move all callers to EnsureWinsockInit, and away from using WinsockInit instances. by [email protected] · 17 years ago
  77. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  78. 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
  79. 09911bf Add chrome to the repository. by initial.commit · 17 years ago