Bug 128007

Summary: Convert OwnPtr and PassOwnPtr uses to std::unique_ptr
Product: WebKit Reporter: Zan Dobersek <zan>
Component: WebCore Misc.Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, darin, gyuyoung.kim, gyuyoung.kim, hw1008.kim, kling, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 122960, 123804, 127276, 127278, 127330, 128116, 128117, 128118, 128466, 128467, 128468, 128471, 128681, 128962, 128964, 128967, 129058, 129061, 129062, 129063, 129078, 129664, 129665, 129666, 129667, 129668, 129669, 129670, 129672, 129675, 129853, 131276, 132165, 132401, 132467, 132544, 132605, 137173, 137736, 137738, 137765, 137769, 137808, 137809, 137877, 137905, 138238, 138242, 138280, 138395, 138402, 138489, 138558, 138560, 138642, 138646, 138649, 139009, 139018, 139019, 139063, 139169, 139351, 139395, 139532, 139621, 139637, 139641, 139668, 140172, 141888, 141950, 142349, 143056, 143941, 143943, 143944, 143949, 144033, 144090    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
andersca: review+
Patch none

Description Zan Dobersek 2014-01-31 12:14:23 PST
std::unique_ptr should replace OwnPtr throughout the project, eventually.
Comment 1 Darin Adler 2015-04-23 22:38:43 PDT
Created attachment 251539 [details]
Patch
Comment 2 Darin Adler 2015-04-23 22:42:44 PDT
Created attachment 251540 [details]
Patch
Comment 3 Darin Adler 2015-04-23 23:21:29 PDT
Created attachment 251542 [details]
Patch
Comment 4 Darin Adler 2015-04-24 08:47:48 PDT
Created attachment 251551 [details]
Patch
Comment 5 Darin Adler 2015-04-24 09:21:29 PDT
Created attachment 251554 [details]
Patch
Comment 6 Darin Adler 2015-04-24 09:39:39 PDT
Committed r183265: <http://trac.webkit.org/changeset/183265>