[Webkit-unassigned] [Bug 7899] New: FrameTree:uniqueChildName doesn't return unique names

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Mar 21 20:18:20 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7899

           Summary: FrameTree:uniqueChildName doesn't return unique names
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Frames
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: justin.garcia at apple.com


The number used for unique frame names is the childCount() of the parent frame:
    char suffix[40];
    snprintf(suffix, sizeof(suffix), "/<!--frame%u-->-->", childCount());
This is wrong.  See the attached test case.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list