gecko-dev/devtools/server
Sebastian Zartner 86a324602a Bug 872078 - Allow multi-line font previews. r=jdescottes
This change prepares the font preview generation for the display within the Network Monitor's Response view.
In there, the preview is meant to contain all the letters of the Latin alphabet in upper and lower case plus the numbers from 0 to 9 and different characters in other alphabets.
As those are too long to be displayed in a single line, they will be split into several ones.

For this to work, the getFontPreviewData() method now splits the given preview text at new-line characters into several lines.
This also means that for the existing single-line preview texts within the Inspector there is no change.

Differential Revision: https://phabricator.services.mozilla.com/D110167
2021-04-08 21:39:56 +00:00
..
actors Bug 872078 - Allow multi-line font previews. r=jdescottes 2021-04-08 21:39:56 +00:00
connectors Bug 1644397 - [devtools] Create tab targets on process change via the Watcher Actor. r=nchevobbe 2021-04-01 22:11:25 +00:00
performance Bug 1657435 - [devtools] Migrate from getAllDocShellsInSubtree to getAllBrowsingContextsInSubtree in DevTools. r=nchevobbe 2021-01-26 17:31:12 +00:00
socket Bug 1700106 - [devtools] Remove now-useless eslint files related to mochitests. r=jdescottes,Standard8 2021-03-23 15:51:18 +00:00
startup Bug 1699497 - [devtools] Fix races when connecting to the same browser element twice in parallel. r=jdescottes 2021-03-22 20:39:09 +00:00
tests Bug 1699493 - [devtools] Migrate WebExtInspectedWindow front to a command. r=nchevobbe,rpl 2021-04-01 10:31:43 +00:00
devtools-server-connection.js
devtools-server.js Bug 1699497 - [devtools] Fix races when connecting to the same browser element twice in parallel. r=jdescottes 2021-03-22 20:39:09 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00