[Webkit-unassigned] [Bug 27758] Web Inspector: Add inspected node using public console API.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 29 00:17:56 PDT 2009


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





--- Comment #3 from Pavel Feldman <pfeldman at chromium.org>  2009-07-29 00:17:56 PDT ---
I think it was landed property and was functioning well. There is nothing wrong
in calling private methods within the class/file (WebInspector.Console). It was
bad to make calls to Console's internals from ElementsPanel.

FYI: As we move towards serialized inspector interaction, JavaScript code will
split into 'agent' and 'front-end' components. InspectorCommandLineAPI will
belong to the 'agent' part and hence having _addInspectedNode within the
InspectorCommandLine API along with the container for these last inspected
nodes was actually making sense.

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