WebKit Bugzilla
Attachment 372474 Details for
Bug 199015
: Web Inspector: REGRESSION: Debugger: current call frame indicator isn't vertically centered
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199015-20190619102527.patch (text/plain), 1.33 KB, created by
Devin Rousso
on 2019-06-19 10:25:27 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2019-06-19 10:25:27 PDT
Size:
1.33 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index abcf04b8ebe2125d37f2aced2946b1f61336384b..d96251fd9705cad7cf5e2041460317c764985a31 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,13 @@ >+2019-06-19 Devin Rousso <drousso@apple.com> >+ >+ Web Inspector: REGRESSION: Debugger: current call frame indicator isn't vertically centered >+ https://bugs.webkit.org/show_bug.cgi?id=199015 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/CallFrameTreeElement.css: >+ (.tree-outline .item.call-frame .status): >+ > 2019-06-18 Devin Rousso <drousso@apple.com> > > Web Inspector: Network: detail view shouldn't stay open when the related entry is removed >diff --git a/Source/WebInspectorUI/UserInterface/Views/CallFrameTreeElement.css b/Source/WebInspectorUI/UserInterface/Views/CallFrameTreeElement.css >index 8871001ec9c1b56df56e3b86eb6aea0302179e1c..30940a624e82fa234eeb0de5b8b6c4a4d0f4ca31 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/CallFrameTreeElement.css >+++ b/Source/WebInspectorUI/UserInterface/Views/CallFrameTreeElement.css >@@ -30,6 +30,7 @@ > .tree-outline .item.call-frame .status { > position: absolute; > float: none; >+ margin-top: 0; > -webkit-margin-start: 1px; > > --call-frame-status-start: 1px;
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 199015
:
372473
| 372474