Bug 138649

Summary: Move Modules/websockets to std::unique_ptr
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebCore Misc.Assignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, cdumez, commit-queue, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128007    
Attachments:
Description Flags
Patch
none
Patch for landing none

Gyuyoung Kim
Reported 2014-11-11 19:26:33 PST
SSIA
Attachments
Patch (25.03 KB, patch)
2014-11-11 19:27 PST, Gyuyoung Kim
no flags
Patch for landing (25.03 KB, patch)
2014-11-11 21:34 PST, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2014-11-11 19:27:17 PST
Chris Dumez
Comment 2 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?
Gyuyoung Kim
Comment 3 2014-11-11 21:34:38 PST
Created attachment 241413 [details] Patch for landing
Gyuyoung Kim
Comment 4 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.
WebKit Commit Bot
Comment 5 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>
WebKit Commit Bot
Comment 6 2014-11-11 23:33:22 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.