| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-10 | Merge pull request #2217 from gdh1995/replace-xA0-for-clipboard | Stephen Blott | |
| replace \xA0 on copying and pasting | |||
| 2017-11-24 | FF: Use a contenteditable <div> for Clipboard.paste | mrmr1993 | |
| This adds support for pasting rich text from the clipboard | |||
| 2017-11-18 | FF: Add contentEditable to clipboard operation textboxes | mrmr1993 | |
| 2017-10-25 | FF: Share |root| global proxy, re-add the globals to window on DOMLoad | mrmr1993 | |
| This is a workaround for Firefox bug 1408996. | |||
| 2016-08-15 | replace \xA0 on copying and pasting | gdh1995 | |
| The char `\xA0` may be contained in a string if we use `y` to yank a line which contains ` `. | |||
| 2016-03-26 | Multiple 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-06 | Merge pull request #1798 from gdh1995/run-on-xml-pages | Stephen Blott | |
| Run on XML pages (version 2) | |||
| 2015-08-29 | Minor 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-28 | fix a bug that Clipboard fails without DomUtils | gdh1995 | |
| 2015-08-26 | Use createElementNS for XML documents and remove XML specific codepaths | mrmr1993 | |
| This implements @gdh1995's idea from #1796. | |||
| 2012-06-12 | port clipboard.js to coffeescript | Phil Crosby | |
