History log of /external/libchrome/base/debug/activity_tracker.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f810b5921dde57180956b9eadf39a3a2b8cb5855 20-Feb-2018 Hidehiko Abe <hidehiko@google.com> Re-uprev to r462023.

Previous uprevs didn't include several CLs. This re-uprev's to the
r462023.
cf) Missing CLs I found.
https://codereview.chromium.org/2556563002
https://codereview.chromium.org/2754483002
https://codereview.chromium.org/2171833002
https://codereview.chromium.org/2778183003
https://codereview.chromium.org/2500473002
https://codereview.chromium.org/2173523002
https://codereview.chromium.org/2666423002
https://codereview.chromium.org/2723423002
https://codereview.chromium.org/2789463002
https://codereview.chromium.org/2723083004
https://codereview.chromium.org/2637843002
https://codereview.chromium.org/2785943004
https://codereview.chromium.org/2657603004
https://codereview.chromium.org/2774363003
https://codereview.chromium.org/2776853002
https://codereview.chromium.org/2736053003
https://codereview.chromium.org/2779413002
https://codereview.chromium.org/2782503002
https://codereview.chromium.org/2782083003
https://codereview.chromium.org/2399213005
https://codereview.chromium.org/2787383002
https://codereview.chromium.org/2790523004
https://codereview.chromium.org/2787533002
https://codereview.chromium.org/2780983003
https://codereview.chromium.org/2790403003
https://codereview.chromium.org/2747673002
https://codereview.chromium.org/2778173003
https://codereview.chromium.org/2788613004
https://codereview.chromium.org/2781983003
https://codereview.chromium.org/2774223003

Bug: 73270448
Test: Built and ran libchrome_test locally. Run treehugger.
Change-Id: I5e76096d4fcf660571275cce5f4a980a8bb574fe
/external/libchrome/base/debug/activity_tracker.cc
319afc59a539d6261307aadbdab4d4ee93eaf1ff 14-Mar-2017 Jakub Pawlowski <jpawlowski@google.com> Uprev the library to r462023 from Chromium, 3rd attempt

This merge was done against r462023 which corresponds to git commit
32eb7c31af9cab6231f0d3d05206072079177605 from Apr 05, 2017

First attempt, in commit bf8c17f71511c1e90cd8cccfe71f0852c566bd3b was
badly squashed, causing automated test failure in system/bt.
Next one broke mac build.

Test: manually ran all test from system/bt that failed on previous
attempt, plus libchrome_unittest

Change-Id: I60003263418de3078c7be2da9fb1eeaeb786f3d0
/external/libchrome/base/debug/activity_tracker.cc
8abac493f652a1835c61e538919820aa77658a39 22-Dec-2017 Mathieu Chartier <mathieuc@google.com> Revert "Uprev the library to r462023 from Chromium"

This reverts commit fe2f52931e8e50253d06329d7bf0a4164c7ba580.

Reason for revert: Mac build broken

Change-Id: I3abd2ba6874ec5bd283ba17c36ad0b35bcc3d374
/external/libchrome/base/debug/activity_tracker.cc
fe2f52931e8e50253d06329d7bf0a4164c7ba580 14-Mar-2017 Jakub Pawlowski <jpawlowski@google.com> Uprev the library to r462023 from Chromium

This merge was done against r462023 which corresponds to git commit
32eb7c31af9cab6231f0d3d05206072079177605 from Apr 05, 2017

Previous attempt, in commit bf8c17f71511c1e90cd8cccfe71f0852c566bd3b was
badly squashed, causing automated test failure in system/bt.

Test: manually ran all test from system/bt that failed on previous
attempt, plus libchrome_unittest
Change-Id: I539a868af1d06baad3e80a89b8c16fb3d86ab77a
/external/libchrome/base/debug/activity_tracker.cc
70cd4fac31a9b0865dab6574540f70cc103337dc 20-Dec-2017 Jakub Pawlowski <jpawlowski@google.com> Revert "Uprev the library to r462023 from Chromium"

This reverts commit bf8c17f71511c1e90cd8cccfe71f0852c566bd3b.

Reason for revert: https://buganizer.corp.google.com/issues/70858501

Change-Id: Iedb1193d46ea2211f8b6fdace41902ad8df6d754
/external/libchrome/base/debug/activity_tracker.cc
bf8c17f71511c1e90cd8cccfe71f0852c566bd3b 14-Mar-2017 Jakub Pawlowski <jpawlowski@google.com> Uprev the library to r462023 from Chromium

This merge was done against r462023 which corresponds to git commit
32eb7c31af9cab6231f0d3d05206072079177605 from Apr 05, 2017

Change-Id: I70bf77fcb3215da3e17f997752bfdad7d4e6e1c9
/external/libchrome/base/debug/activity_tracker.cc
36040ed30c39d2106a2cd5ec033e98b71302a744 13-Dec-2017 Hidehiko Abe <hidehiko@google.com> libchrome: Uprev the library to r456626 from Chromium

Pulled the latest and greatest version of libchrome from Chromium.

The merge was done against r456626 which corresponds to git commit
08266b3fca707804065a2cfd60331722ade41969 of Mar 14, 2017

Notable changes are:
- FOR_EACH_OBSERVER macro removed (replaced by use of C++ 11
range-base for loop)
- base::Values no more FundamentalValue
- stl_util moved to base namespace
- some scoped pointers removed in crypto/ in favor
of BoringSSL UniquePtr.
- path() accessor renamed to GetPath() in ScopedTempDir (and other
classes)
- introduction of base::CallbackOnce

Test: All unit-tests should still pass.
Change-Id: I1e65efb167fa708e35ed7c6492f1cb66a6a46104
Merged-In: I180f9defc7607f462389fae17701fff553c4a2d0
/external/libchrome/base/debug/activity_tracker.cc
e5b2c6fa6f923f3a2f66346c2f169d9f0fceb3dc 26-Jul-2017 Luis Hector Chavez <lhchavez@google.com> Revert "libchrome: Uprev the library to r456626 from Chromium"

This reverts commit 0601274935e7f632eb0d6ce0fd223b744349d20b.

Reason for revert: Broke the mac_sdk
Exempt-From-Owner-Approval: Fixing mac_sdk

Change-Id: I2cab1818261f3b75dcf7dfc3edf6d6b7bab541a8
/external/libchrome/base/debug/activity_tracker.cc
0601274935e7f632eb0d6ce0fd223b744349d20b 23-Mar-2017 Jay Civelli <jcivelli@google.com> libchrome: Uprev the library to r456626 from Chromium

Pulled the latest and greatest version of libchrome from Chromium.

The merge was done against r456626 which corresponds to git commit
08266b3fca707804065a2cfd60331722ade41969 of Mar 14, 2017

Notable changes are:
- FOR_EACH_OBSERVER macro removed (replaced by use of C++ 11
range-base for loop)
- base::Values no more FundamentalValue
- stl_util moved to base namespace
- some scoped pointers removed in crypto/ in favor
of BoringSSL UniquePtr.
- path() accessor renamed to GetPath() in ScopedTempDir (and other
classes)
- introduction of base::CallbackOnce

Test: All unit-tests should still pass.

Change-Id: I5c2cb41ea4c037fe69fbb425e711b1399d55d591
/external/libchrome/base/debug/activity_tracker.cc