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
/
content
/
browser
/
browser_thread_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix regression in BrowserThread's optimization of when it skips a lock. The v...
jam@chromium.org
2012-08-29
1
-6
/
+6
*
Use NOINLINE for thread watcher and browser thread identifier
rtenneti@chromium.org
2012-07-26
1
-8
/
+10
*
Added unique function names (IOThreadRun, DBThreadRun, etc)
rtenneti@google.com
2012-07-23
1
-0
/
+85
*
Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...
tedvessenes@gmail.com
2012-06-21
1
-39
/
+0
*
Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...
asanka@chromium.org
2012-06-01
1
-0
/
+39
*
Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.
tedvessenes@gmail.com
2012-06-01
1
-39
/
+0
*
Add BrowserThread::PostBlockingTaskAndReply.
willchan@chromium.org
2012-04-09
1
-0
/
+8
*
Objects that derive from RefCounted should not have public dtors
rsleevi@chromium.org
2012-04-05
1
-0
/
+3
*
Avoid creating BrowserThreadGlobals when we don't need to.
joth@chromium.org
2012-03-14
1
-0
/
+12
*
Cleanup: IWYU for BrowserThread.
thestig@chromium.org
2012-03-03
1
-3
/
+5
*
Fix up SequencedWorkerPool in preparation for making it a TaskRunner
akalin@chromium.org
2012-02-27
1
-3
/
+1
*
Add functions to expand PostDelayedTask interface.
tedvessenes@gmail.com
2012-02-26
1
-7
/
+45
*
Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfaces
akalin@chromium.org
2012-02-15
1
-14
/
+6
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-27
1
-2
/
+3
*
Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky
fischman@chromium.org
2012-01-26
1
-2
/
+1
*
Hook up the SequencedWorkerPool to the browser thread.
brettw@chromium.org
2012-01-19
1
-46
/
+100
*
Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.
hbono@chromium.org
2012-01-16
1
-3
/
+2
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-16
1
-2
/
+3
*
Get rid of BrowserThread::WEB_SOCKET_PROXY. BrowserThread is only for threads...
jam@chromium.org
2012-01-10
1
-3
/
+0
*
Revert 116816 - Hook up the SequencedWorkerPool to the browser thread.
msw@chromium.org
2012-01-07
1
-100
/
+46
*
Hook up the SequencedWorkerPool to the browser thread.
brettw@chromium.org
2012-01-07
1
-46
/
+100
*
base::Bind: Remove Task.
jhawkins@chromium.org
2012-01-05
1
-101
/
+1
*
Deprecate WEBKIT thread
joth@chromium.org
2011-12-20
1
-1
/
+1
*
Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread.
joi@chromium.org
2011-12-07
1
-6
/
+5
*
Create a secondary file thread, FILE_USER_BLOCKING, for tasks requiring file ...
michaeln@google.com
2011-12-07
1
-0
/
+1
*
Remove IOThread::message_loop().
joi@chromium.org
2011-12-02
1
-0
/
+4
*
Have content/ create and destroy its own threads. (Re-land)
joi@chromium.org
2011-11-28
1
-70
/
+90
*
Revert 111695 - Have content/ create and destroy its own threads.
joi@chromium.org
2011-11-28
1
-90
/
+70
*
Have content/ create and destroy its own threads.
joi@chromium.org
2011-11-28
1
-70
/
+90
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
content: Remove 16 exit time destructors and 15 static initializers.
thakis@chromium.org
2011-11-08
1
-28
/
+41
*
Thread::Stop() must be called before any subclass's destructor completes.
joi@chromium.org
2011-11-02
1
-5
/
+1
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-5
/
+3
*
Quick fix for memory race inherent to all subclasses of base::Thread.
joi@chromium.org
2011-10-28
1
-0
/
+6
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-0
/
+383