[Webkit-unassigned] [Bug 51740] New: Enable JSC Rich Source Info for Android even when Inspector and Debugger are disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 30 03:08:58 PST 2010


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

           Summary: Enable JSC Rich Source Info for Android even when
                    Inspector and Debugger are disabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steveblock at google.com
                CC: barraclough at apple.com, benm at google.com,
                    swang at google.com


Android does not enable either the Inspector or Debugger. It does however use rich source info (eg line numbers for exceptions) 

http://trac.webkit.org/changeset/72360 changed JSC to guard the exception-generation code behind enable flags. As a result, rich source info was disabled for Android.

We should re-enable rich source info for Android. This can be done in JSDOMWindowBase::supportsRichSourceInfo(), which encapsulates such policy decisions.

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