Changeset 246268 in webkit


Ignore:
Timestamp:
Jun 10, 2019 10:59:28 AM (5 years ago)
Author:
Devin Rousso
Message:

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 Joseph Pecoraro.

  • 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.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r246223 r246268  
     12019-06-10  Devin Rousso  <drousso@apple.com>
     2
     3        Web Inspector: REGRESSION(r246025): prototypes in object previews are visible even when setting `showOnlyJSON`
     4        https://bugs.webkit.org/show_bug.cgi?id=198721
     5
     6        Reviewed by Joseph Pecoraro.
     7
     8        * UserInterface/Views/ObjectTreeView.css:
     9        (.object-tree.properties-only.json-only .object-tree-property.prototype-property): Added.
     10        (.object-tree.properties-only.json-only .object-tree-property .prototype-property): Deleted.
     11
    1122019-06-07  Nikita Vasilyev  <nvasilyev@apple.com>
    213
  • trunk/Source/WebInspectorUI/UserInterface/Views/ObjectTreeView.css

    r246025 r246268  
    108108}
    109109
    110 .object-tree.properties-only.json-only .object-tree-property .prototype-property {
     110.object-tree.properties-only.json-only .object-tree-property.prototype-property {
    111111    display: none;
    112112}
Note: See TracChangeset for help on using the changeset viewer.