mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
8003c92d48
`InspectorUtils.getRuleBodyTextOffset` was returning bytes position, and we were using them directly in Javascript `substring`, which causes problem with non-ascii chars. Instead of returning offsets to compute the rule string, we directly return the string from InspectorUtils which is easier to work with. Differential Revision: https://phabricator.services.mozilla.com/D204523 |
||
---|---|---|
.. | ||
tests | ||
inDeepTreeWalker.cpp | ||
inDeepTreeWalker.h | ||
inIDeepTreeWalker.idl | ||
inLayoutUtils.cpp | ||
inLayoutUtils.h | ||
InspectorFontFace.cpp | ||
InspectorFontFace.h | ||
InspectorUtils.cpp | ||
InspectorUtils.h | ||
moz.build | ||
ServoStyleRuleMap.cpp | ||
ServoStyleRuleMap.h |