- 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
- f97c8f3 Revert 139259 - Remove redundant includes of common.gypi and unused repo from DEPS by [email protected] · 13 years ago
- 15b2dce Remove redundant includes of common.gypi and unused repo from DEPS by [email protected] · 13 years ago
- f9d518696 Exclude the new net test HTTPSRequestTest.TLSv1Fallback from cf net tests. by [email protected] · 13 years ago
- c49201a Revert "Revert 137734 - Select theme resources from ResourceBundle at requested scale factor." by [email protected] · 13 years ago
- 7398ee2 [cf] Fix TestServerTest.TestServer to talk to localhost only. by [email protected] · 13 years ago
- 61a796c4 Revert 137734 - Select theme resources from ResourceBundle at requested scale factor. by [email protected] · 13 years ago
- bebfb2e Select theme resources from ResourceBundle at requested scale factor. by [email protected] · 13 years ago
- 0cfad2f3 Cleanup: Remove unneeded scoped_ptr.h includes from net. by [email protected] · 13 years ago
- 7082fb94 reland http://codereview.chromium.org/10379003/ by [email protected] · 13 years ago
- 36633f4 Refactor TCPListenSocket. by [email protected] · 13 years ago
- 0838156 Revert 137219 - enable media stream by default. by [email protected] · 13 years ago
- 14ff9620 enable media stream by default. by [email protected] · 13 years ago
- 1f1effe Fix flake in chrome_frame_net_tests due to improper use of IE configurator. by [email protected] · 13 years ago
- 448ca4d [ChromeFrame] Upload metrics data to both the XML and the protocol buffer pipeline. by [email protected] · 13 years ago
- fb317a5 Add new ResourceBundle::Delegate interface. by [email protected] · 13 years ago
- 461f192 Marking ChromeFrameTestWithWebServer.FullTabModeIE_XHRHeaderTest flaky. by [email protected] · 13 years ago
- 2214ed55 Take snapshots when Chrome Frame fails to start in IE. by [email protected] · 13 years ago
- 6a46c34 Share the "get CF profile dir" code between ChromeFramePlugin and chrome_frame_test_utils.h. by [email protected] · 13 years ago
- ff79e4cb chrome_frame: Use operator!= from scoped_ptr to check if |ver_system| is NULL. by [email protected] · 13 years ago
- 63942f2 Add scale factor tag to data packs by [email protected] · 13 years ago
- c6134e75 Disabling chrome_frame_tests.exe ContextMenuTest.CFBackForward since it times out. by [email protected] · 13 years ago
- 77f207d Exclude a new net test from cf net tests. by [email protected] · 13 years ago
- 483b080 Set svn:executable on windows executables. by [email protected] · 13 years ago
- c2340500 Flaking out some tests that use simulate_input::SendCharA. by [email protected] · 13 years ago
- 83088b2 Upstream changes making ListenSocket an abstract class. by [email protected] · 13 years ago
- f2ad6f54 Update uses of TimeDelta in chrome_frame/*. Also update a bit of TimeDelta use in webkit npapi code. by [email protected] · 13 years ago
- 91835ca [Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/ by [email protected] · 13 years ago
- 5af15b4 Get chrome:// dev tool urls hooked up in content_shell. by [email protected] · 13 years ago
- a77ac74 Attempt to fix ChromeFrameTestWithWebServer tests. by [email protected] · 13 years ago
- ec015c8 Metro/HiDPI: Cleanup ResourceBundle by [email protected] · 13 years ago
- bfc8cb6 Marking NavigationTest.GcfProtocol1 flaky. by [email protected] · 13 years ago
- 2d472958 Field Trials choices can now be forced from a command line argument, and yet still behave as if a coin was tossed, except the coin is tricked :-). by [email protected] · 13 years ago
- 6f9832e Use TimeDelta for Chrome Frame test's TimedMsgLoop. by [email protected] · 13 years ago
- 51808a9 Fix flake in ProxyFactoryTest.CreateDifferentProfiles due to data race. by [email protected] · 13 years ago
- de88c5e Remove the BrowserMainParts::GetMainMessageLoop method. Change BrowserMainLoop::MainMessageLoopStart to only create the default MessageLoop if one does not already exist for the current thread. If a custom MessageLoop is desired it can be created in BrowserMainParts::PreMainMessageLoopStart. by [email protected] · 13 years ago
- 2390e7f Close accepted server sockets early and often. by [email protected] · 13 years ago
- 2beea33 Don't turn a failure to shut down IE into a test suite failure. by [email protected] · 13 years ago
- 39942a3 Set up machine configuration so that IE7 and IE9 behave predictably. by [email protected] · 13 years ago
- 57319e1 Add a setting to CF to remove 'chromeframe' from the UserAgent on a per-pattern basis. by [email protected] · 13 years ago
- 438f5bb4 Mark ContextMenuTest.CFBackForward as flaky. by [email protected] · 13 years ago
- dcfa8d5 Integrate the TestLogCollector with the Chrome Frame net tests. by [email protected] · 13 years ago
- 3e5dd57 Adding policy support to Chrome Frame's launcher so that additional parameters can be passed to Chrome via Group Policy. by [email protected] · 13 years ago