RESOLVED FIXED71842
Chromium: Add plumbing to enable dragging dev tools via the empty space on the toolbar.
https://bugs.webkit.org/show_bug.cgi?id=71842
Summary Chromium: Add plumbing to enable dragging dev tools via the empty space on th...
asvitkine
Reported 2011-11-08 11:42:59 PST
Chromium: Add plumbing to enable dragging dev tools via the empty space on the toolbar.
Attachments
Patch (2.10 KB, patch)
2011-11-08 11:44 PST, asvitkine
no flags
Patch (2.46 KB, patch)
2011-11-09 06:51 PST, asvitkine
pfeldman: review+
pfeldman: commit-queue+
asvitkine
Comment 1 2011-11-08 11:44:34 PST
WebKit Review Bot
Comment 2 2011-11-08 11:47:54 PST
Please wait for approval from fishd@chromium.org before submitting because this patch contains changes to the Chromium public API.
Darin Fisher (:fishd, Google)
Comment 3 2011-11-08 13:21:38 PST
Comment on attachment 114125 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=114125&action=review > Source/WebKit/chromium/public/WebDevToolsFrontendClient.h:52 > + virtual void moveWindowBy(float x, float y) { } nit: had you considered using WebFloatPoint?
asvitkine
Comment 4 2011-11-09 06:51:16 PST
asvitkine
Comment 5 2011-11-09 06:51:45 PST
As suggested by Darin, here's a version of the patch that uses WebFloatPoint.
asvitkine
Comment 6 2011-11-09 07:22:35 PST
Can I get a commit-queue+?
Pavel Feldman
Comment 7 2011-11-09 07:30:54 PST
Note You need to log in before you can comment on or make changes to this bug.