Bug 127655

Summary: Web Inspector: Prefix existing Profiler UI classes with "Legacy"
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web InspectorAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Better Patch joepeck: review+, timothy: commit-queue-

Description Timothy Hatcher 2014-01-26 12:08:25 PST
We need to keep the old profiler classes around to support iOS 6 & 7.

Also remove the unfinished Canvas profiler classes, they will need redone for the Timeline view. These didn't exist on iOS 6 & 7.
Comment 1 Radar WebKit Bug Importer 2014-01-26 12:08:39 PST
<rdar://problem/15911205>
Comment 2 Timothy Hatcher 2014-01-26 12:16:48 PST
Created attachment 222280 [details]
Patch
Comment 3 Timothy Hatcher 2014-01-26 12:17:53 PST
Created attachment 222281 [details]
Better Patch
Comment 4 Joseph Pecoraro 2014-01-28 16:06:38 PST
Comment on attachment 222281 [details]
Better Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=222281&action=review

r=me

> Source/WebInspectorUI/UserInterface/Main.js:-58
> -    if (InspectorBackend.registerCanvasDispatcher)
> -        InspectorBackend.registerCanvasDispatcher(new WebInspector.CanvasObserver);

Do you want to also delete the Canvas protocol/agent at this time?
Comment 5 Timothy Hatcher 2014-01-30 17:30:58 PST
http://trac.webkit.org/changeset/163138