Summary: | Web Inspector: TimelineViews should be displayed in a ContentViewContainer | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Brian Burg <burg> | ||||
Component: | Web Inspector | Assignee: | Brian Burg <burg> | ||||
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
Brian Burg
2015-03-04 09:49:12 PST
Created attachment 247870 [details]
Proposed Fix
Comment on attachment 247870 [details] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=247870&action=review Very nice. > Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.js:165 > + return (contentView instanceof WebInspector.TimelineView) ? contentView : null; Nit: No need for (). Comment on attachment 247870 [details] Proposed Fix Clearing flags on attachment: 247870 Committed r181011: <http://trac.webkit.org/changeset/181011> All reviewed patches have been landed. Closing bug. |