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
/
threading
Commit message (
Expand
)
Author
Age
Files
Lines
*
Thread::Stop() must be called before any subclass's destructor completes.
joi@chromium.org
2011-11-02
2
-6
/
+13
*
Enable tracking of objects by default
jar@chromium.org
2011-10-31
4
-32
/
+19
*
Revert 107895 - Fully enable about:tracking by default
joth@chromium.org
2011-10-31
4
-19
/
+32
*
Revert log change to thread_local_win to fix an internal compiler error when
brettw@chromium.org
2011-10-31
1
-1
/
+1
*
Fully enable about:tracking by default
jar@chromium.org
2011-10-30
4
-32
/
+19
*
Revert 107793 - Fully enable about:tracking by default
jar@chromium.org
2011-10-28
4
-19
/
+32
*
Fully enable about:tracking by default
jar@chromium.org
2011-10-28
4
-32
/
+19
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
7
-11
/
+11
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
7
-11
/
+11
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
7
-11
/
+11
*
Support JSON encoding of data for about:tracking information
jar@chromium.org
2011-10-24
2
-2
/
+4
*
Low-latency AudioInputStream implementation based on WASAPI for Windows.
henrika@chromium.org
2011-10-24
1
-3
/
+13
*
Establish correct names for about:tracking profiler
jar@chromium.org
2011-10-17
1
-0
/
+4
*
base: Constantify the struct used in WprintfFormatPortabilityTest test case.
tfarina@chromium.org
2011-10-16
1
-1
/
+1
*
Update task tracking to not depend on message_loop_ singleton
jar@chromium.org
2011-10-15
3
-8
/
+30
*
Add WorkerPool::PostTaskAndReply and use in DHCP code.
joi@chromium.org
2011-10-14
5
-0
/
+241
*
OpenBSD and FreeBSD fixes for base.
mark@chromium.org
2011-10-13
1
-3
/
+2
*
Modify WaitableEvent::Wait() to return void
steveblock@chromium.org
2011-10-12
2
-6
/
+3
*
Remove unnecessary #include <sys/nacl_syscalls.h>
mcgrathr@chromium.org
2011-10-05
1
-4
/
+0
*
Add trace code to track all posted tasks in message_loop and WorkerThreads (n...
jbates@chromium.org
2011-10-03
3
-2
/
+17
*
Suppress benign race in ThreadTest.SleepInsideInit
jochen@chromium.org
2011-09-27
1
-1
/
+5
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
3
-4
/
+9
*
Don't DCHECK thread_policy_set() calls because they can fail during runtime
crogers@google.com
2011-09-06
1
-5
/
+21
*
Remove some unneeded reinterpret_casts
dilmah@chromium.org
2011-08-26
1
-1
/
+1
*
Cleanup code used to diagnose and fix bug 81449.
apatrick@chromium.org
2011-08-19
1
-8
/
+0
*
Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread.
ajwong@chromium.org
2011-08-18
1
-1
/
+1
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
2
-8
/
+2
*
Added code to verify whether TerminateProcess is hooked before calling it.
apatrick@chromium.org
2011-08-11
1
-0
/
+9
*
Implement backend for thread names and process names.
nduca@chromium.org
2011-08-09
4
-3
/
+47
*
Rename BASE_API to BASE_EXPORT.
darin@chromium.org
2011-08-05
12
-36
/
+36
*
Android's paths and message loop implementation with JNI
michaelbai@google.com
2011-08-02
1
-0
/
+9
*
Support Closure in ALL the loops!
ajwong@chromium.org
2011-07-26
5
-62
/
+181
*
Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...
chromium@hybridsource.org
2011-06-25
1
-1
/
+1
*
net: Add NET_API to net/base
rvargas@google.com
2011-05-18
1
-0
/
+6
*
Add support for real-time audio threads.
crogers@google.com
2011-05-17
5
-2
/
+136
*
Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possible
kushi.p@gmail.com
2011-05-04
2
-4
/
+6
*
Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...
jam@chromium.org
2011-05-02
1
-1
/
+1
*
linux: components support for base/
evan@chromium.org
2011-04-29
1
-1
/
+1
*
Base: Last set of files to use BASE_API (for base.dll)
rvargas@google.com
2011-03-28
6
-9
/
+13
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
6
-13
/
+13
*
Base: A few more files using BASE_API (for base.dll)
rvargas@google.com
2011-03-25
1
-1
/
+2
*
Base: A few more files using BASE_API (for base.dll)
rvargas@google.com
2011-03-25
2
-3
/
+4
*
Base: A few more files using BASE_API (for base.dll)
rvargas@google.com
2011-03-24
5
-20
/
+26
*
Modify ThreadChecker and NonThreadSafe so that their
joi@chromium.org
2011-03-03
9
-158
/
+252
*
Kill CleanUpAfterMessageLoopDestruction.
willchan@chromium.org
2011-03-03
3
-12
/
+4
*
More DCHECK() updates. A mixture of _EQ and _GE.
mhm@chromium.org
2011-03-01
1
-1
/
+1
*
Comment out unused parameter names in function definitions,
joi@chromium.org
2011-02-25
1
-1
/
+1
*
Initialize members of ThreadLocalStorage::Slot.
finnur@chromium.org
2011-02-11
2
-4
/
+6
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
4
-23
/
+23
*
Order function definitions in base/ according to the header.
erg@google.com
2011-01-11
2
-39
/
+39
[next]