[Webkit-unassigned] [Bug 19879] Inspector should support monitorEvents/un monitorEvents() in the command line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 23:55:03 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=19879





--- Comment #2 from Keishi Hattori <casey.hattori at gmail.com>  2009-10-12 23:55:02 PDT ---
Created an attachment (id=41089)
 --> (https://bugs.webkit.org/attachment.cgi?id=41089)
proposed patch

Consecutive events are not shown because of bug #30324
https://bugs.webkit.org/show_bug.cgi?id=30324

Usage:
monitorEvent(el) will log all events to el
monitorEvent(el, "click") will log "click" events
monitorEvent(el, ["keydown", "keyup"]) will log "keyup" and "keydown" events
monitorEvent(el, "mouse") will log all mouse related events
monitorEvent(el, "key") will log all key related events
unmonitorEvent(el) will turn off logging for all events

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list