1. 3d6a82f Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  2. 0d46f3b Support max of profiled times as well as sum and average by jar@chromium.org · 13 years ago
  3. 16bc873 Revert 108352 - Try to see if disabling ALL tracking helps tree by jar@chromium.org · 13 years ago
  4. fc81eaf Try to see if disabling ALL tracking helps tree by jar@chromium.org · 13 years ago
  5. a41c9ba Enable default object tracking no Mac by jar@chromium.org · 13 years ago
  6. 4be2cb0 Enable tracking of objects by default by jar@chromium.org · 13 years ago
  7. c8b867c Revert 107895 - Fully enable about:tracking by default by joth@chromium.org · 13 years ago
  8. 9794efb Revert 107939 - Pile of nits for tracked object enablement by joth@chromium.org · 13 years ago
  9. 770faf6 Revert 107940 - Remove DCHECK that tickles TLS during shutdown by joth@chromium.org · 13 years ago
  10. b45d886 Revert 107944 - Avoid all unnecessary calls to TLS during thread teardown by joth@chromium.org · 13 years ago
  11. a83515f Avoid all unnecessary calls to TLS during thread teardown by jar@chromium.org · 13 years ago
  12. f42dd9d Remove DCHECK that tickles TLS during shutdown by jar@chromium.org · 13 years ago
  13. 700d290 Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  14. 220f5cb Revert 107928 - Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  15. ec556e6 Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  16. 406f5af Revert 107921 - Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  17. fa3f96c Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  18. 173e386 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  19. b8bb852 Revert 107793 - Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  20. 1fd7194 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  21. 666ef9c Support JSON encoding of data for about:tracking information by jar@chromium.org · 13 years ago
  22. 79a58c3 Update task tracking to not depend on message_loop_ singleton by jar@chromium.org · 13 years ago
  23. f970105 Restore visibilty of Task Tracking via about:tracking by jar@chromium.org · 13 years ago
  24. 12fa092 Support Closure in ALL the loops! by ajwong@chromium.org · 13 years ago
  25. d0f33c2 Apply CSP to chrome: and about: pages by tsepez@chromium.org · 13 years ago
  26. a425ce3 Add/improve a bunch of comments by jar@chromium.org · 14 years ago
  27. 73bfc43 More DCHECK() updates. A mixture of _EQ and _GE. by mhm@chromium.org · 14 years ago
  28. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  29. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 14 years ago
  30. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  31. 6396558 Move thread local stuff from base to base/threading and consistently use the by brettw@chromium.org · 14 years ago
  32. 25726ef Reland 66791 (change was innocent) by willchan@chromium.org · 14 years ago
  33. f1b8e21 Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread. by willchan@chromium.org · 14 years ago
  34. 779810c Reland r65996. Disallows Singletons on non-joinable thread. by willchan@chromium.org · 14 years ago
  35. 7afc8e3 Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joinable threads. by willchan@chromium.org · 14 years ago
  36. fe5da53 Disallow Singleton and LazyInstance on non-joinable threads. by willchan@chromium.org · 14 years ago
  37. 7e34b08 Minor typo cleanup of header title for about:tasks by jar@chromium.org · 14 years ago
  38. 7191523 FBTF: Moves code to the headers. by erg@google.com · 14 years ago
  39. 11f89b0 Header cleanup in base. by brettw@chromium.org · 14 years ago
  40. e7ca2cf FBTF: Move some inner classes out of their header files. by thestig@chromium.org · 14 years ago
  41. d52d47f Fix up some style guide violations wrt aligning function arguments. by willchan@chromium.org · 15 years ago
  42. 4f19fac Avoid re-initializing object_tracker by jar@chromium.org · 15 years ago
  43. febe0e4 Provide a quick and dirty way to reset about:objects data by jar@chromium.org · 15 years ago
  44. 3f6b260 Add compiler-specific "examine printf format" attributes to printfs. by evan@chromium.org · 15 years ago
  45. 5130ec2 Fix few trivial Coverity issues, mainly PASS_BY_VALUE. by phajdan.jr@chromium.org · 15 years ago
  46. 6dce3c2 Reduce header dependencies in base/ by phajdan.jr@chromium.org · 15 years ago
  47. 9709f6d Fix a bunch of tiny near-bugs and bugs that static analysis identified by jar@chromium.org · 15 years ago
  48. ad8855a NO CODE CHANGE by deanm@chromium.org · 16 years ago
  49. 0f8dd26 Move Time, TimeDelta and TimeTicks into namespace base. by dsh@google.com · 16 years ago
  50. 60bbf99 Fix a typo I noticed when looking at object tracking. The wrong argument was by brettw@google.com · 16 years ago
  51. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  52. f26fd3a TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitialized. This isn't true for the pthread_key_t type, which is unsigned on Linux and reportedly a struct on Macs. This change modifies the Slot type to be a struct containing an "initialized" flag. by evanm@google.com · 16 years ago
  53. c685767 Revert. Failing unit tests. by evanm@google.com · 16 years ago
  54. 78257d4 TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitialized. This isn't true for the pthread_key_t type, which is unsigned on Linux and reportedly a struct on Macs. This change modifies the Slot type to be a struct containing an "initialized" flag. by evanm@google.com · 16 years ago
  55. a44cb32 Fix a few warnings in the tracked object comparator by mmentovai@google.com · 16 years ago
  56. ee6fa72 by darin@google.com · 16 years ago
  57. f75dfb6 by darin@google.com · 16 years ago
  58. 5e4ef42 Make timer.cc portable by factoring its Windows bits into MessageLoop. by darin@google.com · 16 years ago
  59. 2919c09 Stub out unused Windows specific code. by paulg@google.com · 16 years ago
  60. 3f4a732 Add base to the repository. by initial.commit · 16 years ago