[Webkit-unassigned] [Bug 30212] Each JS execution in console adds extra item into "scripts" combo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 14:21:58 PDT 2009


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42137|review?                     |review-
               Flag|                            |




--- Comment #6 from Pavel Feldman <pfeldman at chromium.org>  2009-10-29 14:21:58 PDT ---
(From update of attachment 42137)
I think filtering out is reasonable at least for now. Time to do some automated
tests though:
- You should do a layout test page with eval in it (the one alike
LayoutTests/inspector/console*
- Replace console.log with some eval there
- Inject two methods into frontend: 
    switchToPanel (you can make it universal in the utility.js that is
imported)
    dumpScriptCombo

Then you should be able to call them one by one and validate result returned
form dumpScriptCombo.

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