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
/
tracked_objects.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to a simple linked-list for worker thread pool
jar@chromium.org
2011-11-20
1
-71
/
+25
*
Avoid any possibility of an Alloc during TLS thread teardown
jar@chromium.org
2011-11-18
1
-20
/
+60
*
Remove about:tracking.
eroman@chromium.org
2011-11-16
1
-615
/
+0
*
Handle null timer values when profiling sections
jar@chromium.org
2011-11-15
1
-1
/
+3
*
Reduce race potential for lazy testing initialization of profiler
jar@chromium.org
2011-11-15
1
-8
/
+23
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
Use leaky lazy instance for master lock in profiler
jar@chromium.org
2011-11-14
1
-19
/
+15
*
Adjust interfaces to indicate when tracking is in progress
jar@chromium.org
2011-11-14
1
-0
/
+10
*
Switch to using an intergral type for durations inside profiler
jar@chromium.org
2011-11-11
1
-29
/
+29
*
Revert of Revert 108752 - Support tracking of IPC messages as tasks in profiler
jar@chromium.org
2011-11-08
1
-0
/
+25
*
Revert 108752 - Support tracking of IPC messages as tasks in profiler
joi@chromium.org
2011-11-08
1
-25
/
+0
*
Support tracking of IPC messages as tasks in profiler
jar@chromium.org
2011-11-05
1
-0
/
+25
*
Support max of profiled times as well as sum and average
jar@chromium.org
2011-11-04
1
-30
/
+93
*
Revert 108352 - Try to see if disabling ALL tracking helps tree
jar@chromium.org
2011-11-03
1
-1
/
+1
*
Try to see if disabling ALL tracking helps tree
jar@chromium.org
2011-11-02
1
-1
/
+1
*
Enable default object tracking no Mac
jar@chromium.org
2011-11-01
1
-5
/
+0
*
Enable tracking of objects by default
jar@chromium.org
2011-10-31
1
-143
/
+239
*
Revert 107895 - Fully enable about:tracking by default
joth@chromium.org
2011-10-31
1
-177
/
+131
*
Revert 107939 - Pile of nits for tracked object enablement
joth@chromium.org
2011-10-31
1
-36
/
+13
*
Revert 107940 - Remove DCHECK that tickles TLS during shutdown
joth@chromium.org
2011-10-31
1
-0
/
+1
*
Revert 107944 - Avoid all unnecessary calls to TLS during thread teardown
joth@chromium.org
2011-10-31
1
-0
/
+1
*
Avoid all unnecessary calls to TLS during thread teardown
jar@chromium.org
2011-10-31
1
-1
/
+0
*
Remove DCHECK that tickles TLS during shutdown
jar@chromium.org
2011-10-31
1
-1
/
+0
*
Pile of nits for tracked object enablement
jar@chromium.org
2011-10-31
1
-13
/
+36
*
Revert 107928 - Pile of nits for tracked object enablement
jar@chromium.org
2011-10-31
1
-36
/
+12
*
Pile of nits for tracked object enablement
jar@chromium.org
2011-10-31
1
-12
/
+36
*
Revert 107921 - Pile of nits for tracked object enablement
jar@chromium.org
2011-10-31
1
-36
/
+12
*
Pile of nits for tracked object enablement
jar@chromium.org
2011-10-31
1
-12
/
+36
*
Fully enable about:tracking by default
jar@chromium.org
2011-10-30
1
-131
/
+177
*
Revert 107793 - Fully enable about:tracking by default
jar@chromium.org
2011-10-28
1
-173
/
+128
*
Fully enable about:tracking by default
jar@chromium.org
2011-10-28
1
-128
/
+173
*
Support JSON encoding of data for about:tracking information
jar@chromium.org
2011-10-24
1
-118
/
+232
*
Update task tracking to not depend on message_loop_ singleton
jar@chromium.org
2011-10-15
1
-276
/
+195
*
Restore visibilty of Task Tracking via about:tracking
jar@chromium.org
2011-10-07
1
-10
/
+10
*
Support Closure in ALL the loops!
ajwong@chromium.org
2011-07-26
1
-0
/
+20
*
Apply CSP to chrome: and about: pages
tsepez@chromium.org
2011-06-28
1
-35
/
+2
*
Add/improve a bunch of comments
jar@chromium.org
2011-03-08
1
-1
/
+1
*
More DCHECK() updates. A mixture of _EQ and _GE.
mhm@chromium.org
2011-03-01
1
-1
/
+1
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-14
/
+14
*
Order function definitions in base/ according to the header.
erg@google.com
2011-01-11
1
-5
/
+4
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move thread local stuff from base to base/threading and consistently use the
brettw@chromium.org
2010-12-30
1
-1
/
+1
*
Reland 66791 (change was innocent)
willchan@chromium.org
2010-11-19
1
-5
/
+22
*
Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.
willchan@chromium.org
2010-11-19
1
-22
/
+5
*
Reland r65996. Disallows Singletons on non-joinable thread.
willchan@chromium.org
2010-11-19
1
-5
/
+22
*
Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...
willchan@chromium.org
2010-11-13
1
-22
/
+5
*
Disallow Singleton and LazyInstance on non-joinable threads.
willchan@chromium.org
2010-11-12
1
-5
/
+22
*
Minor typo cleanup of header title for about:tasks
jar@chromium.org
2010-11-01
1
-1
/
+1
*
FBTF: Moves code to the headers.
erg@google.com
2010-09-28
1
-0
/
+12
*
Header cleanup in base.
brettw@chromium.org
2010-08-17
1
-39
/
+47
[next]