| Summary: | Web Inspector: Timeline data grid displays wrong records after switching between Timelines/Frames mode | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Baker <mattbaker> | ||||
| Component: | Web Inspector | Assignee: | Matt Baker <mattbaker> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
Matt Baker
2015-05-15 17:28:12 PDT
Created attachment 253251 [details]
[Patch] Proposed Fix
Comment on attachment 253251 [details] [Patch] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=253251&action=review r=me, nice! > Source/WebInspectorUI/ChangeLog:14 > + (WebInspector.TimelineSidebarPanel.prototype.treeElementForRepresentedObject.get if.get if): > + (WebInspector.TimelineSidebarPanel.get else): > + (WebInspector.TimelineSidebarPanel.prototype.treeElementForRepresentedObject.get if): > + (WebInspector.TimelineSidebarPanel.prototype.treeElementForRepresentedObject): Yikes, clean these signatures up a bit before landing if you can. I clearly made some mistake in prepare-ChangeLog's class parsing logic. Comment on attachment 253251 [details] [Patch] Proposed Fix Clearing flags on attachment: 253251 Committed r184427: <http://trac.webkit.org/changeset/184427> All reviewed patches have been landed. Closing bug. |