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
/
message_loop.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
base: Mark MessageLoop::Post*Task API deprecated
skyostil
2015-03-21
1
-0
/
+5
*
Cleanup dead code in base/ as found by Scythe.
thestig
2015-01-22
1
-3
/
+5
*
Avoid scheduling a message loop that we know is not sleeping
jamesr
2014-12-13
1
-1
/
+1
*
Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_non...
hidehiko
2014-11-05
1
-2
/
+2
*
Standardize usage of virtual/override/final in base/
dcheng
2014-10-21
1
-4
/
+4
*
Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi.
hidehiko
2014-10-17
1
-2
/
+2
*
replace OVERRIDE and FINAL with override and final in base/
mostynb
2014-10-07
1
-3
/
+3
*
Improve MessageLoop's comments.
maniscalco
2014-10-02
1
-4
/
+2
*
Microbenchmark for the cost of posting tasks to different pump types
jamesr
2014-09-29
1
-12
/
+11
*
High resolution timer fix reland
cpu
2014-08-28
1
-5
/
+9
*
base: Factor task debug annotations out of MessageLoop
skyostil@chromium.org
2014-08-14
1
-4
/
+6
*
base: Remove now-unused MessagePumpObserver.
sadrul@chromium.org
2014-08-08
1
-9
/
+0
*
Revert of High resolution timer fix for Windows (https://codereview.chromium....
ksakamoto@chromium.org
2014-07-22
1
-9
/
+5
*
This is jamesr@ code I am landing.
cpu@chromium.org
2014-07-22
1
-5
/
+9
*
Fix the build when use_glib is set to 0.
zhaoze.zhou@partner.samsung.com
2014-07-16
1
-1
/
+1
*
Introduce task_runner() accessors for both base::Thread and base::MessageLoop
rsleevi@chromium.org
2014-07-12
1
-0
/
+7
*
Revert of Revert of Revert 221427 "Add instrumentation to the MessagePumpMac ...
rsesek@chromium.org
2014-07-02
1
-2
/
+0
*
Revert of Revert 221427 "Add instrumentation to the MessagePumpMac family ......
tzik@chromium.org
2014-07-02
1
-0
/
+2
*
Revert 221427 "Add instrumentation to the MessagePumpMac family ..."
rsesek@chromium.org
2014-07-02
1
-2
/
+0
*
[Mac] Maximise timer slack for background tabs
jeremy@chromium.org
2014-06-05
1
-0
/
+6
*
Fixed example in MessageLoop::ReleaseSoon comment
vkuzkokov@chromium.org
2014-05-30
1
-3
/
+4
*
Add example to MessageLoop::ReleaseSoon comment.
maniscalco@chromium.org
2014-05-27
1
-0
/
+11
*
Some cleanups for the message_loop.h/cc.
sadrul@chromium.org
2014-04-23
1
-93
/
+31
*
x11: Make the event-source work with both glib and libevent message-pumps.
sadrul@chromium.org
2014-04-21
1
-3
/
+6
*
Remove MessagePumpGtk.
erg@chromium.org
2014-04-16
1
-8
/
+0
*
x11: Remove X11 message-pump.
sadrul@chromium.org
2014-04-15
1
-20
/
+3
*
Revert 263726 "x11: Remove X11 message-pump."
fischman@chromium.org
2014-04-14
1
-3
/
+20
*
x11: Remove X11 message-pump.
sadrul@chromium.org
2014-04-14
1
-20
/
+3
*
x11: Remove MessagePumpObserver.
sadrul@chromium.org
2014-04-11
1
-6
/
+3
*
ozone: Fix libbase_nacl build after MessagePumpOzone removal
spang@chromium.org
2014-04-10
1
-1
/
+1
*
ozone: Remove the libevent message-pump.
sadrul@chromium.org
2014-04-10
1
-6
/
+11
*
Remove X11 and GTK dependencies from host_forwarder
zhenyu.liang@intel.com
2014-03-19
1
-1
/
+3
*
Used scoped_ptr
suyash.s@samsung.com
2014-03-07
1
-5
/
+2
*
Revert r151669 and r155589 as non-Aura Metro mode is gone
yukawa@chromium.org
2014-02-11
1
-11
/
+0
*
Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.
sky@chromium.org
2014-01-20
1
-0
/
+10
*
Nukes MessageLoop::Dispatcher (2)
sky@chromium.org
2014-01-17
1
-4
/
+1
*
Revert 245226 "Nukes MessageLoop::Dispatcher"
sky@chromium.org
2014-01-16
1
-1
/
+4
*
Nukes MessageLoop::Dispatcher
sky@chromium.org
2014-01-16
1
-4
/
+1
*
Tweak ifdefs for MessageLoopForUI::Add/RemoveObserver
sky@chromium.org
2014-01-11
1
-2
/
+6
*
Make aura_demo work on Mac
ccameron@chromium.org
2014-01-07
1
-3
/
+3
*
removing SEH exception restoration #2
cpu@chromium.org
2014-01-03
1
-23
/
+1
*
Removing TryPostTask functionality
cpu@chromium.org
2013-12-28
1
-12
/
+0
*
Implementation of MessagePump for Mojo.
sky@chromium.org
2013-11-12
1
-0
/
+6
*
Adds the ability for MessageLoop to take a MessagePump
sky@chromium.org
2013-11-08
1
-1
/
+11
*
base: Remove unused code in the message-loop.
sadrul@chromium.org
2013-09-24
1
-4
/
+0
*
Use an X event loop in the GPU process on Linux.
ccameron@chromium.org
2013-09-12
1
-1
/
+19
*
Revert 222689 "Use an X event loop in the GPU process on Linux."
dalecurtis@google.com
2013-09-12
1
-19
/
+1
*
Use an X event loop in the GPU process on Linux.
ccameron@chromium.org
2013-09-12
1
-1
/
+19
*
Revert 222470 "Use an X event loop in the GPU process on Linux." This is to
noamsml@chromium.org
2013-09-11
1
-19
/
+1
*
Use an X event loop in the GPU process on Linux.
ccameron@chromium.org
2013-09-11
1
-1
/
+19
[next]