Index: Source/WebCore/ChangeLog |
=================================================================== |
--- Source/WebCore/ChangeLog (revision 144417) |
+++ Source/WebCore/ChangeLog (working copy) |
@@ -1,3 +1,18 @@ |
+2013-02-27 Eugene Klyuchnikov <eustas@chromium.org> |
+ |
+ Web Inspector: timeline stops working on certain sites |
+ https://bugs.webkit.org/show_bug.cgi?id=110955 |
+ |
+ Reviewed by Alexander Pavlov. |
+ |
+ Analysis: "timerId" value is number, |
+ so it is not wrapped to node as expected. |
+ |
+ Solution: wrap values of all types except Node. |
+ |
+ * inspector/front-end/TimelinePresentationModel.js: |
+ Wrap nonstring values to text nodes. |
+ |
2013-02-11 Zhenyao Mo <zmo@google.com> |
WEBGL_compressed_texture_s3tc extension can be enabled even when not supported |