[Webkit-unassigned] [Bug 99628] New: [BlackBerry] Remove unnecessary assertion in WebPage::executeJavaScript.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 12:39:02 PDT 2012


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

           Summary: [BlackBerry] Remove unnecessary assertion in
                    WebPage::executeJavaScript.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: liachen at rim.com


Right now BlackBerry::Platform::String::isUtf8() mainly reflects whether the string is constructed from a utf8 string. It doesn't reflect whether a string is utf8 or not if it is constructed otherwise.

And it is now assumed that all string in BlackBerry::Platform::String is either ASCII or UTF8 encoded. The assertion in WebPage::executeJavaScript() and WebPage::executeJavaScriptInIsolatedWorld() is unnecessary and should be removed.

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