| 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
|
|
|