Changeset 172299 in webkit
- Timestamp:
- Aug 7, 2014, 4:02:58 PM (11 years ago)
- Location:
- branches/safari-600.1-branch/Source/WebInspectorUI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog
r172297 r172299 1 2014-08-07 Dana Burkart <dburkart@apple.com> 2 3 Merge r172263 4 5 2014-08-07 Timothy Hatcher <timothy@apple.com> 6 7 Fix reference to missing CloseTimeline.svg image. 8 9 Rubber-stamped by Joseph Pecoraro. 10 11 * UserInterface/Views/TimelineSidebarPanel.js: 12 (WebInspector.TimelineSidebarPanel.createTimelineTreeElement): Use CloseLarge.svg instead. 13 1 14 2014-08-07 Dana Burkart <dburkart@apple.com> 2 15 -
branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/TimelineSidebarPanel.js
r172297 r172299 97 97 98 98 const tooltip = WebInspector.UIString("Close %s timeline view").format(label); 99 wrappedSVGDocument(platformImagePath("Close Timeline.svg"), WebInspector.TimelineSidebarPanel.CloseButtonStyleClass, tooltip, function(element) {99 wrappedSVGDocument(platformImagePath("CloseLarge.svg"), WebInspector.TimelineSidebarPanel.CloseButtonStyleClass, tooltip, function(element) { 100 100 var button = new WebInspector.TreeElementStatusButton(element); 101 101 button.addEventListener(WebInspector.TreeElementStatusButton.Event.Clicked, this.showTimelineOverview, this);
Note:
See TracChangeset
for help on using the changeset viewer.