Skip to content
  • timothy@apple.com's avatar
    Update the current WebInspector.TimelineView when time range changes. · c016e5fd
    timothy@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=126667
    
    Reviewed by Joseph Pecoraro.
    
    * UserInterface/TimelineContentView.js:
    (WebInspector.TimelineContentView.prototype._showTimelineView):
    (WebInspector.TimelineContentView.prototype._update):
    (WebInspector.TimelineContentView.prototype._startUpdatingCurrentTime):
    (WebInspector.TimelineContentView.prototype._stopUpdatingCurrentTime):
    (WebInspector.TimelineContentView.prototype._recordingStarted):
    (WebInspector.TimelineContentView.prototype._recordingStopped):
    (WebInspector.TimelineContentView.prototype._recordingReset):
    (WebInspector.TimelineContentView.prototype._timeRangeSelectionChanged):
    * UserInterface/TimelineOverview.js:
    (WebInspector.TimelineOverview):
    (WebInspector.TimelineOverview.prototype.updateLayout):
    (WebInspector.TimelineOverview.prototype.updateLayoutIfNeeded):
    (WebInspector.TimelineOverview.prototype._updateElementWidth):
    (WebInspector.TimelineOverview.prototype._handleWheelEvent):
    (WebInspector.TimelineOverview.prototype._timeRangeSelectionChanged):
    * UserInterface/TimelineRuler.js:
    (WebInspector.TimelineRuler.prototype.updateLayoutIfNeeded):
    * UserInterface/TimelineView.js:
    (WebInspector.TimelineView):
    (WebInspector.TimelineView.prototype.get zeroTime):
    (WebInspector.TimelineView.prototype.set zeroTime):
    (WebInspector.TimelineView.prototype.get startTime):
    (WebInspector.TimelineView.prototype.set startTime):
    (WebInspector.TimelineView.prototype.get endTime):
    (WebInspector.TimelineView.prototype.set endTime):
    (WebInspector.TimelineView.prototype.get currentTime):
    (WebInspector.TimelineView.prototype.set currentTime.checkIfLayoutIsNeeded):
    (WebInspector.TimelineView.prototype.set currentTime):
    (WebInspector.TimelineView.prototype.updateLayout):
    (WebInspector.TimelineView.prototype.updateLayoutIfNeeded):
    (WebInspector.TimelineView.prototype.needsLayout):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@162411 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c016e5fd