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
/
message_loop.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding TryPostTask to the message loop
cpu@chromium.org
2013-04-30
1
-6
/
+23
*
Add a message pump for ChromeOS Embedded.
rjkroege@chromium.org
2013-04-06
1
-0
/
+6
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
1
-1
/
+9
*
MessageLoop's RUN method will pass a const ref to PendingTask when
rtenneti@chromium.org
2013-02-03
1
-2
/
+2
*
Relanding "Add apk for running content_browsertests"
nileshagrawal@chromium.org
2013-01-29
1
-3
/
+4
*
Revert 179189
nileshagrawal@chromium.org
2013-01-28
1
-4
/
+3
*
Add apk for running content_browsertests
nileshagrawal@chromium.org
2013-01-28
1
-3
/
+4
*
Only HistogramBase is used outside of base/metrics.
kaiwang@chromium.org
2013-01-23
1
-2
/
+2
*
Making most protected members of MessageLoop private.
shibl@google.com
2013-01-22
1
-4
/
+5
*
Fix comments that reference the long since deleted TimerManager class.
darin@chromium.org
2013-01-16
1
-9
/
+8
*
base: Remove deprecated RunAllPending() function from MessageLoop API.
tfarina@chromium.org
2012-12-19
1
-3
/
+0
*
Add comments about memory behavior of SWP tasks with the same sequence token
akalin@chromium.org
2012-12-18
1
-0
/
+3
*
Provide an iOS message pump for IO implementation.
blundell@chromium.org
2012-11-30
1
-1
/
+27
*
Trace PostTasks from post to run.
jbates@chromium.org
2012-09-18
1
-1
/
+2
*
Replace PeekMessage for TSF awareness
yoichio@chromium.org
2012-09-08
1
-0
/
+11
*
Desktop Aura: Allow tab drags out of window.
erg@chromium.org
2012-08-17
1
-1
/
+5
*
[Chromoting] Launch the host process elevated via ShellExecuteEx().
alexeypa@chromium.org
2012-08-16
1
-1
/
+2
*
Fix Native Client untrusted build of base on ChromeOS.
bbudge@chromium.org
2012-08-15
1
-1
/
+1
*
Convert ProtocolHandlerRegistry to be a ProfileKeyedService.
smckay@chromium.org
2012-07-21
1
-0
/
+4
*
A Speculative Revert for r147597 - Convert ProtocolHandlerRegistry to be a Pr...
hbono@chromium.org
2012-07-20
1
-4
/
+0
*
Convert ProtocolHandlerRegistry to be a ProfileKeyedService.
smckay@chromium.org
2012-07-20
1
-0
/
+4
*
Adds MessageLoopUIApplication for use on iOS.
rohitrao@chromium.org
2012-07-13
1
-0
/
+7
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Add base::RunLoop and update ui_test_utils to use it to reduce flakiness
jbates@chromium.org
2012-06-28
1
-45
/
+39
*
Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...
tedvessenes@gmail.com
2012-06-21
1
-9
/
+1
*
Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...
asanka@chromium.org
2012-06-01
1
-1
/
+9
*
Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.
tedvessenes@gmail.com
2012-06-01
1
-9
/
+1
*
aura/cros: Rename MessagePump{X => AuraX11}.
erg@chromium.org
2012-05-29
1
-1
/
+1
*
Add base::ThreadTaskRunnerHandler class.
sergeyu@chromium.org
2012-05-09
1
-1
/
+3
*
Consolidate win/x dispatchers
oshima@chromium.org
2012-04-09
1
-4
/
+2
*
Remove WAYLAND port
oshima@chromium.org
2012-04-07
1
-3
/
+1
*
Added non-NULL DCHECK to MessageLoopForUI::current.
jamiewalch@chromium.org
2012-03-30
1
-0
/
+1
*
base: Remove should_leak_tasks_ from MessageLoop
satorux@chromium.org
2012-03-29
1
-4
/
+0
*
Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfaces
akalin@chromium.org
2012-02-15
1
-3
/
+3
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
1
-5
/
+10
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
base::Bind: Remove Task.
jhawkins@chromium.org
2012-01-05
1
-31
/
+1
*
Convert various ReleaseSoon methods to use base::Bind()
dcheng@chromium.org
2011-12-30
1
-1
/
+7
*
Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.
dcheng@chromium.org
2011-12-30
1
-1
/
+9
*
Add function support for Sleep with TimeDelta input.
tedvessenes@gmail.com
2011-12-30
1
-0
/
+20
*
Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ...
dcheng@chromium.org
2011-12-29
1
-9
/
+1
*
Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.
dcheng@chromium.org
2011-12-29
1
-1
/
+9
*
Remove MessageLoop::QuitTask.
dcheng@chromium.org
2011-12-10
1
-14
/
+4
*
callback_forward.h forward-declares base::Callback and base::Closure.
erikwright@chromium.org
2011-11-28
1
-1
/
+1
*
Remove obsolete usage of TOUCH_UI.
saintlou@chromium.org
2011-11-23
1
-1
/
+1
*
ChromeFrame: Convert TaskMarshallerThroughMessageQueue to new Callback system.
jhawkins@chromium.org
2011-11-17
1
-4
/
+1
*
Add OVERRIDE to base/.
avi@chromium.org
2011-11-16
1
-4
/
+4
*
base: Refactor PendingTask out of MessageLoop.
jhawkins@chromium.org
2011-11-15
1
-44
/
+15
*
Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...
thestig@chromium.org
2011-11-15
1
-6
/
+2
*
Add CHECK to catch places where BrowserProcessImpl's refcount goes to 0.
willchan@chromium.org
2011-11-01
1
-0
/
+3
[next]