Confirmed users
596
edits
m (Move "RDF loading" and change title, change other titles a bit, too) |
(→Copy and paste: Relativation and more comments) |
||
| Line 38: | Line 38: | ||
== Copy and paste == | == Copy and paste == | ||
* Enable to use the three XPCOM objects needed for copy and paste (nsISupportsString, nsITransferable, nsIClipboard) | * Enable to use the three XPCOM objects needed for copy and paste (nsISupportsString, nsITransferable, nsIClipboard) | ||
* (BenBucksch) | * (BenBucksch) Note that XUL textfields do make use of user-triggered copy/paste just like HTML textfields do (XXX verify - at least they should) | ||
* (BenBucksch) Scriptable clipboard access is not possible, that would be a security bug. People have passwords in their clipboard. | |||
* (BrianEcker) Why not write-only perms to clipboard? | * (BrianEcker) Why not write-only perms to clipboard? | ||
* (BenBucksch) What would you gain by being able to copy, but not paste? | |||
== Edit remote HTML == | == Edit remote HTML == | ||