WebKit Bugzilla
Attachment 362568 Details for
Bug 194882
: Web Inspector: RTL: Scripts Timeline loading indicator has incorrect margins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] Proposed Fix
scripts-1.patch (text/plain), 1.36 KB, created by
Joseph Pecoraro
on 2019-02-20 16:44:22 PST
(
hide
)
Description:
[PATCH] Proposed Fix
Filename:
MIME Type:
Creator:
Joseph Pecoraro
Created:
2019-02-20 16:44:22 PST
Size:
1.36 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index eb60670af9e..b6c2e04e2d9 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,13 @@ >+2019-02-20 Joseph Pecoraro <pecoraro@apple.com> >+ >+ Web Inspector: RTL: Scripts Timeline loading indicator has incorrect margins >+ https://bugs.webkit.org/show_bug.cgi?id=194882 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/TimelineRecordingContentView.css: >+ (.content-view.timeline-recording > .content-browser .recording-progress > .status > .indeterminate-progress-spinner): >+ > 2019-02-18 Joseph Pecoraro <pecoraro@apple.com> > > Web Inspector: CPU Usage Timeline - Thread Breakdown >diff --git a/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css b/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css >index c2cb3acb716..b96e1d6e597 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css >+++ b/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css >@@ -83,6 +83,6 @@ > .content-view.timeline-recording > .content-browser .recording-progress > .status > .indeterminate-progress-spinner { > display: inline-block; > margin-top: -1px; >- margin-left: 8px; >+ -webkit-margin-start: 8px; > vertical-align: middle; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194882
:
362566
|
362567
| 362568