forked from mirrors/gecko-dev
We used to read the contents of the clipboard to tell if paste was enabled, that unfortunately means updating commands was extremely slow for large clipboard data. After this change we only check the data flavors. This means paste will be enabled more often, even for unsupported strings, but commands updating will be much faster. Places updates commands often, so this is quite useful. Differential Revision: https://phabricator.services.mozilla.com/D75202 |
||
|---|---|---|
| .. | ||
| content | ||
| tests | ||
| jar.mn | ||
| moz.build | ||
| PlacesUIUtils.jsm | ||