[Webkit-unassigned] [Bug 80981] [GTK] [WK2] Add dom paste setting to WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 02:38:15 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=80981





--- Comment #10 from Antaryami Pandia <antaryami.pandia at motorola.com>  2012-03-14 02:38:15 PST ---
Aww. Turned out I goofed up. Actually "Dom paste" is dependent on another settings "javascript-can-access-clipboard" which is required for cut and copy functionality. (actually i have another workspace where it was hardcoded to true and I created patch in another workspace.) Next time I will be more careful and my sincere apologies for the half-backed change.

In webkit1 there were 2 different settings for cut/copy(javascript-can-access-clipboard) and paste(enable-dom-paste).

So do we required both the settings or we can have a single settings, say "enable-javascript-cutcopypaste" or any better name? If yes should I add the code change for "javascript-can-access-clipboard", in the same patch for this issue or log a new bug.

Also I will add tests to cove this as suggested by carlos.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list