Bug 138649 - Move Modules/websockets to std::unique_ptr
Summary: Move Modules/websockets to std::unique_ptr
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks: 128007
  Show dependency treegraph
 
Reported: 2014-11-11 19:26 PST by Gyuyoung Kim
Modified: 2014-11-23 18:25 PST (History)
4 users (show)

See Also:


Attachments
Patch (25.03 KB, patch)
2014-11-11 19:27 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch for landing (25.03 KB, patch)
2014-11-11 21:34 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2014-11-11 19:26:33 PST
SSIA
Comment 1 Gyuyoung Kim 2014-11-11 19:27:17 PST
Created attachment 241409 [details]
Patch
Comment 2 Chris Dumez 2014-11-11 20:42:37 PST
Comment on attachment 241409 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=241409&action=review

r=me with nits.

> Source/WebCore/ChangeLog:3
> +        Move Modules/websoeckets to std::unique_ptr

"websockets"

> Source/WebCore/Modules/websockets/WebSocketDeflater.h:52
> +    WebSocketDeflater(int windowBits, ContextTakeOverMode = TakeOverContext);

nit explicit?
Comment 3 Gyuyoung Kim 2014-11-11 21:34:38 PST
Created attachment 241413 [details]
Patch for landing
Comment 4 Gyuyoung Kim 2014-11-11 22:55:15 PST
(In reply to comment #2)
> Comment on attachment 241409 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=241409&action=review
> 
> r=me with nits.
> 
> > Source/WebCore/ChangeLog:3
> > +        Move Modules/websoeckets to std::unique_ptr
> 
> "websockets"
> 
> > Source/WebCore/Modules/websockets/WebSocketDeflater.h:52
> > +    WebSocketDeflater(int windowBits, ContextTakeOverMode = TakeOverContext);
> 
> nit explicit?

Fixed all ! Thanks.
Comment 5 WebKit Commit Bot 2014-11-11 23:33:18 PST
Comment on attachment 241413 [details]
Patch for landing

Clearing flags on attachment: 241413

Committed r176009: <http://trac.webkit.org/changeset/176009>
Comment 6 WebKit Commit Bot 2014-11-11 23:33:22 PST
All reviewed patches have been landed.  Closing bug.