aboutsummaryrefslogtreecommitdiffstats
path: root/lib/clipboard.coffee
AgeCommit message (Collapse)Author
2018-08-10Merge pull request #2217 from gdh1995/replace-xA0-for-clipboardStephen Blott
replace \xA0 on copying and pasting
2017-11-24FF: Use a contenteditable <div> for Clipboard.pastemrmr1993
This adds support for pasting rich text from the clipboard
2017-11-18FF: Add contentEditable to clipboard operation textboxesmrmr1993
2017-10-25FF: Share |root| global proxy, re-add the globals to window on DOMLoadmrmr1993
This is a workaround for Firefox bug 1408996.
2016-08-15replace \xA0 on copying and pastinggdh1995
The char `\xA0` may be contained in a string if we use `y` to yank a line which contains `&nbsp;`.
2016-03-26Multiple minor tweaks.Stephen Blott
Some of this code is showing its age, so these are just a number of minor tweaks (to keep things clear, consistent and concise). Also, add a couple of tests (while we're at it).
2015-09-06Merge pull request #1798 from gdh1995/run-on-xml-pagesStephen Blott
Run on XML pages (version 2)
2015-08-29Minor tweaks (clipboard).Stephen Blott
1. We're not using Clipboard in the the content scripts, so don't import it. 2. Use consistent syntax for method calls. This commit is a no-op.
2015-08-28fix a bug that Clipboard fails without DomUtilsgdh1995
2015-08-26Use createElementNS for XML documents and remove XML specific codepathsmrmr1993
This implements @gdh1995's idea from #1796.
2012-06-12port clipboard.js to coffeescriptPhil Crosby