[Webkit-unassigned] [Bug 58063] New: CTLine objects should outlive their CTRuns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 11:02:18 PDT 2011


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

           Summary: CTLine objects should outlive their CTRuns
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nholbrook at apple.com


CoreText may need to perform some extra work if a CTLine object is released prior to its CTRuns, but this extra work can be avoided by either retaining CTLines longer than their CTRuns (in ComplexTextController), or by not retaining the CTRuns (in ComplexTextRun).

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