1. 85d5d21 Use validating IPC enum macros in child process messages. by tsepez@chromium.org · 10 years ago
  2. f29dd61 test IWYU fixups for base by mostynb@opera.com · 11 years ago
  3. 746e85f base: Constantify thread_name() getter accessor. by tfarina@chromium.org · 12 years ago
  4. e476b20 Cleanup: IWYU for base/time.h. Also fix misc lint errors. by thestig@chromium.org · 12 years ago
  5. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  6. 98c10d2 [UMA] Use proper C++ objects to serialize tracked_objects across process boundaries. by isherman@chromium.org · 12 years ago
  7. 3306fc0 Cleanup: Replace 'DurationInt' with int32, and always use 32-bit integers for tracking time. by isherman@chromium.org · 12 years ago
  8. 4626ccb Support use of third party time function for about:profiler by jar@chromium.org · 12 years ago
  9. ec76419 Prefer ScopedNestableTaskAllower over manual save/restore by dhollowa@chromium.org · 12 years ago
  10. 85dfe86 Implement profiler log writing at shutdown by rlarocque@chromium.org · 12 years ago
  11. 23b0072 Propogate status setting for profiler to track parents by jar@chromium.org · 12 years ago
  12. 2433ec4 Revert 120789 - Propogate status setting for profiler to track parents by jar@chromium.org · 13 years ago
  13. 8e3be46 Propogate status setting for profiler to track parents by jar@chromium.org · 13 years ago
  14. 82306bf Make it possible to use ThreadLocalStorage::Slot as a static without by thakis@chromium.org · 13 years ago
  15. 998561e Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T. by fischman@chromium.org · 13 years ago
  16. b5c974b Detect child tasks born during a profiled tasks by jar@chromium.org · 13 years ago
  17. 26abc1f Minor cleanup preparing for recording parent-child data by jar@chromium.org · 13 years ago
  18. a026041 Support incremental-max and sample in Profiler data by jar@chromium.org · 13 years ago
  19. 92703d5 Check that thread contexts are cleaned up during profiling by jar@chromium.org · 13 years ago
  20. 50c48db Switch to a simple linked-list for worker thread pool by jar@chromium.org · 13 years ago
  21. 10ef990 Avoid any possibility of an Alloc during TLS thread teardown by jar@chromium.org · 13 years ago
  22. 2e35365 Remove about:tracking. It has been subsumed by about:profiler. by eroman@chromium.org · 13 years ago
  23. b2845c8 Use leaky lazy instance for master lock in profiler by jar@chromium.org · 13 years ago
  24. b536eef Adjust interfaces to indicate when tracking is in progress by jar@chromium.org · 13 years ago
  25. 51c8dfb Switch to using an intergral type for durations inside profiler by jar@chromium.org · 13 years ago
  26. 27cf297 Revert of Revert 108752 - Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  27. 523ca43 Revert 108752 - Support tracking of IPC messages as tasks in profiler by joi@chromium.org · 13 years ago
  28. fe9a84c Fix a few typos in tracked_objects.h by isherman@chromium.org · 13 years ago
  29. 7ad4a62 Minor cleanup: Make method private that is only used for testing by jar@chromium.org · 13 years ago
  30. 3d6a82f Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  31. 0d46f3b Support max of profiled times as well as sum and average by jar@chromium.org · 13 years ago
  32. 4be2cb0 Enable tracking of objects by default by jar@chromium.org · 13 years ago
  33. c8b867c Revert 107895 - Fully enable about:tracking by default by joth@chromium.org · 13 years ago
  34. 173e386 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  35. b8bb852 Revert 107793 - Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  36. 1fd7194 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  37. 666ef9c Support JSON encoding of data for about:tracking information by jar@chromium.org · 13 years ago
  38. 79a58c3 Update task tracking to not depend on message_loop_ singleton by jar@chromium.org · 13 years ago
  39. f970105 Restore visibilty of Task Tracking via about:tracking by jar@chromium.org · 13 years ago
  40. 8e2e300 Delete Tracked, and move Location to its own file. by ajwong@chromium.org · 13 years ago
  41. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  42. 12fa092 Support Closure in ALL the loops! by ajwong@chromium.org · 13 years ago
  43. d0f33c2 Apply CSP to chrome: and about: pages by tsepez@chromium.org · 13 years ago
  44. 97a20ec Base: More adjustments to BASE_API and project dependencies to by rvargas@google.com · 13 years ago
  45. e106ef6 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 13 years ago
  46. a425ce3 Add/improve a bunch of comments by jar@chromium.org · 13 years ago
  47. 04abcb8 Commneted out ShutdownSingleThreadedCleanup in debug builds to by rtenneti@google.com · 13 years ago
  48. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  49. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  50. 6396558 Move thread local stuff from base to base/threading and consistently use the by brettw@chromium.org · 14 years ago
  51. 7ecbbc1 FBTF: Remove unneeded headers from base/ (part 9) by thestig@chromium.org · 14 years ago
  52. 0d6778a Fix typos in comments by jar@chromium.org · 14 years ago
  53. 7191523 FBTF: Moves code to the headers. by erg@google.com · 14 years ago
  54. e7ca2cf FBTF: Move some inner classes out of their header files. by thestig@chromium.org · 14 years ago
  55. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  56. 4f19fac Avoid re-initializing object_tracker by jar@chromium.org · 15 years ago
  57. febe0e4 Provide a quick and dirty way to reset about:objects data by jar@chromium.org · 15 years ago
  58. 5130ec2 Fix few trivial Coverity issues, mainly PASS_BY_VALUE. by phajdan.jr@chromium.org · 15 years ago
  59. 6dce3c2 Reduce header dependencies in base/ by phajdan.jr@chromium.org · 15 years ago
  60. ad8855a NO CODE CHANGE by deanm@chromium.org · 15 years ago
  61. 4cd2c17 Provide and use auto startup/teardown for tracked objects by jar@google.com · 16 years ago
  62. 0f8dd26 Move Time, TimeDelta and TimeTicks into namespace base. by dsh@google.com · 16 years ago
  63. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  64. b16d6e0 Fix a couple "extra qualification" compile errors in method declarations, and move related non-Win32-specific files to common build target. by mmoss@google.com · 16 years ago
  65. 306d731 Remove an illegal const. by paulg@google.com · 16 years ago
  66. 2919c09 Stub out unused Windows specific code. by paulg@google.com · 16 years ago
  67. 3f4a732 Add base to the repository. by initial.commit · 16 years ago