Bug 93494 - Web Inspector: adding button on InspectorOverlay
Summary: Web Inspector: adding button on InspectorOverlay
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P5 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-08 09:59 PDT by Sergey Rogulenko
Modified: 2014-02-08 19:09 PST (History)
11 users (show)

See Also:


Attachments
Patch (22.51 KB, patch)
2012-08-08 10:04 PDT, Sergey Rogulenko
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Rogulenko 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.
Comment 1 Sergey Rogulenko 2012-08-08 10:04:12 PDT
Created attachment 157242 [details]
Patch
Comment 2 BJ Burg 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?