Bug 128007 - Convert OwnPtr and PassOwnPtr uses to std::unique_ptr
Summary: Convert OwnPtr and PassOwnPtr uses to std::unique_ptr
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
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
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-31 12:14 PST by Zan Dobersek
Modified: 2015-04-24 09:39 PDT (History)
7 users (show)

See Also:


Attachments
Patch (87.23 KB, patch)
2015-04-23 22:38 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
Patch (94.11 KB, patch)
2015-04-23 22:42 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
Patch (94.62 KB, patch)
2015-04-23 23:21 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
Patch (95.16 KB, patch)
2015-04-24 08:47 PDT, Darin Adler
andersca: review+
Details | Formatted Diff | Diff
Patch (95.17 KB, patch)
2015-04-24 09:21 PDT, Darin Adler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>