Bug 145067

Summary: Web Inspector: Initiator Popovers no longer work in Layout Timeline
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2015-05-15 12:30:56 PDT
* SUMMARY Initiator Popovers no longer work in Layout Timeline. The anchor finder is returning null: callFramePopoverAnchorElement: function() { return this.selectedNode.elementWithColumnIdentifier("initiatorCallFrame"); } Because "initiatorCallFrame" changed to "location". There was a console.assert that caught this.
Attachments
[PATCH] Proposed Fix (1.40 KB, patch)
2015-05-15 12:32 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-05-15 12:32:20 PDT
Created attachment 253216 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 2015-05-15 13:47:41 PDT
Comment on attachment 253216 [details] [PATCH] Proposed Fix Clearing flags on attachment: 253216 Committed r184410: <http://trac.webkit.org/changeset/184410>
WebKit Commit Bot
Comment 3 2015-05-15 13:47:45 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.