Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Issue 2678233002: DevTools: track more elements panel user actions (Closed)

Created:
3 years, 10 months ago by chenwilliam
Modified:
3 years, 9 months ago
CC:
apavlov+blink_chromium.org, asvitkine+watch_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: track more elements panel user actions BUG=689289 Review-Url: https://codereview.chromium.org/2678233002 Cr-Commit-Position: refs/heads/master@{#455943} Committed: https://chromium.googlesource.com/chromium/src/+/314767b924f73bc5e396cbb81973715af167a466

Patch Set 1 #

Total comments: 4

Patch Set 2 : different metrics #

Total comments: 5

Patch Set 3 : CL comments #

Total comments: 5

Patch Set 4 : CL fb #

Patch Set 5 : ' #

Total comments: 2

Patch Set 6 : cl feedback #

Total comments: 1

Patch Set 7 : fixup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1 line) Patch
M third_party/WebKit/LayoutTests/inspector/user-metrics-expected.txt View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (11 generated)
chenwilliam
ptal
3 years, 10 months ago (2017-02-07 02:17:09 UTC) #2
pfeldman
https://codereview.chromium.org/2678233002/diff/1/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js File third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js (right): https://codereview.chromium.org/2678233002/diff/1/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js#newcode596 third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js:596: Host.userMetrics.actionTaken(Host.UserMetrics.Action.ElementsTreeOutlineClick); That's going to be comparable to the style ...
3 years, 10 months ago (2017-02-07 19:15:27 UTC) #3
chenwilliam
ptal https://codereview.chromium.org/2678233002/diff/20001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js File third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js (right): https://codereview.chromium.org/2678233002/diff/20001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js#newcode397 third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js:397: if (!this._firstTimeSelectedNodeChanged) It's hacky, but I don't want ...
3 years, 10 months ago (2017-02-08 01:10:21 UTC) #6
pfeldman
https://codereview.chromium.org/2678233002/diff/20001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js File third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js (right): https://codereview.chromium.org/2678233002/diff/20001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js#newcode76 third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js:76: this._firstTimeSelectedNodeChanged = true; nit: typically you go from false ...
3 years, 10 months ago (2017-02-08 19:04:48 UTC) #7
chenwilliam
ptal https://codereview.chromium.org/2678233002/diff/20001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js File third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js (right): https://codereview.chromium.org/2678233002/diff/20001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js#newcode76 third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js:76: this._firstTimeSelectedNodeChanged = true; On 2017/02/08 at 19:04:48, pfeldman ...
3 years, 10 months ago (2017-02-10 22:53:38 UTC) #9
pfeldman
https://codereview.chromium.org/2678233002/diff/40001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js File third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js (right): https://codereview.chromium.org/2678233002/diff/40001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js#newcode397 third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js:397: if (this._reportedNodeSelectedUMA) !this._reportedNodeSelectedUMA https://codereview.chromium.org/2678233002/diff/40001/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js File third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js (right): https://codereview.chromium.org/2678233002/diff/40001/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js#newcode495 third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js:495: ...
3 years, 10 months ago (2017-02-10 23:00:46 UTC) #10
pfeldman
ping
3 years, 10 months ago (2017-02-23 01:13:21 UTC) #11
chenwilliam
ptal https://codereview.chromium.org/2678233002/diff/40001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js File third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js (right): https://codereview.chromium.org/2678233002/diff/40001/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js#newcode397 third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js:397: if (this._reportedNodeSelectedUMA) On 2017/02/10 23:00:46, pfeldman wrote: > ...
3 years, 10 months ago (2017-02-25 00:49:15 UTC) #12
pfeldman
lgtm, but you don't need a boolean flag if you place instrumentation where i suggest. ...
3 years, 10 months ago (2017-02-25 01:34:36 UTC) #13
chenwilliam
@pfeldman, please take another look at the comments - it seems like ElementsTreeOutline onselect is ...
3 years, 9 months ago (2017-02-28 22:31:17 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2678233002/120001
3 years, 9 months ago (2017-03-09 22:29:03 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/382362)
3 years, 9 months ago (2017-03-09 22:38:52 UTC) #19
chenwilliam
@isherman, please take a look at histograms.xml, thanks.
3 years, 9 months ago (2017-03-09 23:22:59 UTC) #21
Ilya Sherman
histograms.xml lgtm
3 years, 9 months ago (2017-03-10 00:42:53 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2678233002/120001
3 years, 9 months ago (2017-03-10 01:08:07 UTC) #24
commit-bot: I haz the power
3 years, 9 months ago (2017-03-10 01:19:57 UTC) #27
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/314767b924f73bc5e396cbb81973...

Powered by Google App Engine
This is Rietveld 408576698