summaryrefslogtreecommitdiffstats
path: root/base/message_loop
Commit message (Expand)AuthorAgeFilesLines
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-233-11/+7
* Implement ThreadTicks::Now on Windows.fdoray2015-10-151-0/+5
* Remove all Windows Window Scoped Trackers and Associated Instrumentationrobliao2015-09-291-29/+1
* jni_generator: Pass object parameters as JavaParamRef.torne2015-09-041-2/+4
* Reland of move 1 ms rounding up of task delays on Windows (patchset #1 id:1 o...brucedawson2015-08-241-9/+0
* Fix top-level trace event name in MessageLoop::RunTaskcaseq2015-08-221-1/+1
* Revert of Remove 1 ms rounding up of task delays on Windows (patchset #1 id:1...pfeldman2015-08-211-0/+9
* Remove 1 ms rounding up of task delays on Windowsbrucedawson2015-08-211-9/+0
* Prevent a thread startup race in ScheduleWorkTest which causes a nullptr dere...amistry2015-08-101-0/+7
* Cleanup message_loop.cclucinka.brozkova2015-08-071-1/+1
* Microoptimisation for OnLibeventNotification.ricea2015-08-062-12/+25
* Proof-reading comments in base/message_loop/.qyearsley2015-07-259-27/+27
* base: Cast completion key, overlapped and this pointers to void* before compa...pcc2015-07-171-2/+2
* Extract trace from TaskAnnotator::RunTask to its call sitescaseq2015-07-161-2/+4
* Revert of Trace MessageLoop::RunTask execution (patchset #2 id:20001 of https...caseq2015-07-141-2/+0
* base: Make it possible to replace the MessageLoop's task runnerskyostil2015-07-133-6/+65
* Trace MessageLoop::RunTask executioncaseq2015-07-131-0/+2
* Revert of base: Make it possible to replace the MessageLoop's task runner (pa...glider2015-07-133-55/+6
* [Mac] Redo NSException handling, and generate better stacks for C++ exceptions.rsesek2015-07-101-15/+29
* base: Make it possible to replace the MessageLoop's task runnerskyostil2015-07-083-6/+55
* Revert of Don't peek messages in the MessagePumpForUI class when we receive o...jbauman2015-07-017-158/+56
* MessageLoop: wire the unused static method in base::Thread (follow-up cleanup)kinuko2015-06-301-1/+1
* Don't peek messages in the MessagePumpForUI class when we receive our kMsgHav...ananta2015-06-227-56/+158
* Delete watcher on IO thread in MessagePumpLibeventTest.QuitWatcher.derekjchow2015-06-211-2/+6
* base: Remove MessageLoopProxyskyostil2015-06-199-301/+174
* Revert of Don't peek messages in the MessagePumpForUI class when we receive o...scottmg2015-06-187-131/+55
* Disable MessagePumpLibeventTest.TestWatchingFromBadThread on Linux.Steve Kobes2015-06-121-2/+2
* Don't peek messages in the MessagePumpForUI class when we receive our kMsgHav...ananta2015-06-107-55/+131
* Disable MessagePumpLibeventTest.TestWatchingFromBadThread on Chrome OSkjellander2015-06-101-1/+7
* Revert of Don't peek messages in the MessagePumpForUI class when we receive o...kjellander2015-06-107-130/+55
* Don't peek messages in the MessagePumpForUI class when we receive our kMsgHav...ananta2015-06-097-55/+130
* Remove Unactionable or Low Jank USER32 Instrumentationrobliao2015-06-021-26/+0
* Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicksmiu2015-05-291-6/+6
* Reland (3rd try): Lazily initialize MessageLoop for faster thread startupkinuko2015-05-237-57/+134
* Set minimum Windows wait time to 1 ms in MessagePumpDefault::Runbrucedawson2015-05-231-2/+10
* Process pending delayed tasks in kMsgHaveWorkjbauman2015-05-202-40/+49
* Revert of Reland: Lazily initialize MessageLoop for faster thread startup (pa...glider2015-05-187-128/+56
* Reland: Lazily initialize MessageLoop for faster thread startupkinuko2015-05-187-56/+128
* Treat a delay of under 1 millisecond in MessagePumpDefault as a signal that t...ananta2015-05-151-1/+2
* Revert of Lazily initialize MessageLoop for faster thread startup (patchset #...kinuko2015-05-077-128/+56
* Lazily initialize MessageLoop for faster thread startupkinuko2015-05-057-56/+128
* Adding a comment to message_loop_proxy.h informing developers of its deprecat...anujk.sharma2015-05-051-0/+12
* Add toplevel trace event to MessagePumpLibevent::OnLibeventNotificationspang2015-04-241-0/+3
* Apply automated fixits for Chrome clang plugin to base_unittests.dcheng2015-04-172-4/+5
* win: Fix a few clang style plugin warnings.Nico Weber2015-04-162-10/+16
* Re-land: Add missing check for quitting from MessagePumpLibeventchirantan2015-04-032-3/+73
* Revert of Add missing check for quitting from MessagePumpLibevent (patchset #...zhaoqin2015-04-032-63/+3
* Add missing check for quitting from MessagePumpLibeventchirantan2015-04-032-3/+63
* base: Mark MessageLoop::Post*Task API deprecatedskyostil2015-03-212-8/+9
* base: Fix/add header #ifndef guards.danakj2015-03-102-4/+4