Index: Source/WebCore/ChangeLog |
=================================================================== |
--- Source/WebCore/ChangeLog (revision 105209) |
+++ Source/WebCore/ChangeLog (working copy) |
@@ -1,3 +1,24 @@ |
+2012-01-13 Alexander Pavlov <apavlov@chromium.org> |
+ |
+ Web Inspector: styles sidebar rendering is broken |
+ https://bugs.webkit.org/show_bug.cgi?id=76065 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/front-end/StylesSidebarPane.js: |
+ (WebInspector.StylePropertiesSection): |
+ * inspector/front-end/elementsPanel.css: |
+ (.styles-section .header .subtitle): |
+ (.styles-section .properties): |
+ |
+2012-01-16 Csaba Osztrogonác <ossy@webkit.org> |
+ |
+ [Qt] Inremental build problem revealed by https://bugs.webkit.org/show_bug.cgi?id=74455 |
+ |
+ Reviewed by Tor Arne Vestbø. |
+ |
+ * DerivedSources.pri: supplemental_dependency.tmp must depends on idl files too. |
+ |
2012-01-16 Pavel Feldman <pfeldman@google.com> |
Web Inspector: timeline record bars may overlap with the records column |