Created attachment 281019 [details] [Image] 1px gap between nav bar and progress view * SUMMARY 1px gap above timeline progress view (see attachment). Regressed in http://trac.webkit.org/changeset/201538.
Created attachment 281021 [details] Patch
<rdar://problem/26744112>
Comment on attachment 281021 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=281021&action=review > Source/WebInspectorUI/UserInterface/Views/ProfileView.css:-37 > - This is already addressed in another patch: https://bugs.webkit.org/show_bug.cgi?id=158624. The correct fix is to adjust the top of the progress view. I have a patch for that.
Created attachment 281022 [details] [Patch] Proposed Fix
*** Bug 158627 has been marked as a duplicate of this bug. ***
(In reply to comment #3) > Comment on attachment 281021 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=281021&action=review > > > Source/WebInspectorUI/UserInterface/Views/ProfileView.css:-37 > > - > > This is already addressed in another patch: > https://bugs.webkit.org/show_bug.cgi?id=158624. The correct fix is to adjust > the top of the progress view. I have a patch for that. You're right. Your patch looks good.
Comment on attachment 281022 [details] [Patch] Proposed Fix r=me
Comment on attachment 281022 [details] [Patch] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=281022&action=review > Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css:-69 > - top: 30px; This matches the height of .navigation-bar. We should probably introduce a variable, like --navigation-bar-height.
Comment on attachment 281022 [details] [Patch] Proposed Fix Clearing flags on attachment: 281022 Committed r201935: <http://trac.webkit.org/changeset/201935>
All reviewed patches have been landed. Closing bug.