summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test
Commit message (Expand)AuthorAgeFilesLines
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-11-081-3/+11
* Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...pauljensen@chromium.org2012-11-072-2/+5
* Revert 165062 - We believe this change broke startup_testsnsylvain@chromium.org2012-11-011-11/+3
* GTTF: remove FAILS_ prefix, part 1phajdan.jr@chromium.org2012-11-011-1/+1
* Account for server vs host clock skew in cookie expiration times.pauljensen@chromium.org2012-11-011-0/+1
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-10-301-3/+11
* Process only the first Strict-Transport-Security header.palmer@chromium.org2012-10-301-0/+7
* when running in single process mode, modify the browser's command line to inc...jochen@chromium.org2012-10-251-1/+1
* Eliminate duplicate COM and OLE initializations.pkasting@chromium.org2012-10-234-23/+14
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-221-1/+1
* Using Ronald's libclang based converter, we're able to translatedalecurtis@google.com2012-10-211-10/+4
* Configure IE 10 for the various Chrome Frame tests.grt@chromium.org2012-10-171-27/+80
* Fix IE version check.grt@chromium.org2012-10-121-9/+19
* Use ScopedCOMInitializer in more places. While this doesn't always simplify ...pkasting@chromium.org2012-10-031-7/+11
* URLRequestHttpJob::StartTransaction should honour network delegate.vabr@chromium.org2012-09-271-0/+7
* There are two blocking network delegates in url_request_unittest:vabr@chromium.org2012-09-261-0/+5
* Wire up Chrome's resources to the CF net tests' ResourceBundle.grt@chromium.org2012-09-131-0/+4
* Try 2 - Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-111-8/+6
* Split user agent code out of the 'glue' targetstuartmorgan@chromium.org2012-09-101-1/+1
* Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ...dharani@google.com2012-09-091-6/+8
* Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-071-8/+6
* Enable Media Source API by default.acolwell@chromium.org2012-09-071-3/+3
* Modify chrome_frame_net_tests to integrate the refactoring to ProcessSingleton.erikwright@chromium.org2012-09-014-175/+46
* Stop using ScopedAllowIO in content::ResourceDispatcherHostImplhashimoto@chromium.org2012-08-302-9/+11
* Attempt to fix flake in FullTabModeIE_TestPostReissue by avoiding loopback ad...grt@chromium.org2012-08-258-33/+82
* Use a different algorithm with the low entropy source for field trials.asvitkine@chromium.org2012-08-241-1/+2
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-242-3/+8
* Mark FullTabModeIE_TestPostReissue as flaky.bryeung@chromium.org2012-08-201-1/+2
* Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...fischman@chromium.org2012-08-072-9/+0
* Refactor GrabWindowSnapshot and GrabWindowSnapshotImpl names to GrabWindowSna...qfel@google.com2012-08-061-4/+2
* Revert 149604 - Support calling GrabWindowSnapshot when no BrowserProcess ins...joaodasilva@chromium.org2012-08-021-2/+4
* Support calling GrabWindowSnapshot when no BrowserProcess instance is avaliab...qfel@google.com2012-08-021-4/+2
* Disable FullTabModeIE_RefreshMshtmlTestsergeyu@chromium.org2012-07-301-1/+2
* Disable FullTabModeIE_InstallFlowTestsergeyu@chromium.org2012-07-301-1/+2
* Switch to TimeDelta interfaces in chrome automation test infrastructure.tedvessenes@gmail.com2012-07-202-8/+10
* Move the Windows sandbox to sandbox/winjln@chromium.org2012-07-182-2/+2
* Revert 146656 - Switch to TimeDelta interfaces in chrome automation test infr...cpu@chromium.org2012-07-132-10/+8
* Switch to TimeDelta interfaces in chrome automation test infrastructure.tedvessenes@gmail.com2012-07-132-8/+10
* Emergency revert; rietveld broke; tree brokeerg@google.com2012-07-132-2/+2
* sandbox/src -> sandbox/win/srcjln@chromium.org2012-07-132-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-113-25/+30
* Add base::RunLoop and update ui_test_utils to use it to reduce flakinessjbates@chromium.org2012-06-282-4/+9
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-4/+6
* browser: Add ExternalTabContainer interface.tfarina@chromium.org2012-06-211-2/+3
* Automatically disable FLAKY_* version of disabled tests, if any.erikwright@chromium.org2012-06-201-2/+16
* Change the exclusion rule to FLAKY, to match the change to the test name.erikwright@chromium.org2012-06-191-1/+1
* Simplify how Content*Client interfaces are created. Instead of depending on t...jam@chromium.org2012-06-051-8/+10
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Make BrowserMainParts have an empty implementation to make embedding easier.jam@chromium.org2012-05-301-4/+0