[Webkit-unassigned] [Bug 114944] New: [BlackBerry] Crash due to an assert running test editing/execCommand/indent-paragraphs.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 22 02:29:39 PDT 2013


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

           Summary: [BlackBerry] Crash due to an assert running test
                    editing/execCommand/indent-paragraphs.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: rwlbuis at gmail.com


It crashes in network platform code when  trying to save an invalid URL in the disk cache.  The test contains the following HTML code:

<div id="test">
    <div><span class="Apple-style-span" style="background-color: rgb(255, 0, 0);">Hello <img src="http://"> world</span></div>
    <div>Hello <img src="http://"> world</span></div>
    Hello <img src="http://"> world
</div>

Those empty URLs, are parsed as http:/ by KURL and considered valid. BlockBerry network platform uses GURL which considers those URLs invalid. We needed to check that the URLs are valid for our platform before starting the network operation.

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