Bug 71414 - [chromium] Add plumbing for JS to write to clipboard in copy/cut events.
Summary: [chromium] Add plumbing for JS to write to clipboard in copy/cut events.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Cheng
URL:
Keywords:
Depends on: 40515
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-02 15:59 PDT by Daniel Cheng
Modified: 2011-11-10 20:13 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.81 KB, patch)
2011-11-03 16:25 PDT, Daniel Cheng
fishd: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Cheng 2011-11-02 15:59:43 PDT
Even though you can call event.clipboardData.setData() in copy/cut events in Chrome, it doesn't do anything today.
Comment 1 Daniel Cheng 2011-11-03 16:25:55 PDT
Created attachment 113570 [details]
Patch
Comment 2 WebKit Review Bot 2011-11-03 16:28:48 PDT
Please wait for approval from fishd@chromium.org before submitting because this patch contains changes to the Chromium public API.
Comment 3 Daniel Cheng 2011-11-10 20:13:34 PST
Committed r99925: <http://trac.webkit.org/changeset/99925>