- d4799a3 FBTF: Moves code to the headers. by [email protected] · 15 years ago
- b045a740 base_unittests: cut a sleep down to 1 second by being more careful about time. by [email protected] · 15 years ago
- c1f06d7 Try to preclude flakiness in test. by [email protected] · 15 years ago
- 2baf4cfa Ignore error (especially don't log) from pthread_setname(), it's harmless. by [email protected] · 15 years ago
- 5018448 The return value of ClosePlatformFile() was reversed in r59041. Most by [email protected] · 15 years ago
- 0c93d31 Fail to create a directory if there is a file in the path to be created. by [email protected] · 15 years ago
- 832ba50 Remove the hack in string_util for RLZ library. by [email protected] · 15 years ago
- 2250e27 file_util_proxy: fix a typo that caused us to ignore a path. by [email protected] · 15 years ago
- 6c683f0 Fix a bug in the string wrapper for SHA256HashString. by [email protected] · 15 years ago
- 469006c Include log output in buildbot logs on Windows just as by [email protected] · 15 years ago
- 075be5d Remove logging for issue 35198. by [email protected] · 15 years ago
- 4e5ae20f base: Finish moving the SplitString functions from string_util.h to string_split.h by [email protected] · 15 years ago
- 9fae63af Adding a FileUtilProxy::TouchFile() method that takes a FilePath as an by [email protected] · 15 years ago
- 88bfaa2 base_unittests: Turn down the sleeps on the stats table tests. by [email protected] · 15 years ago
- 507fb9a Add a TouchFile() function that takes a FilePath argument. by [email protected] · 15 years ago
- dec76e80 FBTF: Move virtual methods to implementation files. by [email protected] · 15 years ago
- 8d60757 Revert "Add a TouchFile function that operates on FilePaths + fixing a bug" by [email protected] · 15 years ago
- b82ff7e Add a TouchFile function that operates on FilePaths + fixing a bug by [email protected] · 15 years ago
- 8af6f334 The submillisecond test was broken in at least two ways. First, the by [email protected] · 15 years ago
- d0d0152e Quick-fix the compliation error on Windows by [email protected] · 15 years ago
- adf7d80 Add two tests for uninit reads to ToolsSanityTests by [email protected] · 15 years ago
- 9d2951f Pull latest PPAPI. Change key handling to support the new API. by [email protected] · 15 years ago
- 61b93f88f Cleanup orphaned testserver processes on posix. by [email protected] · 15 years ago
- 5746640 Refactor some file_system classes to use chromium types instead of by [email protected] · 15 years ago
- 16f76563 Fix a bunch of clang warnings/errors. by [email protected] · 15 years ago
- 58680ce Support for building Chrome using Clang. by [email protected] · 15 years ago
- 3c0d45e Fix removal of multiple observers in ObserverListThreadSafe. by [email protected] · 15 years ago
- b88a749 [Mac] Replace the existing browser-child mach ipc with a long-lived listener on a well-known port. by [email protected] · 15 years ago
- 0484d7b Make a destructor protected per darin@'s request in a previous code review. by [email protected] · 15 years ago
- 81e8ebf Fix style guide errors in comments by [email protected] · 15 years ago
- 86efbf15 Various style fixes (indenting, captitalization, adding some comments). by [email protected] · 15 years ago
- d83a560 FBTF: Move Extension::LaunchContainer to extension_constants.h. by [email protected] · 15 years ago
- 23c386b Fixes bad URLRequest leak detection. nss_ocsp creates a by [email protected] · 15 years ago
- 90314c0a8 GTTF: Fix FileUtilTest so multiple test instances can run in parallel. by [email protected] · 15 years ago
- 6d9a2eb Change platform_file_unittest.cc to report the time values when an by [email protected] · 15 years ago
- 53b8aff Fix Chrome build for 10.6 SDK. Should fix Mac coverage bot compile errors. by [email protected] · 15 years ago
- 7594f6d base: Move SplitStringDontTrim functions from string_util.h to string_split.h by [email protected] · 15 years ago
- 6a1a05d Fix some simple code typos spotted while investigating bug 54229. by [email protected] · 15 years ago
- 5b84fe3 Lock log files when reiniting them. by [email protected] · 15 years ago
- 03bb953d Bunch of match preview tweaks: by [email protected] · 15 years ago
- 314fb14 Fix a stupid bug in GetRunningOnValgrind, this is a copy of TSan r2453 change by [email protected] · 15 years ago
- 8a962461 Don't run PlatformFile.TouchGetInfoPlatformFile under Valgrind by [email protected] · 15 years ago
- c6e86ae Implement SymmetricKey::Import for HMAC-SHA-1 keys on Windows. by [email protected] · 15 years ago
- ffa59d6 clang: don't build unused function by [email protected] · 15 years ago
- e51d008 Revert 58786 - Adding debugging info for thread name. by [email protected] · 15 years ago
- 4493574 Make the glob matcher support UTF8 strings. by [email protected] · 15 years ago
- 3fb43ed1 Adding some functions that operate on file handles. by [email protected] · 15 years ago
- 34e043b Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. by [email protected] · 15 years ago
- 5438ddec Revert 59007 - Adding some utility functions that work on file handles, and adding by [email protected] · 15 years ago
- b51f7bf Adding some utility functions that work on file handles, and adding by [email protected] · 15 years ago
- c925ad1 Fix Time::FromDoubleT so that it will return null time when 0 is passed. by [email protected] · 15 years ago
- 98149a62 Fix a typo in CBU16_IS_SURROGATE by [email protected] · 15 years ago
- 9dbd128c Adding debugging info for thread name. by [email protected] · 15 years ago
- 8b20191 Add recursive flag to file_util_proxy::CreateDirectory. by [email protected] · 15 years ago
- 0e3ffa25 Change ICU_UTIL_DATA_IMPL on Linux to match the reality. by [email protected] · 15 years ago
- 81e3260 2nd attempt: Write the outcome of the Toast Experiment for system-level installs to the right registry key. by [email protected] · 15 years ago
- d54636e Revert 58639 - by [email protected] · 15 years ago
- f82d3616 Write the outcome of the Toast Experiment for system-level installs to the right registry key. by [email protected] · 15 years ago
- 193c761 Annotate a benign race between task_.get() and task_.reset() by [email protected] · 15 years ago
- a141675 Cleanup some duplicated includes. by [email protected] · 15 years ago
- b4876084f Revert 58576 - Adds logging into fork_and_get_task() to test a hypothesis on why WaitForInitialLoads() is failing. by [email protected] · 15 years ago
- a112bdbc Adds logging into fork_and_get_task() to test a hypothesis on why WaitForInitialLoads() is failing. by [email protected] · 15 years ago
- 620a003 [Mac] Move the reset of signal handlers to be very soon after the fork, before we do any mach IPC. by [email protected] · 15 years ago
- 34acf60a Revert 58558 - [Mac] Move the reset of signal handlers to be very soon after the fork, before we do any mach IPC. by [email protected] · 15 years ago
- d815a1b [Mac] Move the reset of signal handlers to be very soon after the fork, before we do any mach IPC. by [email protected] · 15 years ago
- e1d6a59 Add a term feature extractor for client-side phishing detection. by [email protected] · 15 years ago
- 196a0b02 Remove the default argument from RegKey::ReadValue. by [email protected] · 15 years ago
- 2f0193c2 Moving file_util::FileInfo to base::PlatformFileInfo, and adding the by [email protected] · 15 years ago
- 7f0555248 Re-lands 58186: by [email protected] · 15 years ago
- d8591ca5 Change file_util_proxy::Entry::isDirectory to is_directory. by [email protected] · 15 years ago
- 0cc3dfe Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. by [email protected] · 15 years ago
- 2b7c949 Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. by [email protected] · 15 years ago
- e3ef18d [Mac] Add comment explaining why we create the mach receive port when we do. by [email protected] · 15 years ago
- edbbc3c Don't run ProcessUtilTest.CalcFreeMemory under TSan on Windows by [email protected] · 15 years ago
- 61da1db Changes for browser-side implementation for file api. by [email protected] · 15 years ago
- e8478ae base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h by [email protected] · 15 years ago
- bc292cab Registered the service process to AutoRun (for Windows) if any service (CloudPrint or Remoting) is enabled. When all services are disabled, we delete the AutoRun key. Also remembered the enabled state of the Cloud Print Proxy in the service prefs. by [email protected] · 15 years ago
- 92258389 Revert 58186 - Move the keyboard files from base/ to app/. by [email protected] · 15 years ago
- 1eed615 Move the keyboard files from base/ to app/. by [email protected] · 15 years ago
- 22c0d8b Revert 58091 - experiment to try and fix 'Cookies' test on Linux. by [email protected] · 15 years ago
- 62aa811 Fix Time::FromDoubleT so that it will return null time when 0 is passed. by [email protected] · 15 years ago
- f02640dd Allow NOTIFY_EXISTING_ONLY in ObserverListThreadSafe. Switch NCN to using it. by [email protected] · 15 years ago
- cba2196 Revert 58074 - Lock all access to logging data, in case it's reinitialized by [email protected] · 15 years ago
- 58678c5 Add NSS cert trust setting, cert deleting, and CA cert import to CertDatabase. by [email protected] · 15 years ago
- b3c572a Lock all access to logging data, in case it's reinitialized by [email protected] · 15 years ago
- 5f522afa Add unit test for functionality added to ReplaceStringPlaceholders in r57966. by [email protected] · 15 years ago
- ed65fec Add an optional parameter to CreatePlatformFile() to report the type by [email protected] · 15 years ago
- 22e1168 Add test to check that IsStringUTF8 allows for embedded NULLs. by [email protected] · 15 years ago
- e8450483 Add an accordian effect to NTP. by [email protected] · 15 years ago
- e29c8c57 Remove deprecated version of file_util::ReadFileToString function. by [email protected] · 15 years ago
- 8107004 Support handling blob URL and resolve blob references in upload data. by [email protected] · 15 years ago
- a74dcae Add RandomNumberGenerator adapter to base/rand_util.h by [email protected] · 15 years ago
- 63b9eb2 Mac tabpose: Add thumbnails by [email protected] · 15 years ago
- dcd869c FBTF: Move some heavy, repeatedly emitted symbols to implementation files. by [email protected] · 15 years ago
- 5024555 Remove the default argument from RegKey::WriteValue. by [email protected] · 15 years ago
- 8c0a4284d Reland r57575 - Remove the default argument from RegKey::Open. by [email protected] · 15 years ago
- 1407b6e FBTF: Remove unneeded headers from base/ (part 7) by [email protected] · 15 years ago
- 91484af Re-land. Fixed previous errors. by [email protected] · 15 years ago
- 64e2d4a4 This CL introduces the stack shadowing mechanism that should help TCMalloc's by [email protected] · 15 years ago
- 1c704b7 Revert 57614 - Re-land. Fixed previous build error. by [email protected] · 15 years ago