gecko-dev/devtools/client
Nicolas Chevobbe 130c2955a0 Bug 1620569 - Reset editor selection when console input is blurred. r=Honza.
CodeMirror does not have an option to automatically remove
the selection when the editor is blurred, which means there
can be a kind-of weird visual glitch when there was a selection
and the user does another selection.
This patch listen for the blur event on the editor, and if there
was a selection, removes it.
The blur event need to be piped down from the sourceeditor.
A test is added to ensure this works as expected.

Differential Revision: https://phabricator.services.mozilla.com/D78649
2020-06-11 10:14:30 +00:00
..
aboutdebugging Bug 1643269 - Wait for TABS update in browser_aboutdebugging_tab_zombietab r=daisuke 2020-06-08 07:23:12 +00:00
accessibility Bug 1598076 - pass audit progress number of completed audits back to the client to avoid calculating it from percentage. r=jdescottes 2020-06-04 17:11:26 +00:00
application Bug 1641271 - Fix the icons for dark mode in the Service Workers in the Application panel r=ladybenko 2020-06-05 15:46:19 +00:00
bin Bug 1628599 - Fixing all links pointing to docs.firefox-dev.tools r=Honza,remote-protocol-reviewers,perftest-reviewers,maja_zf,davehunt 2020-06-01 10:58:38 +00:00
debugger Bug 1643822 - getTextAtLine should not use split. r=davidwalsh 2020-06-08 18:21:52 +00:00
dom Bug 1636924 - Remove unnecessary isTopLevel and type properties from onTargetAvailable/onTargetDestroyed callback parameter. r=ochameau. 2020-05-15 16:03:32 +00:00
framework Bug 1644650 - Make the main developer tools window an application for assistive technologies again, r=nchevobbe 2020-06-10 07:38:32 +00:00
fronts Bug 1620243 - Watch console messages resources from the server side. r=nchevobbe,jdescottes 2020-06-09 18:22:45 +00:00
inspector Bug 1639354 - DevTools tests should await on async checkDeclarationIsInactive r=mtigley 2020-06-10 05:52:53 +00:00
jsonview Bug 1633790 - pass channels to stream conversion getContentType and always allow PDF.js use for user-opened local PDF files, r=mattwoodrow,jaws 2020-05-06 20:34:51 +00:00
locales Bug 1637867 - UI support for Server side events. r=Honza,bomsy 2020-06-11 07:40:07 +00:00
memory Bug 1643180 - Part 2: Update the Frame component to always pass generated position to view source. r=jlast 2020-06-05 22:18:38 +00:00
netmonitor Bug 1637867 - UI support for Server side events. r=Honza,bomsy 2020-06-11 07:40:07 +00:00
performance Bug 1643180 - Part 2: Update the Frame component to always pass generated position to view source. r=jlast 2020-06-05 22:18:38 +00:00
performance-new Bug 1641608 - Add "GraphRunner" to the media preset thread list. r=gregtatum 2020-05-28 18:57:10 +00:00
preferences Bug 1603190 - Enable windowless-service-workers in Nightly r=jlast,Honza 2020-04-23 15:09:56 +00:00
responsive Bug 1644248 - Duplicate test for browser_navigation.js to be run against browserUI pref set to false. r=bradwerth 2020-06-10 17:30:24 +00:00
shared Bug 1620569 - Reset editor selection when console input is blurred. r=Honza. 2020-06-11 10:14:30 +00:00
storage Bug 1309824 - Show proper descriptions for storage types. r=jdescottes,fluent-reviewers,flod 2020-05-19 17:24:06 +00:00
styleeditor Bug 1643180 - Part 5: Centralize viewSourceInStyleEditor's actor ID and sourcemap processing. r=jlast 2020-06-05 22:19:46 +00:00
themes Bug 1629875 - Style blocked network messages in console. r=nchevobbe 2020-06-10 08:31:42 +00:00
webconsole Bug 1620569 - Reset editor selection when console input is blurred. r=Honza. 2020-06-11 10:14:30 +00:00
whats-new Bug 1628194 - Updated DevTools WN panel r=Honza 2020-05-25 07:13:51 +00:00
.eslintrc.js Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr 2020-03-19 13:47:51 +00:00
constants.js Bug 1625495 - Remove devtools/shared/client folder r=daisuke,ochameau,nchevobbe 2020-03-31 08:36:29 +00:00
definitions.js Bug 1639232 - Enable Application panel in Settings and in Menu r=jdescottes 2020-05-26 17:41:23 +00:00
devtools-client.js Bug 1625495 - Remove devtools/shared/client folder r=daisuke,ochameau,nchevobbe 2020-03-31 08:36:29 +00:00
devtools-fission-prefs.js Bug 1643629 - Add the contenttoolbox preference to DevTools FIS icon-button r=rcaliman 2020-06-05 12:58:24 +00:00
jar.mn Bug 1629875 - Style blocked network messages in console. r=nchevobbe 2020-06-10 08:31:42 +00:00
menus.js Bug 1621022 - Change the workflow of enabling the profiler menu button; r=canaltinova 2020-03-25 15:34:59 +00:00
moz.build Bug 1625495 - Remove devtools/shared/client folder r=daisuke,ochameau,nchevobbe 2020-03-31 08:36:29 +00:00