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

Unified Diff: Source/WebCore/ChangeLog

Issue 12414004: Merge 144437 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 10 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/DataGrid.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 144714)
+++ Source/WebCore/ChangeLog (working copy)
@@ -1,3 +1,17 @@
+2013-03-01 Eugene Klyuchnikov <eustas@chromium.org>
+
+ Web Inspector: [DataGrid] Columns are misaligned after rows being refreshed.
+ https://bugs.webkit.org/show_bug.cgi?id=111077
+
+ Reviewed by Pavel Feldman.
+
+ Analysis: DataGridNode.refresh removes all cells and then recreates them.
+ The issue is that mandatory "corner" cell is not recreated.
+
+ * inspector/front-end/DataGrid.js:
+ (WebInspector.DataGridNode.prototype.refresh):
+ Added "corner" cell restoration code.
+
2013-02-27 Eugene Klyuchnikov <eustas@chromium.org>
Web Inspector: timeline stops working on certain sites
« no previous file with comments | « no previous file | Source/WebCore/inspector/front-end/DataGrid.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698