[Webkit-unassigned] [Bug 20065] New: Remove UChar* accessors from StringImpl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 16 15:31:30 PDT 2008


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

           Summary: Remove UChar* accessors from StringImpl
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: darin at apple.com, sam at webkit.org


Remove UChar* accessors from StringImpl

We should instead replace them with use of inline
UChar charAt(unsigned) -like
functions.

This will promote better logic encapsulation and allow us to play with
alternative string storage (for memory savings) w/o having to change several
hundred call sites.

If I find time I'll post a patch to do this.


-- 
Configure bugmail: https://bugs.webkit.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