summaryrefslogtreecommitdiffstats
path: root/base/tracked_objects.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert. Failing unit tests.evanm@google.com2008-08-201-11/+14
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-14/+11
* Fix a few warnings in the tracked object comparatormmentovai@google.com2008-08-201-11/+19
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9...darin@google.com2008-08-121-0/+2
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b9...darin@google.com2008-08-121-2/+0
* Make timer.cc portable by factoring its Windows bits into MessageLoop.darin@google.com2008-08-121-0/+2
* Stub out unused Windows specific code.paulg@google.com2008-08-081-9/+13
* Add base to the repository.initial.commit2008-07-261-0/+918