Bug 50690 - Web Inspector: Protocol cleanup task. Remove WebInspector wrappers for TimelineAgent functions.
Summary: Web Inspector: Protocol cleanup task. Remove WebInspector wrappers for Timeli...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks: 47775
  Show dependency treegraph
 
Reported: 2010-12-08 07:55 PST by Ilya Tikhonovsky
Modified: 2010-12-08 08:55 PST (History)
10 users (show)

See Also:


Attachments
[patch] initial version (4.28 KB, patch)
2010-12-08 08:00 PST, Ilya Tikhonovsky
no flags Details | Formatted Diff | Diff
[patch] second version (3.78 KB, patch)
2010-12-08 08:44 PST, Ilya Tikhonovsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2010-12-08 07:55:16 PST
%subj%
Comment 1 Ilya Tikhonovsky 2010-12-08 08:00:44 PST
Created attachment 75904 [details]
[patch] initial version
Comment 2 Yury Semikhatsky 2010-12-08 08:16:57 PST
Comment on attachment 75904 [details]
[patch] initial version

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

> WebCore/inspector/front-end/inspector.js:544
> +    this._timelineAgent= new WebInspector.TimelineAgent();

Please inline TimelineAgent code here.
Comment 3 Ilya Tikhonovsky 2010-12-08 08:44:33 PST
Created attachment 75908 [details]
[patch] second version
Comment 4 Ilya Tikhonovsky 2010-12-08 08:54:45 PST
Committed r73524
	M	WebCore/ChangeLog
	M	WebCore/inspector/Inspector.idl
	M	WebCore/inspector/front-end/TimelineAgent.js
	M	WebCore/inspector/front-end/TimelinePanel.js
r73524 = ff10263609b8fea8bf4edeab7ed7cb6171b0576c (refs/remotes/trunk)