Bug 87238 - Web Inspector: enable drag-an-drop from the navigator panel.
Summary: Web Inspector: enable drag-an-drop from the navigator panel.
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: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 02:40 PDT by Pavel Feldman
Modified: 2012-05-23 02:54 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.47 KB, patch)
2012-05-23 02:44 PDT, Pavel Feldman
vsevik: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2012-05-23 02:40:43 PDT
Making tree item draggable.
Comment 1 Pavel Feldman 2012-05-23 02:44:39 PDT
Created attachment 143511 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-05-23 02:49:58 PDT
Comment on attachment 143511 [details]
Patch

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

> Source/WebCore/inspector/front-end/NavigatorView.js:595
> +        function callback(content)

Please annotate callback and add other parameters to make compiler happy.
Comment 3 Pavel Feldman 2012-05-23 02:54:43 PDT
Committed r118151: <http://trac.webkit.org/changeset/118151>