A few notes for any on picking this up. 1) Change the the `baseFormatter` for the Copy to just return the value here https://searchfox.org/mozilla-central/rev/bf243bc817f97b0bb74af710bd9d874370468e8b/devtools/client/netmonitor/src/utils/context-menu-utils.js#15 2) Create a new entry for `Copy Value` for localization in to replace the one for `Copy` https://searchfox.org/mozilla-central/rev/bf243bc817f97b0bb74af710bd9d874370468e8b/devtools/client/locales/en-US/netmonitor.properties#1242-1248. Maybe we can use `netmonitor.context.copyValue` 3) Replace all the usages of `netmonitor.context.copy` https://searchfox.org/mozilla-central/search?q=L10N.getStr%28%22netmonitor.context.copy%22%29&path=&case=false®exp=false 4) Fix any failing tests or add tests for it.
Bug 1766821 Comment 10 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
A few notes for any one picking this up. 1) Change the the `baseFormatter` for the Copy to just return the value here https://searchfox.org/mozilla-central/rev/bf243bc817f97b0bb74af710bd9d874370468e8b/devtools/client/netmonitor/src/utils/context-menu-utils.js#15 2) Create a new entry for `Copy Value` for localization in to replace the one for `Copy` https://searchfox.org/mozilla-central/rev/bf243bc817f97b0bb74af710bd9d874370468e8b/devtools/client/locales/en-US/netmonitor.properties#1242-1248. Maybe we can use `netmonitor.context.copyValue` 3) Replace all the usages of `netmonitor.context.copy` https://searchfox.org/mozilla-central/search?q=L10N.getStr%28%22netmonitor.context.copy%22%29&path=&case=false®exp=false 4) Fix any failing tests or add tests for it.