[Webkit-unassigned] [Bug 31207] Web Inspector: Datatip should be a tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 6 11:43:22 PST 2009


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





--- Comment #4 from Pavel Feldman <pfeldman at chromium.org>  2009-11-06 11:43:21 PDT ---
WebInspector.panels.scripts.evaluateInSelectedCallFrame(expression, false,
"console", callback);

"console" here is a "wrapper object group" name that determines lifetime of the
evaluated object in the backend cache. "console" means that it'll live until
the console is cleared. It is not what you want here. You want to use "datatip"
and call InspectorController.releaseWrapperObjectGroup("datatip") on mouse out
(or whenever you no longer need the data).

-- 
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