WebKit Bugzilla
Attachment 371751 Details for
Bug 198721
: Web Inspector: REGRESSION(r246025): prototypes in object previews are visible even when setting `showOnlyJSON`
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198721-20190610090101.patch (text/plain), 1.57 KB, created by
Devin Rousso
on 2019-06-10 09:01:02 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2019-06-10 09:01:02 PDT
Size:
1.57 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index c17f70b67d2d8cc7c88d126214e072939a9faf0b..5c79c3f505ea2ce1b652c191e0aa87db5ee03040 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,14 @@ >+2019-06-10 Devin Rousso <drousso@apple.com> >+ >+ Web Inspector: REGRESSION(r246025): prototypes in object previews are visible even when setting `showOnlyJSON` >+ https://bugs.webkit.org/show_bug.cgi?id=198721 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/ObjectTreeView.css: >+ (.object-tree.properties-only.json-only .object-tree-property.prototype-property): Added. >+ (.object-tree.properties-only.json-only .object-tree-property .prototype-property): Deleted. >+ > 2019-06-07 Nikita Vasilyev <nvasilyev@apple.com> > > Web Inspector: longhand CSS properties overridden by shorthands miss strikethrough >diff --git a/Source/WebInspectorUI/UserInterface/Views/ObjectTreeView.css b/Source/WebInspectorUI/UserInterface/Views/ObjectTreeView.css >index ac0f30357b26505cecd16ada0527656fd2529a4f..d9b85387604c0a5692905d8f367ad5c00fe2dede 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/ObjectTreeView.css >+++ b/Source/WebInspectorUI/UserInterface/Views/ObjectTreeView.css >@@ -107,7 +107,7 @@ body[dir=rtl] .object-tree > :matches(.title, .object-preview)::before { > opacity: 1; > } > >-.object-tree.properties-only.json-only .object-tree-property .prototype-property { >+.object-tree.properties-only.json-only .object-tree-property.prototype-property { > display: none; > } >
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 198721
: 371751