Changeset 259740 in webkit
- Timestamp:
- Apr 8, 2020, 12:00:02 PM (6 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UserInterface/Views/ObjectTreeView.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r259738 r259740 1 2020-04-08 Devin Rousso <drousso@apple.com> 2 3 Web Inspector: don't reveal the prototype methods when using the "Expand All" context menu item for property-only object trees 4 https://bugs.webkit.org/show_bug.cgi?id=210123 5 6 Reviewed by Timothy Hatcher. 7 8 * UserInterface/Views/ObjectTreeView.css: 9 (.object-tree.properties-only.json-only .object-tree-property.prototype-property, .object-tree.properties-only.json-only .object-tree-property.prototype-property + .children): Added. 10 (.object-tree.properties-only.json-only .object-tree-property.prototype-property): Deleted. 11 1 12 2020-04-08 Devin Rousso <drousso@apple.com> 2 13 -
trunk/Source/WebInspectorUI/UserInterface/Views/ObjectTreeView.css
r250087 r259740 104 104 } 105 105 106 .object-tree.properties-only.json-only .object-tree-property.prototype-property { 106 .object-tree.properties-only.json-only .object-tree-property.prototype-property, 107 .object-tree.properties-only.json-only .object-tree-property.prototype-property + .children { 107 108 display: none; 108 109 }
Note:
See TracChangeset
for help on using the changeset viewer.