summaryrefslogtreecommitdiffstats
path: root/base/tracked_objects.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 108352 - Try to see if disabling ALL tracking helps treejar@chromium.org2011-11-031-1/+1
* Try to see if disabling ALL tracking helps treejar@chromium.org2011-11-021-1/+1
* Enable default object tracking no Macjar@chromium.org2011-11-011-5/+0
* Enable tracking of objects by defaultjar@chromium.org2011-10-311-143/+239
* Revert 107895 - Fully enable about:tracking by defaultjoth@chromium.org2011-10-311-177/+131
* Revert 107939 - Pile of nits for tracked object enablementjoth@chromium.org2011-10-311-36/+13
* Revert 107940 - Remove DCHECK that tickles TLS during shutdownjoth@chromium.org2011-10-311-0/+1
* Revert 107944 - Avoid all unnecessary calls to TLS during thread teardownjoth@chromium.org2011-10-311-0/+1
* Avoid all unnecessary calls to TLS during thread teardownjar@chromium.org2011-10-311-1/+0
* Remove DCHECK that tickles TLS during shutdownjar@chromium.org2011-10-311-1/+0
* Pile of nits for tracked object enablementjar@chromium.org2011-10-311-13/+36
* Revert 107928 - Pile of nits for tracked object enablementjar@chromium.org2011-10-311-36/+12
* Pile of nits for tracked object enablementjar@chromium.org2011-10-311-12/+36
* Revert 107921 - Pile of nits for tracked object enablementjar@chromium.org2011-10-311-36/+12
* Pile of nits for tracked object enablementjar@chromium.org2011-10-311-12/+36
* Fully enable about:tracking by defaultjar@chromium.org2011-10-301-131/+177
* Revert 107793 - Fully enable about:tracking by defaultjar@chromium.org2011-10-281-173/+128
* Fully enable about:tracking by defaultjar@chromium.org2011-10-281-128/+173
* Support JSON encoding of data for about:tracking informationjar@chromium.org2011-10-241-118/+232
* Update task tracking to not depend on message_loop_ singletonjar@chromium.org2011-10-151-276/+195
* Restore visibilty of Task Tracking via about:trackingjar@chromium.org2011-10-071-10/+10
* Support Closure in ALL the loops!ajwong@chromium.org2011-07-261-0/+20
* Apply CSP to chrome: and about: pagestsepez@chromium.org2011-06-281-35/+2
* Add/improve a bunch of commentsjar@chromium.org2011-03-081-1/+1
* More DCHECK() updates. A mixture of _EQ and _GE.mhm@chromium.org2011-03-011-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-14/+14
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-5/+4
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Reland 66791 (change was innocent)willchan@chromium.org2010-11-191-5/+22
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-22/+5
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-5/+22
* Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...willchan@chromium.org2010-11-131-22/+5
* Disallow Singleton and LazyInstance on non-joinable threads.willchan@chromium.org2010-11-121-5/+22
* Minor typo cleanup of header title for about:tasksjar@chromium.org2010-11-011-1/+1
* FBTF: Moves code to the headers.erg@google.com2010-09-281-0/+12
* Header cleanup in base.brettw@chromium.org2010-08-171-39/+47
* FBTF: Move some inner classes out of their header files.thestig@chromium.org2010-08-051-35/+67
* Fix up some style guide violations wrt aligning function arguments.willchan@chromium.org2010-02-121-2/+2
* Avoid re-initializing object_trackerjar@chromium.org2009-12-311-0/+4
* Provide a quick and dirty way to reset about:objects datajar@chromium.org2009-12-301-14/+90
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-4/+6
* Fix few trivial Coverity issues, mainly PASS_BY_VALUE.phajdan.jr@chromium.org2009-07-061-3/+3
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+1
* Fix a bunch of tiny near-bugs and bugs that static analysis identifiedjar@chromium.org2009-03-191-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Fix a typo I noticed when looking at object tracking. The wrong argument wasbrettw@google.com2008-10-081-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-14/+11