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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hide NSAutoreleasePool from ARC translation units.
jfroy@chromium.org
2014-04-30
2
-8
/
+22
*
libevent message-pump: Fix a particular case of nested message-loop runs.
sadrul@chromium.org
2014-04-28
2
-4
/
+45
*
Some cleanups for the message_loop.h/cc.
sadrul@chromium.org
2014-04-23
3
-146
/
+85
*
x11: Make the event-source work with both glib and libevent message-pumps.
sadrul@chromium.org
2014-04-21
2
-4
/
+8
*
message-loop: Remove MessagePumpDispatcher support from glib message-pump.
sadrul@chromium.org
2014-04-16
3
-88
/
+56
*
Remove MessagePumpGtk.
erg@chromium.org
2014-04-16
6
-257
/
+2
*
x11: Remove X11 message-pump.
sadrul@chromium.org
2014-04-15
4
-125
/
+5
*
Revert 263726 "x11: Remove X11 message-pump."
fischman@chromium.org
2014-04-14
4
-5
/
+125
*
x11: Remove X11 message-pump.
sadrul@chromium.org
2014-04-14
4
-125
/
+5
*
x11: Remove MessagePumpObserver.
sadrul@chromium.org
2014-04-11
5
-57
/
+10
*
ozone: Fix libbase_nacl build after MessagePumpOzone removal
spang@chromium.org
2014-04-10
2
-2
/
+2
*
GTK: Adds #error statements to GTK code to root out unknown bots.
erg@chromium.org
2014-04-10
1
-0
/
+2
*
ozone: Remove the libevent message-pump.
sadrul@chromium.org
2014-04-10
4
-119
/
+31
*
x11: Initialize the connection to X11 display with the message-pump.
sadrul@chromium.org
2014-04-06
1
-1
/
+3
*
base: Do not allow MessagePumpObservers to consume events.
sadrul@chromium.org
2014-04-05
3
-30
/
+8
*
x11: Move X event handling out of the message-pump.
sadrul@chromium.org
2014-04-05
3
-299
/
+11
*
Delete some dead code.
thakis@chromium.org
2014-03-27
1
-25
/
+0
*
Remove X11 and GTK dependencies from host_forwarder
zhenyu.liang@intel.com
2014-03-19
1
-1
/
+3
*
Android: minor improvements in SystemMessageHandler.
bulach@chromium.org
2014-03-11
1
-15
/
+43
*
Used scoped_ptr
suyash.s@samsung.com
2014-03-07
3
-22
/
+19
*
Fix "defined but not used" warning in base/message_loop/message_loop.cc
mseaborn@chromium.org
2014-03-04
1
-0
/
+2
*
Revert r151669 and r155589 as non-Aura Metro mode is gone
yukawa@chromium.org
2014-02-11
3
-66
/
+11
*
message-pump: Change how MessagePumpDispatchers process events.
sadrul@chromium.org
2014-02-08
9
-44
/
+64
*
Make flow event traces disabled-by-default
fmeawad@chromium.org
2014-02-06
3
-5
/
+6
*
Remove unnecessary uses of aura::Env::GetDispatcher
sadrul@chromium.org
2014-02-05
1
-2
/
+1
*
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
2
-5
/
+3
*
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
2
-4
/
+8
*
Mark EventToTypeString with ALLOW_UNUSED to fix the Official gtk build.
jyasskin@chromium.org
2014-01-11
1
-1
/
+1
*
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
5
-237
/
+1
*
Removing TryPostTask functionality
cpu@chromium.org
2013-12-28
5
-81
/
+2
*
Make gtest always use simple internal regex engine.
mithro@mithis.com
2013-12-18
2
-2
/
+2
*
Revert 239423 since it breaks base_unittests in linux, cros, mac valgrind bots.
sadrul@chromium.org
2013-12-10
2
-2
/
+2
*
Make gtest always use simple internal regex engine.
mithro@mithis.com
2013-12-09
2
-2
/
+2
*
Revert 238913 "Make gtest always use simple internal regex engine."
hashimoto@chromium.org
2013-12-05
1
-1
/
+1
*
Make gtest always use simple internal regex engine.
mithro@mithis.com
2013-12-05
1
-1
/
+1
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
4
-10
/
+10
*
Remove unused PumpOutPendingPaintMessages function
jamesr@chromium.org
2013-11-23
2
-29
/
+0
*
Kick the pump when allowing nestable tasks on a message loop
jamesr@chromium.org
2013-11-21
2
-5
/
+94
*
Android: moves base/ to use long for JNI.
bulach@chromium.org
2013-11-18
1
-2
/
+3
*
Implementation of MessagePump for Mojo.
sky@chromium.org
2013-11-12
5
-1083
/
+1275
*
Adds the ability for MessageLoop to take a MessagePump
sky@chromium.org
2013-11-08
2
-9
/
+37
*
x11: Move XInput2 availability information out of the message pump.
sadrul@chromium.org
2013-11-07
2
-14
/
+1
*
Revert 233414 "x11: Move XInput2 availability information out of..."
dgrogan@chromium.org
2013-11-06
2
-1
/
+14
*
x11: Move XInput2 availability information out of the message pump.
sadrul@chromium.org
2013-11-06
2
-14
/
+1
*
Clean up a few unused globals.
thakis@chromium.org
2013-09-25
1
-1
/
+3
*
base: Remove unused code in the message-loop.
sadrul@chromium.org
2013-09-24
2
-10
/
+0
[next]