Bug 7005 - add Noncopyable, OwnPtr, OwnArrayPtr to KXMLCore
Summary: add Noncopyable, OwnPtr, OwnArrayPtr to KXMLCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-01 09:06 PST by Darin Adler
Modified: 2006-02-02 00:22 PST (History)
0 users

See Also:


Attachments
class implemented, used in a few places in JavaScriptCore (28.97 KB, patch)
2006-02-01 09:07 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 2006-02-01 09:06:23 PST
Last night, Maciej suggested adding these classes.
Comment 1 Darin Adler 2006-02-01 09:07:05 PST
Created attachment 6190 [details]
class implemented, used in a few places in JavaScriptCore
Comment 2 Maciej Stachowiak 2006-02-02 00:08:19 PST
Comment on attachment 6190 [details]
class implemented, used in a few places in JavaScriptCore

r=me, might be better to use Vector instead of OwnPtr someday.