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
*
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
*
Switched base::MessagePumpForUI to use base::win::MessageWindow. Removed unus...
alexeypa@chromium.org
2013-07-25
2
-84
/
+35
*
Made MessagePump a non-thread safe class.
alexeypa@chromium.org
2013-07-22
25
-388
/
+470
*
Revert 212948 "Made MessagePump a non-thread safe class."
alexeypa@google.com
2013-07-22
25
-468
/
+388
*
Made MessagePump a non-thread safe class.
alexeypa@chromium.org
2013-07-22
25
-388
/
+468
*
Revert 211956 "base: Change WeakPtr to use SequenceChecker inste..."
vandebo@chromium.org
2013-07-20
1
-1
/
+0
*
Use a direct include of the message_loop header in base/.
avi@chromium.org
2013-07-18
8
-9
/
+9
*
base: Change WeakPtr to use SequenceChecker instead of ThreadChecker.
tommycli@chromium.org
2013-07-17
1
-0
/
+1
*
[OSX] Cleanup - Use NSZeroPoint if possible.
groby@chromium.org
2013-07-13
1
-1
/
+1
*
Make a fairer combined message loop
kristianm@chromium.org
2013-07-12
2
-16
/
+29
*
Add queued_time_ms trace for events in message loop
wangxianzhu@chromium.org
2013-07-10
1
-5
/
+8
*
Updating message pump to store java ptr in class
kristianm@chromium.org
2013-07-02
2
-16
/
+11
*
Use a direct include of time headers in base/, part 1.
avi@chromium.org
2013-06-28
9
-9
/
+9
*
mac: Remove ScopedCFTypeRef from base::mac::.
thakis@chromium.org
2013-06-24
1
-1
/
+1
*
mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.
thakis@chromium.org
2013-06-24
2
-8
/
+7
*
Use a direct include of strings headers, delete some strings forwarding headers.
avi@chromium.org
2013-06-20
1
-1
/
+1
*
Revert 207278 "Make sure that the UI window created by base::Mes..."
kinuko@chromium.org
2013-06-20
14
-85
/
+13
*
Make sure that the UI window created by base::MessagePumpForUI is destoyed on...
alexeypa@chromium.org
2013-06-20
14
-13
/
+85
*
Move message_pump to base/message_loop.
brettw@chromium.org
2013-06-18
30
-94
/
+5755
*
Revert 206507 "Move message_pump to base/message_loop."
brettw@chromium.org
2013-06-14
30
-5755
/
+94
*
Move message_pump to base/message_loop.
brettw@chromium.org
2013-06-14
30
-94
/
+5755
*
Move message_loop to the message_loop directory.
brettw@chromium.org
2013-06-14
3
-0
/
+3683
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
base: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-1
/
+1
*
Create a new base/message_loop directory and move the message_loop_proxy.
brettw@chromium.org
2013-03-29
6
-0
/
+604