Title: [197243] trunk/Source/WebInspectorUI
- Revision
- 197243
- Author
- [email protected]
- Date
- 2016-02-26 23:26:09 -0800 (Fri, 26 Feb 2016)
Log Message
Web Inspector: Remove unused member variables from overview graphs
https://bugs.webkit.org/show_bug.cgi?id=154774
Patch by Joseph Pecoraro <[email protected]> on 2016-02-26
Reviewed by Timothy Hatcher.
* UserInterface/Views/LayoutTimelineOverviewGraph.js:
(WebInspector.LayoutTimelineOverviewGraph.prototype.reset):
* UserInterface/Views/ScriptTimelineOverviewGraph.js:
(WebInspector.ScriptTimelineOverviewGraph.prototype.reset):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (197242 => 197243)
--- trunk/Source/WebInspectorUI/ChangeLog 2016-02-27 07:17:53 UTC (rev 197242)
+++ trunk/Source/WebInspectorUI/ChangeLog 2016-02-27 07:26:09 UTC (rev 197243)
@@ -1,3 +1,15 @@
+2016-02-26 Joseph Pecoraro <[email protected]>
+
+ Web Inspector: Remove unused member variables from overview graphs
+ https://bugs.webkit.org/show_bug.cgi?id=154774
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Views/LayoutTimelineOverviewGraph.js:
+ (WebInspector.LayoutTimelineOverviewGraph.prototype.reset):
+ * UserInterface/Views/ScriptTimelineOverviewGraph.js:
+ (WebInspector.ScriptTimelineOverviewGraph.prototype.reset):
+
2016-02-26 Nikita Vasilyev <[email protected]>
REGRESSION (r196741): Web Inspector: Bottom section of Layers sidebar is 1px shorter than the console prompt
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineOverviewGraph.js (197242 => 197243)
--- trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineOverviewGraph.js 2016-02-27 07:17:53 UTC (rev 197242)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineOverviewGraph.js 2016-02-27 07:26:09 UTC (rev 197243)
@@ -53,7 +53,6 @@
this.element.removeChildren();
- this._timelineRecordBarMap = new Map;
this._timelineLayoutRecordRow = createRecordRow.call(this);
this._timelinePaintRecordRow = createRecordRow.call(this);
}
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ScriptTimelineOverviewGraph.js (197242 => 197243)
--- trunk/Source/WebInspectorUI/UserInterface/Views/ScriptTimelineOverviewGraph.js 2016-02-27 07:17:53 UTC (rev 197242)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ScriptTimelineOverviewGraph.js 2016-02-27 07:26:09 UTC (rev 197243)
@@ -45,8 +45,6 @@
{
super.reset();
- this._timelineRecordBarMap = new Map;
-
this.element.removeChildren();
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes