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
...
*
Fixed bug where the entire file path was being printed for logs on non-Windows
akalin@chromium.org
2010-10-29
1
-5
/
+5
*
Mac: Add AssertIOAllowed() call to CopyFile()
thakis@chromium.org
2010-10-28
1
-0
/
+2
*
Cleanup: Get rid of app/gtk_util.h.
jhawkins@chromium.org
2010-10-28
2
-0
/
+28
*
Update a bunch of FLAKY_ tests to match current reality
stuartmorgan@chromium.org
2010-10-28
1
-2
/
+7
*
Add histogram to track number of .nexe launches, normalized against opening n...
mmortensen@google.com
2010-10-28
3
-0
/
+54
*
This fixes the logging for ChromeOS so that it uses symlinks
gspencer@chromium.org
2010-10-28
2
-6
/
+6
*
Clean up a bad file path, and remove a deleted file.
dmaclach@chromium.org
2010-10-27
1
-2
/
+1
*
Revert 62695 - Revert 62644 - During shutdown delete any pending tasks if run...
thestig@chromium.org
2010-10-27
1
-2
/
+2
*
Fix up SharedMemory implementation so that it is more equivalent on Windows v...
dmaclach@chromium.org
2010-10-27
5
-135
/
+207
*
base: Remove stub registry.h file implementation.
tfarina@chromium.org
2010-10-27
1
-21
/
+0
*
Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...
pkasting@chromium.org
2010-10-27
1
-3
/
+3
*
ThreadRestrictions: disallow blocking IO on the UI thread
evan@chromium.org
2010-10-27
1
-0
/
+5
*
Added task to Observer methods
davemoore@chromium.org
2010-10-26
5
-6
/
+17
*
touchui: Directly process key and mouse events.
rjkroege@google.com
2010-10-26
6
-7
/
+64
*
Roll DEPS to rlz library r26:30 to get the latest fixes for base library chan...
tfarina@chromium.org
2010-10-26
1
-18
/
+0
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
31
-565
/
+753
*
Fix some FileRef-related issues that show up only on POSIX.
dumi@chromium.org
2010-10-25
1
-2
/
+3
*
Move all Valgrind/TSan/Dr.Memory gtest exclude files to tools/valgrind/gtest_...
timurrrr@chromium.org
2010-10-24
9
-172
/
+4
*
If chromium has not been started yet, the cache path will not exist.
maruel@chromium.org
2010-10-23
1
-0
/
+6
*
ScopedTempDir does not allow multiple Create* or Set calls without intervenin...
cbentzel@chromium.org
2010-10-23
3
-6
/
+32
*
Thread IO safety: annotate file_util, and block IO thread from doing IO
evan@chromium.org
2010-10-23
5
-4
/
+78
*
Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from...
isherman@chromium.org
2010-10-23
4
-71
/
+4
*
Thread IO safety: annotate file_util, and block IO thread from doing IO
evan@chromium.org
2010-10-23
4
-4
/
+71
*
ThreadRestrictions: inline function definitions in Release mode
evan@chromium.org
2010-10-22
1
-7
/
+8
*
Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO"
evan@chromium.org
2010-10-22
4
-68
/
+4
*
Thread IO safety: annotate file_util, and block IO thread from doing IO
evan@chromium.org
2010-10-22
4
-4
/
+68
*
Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release.""
mpcomplete@chromium.org
2010-10-22
8
-22
/
+23
*
Add a message pump for touchui=1
rjkroege@google.com
2010-10-22
6
-14
/
+209
*
Update code that previously constructed strings from string iterators only to...
erikwright@chromium.org
2010-10-22
1
-3
/
+9
*
Make USE_OPENSSL and USE_NSS mutually exclusive
joth@chromium.org
2010-10-22
11
-2
/
+425
*
Revert "Const-ify RefCountedThreadSafe::AddRef and Release."
levin@chromium.org
2010-10-22
8
-23
/
+22
*
Const-ify RefCountedThreadSafe::AddRef and Release.
mpcomplete@chromium.org
2010-10-22
8
-22
/
+23
*
ThreadRestrictions: leak the thread local variable
evan@chromium.org
2010-10-21
4
-5
/
+65
*
Revert 63397 - Add a message pump for touchui=1
rjkroege@google.com
2010-10-21
6
-205
/
+14
*
Add a message pump for touchui=1
rjkroege@google.com
2010-10-21
6
-14
/
+205
*
Add StringToInt and HexStringToInt for iterator ranges.
erikwright@chromium.org
2010-10-21
3
-174
/
+430
*
Revert 63332 - Test of performance value of reducing calls to Now().
jar@chromium.org
2010-10-21
2
-44
/
+8
*
Test of performance value of reducing calls to Now().
jar@chromium.org
2010-10-21
2
-8
/
+44
*
Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM.
mattm@chromium.org
2010-10-21
2
-5
/
+6
*
Use scoped objects to simplify crypto routines. Also do lots of other simpli...
pkasting@chromium.org
2010-10-21
6
-166
/
+110
*
Remove scoped_bstr_win, fix all callers to use the new location.
brettw@chromium.org
2010-10-20
1
-9
/
+0
*
Revert 63191 - 2nd try:
phajdan.jr@chromium.org
2010-10-20
3
-43
/
+8
*
Fix flakey test TimeTicks.HighResNow
mbelshe@chromium.org
2010-10-20
1
-8
/
+25
*
2nd try:
mbelshe@chromium.org
2010-10-20
3
-8
/
+43
*
Revert 63176 - Fix regression where high resolution timers could be activated...
mbelshe@chromium.org
2010-10-20
3
-43
/
+8
*
Fix regression where high resolution timers could be activated even under
mbelshe@chromium.org
2010-10-20
3
-8
/
+43
*
Two minor changes to the use of FormatMessageA in Win32ErrorLogMessage:
grt@chromium.org
2010-10-20
1
-2
/
+2
*
base: add a thread-safety assertion checker
evan@chromium.org
2010-10-19
4
-1
/
+92
*
Drop allocator dependency from base library.
willchan@chromium.org
2010-10-19
4
-110
/
+8
*
Revert 63067 - This adds some plumbing for propagating the status and error c...
gspencer@chromium.org
2010-10-19
4
-239
/
+66
[prev]
[next]