Title: [218042] trunk/Source/WebInspectorUI
- Revision
- 218042
- Author
- [email protected]
- Date
- 2017-06-09 21:35:11 -0700 (Fri, 09 Jun 2017)
Log Message
Web Inspector: REGRESSION(r217258): Misspelled variable names
https://bugs.webkit.org/show_bug.cgi?id=173189
Reviewed by Joseph Pecoraro.
* UserInterface/Base/Main.js:
(WebInspector.tabContentViewClassForRepresentedObject):
* UserInterface/Views/ResourceIcons.css:
(.large :matches(.resource-icon.resource-type-stylesheet, .stylesheet-icon) .icon):
(.large .resource-icon.resource-type-stylesheet .icon): Deleted.
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (218041 => 218042)
--- trunk/Source/WebInspectorUI/ChangeLog 2017-06-10 04:32:19 UTC (rev 218041)
+++ trunk/Source/WebInspectorUI/ChangeLog 2017-06-10 04:35:11 UTC (rev 218042)
@@ -1,3 +1,16 @@
+2017-06-09 Devin Rousso <[email protected]>
+
+ Web Inspector: REGRESSION(r217258): Misspelled variable names
+ https://bugs.webkit.org/show_bug.cgi?id=173189
+
+ Reviewed by Joseph Pecoraro.
+
+ * UserInterface/Base/Main.js:
+ (WebInspector.tabContentViewClassForRepresentedObject):
+ * UserInterface/Views/ResourceIcons.css:
+ (.large :matches(.resource-icon.resource-type-stylesheet, .stylesheet-icon) .icon):
+ (.large .resource-icon.resource-type-stylesheet .icon): Deleted.
+
2017-06-09 Joseph Pecoraro <[email protected]>
Web Inspector: Web inspector does not show non-shadow children of an element with a shadow root (e.g. <video>)
Modified: trunk/Source/WebInspectorUI/UserInterface/Base/Main.js (218041 => 218042)
--- trunk/Source/WebInspectorUI/UserInterface/Base/Main.js 2017-06-10 04:32:19 UTC (rev 218041)
+++ trunk/Source/WebInspectorUI/UserInterface/Base/Main.js 2017-06-10 04:35:11 UTC (rev 218042)
@@ -1128,7 +1128,7 @@
if (representedObject instanceof WebInspector.Frame
|| representedObject instanceof WebInspector.Resource
|| representedObject instanceof WebInspector.Script
- || representedObject instanceof WebInspector.StyleSheet)
+ || representedObject instanceof WebInspector.CSSStyleSheet)
return WebInspector.ResourcesTabContentView;
// FIXME: Move Content Flows to the Elements tab?
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ResourceIcons.css (218041 => 218042)
--- trunk/Source/WebInspectorUI/UserInterface/Views/ResourceIcons.css 2017-06-10 04:32:19 UTC (rev 218041)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ResourceIcons.css 2017-06-10 04:35:11 UTC (rev 218042)
@@ -87,7 +87,7 @@
content: image-set(url(../Images/DocumentFontLarge.png) 1x, url(../Images/[email protected]) 2x);
}
-.large .resource-icon.resource-type-stylesheet .icon {
+.large :matches(.resource-icon.resource-type-stylesheet, .stylesheet-icon) .icon {
content: image-set(url(../Images/DocumentCSSLarge.png) 1x, url(../Images/[email protected]) 2x);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes