summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Remove the default argument from RegKey::WriteValue.tfarina@chromium.org2010-08-281-1/+1
* Reland r57575 - Remove the default argument from RegKey::Open.tfarina@chromium.org2010-08-281-1/+1
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-278-15/+10
* Re-land. Fixed previous errors.dimich@chromium.org2010-08-272-0/+169
* This CL introduces the stack shadowing mechanism that should help TCMalloc'sglider@chromium.org2010-08-271-0/+11
* Revert 57614 - Re-land. Fixed previous build error.dimich@chromium.org2010-08-272-169/+0
* Move the SingletonSocket to a temporary directorydavidben@chromium.org2010-08-272-3/+11
* Re-land. Fixed previous build error.dimich@chromium.org2010-08-272-0/+169
* Revert 57572 - Remove the default argument from RegKey::Open.chase@chromium.org2010-08-261-1/+1
* Revert 57569 - Implement OSX version for "Start on Login" for background-enab...dimich@chromium.org2010-08-262-171/+0
* Remove the default argument from RegKey::Open.tfarina@chromium.org2010-08-261-1/+1
* Implement OSX version for "Start on Login" for background-enabled extensions.dimich@chromium.org2010-08-262-0/+171
* Submitting for Erik:tommi@chromium.org2010-08-264-2/+70
* Linux: Switch to DWARF for official builds. Good riddence.thestig@chromium.org2010-08-261-5/+0
* Make crash reporting client_id accessible through child_process_logging.mnissler@chromium.org2010-08-262-6/+21
* Move task_queue.* to base because it makes more sense there.levin@chromium.org2010-08-265-0/+242
* Remove the default argument from RegKey::Create.tfarina@chromium.org2010-08-261-1/+1
* Fix perms on another of tfarina's commits.viettrungluu@chromium.org2010-08-251-0/+0
* base: Assert that RegKey::ValueCount() is updated according in RegistryTest.tfarina@chromium.org2010-08-251-0/+1
* [Mac] if someone overrides FILE_EXE/DIR_EXE in the path service, it can cause...thomasvl@chromium.org2010-08-241-24/+39
* Change the FileUtilProxy callbacks to report error codes instead of booleans.dumi@chromium.org2010-08-243-39/+61
* Avoid spawning a thread while enabling the OOM killer on the Mac.avi@chromium.org2010-08-241-7/+14
* [Mac] Revert the diagnostic messages added in r57088.rohitrao@chromium.org2010-08-241-12/+2
* Don't run CancellationFlagTest.SetOnDifferentThreadDeathTest under Valgrind o...timurrrr@chromium.org2010-08-241-0/+3
* Fix the gtest filter for the changed OutOfMemoryTest test fixture name.glider@chromium.org2010-08-241-1/+1
* Sometimes you want to enforce that some but not all of your methods are calle...levin@chromium.org2010-08-248-15/+296
* Fix gtest warnings when running the process_util_unittest.levin@chromium.org2010-08-231-48/+109
* base: Disallow mixing NDEBUG settings in logging.{h,cc}.derat@chromium.org2010-08-232-12/+35
* [Mac] Add diagnostic logging to AmIBundled() to help with bot failures.rohitrao@chromium.org2010-08-231-3/+16
* Add functions to get the length or compute a substring of UTF8 and UTF16dmazzoni@chromium.org2010-08-234-0/+279
* Spelling correction: "nonexistant" -> "nonexistent".viettrungluu@chromium.org2010-08-221-1/+1
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-214-13/+2
* base: Add basic ReadValue test to RegistryTest.tfarina@chromium.org2010-08-211-1/+6
* Add the reverse test to EnvironmentTest.tfarina@chromium.org2010-08-211-0/+28
* Moving file_system_proxy to base/ and changing it to work with MessageLoopPro...dumi@chromium.org2010-08-203-0/+311
* Lands http://codereview.chromium.org/3153008 for bryeung:sky@chromium.org2010-08-205-0/+364
* Mark StatsTableTest.MultipleProcesses as flaky (again)maruel@chromium.org2010-08-201-1/+2
* Don't use const char kFoo[] in the stack place.tfarina@chromium.org2010-08-201-4/+4
* linux: add UMA stat for the file system where the prefs are storedevan@chromium.org2010-08-203-2/+82
* Revert 56738 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_t...rvargas@google.com2010-08-192-33/+16
* Convert FormatBytes to string16.evan@chromium.org2010-08-193-48/+48
* Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.phajdan.jr@chromium.org2010-08-192-16/+33
* Mac: Fix leak in tabpose.thakis@chromium.org2010-08-191-1/+2
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-192-5/+13
* Initial version of chrome.experimental.sidebar extension API. brettw@chromium.org2010-08-191-0/+5
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-193-3/+5
* Revert "Convert FormatBytes to string16."evan@chromium.org2010-08-183-48/+48
* Convert FormatBytes to string16.evan@chromium.org2010-08-183-48/+48
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-6/+6
* Fix DictionaryValue::Equals() to also detect differences in key names.mnissler@chromium.org2010-08-182-7/+15