Changeset 172299 in webkit


Ignore:
Timestamp:
Aug 7, 2014, 4:02:58 PM (11 years ago)
Author:
dburkart@apple.com
Message:

Merged r172263

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  
     12014-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
    1142014-08-07  Dana Burkart <dburkart@apple.com>
    215
  • branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/TimelineSidebarPanel.js

    r172297 r172299  
    9797
    9898        const tooltip = WebInspector.UIString("Close %s timeline view").format(label);
    99         wrappedSVGDocument(platformImagePath("CloseTimeline.svg"), WebInspector.TimelineSidebarPanel.CloseButtonStyleClass, tooltip, function(element) {
     99        wrappedSVGDocument(platformImagePath("CloseLarge.svg"), WebInspector.TimelineSidebarPanel.CloseButtonStyleClass, tooltip, function(element) {
    100100            var button = new WebInspector.TreeElementStatusButton(element);
    101101            button.addEventListener(WebInspector.TreeElementStatusButton.Event.Clicked, this.showTimelineOverview, this);
Note: See TracChangeset for help on using the changeset viewer.