Bug 46107

Summary: [BREWMP] Add dummy Pasteboard
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Bug Depends on:    
Bug Blocks: 33564    
Attachments:
Description Flags
Patch none

Kwang Yul Seo
Reported 2010-09-20 11:33:53 PDT
Pasteboard is not supported yet.
Attachments
Patch (3.89 KB, patch)
2010-09-20 11:35 PDT, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2010-09-20 11:35:11 PDT
Kent Tamura
Comment 2 2010-09-21 17:10:11 PDT
Comment on attachment 68115 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=68115&action=review > WebCore/platform/brew/PasteboardBrew.cpp:55 > +void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) nit: We usually omit parameter names if they are not used in the function content.
Kwang Yul Seo
Comment 3 2010-09-21 17:17:42 PDT
(In reply to comment #2) > (From update of attachment 68115 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=68115&action=review > > > WebCore/platform/brew/PasteboardBrew.cpp:55 > > +void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) > > nit: We usually omit parameter names if they are not used in the function content. Thanks for the tip.
WebKit Commit Bot
Comment 4 2010-09-22 00:12:24 PDT
Comment on attachment 68115 [details] Patch Clearing flags on attachment: 68115 Committed r68017: <http://trac.webkit.org/changeset/68017>
WebKit Commit Bot
Comment 5 2010-09-22 00:12:31 PDT
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.