index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix perms on another of tfarina's commits.
viettrungluu@chromium.org
2010-08-25
1
-0
/
+0
*
base: Assert that RegKey::ValueCount() is updated according in RegistryTest.
tfarina@chromium.org
2010-08-25
1
-0
/
+1
*
[Mac] if someone overrides FILE_EXE/DIR_EXE in the path service, it can cause...
thomasvl@chromium.org
2010-08-24
1
-24
/
+39
*
Change the FileUtilProxy callbacks to report error codes instead of booleans.
dumi@chromium.org
2010-08-24
3
-39
/
+61
*
Avoid spawning a thread while enabling the OOM killer on the Mac.
avi@chromium.org
2010-08-24
1
-7
/
+14
*
[Mac] Revert the diagnostic messages added in r57088.
rohitrao@chromium.org
2010-08-24
1
-12
/
+2
*
Don't run CancellationFlagTest.SetOnDifferentThreadDeathTest under Valgrind o...
timurrrr@chromium.org
2010-08-24
1
-0
/
+3
*
Fix the gtest filter for the changed OutOfMemoryTest test fixture name.
glider@chromium.org
2010-08-24
1
-1
/
+1
*
Sometimes you want to enforce that some but not all of your methods are calle...
levin@chromium.org
2010-08-24
8
-15
/
+296
*
Fix gtest warnings when running the process_util_unittest.
levin@chromium.org
2010-08-23
1
-48
/
+109
*
base: Disallow mixing NDEBUG settings in logging.{h,cc}.
derat@chromium.org
2010-08-23
2
-12
/
+35
*
[Mac] Add diagnostic logging to AmIBundled() to help with bot failures.
rohitrao@chromium.org
2010-08-23
1
-3
/
+16
*
Add functions to get the length or compute a substring of UTF8 and UTF16
dmazzoni@chromium.org
2010-08-23
4
-0
/
+279
*
Spelling correction: "nonexistant" -> "nonexistent".
viettrungluu@chromium.org
2010-08-22
1
-1
/
+1
*
Remove obviously unneeded forward declarations from headers under src/{app,ba...
viettrungluu@chromium.org
2010-08-21
4
-13
/
+2
*
base: Add basic ReadValue test to RegistryTest.
tfarina@chromium.org
2010-08-21
1
-1
/
+6
*
Add the reverse test to EnvironmentTest.
tfarina@chromium.org
2010-08-21
1
-0
/
+28
*
Moving file_system_proxy to base/ and changing it to work with MessageLoopPro...
dumi@chromium.org
2010-08-20
3
-0
/
+311
*
Lands http://codereview.chromium.org/3153008 for bryeung:
sky@chromium.org
2010-08-20
5
-0
/
+364
*
Mark StatsTableTest.MultipleProcesses as flaky (again)
maruel@chromium.org
2010-08-20
1
-1
/
+2
*
Don't use const char kFoo[] in the stack place.
tfarina@chromium.org
2010-08-20
1
-4
/
+4
*
linux: add UMA stat for the file system where the prefs are stored
evan@chromium.org
2010-08-20
3
-2
/
+82
*
Revert 56738 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_t...
rvargas@google.com
2010-08-19
2
-33
/
+16
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-19
3
-48
/
+48
*
Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.
phajdan.jr@chromium.org
2010-08-19
2
-16
/
+33
*
Mac: Fix leak in tabpose.
thakis@chromium.org
2010-08-19
1
-1
/
+2
*
Remove forward declares for ASCIIToUTF16 from string_util. All callers now use
brettw@chromium.org
2010-08-19
2
-5
/
+13
*
Initial version of chrome.experimental.sidebar extension API.
brettw@chromium.org
2010-08-19
1
-0
/
+5
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
3
-3
/
+5
*
Revert "Convert FormatBytes to string16."
evan@chromium.org
2010-08-18
3
-48
/
+48
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-18
3
-48
/
+48
*
Remove all wstrings from the IPC logging subsystem.
erg@google.com
2010-08-18
1
-6
/
+6
*
Fix DictionaryValue::Equals() to also detect differences in key names.
mnissler@chromium.org
2010-08-18
2
-7
/
+15
*
Convert GetDisplayStringInLTRDirectionality from wstring to string16.
tony@chromium.org
2010-08-18
3
-11
/
+15
*
Get rid of the deprecated file_util::InsertBeforeExtension.
tfarina@chromium.org
2010-08-18
2
-66
/
+0
*
Don't force callers to be ASCII (when some of them already aren't).
pkasting@chromium.org
2010-08-17
1
-8
/
+7
*
Header cleanup in base.
brettw@chromium.org
2010-08-17
32
-116
/
+124
*
Handle race to create histogram more cleanly
jar@chromium.org
2010-08-17
1
-4
/
+3
*
Re-land part of r55416, minus actually moving the test_suite.h contents to a ...
brettw@chromium.org
2010-08-17
14
-296
/
+372
*
Reapplies all the IPC system work (reverts the revert r56272).
erg@google.com
2010-08-17
1
-108
/
+156
*
Remove remaining deprecated wstring methods from base/values.{cc,h}.
viettrungluu@chromium.org
2010-08-17
3
-87
/
+3
*
Acquire lock before iterating over list of field trials
jar@chromium.org
2010-08-17
1
-0
/
+1
*
Fix bad tabs introduced in r56309 and r56311 in base/base.gyp.
tfarina@chromium.org
2010-08-17
1
-2
/
+2
*
Fix for win and mac builds
tfarina@chromium.org
2010-08-17
1
-0
/
+1
*
Add basic skeletal for the registry unittest.
tfarina@chromium.org
2010-08-17
2
-0
/
+54
*
Actually name it FLAKY_* this time!
eroman@chromium.org
2010-08-17
1
-1
/
+2
*
Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic...
viettrungluu@chromium.org
2010-08-17
2
-46
/
+0
*
Move StringPrintf into its own file and use the base namespace. Currently thi...
brettw@chromium.org
2010-08-17
8
-324
/
+391
*
Mark TraceEventTest.Macros which has started mysteriously failing.
eroman@chromium.org
2010-08-17
1
-1
/
+1
*
Stop eternal loop in DisplayDebugMessageInDialog
cmasone@google.com
2010-08-17
2
-2
/
+14
[next]