Bug 16550 - make WebCore::StringImpl objects immutable
Summary: make WebCore::StringImpl objects immutable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P3 Minor
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-20 23:22 PST by Darin Adler
Modified: 2007-12-24 17:06 PST (History)
0 users

See Also:


Attachments
patch (30.21 KB, patch)
2007-12-21 14:58 PST, Darin Adler
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2007-12-20 23:22:06 PST
The rules about when StringImpl objects can be modified are confusing. For the most part they are treated as immutable. Our idea is to now make them all immutable.
Comment 1 Darin Adler 2007-12-21 14:58:59 PST
Created attachment 18041 [details]
patch
Comment 2 Mark Rowe (bdash) 2007-12-22 02:31:45 PST
I suspect this may fix the issue mentioned in bug 11555.
Comment 3 Maciej Stachowiak 2007-12-23 07:18:24 PST
Comment on attachment 18041 [details]
patch

r=me
Comment 4 Darin Adler 2007-12-24 17:06:51 PST
Committed revision 28976.