WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
159778
Web Inspector: Maintain selected function when switching between different profile representations
https://bugs.webkit.org/show_bug.cgi?id=159778
Summary
Web Inspector: Maintain selected function when switching between different pr...
Joseph Pecoraro
Reported
2016-07-14 12:57:11 PDT
Summary: Maintain selected function when switching between different profile representations. Steps to Reproduce: 1. Inspect a page 2. Record a Timeline Profile with Scripts 3. Show Profile View 4. Select a function with Self Time 5. Toggle Inverted => Expected function to still be selected 6. Change Timeline Range selection slightly => Expected selection to stay the same Notes: - New up will be remembering expanded states, but remembering selection is a good first step.
Attachments
[PATCH] Proposed Fix
(7.56 KB, patch)
2016-07-14 13:01 PDT
,
Joseph Pecoraro
timothy
: review+
Details
Formatted Diff
Diff
[PATCH] For Landing
(7.56 KB, patch)
2016-07-14 14:13 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2016-07-14 12:57:31 PDT
<
rdar://problem/27355913
>
Joseph Pecoraro
Comment 2
2016-07-14 13:01:42 PDT
Created
attachment 283671
[details]
[PATCH] Proposed Fix
Timothy Hatcher
Comment 3
2016-07-14 14:03:43 PDT
Comment on
attachment 283671
[details]
[PATCH] Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=283671&action=review
> Source/WebInspectorUI/UserInterface/Models/CallingContextTree.js:171 > WebInspector.CCTNode = class CCTNode extends WebInspector.Object
I'm sad this is WebInspector.CCTNode and not WebInspector.CallingContextTreeNode. Also it should be a separate file? Good for a follow up.
> Source/WebInspectorUI/UserInterface/Views/ProfileView.js:172 > + let nodeToSelect = this._dataGrid.findNode((node) => node.callingContextTreeNode.hash === this._sharedData.selectedNodeHash, skipHidden, stayWithin, dontPopulate)
Missing semicolon.
Joseph Pecoraro
Comment 4
2016-07-14 14:13:53 PDT
Created
attachment 283682
[details]
[PATCH] For Landing
WebKit Commit Bot
Comment 5
2016-07-14 14:43:30 PDT
Comment on
attachment 283682
[details]
[PATCH] For Landing Clearing flags on attachment: 283682 Committed
r203243
: <
http://trac.webkit.org/changeset/203243
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug