RESOLVED FIXED 128891
Move PublicManager to std::unique_ptr
https://bugs.webkit.org/show_bug.cgi?id=128891
Summary Move PublicManager to std::unique_ptr
Sangho Kim
Reported 2014-02-16 22:55:02 PST
We should move PassOwnPtr to std::unique_ptr<>.
Attachments
patch (2.29 KB, application/octet-stream)
2014-02-16 23:12 PST, Sangho Kim
no flags
new patch (2.25 KB, application/octet-stream)
2014-02-16 23:20 PST, Sangho Kim
no flags
Patch (2.48 KB, patch)
2014-02-16 23:40 PST, Sangho Kim
no flags
Patch (3.11 KB, patch)
2014-02-17 00:20 PST, Sangho Kim
no flags
Patch (3.41 KB, patch)
2014-02-17 01:21 PST, Sangho Kim
no flags
Patch (3.42 KB, patch)
2014-02-17 15:07 PST, Sangho Kim
no flags
Sangho Kim
Comment 1 2014-02-16 23:12:53 PST
Created attachment 224333 [details] patch Use std::unique_ptr and std::make_unique in place of PassOwnPtr and adoptPtr in the PublicURLManager
WebKit Commit Bot
Comment 2 2014-02-16 23:14:09 PST
Attachment 224333 [details] did not pass style-queue: ERROR: Source/WebCore/ChangeLog:10: You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible. [changelog/nonewtests] [5] Total errors found: 1 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Sangho Kim
Comment 3 2014-02-16 23:20:19 PST
Created attachment 224336 [details] new patch change ChangeLog
Sangho Kim
Comment 4 2014-02-16 23:40:32 PST
Sangho Kim
Comment 5 2014-02-17 00:20:14 PST
Sangho Kim
Comment 6 2014-02-17 01:21:28 PST
Anders Carlsson
Comment 7 2014-02-17 07:13:56 PST
Comment on attachment 224341 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=224341&action=review > Source/WebCore/html/PublicURLManager.h:47 > + PublicURLManager(ScriptExecutionContext*); Please make this explicit.
Sangho Kim
Comment 8 2014-02-17 15:07:39 PST
WebKit Commit Bot
Comment 9 2014-02-17 23:12:12 PST
Comment on attachment 224430 [details] Patch Clearing flags on attachment: 224430 Committed r164274: <http://trac.webkit.org/changeset/164274>
WebKit Commit Bot
Comment 10 2014-02-17 23:12:15 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.