summaryrefslogtreecommitdiffstats
path: root/base/tracked.h
Commit message (Expand)AuthorAgeFilesLines
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-150/+0
* Add ToString() method to tracked_objects::Locationakalin@chromium.org2011-09-161-0/+2
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-4/+4
* Misc fixes to tracked objectsjoth@chromium.org2011-07-151-1/+1
* Tag all tracked objects, including Tasks, with the program counter at the sit...apatrick@chromium.org2011-05-191-5/+22
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-241-3/+4
* Added task to Observer methodsdavemoore@chromium.org2010-10-261-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Move implementation from header to source.erg@chromium.org2010-07-151-8/+2
* Reland r49188.willchan@chromium.org2010-06-091-2/+8
* Rebaseline tests whose expectations were changed by r55714.hamaji@chromium.org2010-06-091-8/+2
* Jankometer: Generalize the code more. Add better support for monitoring IO t...willchan@chromium.org2010-06-081-2/+8
* Switch to using TimeTicks for profiling and histogramsjar@chromium.org2010-05-101-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+1
* Eliminate the TimerManager by pulling its priority queue into MessageLoop. T...darin@google.com2008-09-071-0/+4
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix the bug where (a < b && b < a) is true. This is producing an assert when ...maruel@google.com2008-08-161-6/+6
* A new (private) interface is supplied that allows the object watcher (coding injar@google.com2008-08-011-3/+17
* Do not use RecycleOrDelete since it is not ready for prime-time.darin@google.com2008-07-301-0/+6
* Add base to the repository.initial.commit2008-07-261-0/+129