- 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
- 8ccc69f 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
- e4fee09 Adding Chrome Frame metric for SetSite performance. by [email protected] · 13 years ago
- 8e937c1e Add base::RunLoop and update ui_test_utils to use it to reduce flakiness by [email protected] · 13 years ago
- 39e71a6 Remove the calls to ready mode from Bho::SetSite. by [email protected] · 13 years ago
- 3d50157e Make chrome compile with the win8 sdk So we can move the metro bits to src by [email protected] · 13 years ago
- 94e2bbe Added URLRequestContext to constructor for URLRequest. by [email protected] · 13 years ago
- d370803 browser: Add ExternalTabContainer interface. by [email protected] · 13 years ago
- 372c678f Automatically disable FLAKY_* version of disabled tests, if any. by [email protected] · 13 years ago
- fc63629 Change the exclusion rule to FLAKY, to match the change to the test name. by [email protected] · 13 years ago
- 7e49ad3 Move guid generation from chrome/common/ to base/. by [email protected] · 13 years ago
- 6aa1f62c Include outputs of Assemble rule as sources of dependent targets. by [email protected] · 13 years ago
- c6681f3 Simplify how Content*Client interfaces are created. Instead of depending on the embedder to know when to create and set them and to handle special cases like zygote/single-process, directly ask the embedder to create an instance of a specific type. Also, if the embedder doesn't return an instance create the empty version. by [email protected] · 13 years ago
- 159f06c0 Tighten up DEPS checking to enforce that embedders of content only include public test headers. 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
- 5c76004 Make BrowserMainParts have an empty implementation to make embedding easier. by [email protected] · 13 years ago
- be561d9 Give ContentMainDelegate a default implementation to simplify embedders. by [email protected] · 13 years ago
- 80a3b8e1 Remove redundant includes of common.gypi and unused repo from DEPS by [email protected] · 13 years ago