mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
86a324602a
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 |
||
---|---|---|
.. | ||
actors | ||
connectors | ||
performance | ||
socket | ||
startup | ||
tests | ||
devtools-server-connection.js | ||
devtools-server.js | ||
moz.build |