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 base::MessageLoop::{Quit,QuitClosure} functions
ki.stfu
2015-10-23
3
-11
/
+7
*
Implement ThreadTicks::Now on Windows.
fdoray
2015-10-15
1
-0
/
+5
*
Remove all Windows Window Scoped Trackers and Associated Instrumentation
robliao
2015-09-29
1
-29
/
+1
*
jni_generator: Pass object parameters as JavaParamRef.
torne
2015-09-04
1
-2
/
+4
*
Reland of move 1 ms rounding up of task delays on Windows (patchset #1 id:1 o...
brucedawson
2015-08-24
1
-9
/
+0
*
Fix top-level trace event name in MessageLoop::RunTask
caseq
2015-08-22
1
-1
/
+1
*
Revert of Remove 1 ms rounding up of task delays on Windows (patchset #1 id:1...
pfeldman
2015-08-21
1
-0
/
+9
*
Remove 1 ms rounding up of task delays on Windows
brucedawson
2015-08-21
1
-9
/
+0
*
Prevent a thread startup race in ScheduleWorkTest which causes a nullptr dere...
amistry
2015-08-10
1
-0
/
+7
*
Cleanup message_loop.cc
lucinka.brozkova
2015-08-07
1
-1
/
+1
*
Microoptimisation for OnLibeventNotification.
ricea
2015-08-06
2
-12
/
+25
*
Proof-reading comments in base/message_loop/.
qyearsley
2015-07-25
9
-27
/
+27
*
base: Cast completion key, overlapped and this pointers to void* before compa...
pcc
2015-07-17
1
-2
/
+2
*
Extract trace from TaskAnnotator::RunTask to its call sites
caseq
2015-07-16
1
-2
/
+4
*
Revert of Trace MessageLoop::RunTask execution (patchset #2 id:20001 of https...
caseq
2015-07-14
1
-2
/
+0
*
base: Make it possible to replace the MessageLoop's task runner
skyostil
2015-07-13
3
-6
/
+65
*
Trace MessageLoop::RunTask execution
caseq
2015-07-13
1
-0
/
+2
*
Revert of base: Make it possible to replace the MessageLoop's task runner (pa...
glider
2015-07-13
3
-55
/
+6
*
[Mac] Redo NSException handling, and generate better stacks for C++ exceptions.
rsesek
2015-07-10
1
-15
/
+29
*
base: Make it possible to replace the MessageLoop's task runner
skyostil
2015-07-08
3
-6
/
+55
*
Revert of Don't peek messages in the MessagePumpForUI class when we receive o...
jbauman
2015-07-01
7
-158
/
+56
*
MessageLoop: wire the unused static method in base::Thread (follow-up cleanup)
kinuko
2015-06-30
1
-1
/
+1
*
Don't peek messages in the MessagePumpForUI class when we receive our kMsgHav...
ananta
2015-06-22
7
-56
/
+158
*
Delete watcher on IO thread in MessagePumpLibeventTest.QuitWatcher.
derekjchow
2015-06-21
1
-2
/
+6
*
base: Remove MessageLoopProxy
skyostil
2015-06-19
9
-301
/
+174
*
Revert of Don't peek messages in the MessagePumpForUI class when we receive o...
scottmg
2015-06-18
7
-131
/
+55
*
Disable MessagePumpLibeventTest.TestWatchingFromBadThread on Linux.
Steve Kobes
2015-06-12
1
-2
/
+2
*
Don't peek messages in the MessagePumpForUI class when we receive our kMsgHav...
ananta
2015-06-10
7
-55
/
+131
*
Disable MessagePumpLibeventTest.TestWatchingFromBadThread on Chrome OS
kjellander
2015-06-10
1
-1
/
+7
*
Revert of Don't peek messages in the MessagePumpForUI class when we receive o...
kjellander
2015-06-10
7
-130
/
+55
*
Don't peek messages in the MessagePumpForUI class when we receive our kMsgHav...
ananta
2015-06-09
7
-55
/
+130
*
Remove Unactionable or Low Jank USER32 Instrumentation
robliao
2015-06-02
1
-26
/
+0
*
Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks
miu
2015-05-29
1
-6
/
+6
*
Reland (3rd try): Lazily initialize MessageLoop for faster thread startup
kinuko
2015-05-23
7
-57
/
+134
*
Set minimum Windows wait time to 1 ms in MessagePumpDefault::Run
brucedawson
2015-05-23
1
-2
/
+10
*
Process pending delayed tasks in kMsgHaveWork
jbauman
2015-05-20
2
-40
/
+49
*
Revert of Reland: Lazily initialize MessageLoop for faster thread startup (pa...
glider
2015-05-18
7
-128
/
+56
*
Reland: Lazily initialize MessageLoop for faster thread startup
kinuko
2015-05-18
7
-56
/
+128
*
Treat a delay of under 1 millisecond in MessagePumpDefault as a signal that t...
ananta
2015-05-15
1
-1
/
+2
*
Revert of Lazily initialize MessageLoop for faster thread startup (patchset #...
kinuko
2015-05-07
7
-128
/
+56
*
Lazily initialize MessageLoop for faster thread startup
kinuko
2015-05-05
7
-56
/
+128
*
Adding a comment to message_loop_proxy.h informing developers of its deprecat...
anujk.sharma
2015-05-05
1
-0
/
+12
*
Add toplevel trace event to MessagePumpLibevent::OnLibeventNotification
spang
2015-04-24
1
-0
/
+3
*
Apply automated fixits for Chrome clang plugin to base_unittests.
dcheng
2015-04-17
2
-4
/
+5
*
win: Fix a few clang style plugin warnings.
Nico Weber
2015-04-16
2
-10
/
+16
*
Re-land: Add missing check for quitting from MessagePumpLibevent
chirantan
2015-04-03
2
-3
/
+73
*
Revert of Add missing check for quitting from MessagePumpLibevent (patchset #...
zhaoqin
2015-04-03
2
-63
/
+3
*
Add missing check for quitting from MessagePumpLibevent
chirantan
2015-04-03
2
-3
/
+63
*
base: Mark MessageLoop::Post*Task API deprecated
skyostil
2015-03-21
2
-8
/
+9
*
base: Fix/add header #ifndef guards.
danakj
2015-03-10
2
-4
/
+4
[next]