Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: Source/WebCore/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 12389044: Merge 144161 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | Source/WebCore/inspector/front-end/TimelinePresentationModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | Source/WebCore/inspector/front-end/TimelinePresentationModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698