[Webkit-unassigned] [Bug 98508] New: [WK2] Icons are retained but never released

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 5 04:52:18 PDT 2012


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

           Summary: [WK2] Icons are retained but never released
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: andersca at apple.com, sam at webkit.org,
                    msanchez at igalia.com, svillar at igalia.com


The problem is that HistoryItem retains icons for the page URL on construction and releases then on destruction. This happens in the Webrocess so a message is sent to the UI process. When history items are deleted, is usually because the WebProcess finishes and quite often the UI process has already finished or has exited the main loop, so the message never gets to the UI process and all icons are always retained.

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