[Webkit-unassigned] [Bug 9464] Javascript console

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jul 13 11:13:54 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9464


david.carson at nokia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |EasyFix, PlatformOnly




------- Comment #1 from david.carson at nokia.com  2006-07-13 11:13 PDT -------
The issue is that on the device there is no real place to output this
information to. I can see that it would be useful on the emulator.
It would be an easy item to implement. The location where the text should be
written to an output window is in JavaScriptCore\kjs\interpreter.cpp
Interpreter::evaluate() function. At the end of the function there is:
#ifndef NOKIA_CHANGES
All that needs to be done is to put in a #elseif and do something reasonable
with the string variable 'message'


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list