Ignore:
Timestamp:
Jan 13, 2015, 12:31:00 PM (11 years ago)
Author:
[email protected]
Message:

Web Inspector: Remove unused ResizeImage and DecodeImageData timeline events
https://bugs.webkit.org/show_bug.cgi?id=140404

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2015-01-13
Reviewed by Timothy Hatcher.

Source/JavaScriptCore:

  • inspector/protocol/Timeline.json:

Source/WebCore:

  • inspector/InspectorTimelineAgent.cpp:

(WebCore::toProtocol):

  • inspector/InspectorTimelineAgent.h:
  • inspector/TimelineRecordFactory.cpp:

(WebCore::TimelineRecordFactory::createDecodeImageData): Deleted.
(WebCore::TimelineRecordFactory::createResizeImageData): Deleted.

  • inspector/TimelineRecordFactory.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r178370 r178371  
     12015-01-13  Joseph Pecoraro  <[email protected]>
     2
     3        Web Inspector: Remove unused ResizeImage and DecodeImageData timeline events
     4        https://bugs.webkit.org/show_bug.cgi?id=140404
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * inspector/protocol/Timeline.json:
     9
    1102015-01-13  Yusuke Suzuki  <[email protected]>
    211
Note: See TracChangeset for help on using the changeset viewer.