summaryrefslogtreecommitdiffstats
path: root/base/message_loop
Commit message (Expand)AuthorAgeFilesLines
* Fix race on mojo message pump shutdown.amistry2016-01-111-6/+1
* base: Fix DCHECK when thread creation failsskyostil2016-01-073-4/+20
* Rewrite most of the scopers in //base/mac to use ScopedTypeRef or ScopedGeneric.Robert Sesek2016-01-042-7/+7
* Switch to standard integer types in base/.avi2015-12-2623-6/+34
* move libevent into basetfarina2015-12-192-2/+2
* net: Extract SetNonBlocking() function from net_util.htfarina2015-12-161-12/+3
* Prepare chrome to use the new Mojo EDK by default.John Abd-El-Malek2015-12-101-1/+6
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-101-5/+6
* base: Use std::move() instead of Pass() for real movable types.danakj2015-11-252-25/+28
* Switch to static_assert in base/.avi2015-11-241-4/+4
* Remove ScopedVector from message_pump_perftestolli.raula2015-11-201-2/+3
* 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