gecko-dev/devtools/client/webconsole/utils
Nicolas Chevobbe 9149d64860 Bug 1486870 - Fix copy/pasting stacktraces in console; r=bgrins.
The changes were made in Github to have proper markup for the
SmartTrace component. In the console, we change how the "Copy Message"
and "Export visible messages" context menu actions work so they use
the Selection API instead of `element.textContent`.
The Selection API reflects what would happen if a user do a text
selection, so having our actions to do the same ensure that we keep
our markup suitable for the clipboard.

Differential Revision: https://phabricator.services.mozilla.com/D17378

--HG--
extra : moz-landing-system : lando
2019-01-25 17:16:10 +00:00
..
clipboard.js Bug 1486870 - Fix copy/pasting stacktraces in console; r=bgrins. 2019-01-25 17:16:10 +00:00
context-menu.js Bug 1486870 - Fix copy/pasting stacktraces in console; r=bgrins. 2019-01-25 17:16:10 +00:00
id-generator.js
messages.js Bug 1520771 - Remove navPayload from will-navigate/navigate events. r=nchevobbe 2019-01-21 15:19:32 +00:00
moz.build Bug 1486870 - Fix copy/pasting stacktraces in console; r=bgrins. 2019-01-25 17:16:10 +00:00
object-inspector.js Bug 1514815 - Keep console scrolled to bottom when rendering SmartTrace; r=bgrins. 2018-12-20 14:37:41 +00:00
prefs.js