summaryrefslogtreecommitdiffstats
path: root/base/message_loop
Commit message (Expand)AuthorAgeFilesLines
* Further instrumentations to find jank in Windows message processing.vadimt2015-01-061-4/+24
* Instrumenting more WM_ message processing methods to find jank.vadimt2015-01-021-0/+5
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-234-9/+9
* Avoid scheduling a message loop that we know is not sleepingjamesr2014-12-135-22/+50
* Instrumenting WM_ message handler to find jank.vadimt2014-12-121-0/+6
* Exclude unused functions for NaCl code path.mazda2014-11-121-0/+2
* Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_non...hidehiko2014-11-052-5/+5
* More virtual/override updates in base/.viettrungluu2014-10-221-5/+5
* Standardize usage of virtual/override/final in base/dcheng2014-10-219-72/+64
* Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi.hidehiko2014-10-172-5/+5
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-0714-70/+70
* Improve MessageLoop's comments.maniscalco2014-10-021-4/+2
* Microbenchmark for the cost of posting tasks to different pump typesjamesr2014-09-292-12/+305
* Remove implicit HANDLE conversions from base.rvargas2014-09-232-15/+15
* fix for high resolution timer on windows.cpu2014-09-052-2/+7
* High resolution timer fix relandcpu2014-08-286-90/+80
* Adds some CHECKs to MessagePumpMojosky@chromium.org2014-08-141-2/+2
* base: Factor task debug annotations out of MessageLoopskyostil@chromium.org2014-08-143-43/+11
* Revert of Adds some CHECKs to MessagePumpMojo (https://codereview.chromium.or...adamk@chromium.org2014-08-121-2/+2
* Adds some CHECKs to MessagePumpMojosky@chromium.org2014-08-121-2/+2
* base: Remove now-unused MessagePumpObserver.sadrul@chromium.org2014-08-085-88/+0
* Revert of High resolution timer fix for Windows (https://codereview.chromium....ksakamoto@chromium.org2014-07-226-80/+90
* This is jamesr@ code I am landing.cpu@chromium.org2014-07-226-90/+80
* [Mac] Re-Enable timer coalescing on Mac.jeremy@chromium.org2014-07-201-4/+0
* Fix the build when use_glib is set to 0.zhaoze.zhou@partner.samsung.com2014-07-162-2/+2
* [Mac] Temporarily disable timer coalescing on Mac.jeremy@chromium.org2014-07-161-0/+4
* Introduce task_runner() accessors for both base::Thread and base::MessageLooprsleevi@chromium.org2014-07-121-0/+7
* Revert of Revert of Revert 221427 "Add instrumentation to the MessagePumpMac ...rsesek@chromium.org2014-07-025-307/+15
* Revert of Revert 221427 "Add instrumentation to the MessagePumpMac family ......tzik@chromium.org2014-07-025-15/+307
* Revert 221427 "Add instrumentation to the MessagePumpMac family ..."rsesek@chromium.org2014-07-025-307/+15
* Revert of Revert "[Mac] Reland r276808 Use a native MessagePump instead of a ...jeremy@chromium.org2014-06-252-2/+11
* Revert "[Mac] Reland r276808 Use a native MessagePump instead of a MessagePum...miletus@chromium.org2014-06-242-11/+2
* [Mac] Reland r276808 Use a native MessagePump instead of a MessagePumpDefaultjeremy@chromium.org2014-06-232-2/+11
* Revert of [Mac] Reland r276808 Use a native MessagePump instead of a MessageP...ckocagil@chromium.org2014-06-222-11/+2
* Reland change to use a native MessagePump instead of a MessagePumpDefault.jeremy@chromium.org2014-06-222-2/+11
* Calling Shutdown() for Android content_browsertests. Removed webrtc test hack.starodub@google.com2014-06-181-1/+1
* Add a CFRunLoop mode for message loop tasksccameron@chromium.org2014-06-122-25/+60
* Revert of [Mac] Use a native MessagePump instead of a MessagePumpDefault (htt...jeremy@chromium.org2014-06-121-9/+1
* [Mac] Use a native MessagePump instead of a MessagePumpDefaultjeremy@chromium.org2014-06-121-1/+9
* [Mac] Maximise timer slack for background tabsjeremy@chromium.org2014-06-056-0/+78
* Fixed example in MessageLoop::ReleaseSoon commentvkuzkokov@chromium.org2014-05-301-3/+4
* Add example to MessageLoop::ReleaseSoon comment.maniscalco@chromium.org2014-05-271-0/+11
* Makes MessagePumpGlib thread DCHECK work when pump is destroyedsky@chromium.org2014-05-241-6/+49
* Change the GPU process to use a CFRunLoopccameron@chromium.org2014-05-141-6/+6
* Hide NSAutoreleasePool from ARC translation units.jfroy@chromium.org2014-04-302-8/+22
* libevent message-pump: Fix a particular case of nested message-loop runs.sadrul@chromium.org2014-04-282-4/+45
* Some cleanups for the message_loop.h/cc.sadrul@chromium.org2014-04-233-146/+85
* x11: Make the event-source work with both glib and libevent message-pumps.sadrul@chromium.org2014-04-212-4/+8
* message-loop: Remove MessagePumpDispatcher support from glib message-pump.sadrul@chromium.org2014-04-163-88/+56
* Remove MessagePumpGtk.erg@chromium.org2014-04-166-257/+2