Bug 37421

Summary: [Haiku] Fix PasteboardHaiku and flesh out implementation
Product: WebKit Reporter: Stephan Aßmus <superstippi>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Attachments:
Description Flags
[Haiku] Patch for PasteboardHaiku.cpp
none
[Haiku] Patch for PasteboardHaiku.cpp none

Description Stephan Aßmus 2010-04-11 16:29:10 PDT
Patch improves the following:

* Use the system clipboard instead of a private one to interact with other apps.
* Implement more methods.
* Use the proper messaging protocol (Add/FindData() with B_MIME_TYPE).
* Don't leak the global Pasteboard instance.
Comment 1 Stephan Aßmus 2010-04-11 16:30:03 PDT
Created attachment 53117 [details]
[Haiku] Patch for PasteboardHaiku.cpp
Comment 2 Stephan Aßmus 2010-04-13 07:12:38 PDT
Created attachment 53245 [details]
[Haiku] Patch for PasteboardHaiku.cpp

Sorry, the original patch was still lacking the correct bug number. Nothing else changed.
Comment 3 WebKit Commit Bot 2010-04-13 10:46:53 PDT
Comment on attachment 53245 [details]
[Haiku] Patch for PasteboardHaiku.cpp

Clearing flags on attachment: 53245

Committed r57522: <http://trac.webkit.org/changeset/57522>
Comment 4 WebKit Commit Bot 2010-04-13 10:46:57 PDT
All reviewed patches have been landed.  Closing bug.