[Webkit-unassigned] [Bug 76706] Web Inspector: Make "Copy as HTML" use the same copy functions as other copy methods.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 06:53:50 PST 2012


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





--- Comment #5 from Pavel Feldman <pfeldman at chromium.org>  2012-01-23 06:53:50 PST ---
> 1) I want to change the signature of DOMAgent.copyNode() then to not take a callback function since I'll be overwriting it with my own. Objections?
> 

Sounds good.

> 2) Should I be checking for an error inside the callback function copy?  If so what do you think would be the best course of action?  Console.log/error?
> 

This kind of error is expected due to asynchronous nature of this call (imagine that this node has just been deleted on the backend). So feel free to ignore it.

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