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
*
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
*
Use an X event loop in the GPU process on Linux.
ccameron@chromium.org
2013-09-12
4
-5
/
+31
*
Revert 222689 "Use an X event loop in the GPU process on Linux."
dalecurtis@google.com
2013-09-12
4
-31
/
+5
*
Use an X event loop in the GPU process on Linux.
ccameron@chromium.org
2013-09-12
4
-5
/
+31
*
Revert 222470 "Use an X event loop in the GPU process on Linux." This is to
noamsml@chromium.org
2013-09-11
4
-31
/
+5
*
Use an X event loop in the GPU process on Linux.
ccameron@chromium.org
2013-09-11
4
-5
/
+31
*
gtk: Allow building both the X11 and Gtk message-pumps for gtk.
sadrul@chromium.org
2013-09-07
4
-42
/
+48
*
gtk: Some code cleanup for the message-pump.
sadrul@chromium.org
2013-09-07
8
-47
/
+55
*
Add instrumentation to the MessagePumpMac family of classes.
rsesek@chromium.org
2013-09-05
5
-15
/
+313
*
Make the lazy TLS pointer to the current MessageLoop into a Leaky LazyInstance.
earthdok@chromium.org
2013-08-28
1
-1
/
+1
*
Trace memory records source function for posted tasks instead of "RunTask"
jamescook@chromium.org
2013-08-24
1
-3
/
+7
*
Make the MessageLoop PostTask ID more unique.
dsinclair@chromium.org
2013-08-20
1
-1
/
+1
*
Making a way to create thread with a Java Looper for Android
kristianm@chromium.org
2013-08-08
2
-2
/
+15
*
base: Re-re-apply WeakPtr support for SequencedWorkerPools
tommycli@chromium.org
2013-07-30
1
-0
/
+1
*
Revert 213906 "base: Re-apply WeakPtr support for SequencedWorke..."
dewittj@chromium.org
2013-07-26
1
-1
/
+0
*
base: Re-apply WeakPtr support for SequencedWorkerPools, fixing deadlock
tommycli@chromium.org
2013-07-26
1
-0
/
+1
*
Update include paths in base for base/process changes.
rsesek@chromium.org
2013-07-25
1
-1
/
+1
*
Revert 213638 "Switched base::MessagePumpForUI to use base::win:..."
alexeypa@google.com
2013-07-25
2
-35
/
+84
[next]