[Webkit-unassigned] [Bug 118352] New: [WK2][GTK] Invalid ASSERTs in WebResources loading code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 3 04:17:11 PDT 2013


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

           Summary: [WK2][GTK] Invalid ASSERTs in WebResources loading
                    code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: svillar at igalia.com
                CC: gns at gnome.org, mrobinson at webkit.org,
                    cgarcia at igalia.com


The WebKitWebView keeps track of the resources being loaded in a map that is cleared each time a new load starts. As it's using the injected bundle API to track resource loads it might happen (specially when running webkit under valgrind) that we get notifications for resources that correspond to previous page loads.

We need to remove those ASSERTs as they're no longer correct.

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