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
*
base: Constantify the struct used in WprintfFormatPortabilityTest test case.
tfarina@chromium.org
2011-10-16
3
-7
/
+6
*
Fix of unused variable warnings related to DHISTOGRAM* in release builds.
pph34r@gmail.com
2011-10-16
2
-8
/
+50
*
base: Put lowercase_cases array inside TEST unit function.
tfarina@chromium.org
2011-10-16
1
-10
/
+10
*
Update task tracking to not depend on message_loop_ singleton
jar@chromium.org
2011-10-15
7
-393
/
+349
*
Add in an Owned() wrapper to base::Bind().
ajwong@chromium.org
2011-10-15
2
-18
/
+116
*
base/json: Use IsAsciiDigit in JSONReader::ReadInt() function.
tfarina@chromium.org
2011-10-14
1
-2
/
+2
*
Fix line endings in base/file_util.h.
grt@chromium.org
2011-10-14
1
-633
/
+633
*
Add WorkerPool::PostTaskAndReply and use in DHCP code.
joi@chromium.org
2011-10-14
7
-55
/
+256
*
Don't use `sizeof(a) / sizeof(a)` to compute the number of elements in array a.
thakis@chromium.org
2011-10-14
1
-2
/
+4
*
Expand the inline documentation for the HISTOGRAM_ENUMERATION macros.
isherman@chromium.org
2011-10-14
1
-1
/
+7
*
Change i18n icu header inclusions to not use system header syntax.
asvitkine@chromium.org
2011-10-14
3
-4
/
+4
*
Support dynamic switching between integrated and discrete GPUs on Mac OS X.
kbr@chromium.org
2011-10-13
1
-0
/
+130
*
Add maruel and thakis to base/OWNERS.
maruel@chromium.org
2011-10-13
1
-1
/
+3
*
Enable TCMalloc doubly-linked freelist in release buildsBUG=NoneTEST=None
jschuh@chromium.org
2011-10-13
1
-4
/
+0
*
Speed up observers list notifcation macro when list is empty
jar@chromium.org
2011-10-13
1
-6
/
+12
*
OpenBSD and FreeBSD fixes for base.
mark@chromium.org
2011-10-13
9
-13
/
+367
*
base::Bind: Cleanup in base/observer_list*.
jhawkins@chromium.org
2011-10-12
2
-11
/
+13
*
Profiling for the renderer process.
scottbyer@chromium.org
2011-10-12
2
-1
/
+11
*
Add a sanity test that crashes under ASan. This should be used to check that ...
glider@chromium.org
2011-10-12
1
-0
/
+8
*
Add StackTrace::ToString().
satorux@chromium.org
2011-10-12
3
-1
/
+15
*
Modify WaitableEvent::Wait() to return void
steveblock@chromium.org
2011-10-12
6
-28
/
+24
*
Remove obsolete DisableGtkMessagePump
oshima@chromium.org
2011-10-12
2
-48
/
+19
*
Add missing set-true so that AddTraceEvent doesn't always search for thread name
jbates@chromium.org
2011-10-11
1
-0
/
+1
*
Fix Clang-built ProcessUtilTest.GetTerminationStatusCrash.
hans@chromium.org
2011-10-11
1
-1
/
+1
*
Remove no longer needed android hack from logging.
torne@chromium.org
2011-10-11
1
-5
/
+0
*
Cleanup: Remove a static initializer in pickle.cc.
thestig@chromium.org
2011-10-10
1
-4
/
+2
*
Deprecate task.h
willchan@chromium.org
2011-10-10
1
-0
/
+25
*
FileStream unit tests now check for file close.
ahendrickson@chromium.org
2011-10-10
1
-1
/
+1
*
Add jar to base OWNERS
jar@chromium.org
2011-10-07
1
-0
/
+1
*
Reuse base::i18n::SetICUDefaultLocale from rtl.h in some unittests.
tfarina@chromium.org
2011-10-07
2
-107
/
+87
*
Move json_value_serializer from content/common to base.
dpranke@chromium.org
2011-10-07
3
-0
/
+239
*
Restore visibilty of Task Tracking via about:tracking
jar@chromium.org
2011-10-07
2
-16
/
+17
*
* Rename ScopedHDC to ScopedCreateDC
yosin@chromium.org
2011-10-07
1
-8
/
+8
*
Support scoped_refptr<> as the object for a method call in base::Bind(). Redu...
ajwong@chromium.org
2011-10-07
2
-3
/
+20
*
Add RunAllPendingWithDispatcher
oshima@google.com
2011-10-06
2
-0
/
+9
*
aura: Fix views_unittests and aura_unittests on linux.
sadrul@chromium.org
2011-10-06
1
-1
/
+1
*
Remove unnecessary #include <sys/nacl_syscalls.h>
mcgrathr@chromium.org
2011-10-05
2
-5
/
+0
*
Consolidate ui::NativeEvent and base::NativeEvent
oshima@google.com
2011-10-05
3
-9
/
+40
*
Switch over to base::Bind for base/debug/trace_event_unittests and base/files/*.
jbates@chromium.org
2011-10-05
4
-16
/
+17
*
Actually run the sanity tests under AddressSanitizer.
glider@chromium.org
2011-10-05
1
-15
/
+33
*
base::Bind: More converts, mostly in WebUI.
jhawkins@chromium.org
2011-10-04
2
-2
/
+2
*
Annotate benign race for trace_event category enabled flag.
jbates@chromium.org
2011-10-04
1
-0
/
+4
*
Upstream: The test stub for Android
michaelbai@google.com
2011-10-04
3
-0
/
+243
*
ntp4: fix app title directionality
estade@chromium.org
2011-10-04
3
-95
/
+148
*
Add ScopedClosureRunner.
sergeyu@chromium.org
2011-10-04
3
-0
/
+56
*
1 Add ScopedGetDC and ScopedSelectObject
yosin@chromium.org
2011-10-04
3
-2
/
+74
*
Consolidate message observer API for MessagePumpX and MessagePumWin
oshima@google.com
2011-10-04
6
-51
/
+76
*
Add trace code to track all posted tasks in message_loop and WorkerThreads (n...
jbates@chromium.org
2011-10-03
10
-133
/
+191
*
Upstream: Android's base.gyp and base.gypi
michaelbai@google.com
2011-10-03
2
-5
/
+120
*
Remove version hacks for platform version.
rkc@chromium.org
2011-10-03
2
-13
/
+10
[next]