[Webkit-unassigned] [Bug 63383] New: Fix] [IconDatabase] Don't check dangling icon database urls in release build if not pruning entries.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 25 12:44:49 PDT 2011


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

           Summary: Fix] [IconDatabase] Don't check dangling icon database
                    urls in release build if not pruning entries.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: l.slachciak at samsung.com


This fixes checkForDanglingPageURLs mechanism. Logic described in comment to function code is not correspondent to the code which executes SQLiteStatement in Release build even if pruning is not requested.
This fix will cause that after writing to Icon database and calling checkForDanglingPageURLs(false) unneded database query will not be executed (in Release build)

In simple words: Release build was incorrectly recognised.

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