1. a3ef483 Add FilePath to base namespace. by [email protected] · 13 years ago
  2. f4ebe77 Move string tokenizer to base/strings. by [email protected] · 13 years ago
  3. 8c6b519 [sync] Componentize sync: Part Final: Target 'sync' is now its own component by [email protected] · 13 years ago
  4. bb7097f Ensure that ChromeFrame does not interfere with non ChromeFrame requests initiated by IE. by [email protected] · 13 years ago
  5. 06d8ca8 Rename chrome_frame coverage_bundles.py target. by [email protected] · 13 years ago
  6. 58e32bb LoadTiming in net, part 3. by [email protected] · 13 years ago
  7. b938d4f [Autofill] Access the application locale in a thread-safe manner when migrating WebDB data. by [email protected] · 13 years ago
  8. 32125a4 [Profiles, Fixit] Removing usage of GetDefaultProfile from chrome_frame code. by [email protected] · 13 years ago
  9. 5b19952 Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. by [email protected] · 13 years ago
  10. 1e09ec8 GTTF: No more FLAKY_ . by [email protected] · 13 years ago
  11. 4db27d8 net: Split sync part of UploadFileElementReader as UploadFileElementReaderSync by [email protected] · 13 years ago
  12. 6c59ab46 Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and deleting arrays. by [email protected] · 13 years ago
  13. 70a317a Introduce PrefServiceBuilder, use for ChromePrefServiceBuilder. by [email protected] · 13 years ago
  14. fc55fd1c Disable CF web server tests temporarily on IE9 while we hunt down the cause of the first-request failures. by [email protected] · 13 years ago
  15. a4a0c2b Disable ContextMenuTest.CFTxtFieldSelectAll by [email protected] · 13 years ago
  16. b2d26cfd net: Make UploadDataStream independent from UploadData by [email protected] · 13 years ago
  17. 924b421f Fix typo so that ChromeFrameTestWithWebServer.FullTabModeIE_SubFrame is actually disabled. by [email protected] · 13 years ago
  18. 5aab5941 build fix attempt by [email protected] · 13 years ago
  19. 7707b21c Move many ProcessSingleton methods to "protected" visibility as an upcoming refactoring of ProcessSingleton on Windows requires that only NotifyOtherProcessOrCreate() be callable from the public interface. by [email protected] · 13 years ago
  20. 98a0ae5 Disable ChromeFrame tests that flakily time out. by [email protected] · 13 years ago
  21. 38a2bc92 GTTF: Make chrome_frame_tests faster. by [email protected] · 13 years ago
  22. 8ccc69f7 POSTs to HSTS domains are no longer converted to GETs on upgrade to https. by [email protected] · 13 years ago
  23. 3da11ba chrome_frame: Update the remaining calls from RunAllPending() to RunUntilIdle(). by [email protected] · 13 years ago
  24. 45a7707 Make all pdb file names follow the same naming convention. by [email protected] · 13 years ago
  25. ea1a3f6 Move scoped_temp_dir from base to base/files by [email protected] · 13 years ago
  26. b1064d6 net: Change type of UploadData::elements from std::vector to ScopedVector by [email protected] · 13 years ago
  27. 44c466c [sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test dependencies by [email protected] · 13 years ago
  28. 885c0e9 Establish /extensions directory and move URLPattern there. by [email protected] · 13 years ago
  29. 2086a3d Reland 167337 - Move url_request_test_util into net namespace by [email protected] · 13 years ago
  30. 2c80384 Revert 167337 - Move url_request_test_util into net namespace by [email protected] · 13 years ago
  31. 13b65cc Move url_request_test_util into net namespace by [email protected] · 13 years ago
  32. dccf5a29 Revert "Deleted TestWithWebServer from chrome_frame_tests." by [email protected] · 13 years ago
  33. 0ed6677 Deleted TestWithWebServer from chrome_frame_tests. by [email protected] · 13 years ago
  34. 9748668 Some chrome frame tests are marked as flaky. by [email protected] · 13 years ago
  35. 8392ccdd Move stack_container and linked_list to the new containers subdirectory. by [email protected] · 13 years ago
  36. 0de615a Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The pool also ensures that the same file requests are written in order received and that they block on shutdown. by [email protected] · 13 years ago
  37. ee4c30d Provide mutable members of UrlRequestContext via pure-virtual interface. Create a pure-virtual interface called HttpUserAgentSettings that provides access to the Accept-Language, Accept-Charset, and User-Agent HTTP headers. Each UrlRequestContext should have a HttpUserAgentSettings implementation attached via set_http_user_agent_settings(). by [email protected] · 13 years ago
  38. dfa9add Revert 165062 - We believe this change broke startup_tests by [email protected] · 13 years ago
  39. e00ccc9 GTTF: remove FAILS_ prefix, part 1 by [email protected] · 13 years ago
  40. 5095cd7 Account for server vs host clock skew in cookie expiration times. by [email protected] · 13 years ago
  41. 782c3ac Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The pool also ensures that the same file requests are written in order received and that they block on shutdown. by [email protected] · 13 years ago
  42. 242d856 Process only the first Strict-Transport-Security header. by [email protected] · 13 years ago
  43. dfd5365 when running in single process mode, modify the browser's command line to include the --lang flag by [email protected] · 13 years ago
  44. 410938e0 Make it possible to enable and disable metrics reporting separately from recording by [email protected] · 13 years ago
  45. 458e952 Add methods to base::Thread to allow Windows consumers to ask for COM to be intialized on the Thread. by [email protected] · 13 years ago
  46. 3289a82a Eliminate duplicate COM and OLE initializations. by [email protected] · 13 years ago
  47. 03b9b4e Move the bits of Prefs where production code has only trivially easy by [email protected] · 13 years ago
  48. 243d52e3d Using Ronald's libclang based converter, we're able to translate by [email protected] · 13 years ago
  49. 06ea095 Generate version resources for Chrome Frame using the same machinery as Chrome itself. by [email protected] · 13 years ago
  50. 06bd150 Configure IE 10 for the various Chrome Frame tests. by [email protected] · 13 years ago
  51. 5b76814b net: Make UploadDataStream::Read() asynchronous by [email protected] · 13 years ago
  52. b5466b9 Fix build of mini_installer with VS2012 by [email protected] · 13 years ago
  53. 11eae6bb Fix IE version check. by [email protected] · 13 years ago
  54. 451fd90 Use ScopedCOMInitializer in more places. While this doesn't always simplify code, it does mean we do consistent logging and error-checking at all these sites. by [email protected] · 13 years ago
  55. 00d60fa Miscellaneous tiny cleanups done while converting files to use ScopedCOMInitializer, pulled out separately to make review easier. by [email protected] · 13 years ago
  56. b4438d3 URLRequestHttpJob::StartTransaction should honour network delegate. by [email protected] · 13 years ago
  57. dc5a5cf There are two blocking network delegates in url_request_unittest: by [email protected] · 13 years ago
  58. 2f7d9cd SampleSet -> HistogramSamples which can be reused by SparseHistogram by [email protected] · 13 years ago
  59. df7adc6 net: Make UploadDataStream::Init() asynchronous. by [email protected] · 13 years ago
  60. 65fc9303 Fixing missed deallocation of pointer from FileVersionInfo::CreateFileVersionInfoForCurrentModule(). by [email protected] · 13 years ago
  61. 55b4ce7 Wire up Chrome's resources to the CF net tests' ResourceBundle. by [email protected] · 13 years ago
  62. 2dd3355 Try 2 - Change how ui::Clipboard is accessed so there's only one per thread. by [email protected] · 13 years ago
  63. f87d7cb Split user agent code out of the 'glue' target by [email protected] · 13 years ago
  64. b3520c0 Revert 155468 - Change how ui::Clipboard is accessed so there's only one per thread. by [email protected] · 13 years ago
  65. 8919c55c Change how ui::Clipboard is accessed so there's only one per thread. by [email protected] · 13 years ago
  66. da43c08 Enable Media Source API by default. by [email protected] · 13 years ago
  67. 400daf01 Modify chrome_frame_net_tests to integrate the refactoring to ProcessSingleton. by [email protected] · 13 years ago
  68. ad91dc5 net: Move file operation code from UploadData to UploadDataStream by [email protected] · 13 years ago
  69. 7335ab0 Stop using ScopedAllowIO in content::ResourceDispatcherHostImpl by [email protected] · 13 years ago
  70. 7fc63941 Attempt to fix flake in FullTabModeIE_TestPostReissue by avoiding loopback address. by [email protected] · 13 years ago
  71. 20f999b5 Use a different algorithm with the low entropy source for field trials. by [email protected] · 13 years ago
  72. 9f17046 Refactoring: ProtocolHandler::MaybeCreateJob and other functions take NetworkDelegate as argument by [email protected] · 13 years ago
  73. b2f3107 net: Remove UploadElement::TYPE_CHUNK by [email protected] · 13 years ago
  74. efd86d3 Mark FullTabModeIE_TestPostReissue as flaky. by [email protected] · 13 years ago
  75. eda3589 Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task is dead. by [email protected] · 13 years ago
  76. dbbe442 Refactor GrabWindowSnapshot and GrabWindowSnapshotImpl names to GrabWindowSnapshotForUser and GrabWindowSnapshot respectively. by [email protected] · 13 years ago
  77. 64cad66 Revert 149604 - Support calling GrabWindowSnapshot when no BrowserProcess instance is avaliable (eg. tests) by [email protected] · 13 years ago
  78. a6bae05 Support calling GrabWindowSnapshot when no BrowserProcess instance is avaliable (eg. tests) by [email protected] · 13 years ago
  79. 182d1f1a Disable FullTabModeIE_RefreshMshtmlTest by [email protected] · 13 years ago
  80. cc2f3ee Disable FullTabModeIE_InstallFlowTest by [email protected] · 13 years ago
  81. be3b500 Remove ui_resources_default_100_percent.rc and theme_resources_default_100_percent.rc by [email protected] · 13 years ago
  82. a52c731 Renamed resource files to be more verbose, specifically: by [email protected] · 13 years ago
  83. 92f502dd8 Use HTTPS to download code. by [email protected] · 13 years ago
  84. a0b900b Switch to TimeDelta interfaces in chrome automation test infrastructure. by [email protected] · 13 years ago
  85. be28b5f4 Move files related to registry-controlled domains into a new net/base/registry_controlled_domains/ subdirectory. by [email protected] · 13 years ago
  86. b0cb5e82 Move browsing_data_helper files into a separate directory. by [email protected] · 13 years ago
  87. fce44c1 Initialize StatisticsRecorder in Child Process to hold by [email protected] · 13 years ago
  88. f8126f5 Revert 147288 - Renamed resource files to be more verbose, specifically: by [email protected] · 13 years ago
  89. 23560a8 Renamed resource files to be more verbose, specifically: by [email protected] · 13 years ago
  90. 18149178 Move the Windows sandbox to sandbox/win by [email protected] · 13 years ago
  91. 7b237e2 Add rudimentary support in the ChromeFrame ActiveX to enable it work in a generic client site, i.e. by [email protected] · 13 years ago
  92. 567d30e Move StatisticsRecorder out of histogram.cc/h for further refactoring. by [email protected] · 13 years ago
  93. 7e712a8 Revert 146656 - Switch to TimeDelta interfaces in chrome automation test infrastructure. by [email protected] · 13 years ago
  94. 69557d3 Switch to TimeDelta interfaces in chrome automation test infrastructure. by [email protected] · 13 years ago
  95. e628fde3 Emergency revert; rietveld broke; tree broke by [email protected] · 13 years ago
  96. d30379c sandbox/src -> sandbox/win/src by [email protected] · 13 years ago
  97. 2a281335 This CL moves the contents of ui_resources_standard.grd into ui_resources.grd and theme_resources_standard.grd into theme_resources.grd. This also eliminates the following Grit outputs: by [email protected] · 13 years ago
  98. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  99. 12126d37 Remove two deprecated methods from base::Version by [email protected] · 13 years ago
  100. 6c26d9c Add methods to add DataPack from open files by [email protected] · 13 years ago