Bug 14374: Computed Style section should be expanded by default
Reviewed by Sam.
No regression test possible.
* page/inspector/ResourcePanel.js: Expand all style sections.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@23757
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-06-24 Adam Roben <aroben@apple.com>
+
+ Fix http://bugs.webkit.org/show_bug.cgi?id=14374
+ Bug 14374: Computed Style section should be expanded by default
+
+ Reviewed by Sam.
+
+ No regression test possible.
+
+ * page/inspector/ResourcePanel.js: Expand all style sections.
+
2007-06-24 Adam Roben <aroben@apple.com>
Unify the style of enums in the Inspector JS
var selectorText = styleRules[i].selectorText;
var section = new WebInspector.PropertiesSection(selectorText);
- if (!styleRules[i].isComputedStyle)
- section.expanded = true;
+ section.expanded = true;
if (!styleRules[i].isComputedStyle) {
var sheet;