Bug 128681 - Replace uses of PassOwnPtr/OwnPtr with std::unique_ptr in WebCore/inspector
Summary: Replace uses of PassOwnPtr/OwnPtr with std::unique_ptr in WebCore/inspector
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sergio Correia (qrwteyrutiyoup)
URL:
Keywords:
Depends on:
Blocks: 128007
  Show dependency treegraph
 
Reported: 2014-02-12 12:39 PST by Sergio Correia (qrwteyrutiyoup)
Modified: 2014-02-17 12:29 PST (History)
6 users (show)

See Also:


Attachments
Patch (70.23 KB, patch)
2014-02-12 12:43 PST, Sergio Correia (qrwteyrutiyoup)
no flags Details | Formatted Diff | Diff
v2 (90.29 KB, patch)
2014-02-13 09:51 PST, Sergio Correia (qrwteyrutiyoup)
no flags Details | Formatted Diff | Diff
v3 (95.30 KB, patch)
2014-02-13 10:52 PST, Sergio Correia (qrwteyrutiyoup)
no flags Details | Formatted Diff | Diff
v4... (98.27 KB, patch)
2014-02-13 15:37 PST, Sergio Correia (qrwteyrutiyoup)
no flags Details | Formatted Diff | Diff
v6 - this might build (98.30 KB, patch)
2014-02-17 08:13 PST, Sergio Correia (qrwteyrutiyoup)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Correia (qrwteyrutiyoup) 2014-02-12 12:39:52 PST
Replace uses of PassOwnPtr/OwnPtr with std::unique_ptr in WebCore/inspector
Comment 1 Sergio Correia (qrwteyrutiyoup) 2014-02-12 12:42:21 PST
Another step towards getting rid of PassOwnPtr/OwnPtr, now targeting
WebCore/inspector/*. Besides files in there, a few other files in
JavaScriptCore/inspector, WebKit2/WebProcess/WebCoreSupport/ and
WebCore/testing were touched.
Comment 2 Sergio Correia (qrwteyrutiyoup) 2014-02-12 12:43:40 PST
Created attachment 223995 [details]
Patch
Comment 3 Sergio Correia (qrwteyrutiyoup) 2014-02-13 09:51:11 PST
Created attachment 224081 [details]
v2
Comment 4 Sergio Correia (qrwteyrutiyoup) 2014-02-13 10:52:58 PST
Created attachment 224087 [details]
v3
Comment 5 Sergio Correia (qrwteyrutiyoup) 2014-02-13 15:37:11 PST
Created attachment 224122 [details]
v4...
Comment 6 Sergio Correia (qrwteyrutiyoup) 2014-02-17 08:13:23 PST
Created attachment 224369 [details]
v6 - this might build
Comment 7 WebKit Commit Bot 2014-02-17 12:29:53 PST
Comment on attachment 224369 [details]
v6 - this might build

Clearing flags on attachment: 224369

Committed r164245: <http://trac.webkit.org/changeset/164245>
Comment 8 WebKit Commit Bot 2014-02-17 12:29:55 PST
All reviewed patches have been landed.  Closing bug.