- 67e7103a Make BrowserEncodingBrowsertests pass when using the network service. by Matt Menke · 8 years ago
- 655aa58 remove DownloadManager::OnSavePackageSuccessfullyFinished() by Min Qin · 8 years ago
- 29ea5c7 Rewrite base::Bind to base::BindOnce with base_bind_rewriters in //chrome/browser/{a,b,c,d,e,f,g}* by tzik · 8 years ago
- 89967f02 Do not guess UTF8 encoding by jinsukkim · 8 years ago
- 96fd0c0f //chrome/browser and //components A-E: Change ScopedTempDir::path() to GetPath() by vabr · 9 years ago
- c07e0137 Remove unused prefs/api/resource for setPageEncoding by jinsukkim · 9 years ago
- a86b22e Enable browser encoding autodetection test by Jinsuk Kim · 9 years ago
- 72125e2 Remove text encoding UI by jinsukkim · 9 years ago
- b1fc1b8 Update chrome for new prefs location. by brettw · 9 years ago
- e4d7b6f Switch to standard integer types in chrome/browser/, part 1 of 4. by avi · 9 years ago
- 5e7b5723 net: Remove FilePath version of URLRequestMockHTTPJob::GetMockUrl(). by tfarina · 10 years ago
- 1ee1e16 Revert of Enable and fix tests after page serializer merge (patchset #1 id:1 of https://codereview.chromium.org/1219923010/ ) by Kent Tamura · 10 years ago
- 18af729 Disabled BrowserEncodingTest.TestEncodingAutoDetect on Chrome OS. by bruthig · 10 years ago
- bbf28107 Enable and fix tests after page serializer merge by Mattias Nissler · 10 years ago
- 4298e5a3 Disable tests in preparation of page serializer merge by gustav.tiger · 10 years ago
- 0f97763f Roll src/third_party/icu 8ac906f:d8b2a9d7 (svn 292317:292476) by jshin · 11 years ago
- a542fca Standardize usage of virtual/override/final in chrome/browser/ by Daniel Cheng · 11 years ago
- 51a1d052 Prepare for ISO-8859-1 to windows-1252 switch by jshin · 11 years ago
- 9e65ad1 Convert ARRAYSIZE_UNSAFE -> arraysize in chrome/browser/. by viettrungluu · 11 years ago
- 01d8b10e replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* by mostynb · 11 years ago
- 0332c19 Move url_request_mock_http_job to net/test/url_request/ by xunjieli · 11 years ago
- 18dfb7a5 Change base/file_utils.h includes to base/files/file_utils.h in chrome/ by thestig · 11 years ago
- e2c43edc Disable BrowserEncodingTest.TestEncodingAutoDetect by [email protected] · 11 years ago
- a6774fe Re-enable TestEncodingAutoDetect by [email protected] · 12 years ago
- a698e13 Enable BrowserEncoding tests for EUC-KR by [email protected] · 12 years ago
- 50f9185 Canonical encoding name : windows-949 => EUC-KR by [email protected] · 12 years ago
- dcd1661 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by [email protected] · 12 years ago
- cbb1ef59 content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from content by [email protected] · 12 years ago
- 3853a4c Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. by [email protected] · 12 years ago
- 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 12 years ago
- 0d7d62c Disabled TestEncodingAutoDetect on MAC by [email protected] · 12 years ago
- cc87237 Remove TabStripModel wrapper use. by [email protected] · 12 years ago
- df58aa8 content: remove NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHED by [email protected] · 12 years ago
- eb42324 Revert 178351 by [email protected] · 12 years ago
- 90fe5e9 content: remove NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHED by [email protected] · 12 years ago
- bc7fadf2 GTTF: Split BrowserEncodingTest.TestEncodingAliasMapping into smaller tests. by [email protected] · 13 years ago
- ea1a3f6 Move scoped_temp_dir from base to base/files by [email protected] · 13 years ago
- 2dbcad1c Move remaining content test code into the content namespace. by [email protected] · 13 years ago
- f3fc045a0 Re-enable BrowserEncodingTest.TestEncodingAliasMapping under ASan by [email protected] · 13 years ago
- a7fe911 Create content\public\test\test_utils.h to hold common test classes that are used by unit and browser tests. unit tests shouldn't be including ui_test_utils.h. by [email protected] · 13 years ago
- 52877dbc6 Move tab functions off Browser into browser_tabstrip and browser_tabrestore. by [email protected] · 13 years ago
- a37d4b0 Move browser commands into a separate file. by [email protected] · 13 years ago
- 871dc68 TabContentsWrapper -> TabContents, part 33. by [email protected] · 13 years ago
- 5b8ff1c Move more test headers from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders. Move these headers into the content namespace in the process. by [email protected] · 13 years ago
- ddf7214 Migrate the rest of the "global" prefs. by [email protected] · 13 years ago
- 0db6f286 Disable BrowserEncodingTest.TestEncodingAliasMapping under ASan by [email protected] · 13 years ago
- f13550f Convert the unload ui_tests to browser_tests. by [email protected] · 13 years ago
- 2f63b2405 Load every testcase of BrowserEncodingTest.TestEncodingAliasMapping in a new tab to avoid the race condition where the previous encoding is seen. by [email protected] · 13 years ago
- 830b240 Revert 130948 - Load every testcase of BrowserEncodingTest.TestEncodingAliasMapping in a new tab to avoid the race condition where the previous encoding is seen. by [email protected] · 13 years ago
- 52081447 Load every testcase of BrowserEncodingTest.TestEncodingAliasMapping in a new tab to avoid the race condition where the previous encoding is seen. by [email protected] · 13 years ago
- 361cfe6 Mark BrowserEncodingTest.TestEncoding* as DISABLED on Windows. by [email protected] · 13 years ago
- 2a96e36 Convert browser encoding ui_tests to browser_tests. They should hopefully be a lot less flakier now that they listen to notifications instead of polling the disk. by [email protected] · 13 years ago