gecko-dev/devtools
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
..
client Bug 1703545 - [devtools] Destroy descriptor in browser_allocations_target.js to keep asserting client destruction r=nchevobbe 2021-04-08 12:48:23 +00:00
docs Bug 1698553 - [devtools] Update DevTools release doc to include same-version smoke tests r=nchevobbe 2021-03-16 08:25:56 +00:00
platform Bug 1676365 - Move SpinEventLoopUntil to separate header. r=#xpcom-reviewers 2020-11-23 16:10:41 +00:00
server Bug 872078 - Allow multi-line font previews. r=jdescottes 2021-04-08 21:39:56 +00:00
shared Bug 1703300 - [devtools] Do not notify about uninitialized fronts in Front::watchFronts r=nchevobbe 2021-04-07 13:42:34 +00:00
startup Bug 1702124 - [devtools] Fix the checkbox cut by the image near it issue. r=Honza 2021-04-07 11:42:38 +00:00
.eslintrc.js Bug 1700106 - [devtools] Exclude tests from general DevTools camelcase eslint rule. r=jdescottes 2021-03-23 15:51:17 +00:00
.eslintrc.xpcshell.js Bug 1620537 - Fix eslint issues in devtools .eslintrc*.js files now that ESLint 7 will lint them. r=mossop 2020-07-24 20:39:07 +00:00
CODE_OF_CONDUCT.md
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
templates.mozbuild
tsconfig.json