summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_encoding_uitest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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