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
*
Add CHECK to catch places where BrowserProcessImpl's refcount goes to 0.
willchan@chromium.org
2011-11-01
1
-0
/
+5
*
Enable tracking of objects by default
jar@chromium.org
2011-10-31
1
-14
/
+6
*
Revert 107895 - Fully enable about:tracking by default
joth@chromium.org
2011-10-31
1
-6
/
+14
*
Fully enable about:tracking by default
jar@chromium.org
2011-10-30
1
-14
/
+6
*
Revert 107793 - Fully enable about:tracking by default
jar@chromium.org
2011-10-28
1
-20
/
+15
*
Fully enable about:tracking by default
jar@chromium.org
2011-10-28
1
-15
/
+20
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-8
/
+8
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-8
/
+8
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-8
/
+8
*
Support JSON encoding of data for about:tracking information
jar@chromium.org
2011-10-24
1
-1
/
+2
*
rename Run in MessageLoopForUI to RunWithDispatcher
oshima@google.com
2011-10-24
1
-1
/
+1
*
Make MessageLoop::QuitClosure call Quit of the current MessageLoop at call ti...
kalman@chromium.org
2011-10-21
1
-2
/
+5
*
base::Bind: Cleanup in automation.
jhawkins@chromium.org
2011-10-17
1
-4
/
+10
*
Update task tracking to not depend on message_loop_ singleton
jar@chromium.org
2011-10-15
1
-6
/
+8
*
Add RunAllPendingWithDispatcher
oshima@google.com
2011-10-06
1
-0
/
+8
*
Add trace code to track all posted tasks in message_loop and WorkerThreads (n...
jbates@chromium.org
2011-10-03
1
-3
/
+8
*
Reland 102005 and 102009: aura: Explicitly disable GTK.
sadrul@chromium.org
2011-09-21
1
-1
/
+1
*
Revert 102005 - aura: Explicitly disable GTK.
sky@chromium.org
2011-09-20
1
-1
/
+1
*
aura: Explicitly disable GTK.
sadrul@chromium.org
2011-09-20
1
-1
/
+1
*
aura: A few changes to have aura_demo compile and run on linux.
sadrul@chromium.org
2011-09-07
1
-1
/
+1
*
Remove Purify and Quantify.Doing so will reduce substantially the size of the...
jeanluc@chromium.org
2011-08-17
1
-3
/
+2
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
1
-0
/
+8
*
Adding Wayland message loop and gyp build deps
dnicoara@chromium.org
2011-08-11
1
-5
/
+3
*
Android's paths and message loop implementation with JNI
michaelbai@google.com
2011-08-02
1
-7
/
+30
*
Support Closure in ALL the loops!
ajwong@chromium.org
2011-07-26
1
-55
/
+16
*
re-landing r93629
oshima@google.com
2011-07-22
1
-9
/
+0
*
Revert 93629 - Linux build failure: http://build.chromium.org/p/chromium/buil...
leandrogracia@chromium.org
2011-07-22
1
-0
/
+9
*
Consolidate access to X Display
oshima@google.com
2011-07-22
1
-9
/
+0
*
Do a LBYL when getting an X display from GTK.
backer@chromium.org
2011-07-18
1
-1
/
+4
*
Misc fixes to tracked objects
joth@chromium.org
2011-07-15
1
-3
/
+1
*
Refactor the glib message-pump, and use it as the base for a gtk message pump...
sadrul@chromium.org
2011-06-24
1
-6
/
+8
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)
thestig@chromium.org
2011-06-15
1
-1
/
+1
*
Tag all tracked objects, including Tasks, with the program counter at the sit...
apatrick@chromium.org
2011-05-19
1
-1
/
+11
*
Reland old fix that was reverted incorrectly.
mbelshe@chromium.org
2011-05-15
1
-3
/
+15
*
Added CHECK for tasks passed to PostTask being null.
apatrick@chromium.org
2011-05-10
1
-4
/
+8
*
Add support for base::Closure in the MessageLoop, and reimplement the whole s...
ajwong@chromium.org
2011-04-20
1
-54
/
+174
*
Use lock-free lazy initialization for static histogram references
jar@chromium.org
2011-04-05
1
-3
/
+4
*
When we process the tickler message in our windows message pump, we should no...
ananta@chromium.org
2011-03-24
1
-0
/
+3
*
Fix style mistakes in r75477.
ajwong@chromium.org
2011-02-25
1
-4
/
+3
*
Run event executor on the ui thread to remove the need to explicitly XFlush()...
ajwong@chromium.org
2011-02-19
1
-0
/
+12
*
Add MessageLoop::AssertIdle(). Use in ChromeOS audio threads.
willchan@chromium.org
2011-01-26
1
-0
/
+6
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-2
/
+2
*
Make the order of methods in the cc files match the headers in base/.
erg@google.com
2011-01-07
1
-170
/
+164
*
MessageLoop: use dynamic_annotations.h & RunningOnValgrind instead of valgrin...
timurrrr@chromium.org
2011-01-04
1
-5
/
+5
*
Move thread local stuff from base to base/threading and consistently use the
brettw@chromium.org
2010-12-30
1
-1
/
+1
*
Properly lock access to static variables.
mad@chromium.org
2010-12-23
1
-1
/
+1
*
touchui: build fix for the buildbot.
sadrul@chromium.org
2010-12-20
1
-4
/
+3
*
touchui: turn on the new message pump.
sadrul@chromium.org
2010-12-16
1
-2
/
+1
*
Help make Base compile under NaCl
abarth@chromium.org
2010-12-01
1
-3
/
+8
*
Moved the calls to the MessageLoop destruction observers to after the pending...
sanjeevr@chromium.org
2010-11-30
1
-4
/
+4
[next]