summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_encoding_uitest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the save file code from chrome to content. This is just a file move so t...jam@chromium.org2011-07-141-1/+1
* Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.darin@chromium.org2011-06-271-0/+1
* Remove most of the remaining test dependencies (other than chrome/test).jam@chromium.org2011-06-141-1/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* Mark TestEncodingAliasMapping flaky on mac.atwilson@chromium.org2011-05-131-0/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Disable BrowserEncodingTest.TestEncodingAutoDetect on CrOS. It's almost alway...thestig@chromium.org2010-10-201-2/+8
* GTTF: remove flaky mark from following tests:phajdan.jr@chromium.org2010-09-291-2/+1
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-1/+1
* Marking BrowserEncodingTest.TestEncodingAliasMapping as flaky.mirandac@chromium.org2010-08-101-1/+2
* Change a bunch of string types.estade@chromium.org2010-06-291-1/+1
* Marking BrowserEncodingTest.TestOverrideEncoding as FLAKY.robertshield@chromium.org2010-05-201-1/+2
* Marking BrowserEncodingTest.TestEncodingAutoDetect as FLAKY. robertshield@chromium.org2010-05-201-1/+2
* Revert r46909: "Reland r46681: Use IPC to wait for download in DownloadTest."bauerb@chromium.org2010-05-111-2/+2
* Reland r46681: Use IPC to wait for download in DownloadTest.bauerb@chromium.org2010-05-111-2/+2
* Revert 46681 - Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use...bauerb@chromium.org2010-05-071-2/+2
* Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use it in UITestBa...bauerb@chromium.org2010-05-071-2/+2
* Enable more parts of automation on all platforms:phajdan.jr@chromium.org2010-05-041-5/+0
* Merge UiTest::GetTest* and ui_test_utils::GetTest*. Convert these utility fun...thestig@chromium.org2010-03-311-3/+3
* [GTTF] Various ui tests cleanups:phajdan.jr@chromium.org2010-03-261-7/+4
* [GTTF] Make automation framework more solid by making sure thatphajdan.jr@chromium.org2010-03-161-1/+2
* Putting back tests that are excluded in bug 28808oshima@chromium.org2009-12-221-7/+0
* Flaky tests on linux/view/64bit builds.oshima@chromium.org2009-11-251-0/+7
* Revert 31419 - Commit Issue 255057: Unit Test for Toggling of Encoding AutoDe...willchan@chromium.org2009-11-091-89/+2
* Commit Issue 255057: Unit Test for Toggling of Encoding Auto-Detectrolandsteiner@chromium.org2009-11-091-2/+89
* Use FilePath in URLRequestMocks.evan@chromium.org2009-10-141-3/+3
* TestOverrideEncoding hanging is because TabProxy::WaitForNavigation can not g...jnd@chromium.org2009-10-041-1/+1
* Update the TabContents::SavePage parameter to take FilePath instead of wstrin...rsesek@chromium.org2009-09-261-4/+2
* Disable TestOverrideEncoding test. It's been hanging the XP Tests (dbg)(3) ui...thestig@chromium.org2009-09-251-1/+1
* Speed up the BrowserEncodingTest.TestEncodingAutoDetect.jnd@chromium.org2009-09-221-10/+10
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-54/+54
* Alias 'US-ASCII' to 'ISO-8859-1' in our UI without touching webkit.BUG=15801jnd@chromium.org2009-09-021-0/+1
* Fix BrowserEncodingTest to use FilePaths and cleanup temporary files.thestig@chromium.org2009-09-021-122/+103
* Disable this test of encoding override on MacOS and Linux because on those pl...jnd@chromium.org2009-08-221-0/+5
* Use size_t to fix compilation error.jnd@chromium.org2009-08-221-2/+2
* Use ARRAYSIZE_UNSAFEjnd@chromium.org2009-08-221-2/+2
* arraysize doesn't accept a type defined inside a function. In these rarejnd@chromium.org2009-08-221-2/+2
* Fix compilation failure on Mac and Linuxjnd@chromium.org2009-08-221-11/+18
* Add a UI test for "Encoding" menu. Please see crbug.com/5515 for more details...jnd@chromium.org2009-08-221-0/+305