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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header cleanup in base.
brettw@chromium.org
2010-08-17
1
-1
/
+0
*
Revert 54584 - Delete tasks unconditionally in MessageLoop::DeletePendingTask...
akalin@chromium.org
2010-08-03
1
-2
/
+21
*
Delete tasks unconditionally in MessageLoop::DeletePendingTasks().
akalin@chromium.org
2010-08-02
1
-21
/
+2
*
Move implementation from header to source.
erg@chromium.org
2010-07-15
1
-0
/
+11
*
Attempt four at landing the "histogram.h removed from message_loop.h" patch.
erg@chromium.org
2010-07-15
1
-39
/
+40
*
Revert everything related to the relanding.
erg@chromium.org
2010-07-14
1
-40
/
+39
*
Reland r52336.
erg@chromium.org
2010-07-14
1
-39
/
+40
*
Revert 52336 - More header cleanup:
erg@chromium.org
2010-07-14
1
-40
/
+39
*
More header cleanup:
erg@chromium.org
2010-07-14
1
-39
/
+40
*
Change chrome from statically enabling high resolution timers on windows
mbelshe@chromium.org
2010-06-29
1
-0
/
+26
*
Removing message loop instrumentation.
dhollowa@chromium.org
2010-06-29
1
-4
/
+0
*
Log the value of RUNNING_ON_VALGRIND in message_loop.cc
glider@chromium.org
2010-06-22
1
-0
/
+4
*
Reland r49188.
willchan@chromium.org
2010-06-09
1
-7
/
+13
*
Rebaseline tests whose expectations were changed by r55714.
hamaji@chromium.org
2010-06-09
1
-13
/
+7
*
Jankometer: Generalize the code more. Add better support for monitoring IO t...
willchan@chromium.org
2010-06-08
1
-7
/
+13
*
Make MessageLoop::MessageLoop easier to read.
thestig@chromium.org
2010-04-15
1
-17
/
+16
*
Add MessageLoop::QuitNow and use it to terminate a sync IPC.
darin@chromium.org
2010-02-23
1
-0
/
+9
*
Style cleanup in preparation for auto-linting base/.
erg@google.com
2010-01-26
1
-1
/
+1
*
Changes to base/ from a combination of FreeBSD and OpenBSD patches.
evan@chromium.org
2009-12-29
1
-7
/
+7
*
Cleanup histogram classes mixing SetFlags into FactoryGet arguments
jar@chromium.org
2009-12-28
1
-8
/
+5
*
Use factory to create histograms, and refcounts to track lifetimes
jar@chromium.org
2009-12-06
1
-3
/
+4
*
Move creation of SEH frame into a separate funcion.For any function that uses...
stoyan@google.com
2009-10-26
1
-6
/
+12
*
Make swapping the incoming queue with the work queue constant time.
darin@chromium.org
2009-09-02
1
-1
/
+1
*
This CL adds accelerators to the Linux toolkit views.
jcampan@chromium.org
2009-07-31
1
-21
/
+19
*
Reapply r21429 - Cleanup pending tasks under Valgrind as well.
kuchhal@chromium.org
2009-07-23
1
-9
/
+10
*
Revert "Cleanup pending tasks under Valgrind as well." (r21429)
kuchhal@chromium.org
2009-07-23
1
-10
/
+6
*
Cleanup pending tasks under Valgrind as well.
kuchhal@chromium.org
2009-07-23
1
-6
/
+10
*
Adds time-out to browser-tests to prevent a hanging test from hanging the ent...
jcampan@chromium.org
2009-07-01
1
-0
/
+4
*
Consistently use int64 for integers holding number of milliseconds.
phajdan.jr@chromium.org
2009-06-17
1
-3
/
+3
*
Promotes Add/RemoveObserver to MessageLoop for linux. Because
sky@chromium.org
2009-05-18
1
-8
/
+12
*
During shutdown delete any pending tasks if running under Valgrind.
kuchhal@chromium.org
2009-05-14
1
-1
/
+8
*
More linux ifdef tweaks. This reverts my earlier change (13503).
sky@chromium.org
2009-04-27
1
-5
/
+1
*
Adds some ifdefs so that test_shell can be compiled on linux
sky@chromium.org
2009-04-10
1
-2
/
+6
*
(purify bustage) Correct purify (only) reference to variable
jar@chromium.org
2009-03-11
1
-1
/
+1
*
Fix tree bustage
jar@chromium.org
2009-03-11
1
-2
/
+4
*
Avoid leaks at shutdown when running purify
jar@chromium.org
2009-03-11
1
-4
/
+10
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-5
/
+5
*
Remove the purify directive which should no longer be necessary.
ericroman@google.com
2008-12-18
1
-9
/
+0
*
Mark MessageLoop::delayed_work_queue_ as initialized so Purify doesn't report...
ericroman@google.com
2008-12-17
1
-0
/
+9
*
message_pump_libevent refactor:
jeremy@chromium.org
2008-12-15
1
-16
/
+11
*
Reverting 6911.
ojan@google.com
2008-12-12
1
-11
/
+16
*
message_pump_libevent refactor:
jeremy@chromium.org
2008-12-12
1
-16
/
+11
*
Add FD watching support to message_pump_libevent.
jeremy@chromium.org
2008-12-08
1
-6
/
+16
*
Switch MessagePumpForIO to use completion ports on Windows.
rvargas@google.com
2008-11-07
1
-8
/
+3
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+3
*
Add a way to register for completion-ports based async operations to be handled
rvargas@google.com
2008-10-09
1
-0
/
+9
*
Implement MessageLoopForUI using GLib. This gets some exercise from
dsh@google.com
2008-10-03
1
-6
/
+8
*
As an intermediate step towards having a message pump handling IO through com...
rvargas@google.com
2008-09-25
1
-3
/
+6
*
Mac-specific CFRunLoop-based MessagePump implementation
mark@chromium.org
2008-09-23
1
-2
/
+10
*
Always use the topmost delayed task as the basis for our WM_TIMER.
darin@chromium.org
2008-09-23
1
-2
/
+2
[next]