[Webkit-unassigned] [Bug 59474] Web Inspector: [protocol] evaluate* methods should accept 'additional context' param

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 12:56:23 PDT 2011


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





--- Comment #1 from Patrick Mueller <pmuellr at yahoo.com>  2011-04-26 12:56:23 PST ---
In your example, where is the user getting the objectId value of 5 from?  From exploring some other object?  I find it hard to imagine that people would use this sort of functionality.

Here's what I'd run, in the console.

   x = nextRandomColor()
   String(x)

After typing the first line, you can explore the result a bit.  Then type the second line and explore that a bit.

It has the side effect of setting an "x" variable in some scope (presumably global scope).  But I rarely care about that.

Do you have another use case?

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