- a3ef483 Add FilePath to base namespace. by [email protected] · 13 years ago
- f4ebe77 Move string tokenizer to base/strings. by [email protected] · 13 years ago
- 8c6b519 [sync] Componentize sync: Part Final: Target 'sync' is now its own component by [email protected] · 13 years ago
- bb7097f Ensure that ChromeFrame does not interfere with non ChromeFrame requests initiated by IE. by [email protected] · 13 years ago
- 06d8ca8 Rename chrome_frame coverage_bundles.py target. by [email protected] · 13 years ago
- 58e32bb LoadTiming in net, part 3. by [email protected] · 13 years ago
- b938d4f [Autofill] Access the application locale in a thread-safe manner when migrating WebDB data. by [email protected] · 13 years ago
- 32125a4 [Profiles, Fixit] Removing usage of GetDefaultProfile from chrome_frame code. by [email protected] · 13 years ago
- 5b19952 Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. by [email protected] · 13 years ago
- 1e09ec8 GTTF: No more FLAKY_ . by [email protected] · 13 years ago
- 4db27d8 net: Split sync part of UploadFileElementReader as UploadFileElementReaderSync by [email protected] · 13 years ago
- 6c59ab46 Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and deleting arrays. by [email protected] · 13 years ago
- 70a317a Introduce PrefServiceBuilder, use for ChromePrefServiceBuilder. by [email protected] · 13 years ago
- 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
- a4a0c2b Disable ContextMenuTest.CFTxtFieldSelectAll by [email protected] · 13 years ago
- b2d26cfd net: Make UploadDataStream independent from UploadData by [email protected] · 13 years ago
- 924b421f Fix typo so that ChromeFrameTestWithWebServer.FullTabModeIE_SubFrame is actually disabled. by [email protected] · 13 years ago
- 5aab5941 build fix attempt by [email protected] · 13 years ago
- 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
- 98a0ae5 Disable ChromeFrame tests that flakily time out. by [email protected] · 13 years ago
- 38a2bc92 GTTF: Make chrome_frame_tests faster. by [email protected] · 13 years ago
- 8ccc69f7 POSTs to HSTS domains are no longer converted to GETs on upgrade to https. by [email protected] · 13 years ago
- 3da11ba chrome_frame: Update the remaining calls from RunAllPending() to RunUntilIdle(). by [email protected] · 13 years ago
- 45a7707 Make all pdb file names follow the same naming convention. by [email protected] · 13 years ago
- ea1a3f6 Move scoped_temp_dir from base to base/files by [email protected] · 13 years ago
- b1064d6 net: Change type of UploadData::elements from std::vector to ScopedVector by [email protected] · 13 years ago
- 44c466c [sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test dependencies by [email protected] · 13 years ago
- 885c0e9 Establish /extensions directory and move URLPattern there. by [email protected] · 13 years ago
- 2086a3d Reland 167337 - Move url_request_test_util into net namespace by [email protected] · 13 years ago
- 2c80384 Revert 167337 - Move url_request_test_util into net namespace by [email protected] · 13 years ago
- 13b65cc Move url_request_test_util into net namespace by [email protected] · 13 years ago
- dccf5a29 Revert "Deleted TestWithWebServer from chrome_frame_tests." by [email protected] · 13 years ago
- 0ed6677 Deleted TestWithWebServer from chrome_frame_tests. by [email protected] · 13 years ago
- 9748668 Some chrome frame tests are marked as flaky. by [email protected] · 13 years ago
- 8392ccdd Move stack_container and linked_list to the new containers subdirectory. by [email protected] · 13 years ago
- 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
- 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
- dfa9add Revert 165062 - We believe this change broke startup_tests by [email protected] · 13 years ago
- e00ccc9 GTTF: remove FAILS_ prefix, part 1 by [email protected] · 13 years ago
- 5095cd7 Account for server vs host clock skew in cookie expiration times. by [email protected] · 13 years ago
- 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
- 242d856 Process only the first Strict-Transport-Security header. by [email protected] · 13 years ago
- dfd5365 when running in single process mode, modify the browser's command line to include the --lang flag by [email protected] · 13 years ago
- 410938e0 Make it possible to enable and disable metrics reporting separately from recording by [email protected] · 13 years ago
- 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
- 3289a82a Eliminate duplicate COM and OLE initializations. by [email protected] · 13 years ago
- 03b9b4e Move the bits of Prefs where production code has only trivially easy by [email protected] · 13 years ago
- 243d52e3d Using Ronald's libclang based converter, we're able to translate by [email protected] · 13 years ago
- 06ea095 Generate version resources for Chrome Frame using the same machinery as Chrome itself. by [email protected] · 13 years ago
- 06bd150 Configure IE 10 for the various Chrome Frame tests. by [email protected] · 13 years ago
- 5b76814b net: Make UploadDataStream::Read() asynchronous by [email protected] · 13 years ago
- b5466b9 Fix build of mini_installer with VS2012 by [email protected] · 13 years ago
- 11eae6bb Fix IE version check. by [email protected] · 13 years ago
- 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
- 00d60fa Miscellaneous tiny cleanups done while converting files to use ScopedCOMInitializer, pulled out separately to make review easier. by [email protected] · 13 years ago
- b4438d3 URLRequestHttpJob::StartTransaction should honour network delegate. by [email protected] · 13 years ago
- dc5a5cf There are two blocking network delegates in url_request_unittest: by [email protected] · 13 years ago
- 2f7d9cd SampleSet -> HistogramSamples which can be reused by SparseHistogram by [email protected] · 13 years ago
- df7adc6 net: Make UploadDataStream::Init() asynchronous. by [email protected] · 13 years ago
- 65fc9303 Fixing missed deallocation of pointer from FileVersionInfo::CreateFileVersionInfoForCurrentModule(). by [email protected] · 13 years ago
- 55b4ce7 Wire up Chrome's resources to the CF net tests' ResourceBundle. by [email protected] · 13 years ago
- 2dd3355 Try 2 - Change how ui::Clipboard is accessed so there's only one per thread. by [email protected] · 13 years ago
- f87d7cb Split user agent code out of the 'glue' target by [email protected] · 13 years ago
- b3520c0 Revert 155468 - Change how ui::Clipboard is accessed so there's only one per thread. by [email protected] · 13 years ago
- 8919c55c Change how ui::Clipboard is accessed so there's only one per thread. by [email protected] · 13 years ago
- da43c08 Enable Media Source API by default. by [email protected] · 13 years ago
- 400daf01 Modify chrome_frame_net_tests to integrate the refactoring to ProcessSingleton. by [email protected] · 13 years ago
- ad91dc5 net: Move file operation code from UploadData to UploadDataStream by [email protected] · 13 years ago
- 7335ab0 Stop using ScopedAllowIO in content::ResourceDispatcherHostImpl by [email protected] · 13 years ago
- 7fc63941 Attempt to fix flake in FullTabModeIE_TestPostReissue by avoiding loopback address. by [email protected] · 13 years ago
- 20f999b5 Use a different algorithm with the low entropy source for field trials. by [email protected] · 13 years ago
- 9f17046 Refactoring: ProtocolHandler::MaybeCreateJob and other functions take NetworkDelegate as argument by [email protected] · 13 years ago
- b2f3107 net: Remove UploadElement::TYPE_CHUNK by [email protected] · 13 years ago
- efd86d3 Mark FullTabModeIE_TestPostReissue as flaky. by [email protected] · 13 years ago
- eda3589 Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task is dead. by [email protected] · 13 years ago
- dbbe442 Refactor GrabWindowSnapshot and GrabWindowSnapshotImpl names to GrabWindowSnapshotForUser and GrabWindowSnapshot respectively. by [email protected] · 13 years ago
- 64cad66 Revert 149604 - Support calling GrabWindowSnapshot when no BrowserProcess instance is avaliable (eg. tests) by [email protected] · 13 years ago
- a6bae05 Support calling GrabWindowSnapshot when no BrowserProcess instance is avaliable (eg. tests) by [email protected] · 13 years ago
- 182d1f1a Disable FullTabModeIE_RefreshMshtmlTest by [email protected] · 13 years ago
- cc2f3ee Disable FullTabModeIE_InstallFlowTest by [email protected] · 13 years ago
- be3b500 Remove ui_resources_default_100_percent.rc and theme_resources_default_100_percent.rc by [email protected] · 13 years ago
- a52c731 Renamed resource files to be more verbose, specifically: by [email protected] · 13 years ago
- 92f502dd8 Use HTTPS to download code. by [email protected] · 13 years ago
- a0b900b Switch to TimeDelta interfaces in chrome automation test infrastructure. by [email protected] · 13 years ago
- be28b5f4 Move files related to registry-controlled domains into a new net/base/registry_controlled_domains/ subdirectory. by [email protected] · 13 years ago
- b0cb5e82 Move browsing_data_helper files into a separate directory. by [email protected] · 13 years ago
- fce44c1 Initialize StatisticsRecorder in Child Process to hold by [email protected] · 13 years ago
- f8126f5 Revert 147288 - Renamed resource files to be more verbose, specifically: by [email protected] · 13 years ago
- 23560a8 Renamed resource files to be more verbose, specifically: by [email protected] · 13 years ago
- 18149178 Move the Windows sandbox to sandbox/win by [email protected] · 13 years ago
- 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
- 567d30e Move StatisticsRecorder out of histogram.cc/h for further refactoring. by [email protected] · 13 years ago
- 7e712a8 Revert 146656 - Switch to TimeDelta interfaces in chrome automation test infrastructure. by [email protected] · 13 years ago
- 69557d3 Switch to TimeDelta interfaces in chrome automation test infrastructure. by [email protected] · 13 years ago
- e628fde3 Emergency revert; rietveld broke; tree broke by [email protected] · 13 years ago
- d30379c sandbox/src -> sandbox/win/src by [email protected] · 13 years ago
- 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
- 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
- 12126d37 Remove two deprecated methods from base::Version by [email protected] · 13 years ago
- 6c26d9c Add methods to add DataPack from open files by [email protected] · 13 years ago