RESOLVED INVALID 93494
Web Inspector: adding button on InspectorOverlay
https://bugs.webkit.org/show_bug.cgi?id=93494
Summary Web Inspector: adding button on InspectorOverlay
Sergey Rogulenko
Reported 2012-08-08 09:59:10 PDT
Adding button on InspectorOverlay. Just a patch to keep uncompleted patch somewhere. Maybe someone will find this code useful.
Attachments
Patch (22.51 KB, patch)
2012-08-08 10:04 PDT, Sergey Rogulenko
no flags
Sergey Rogulenko
Comment 1 2012-08-08 10:04:12 PDT
Blaze Burg
Comment 2 2014-02-08 19:09:03 PST
Interesting idea, but probably not the right way to go about it. Threading through an instrumentation callback for every mousemove is probably too expensive. Why not put an HTML button on the overlay page and letting the overlay page intercept inputs from WK2?
Note You need to log in before you can comment on or make changes to this bug.