summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fixes bad URLRequest leak detection. nss_ocsp creates asky@chromium.org2010-09-152-9/+13
* GTTF: Fix FileUtilTest so multiple test instances can run in parallel.phajdan.jr@chromium.org2010-09-151-110/+106
* Change platform_file_unittest.cc to report the time values when andumi@chromium.org2010-09-151-6/+9
* Fix Chrome build for 10.6 SDK.jrg@chromium.org2010-09-151-2/+6
* base: Move SplitStringDontTrim functions from string_util.h to string_split.htfarina@chromium.org2010-09-157-47/+91
* Fix some simple code typos spotted while investigating bug 54229.evan@chromium.org2010-09-141-3/+3
* Lock log files when reiniting them.davemoore@chromium.org2010-09-141-100/+148
* Bunch of match preview tweaks:sky@chromium.org2010-09-141-1/+1
* Fix a stupid bug in GetRunningOnValgrind, this is a copy of TSan r2453 changetimurrrr@chromium.org2010-09-141-1/+1
* Don't run PlatformFile.TouchGetInfoPlatformFile under Valgrindtimurrrr@chromium.org2010-09-141-0/+3
* Implement SymmetricKey::Import for HMAC-SHA-1 keys on Windows.wtc@chromium.org2010-09-142-14/+20
* clang: don't build unused functionevan@chromium.org2010-09-131-0/+2
* Revert 58786 - Adding debugging info for thread name.eroman@chromium.org2010-09-111-18/+0
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-104-58/+139
* Adding some functions that operate on file handles.dumi@chromium.org2010-09-108-56/+857
* Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.phajdan.jr@chromium.org2010-09-092-15/+27
* Revert 59007 - Adding some utility functions that work on file handles, and a...dumi@chromium.org2010-09-098-854/+55
* Adding some utility functions that work on file handles, and addingdumi@chromium.org2010-09-098-55/+854
* Fix Time::FromDoubleT so that it will return null time when 0 is passed.jianli@chromium.org2010-09-092-0/+15
* Fix a typo in CBU16_IS_SURROGATEjshin@chromium.org2010-09-081-2/+2
* Adding debugging info for thread name.huanr@chromium.org2010-09-081-0/+18
* Add recursive flag to file_util_proxy::CreateDirectory.kinuko@chromium.org2010-09-082-3/+8
* Change ICU_UTIL_DATA_IMPL on Linux to match the reality.jshin@chromium.org2010-09-071-4/+2
* 2nd attempt: Write the outcome of the Toast Experiment for system-level insta...finnur@chromium.org2010-09-072-10/+31
* Revert 58639 - nsylvain@chromium.org2010-09-072-31/+10
* Write the outcome of the Toast Experiment for system-level installs to the ri...finnur@chromium.org2010-09-062-10/+31
* Annotate a benign race between task_.get() and task_.reset()glider@chromium.org2010-09-061-1/+5
* Cleanup some duplicated includes.tfarina@chromium.org2010-09-042-2/+0
* Revert 58576 - Adds logging into fork_and_get_task() to test a hypothesis on ...rohitrao@chromium.org2010-09-041-7/+0
* Adds logging into fork_and_get_task() to test a hypothesis on why WaitForInit...rohitrao@chromium.org2010-09-041-0/+7
* [Mac] Move the reset of signal handlers to be very soon after the fork, befor...rohitrao@chromium.org2010-09-041-6/+16
* Revert 58558 - [Mac] Move the reset of signal handlers to be very soon after ...rohitrao@chromium.org2010-09-031-16/+6
* [Mac] Move the reset of signal handlers to be very soon after the fork, befor...rohitrao@chromium.org2010-09-031-6/+16
* Add a term feature extractor for client-side phishing detection.bryner@chromium.org2010-09-032-0/+11
* Remove the default argument from RegKey::ReadValue.tfarina@chromium.org2010-09-031-6/+1
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-039-26/+38
* Re-lands 58186:bryeung@chromium.org2010-09-0316-1920/+0
* Change file_util_proxy::Entry::isDirectory to is_directory.kinuko@chromium.org2010-09-022-3/+5
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-0215-0/+1909
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-0215-1909/+0
* [Mac] Add comment explaining why we create the mach receive port when we do.rohitrao@chromium.org2010-09-021-0/+4
* Don't run ProcessUtilTest.CalcFreeMemory under TSan on Windowstimurrrr@chromium.org2010-09-021-0/+3
* Changes for browser-side implementation for file api.kkanetkar@chromium.org2010-09-023-26/+303
* base: Move SplitStringUsingSubstr functions from string_util.h to string_split.htfarina@chromium.org2010-09-026-87/+92
* Registered the service process to AutoRun (for Windows) if any service (Cloud...sanjeevr@chromium.org2010-09-012-0/+23
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-0116-0/+1921
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-0116-1921/+0
* Revert 58091 - experiment to try and fix 'Cookies' test on Linux.tim@chromium.org2010-08-311-2/+0
* Fix Time::FromDoubleT so that it will return null time when 0 is passed.jianli@chromium.org2010-08-311-0/+2
* Allow NOTIFY_EXISTING_ONLY in ObserverListThreadSafe. Switch NCN to using it.willchan@chromium.org2010-08-311-2/+8