skia2/modules
Ben Wagner f15f78c905 [debugger] Handle '\0' and such in json strings.
This allows mskps produced with Chromium to be displayed in the
debugger. Previously, the debugger would produce invalid json if any
string contained characters which needed to be escaped. The debugger
also treated all strings like NULL terminated strings, but json is
Unicode based and code point U+0000 is a perfectly good code point.

Change-Id: I28150bad666b02be9f1e4af4078a4ca1e65bf000
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/549098
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Herb Derby <herb@google.com>
2022-06-11 17:49:01 +00:00
..
androidkit [includes] Prepare for moving SkColorSpace to forward declare 2022-03-31 19:50:10 +00:00
audioplayer implement SkAudioPLayer for Android 2020-12-15 00:12:48 +00:00
canvaskit Preserve Z when converting 3x3 to 4x4 matrix 2022-06-10 16:33:53 +00:00
particles [debugger] Handle '\0' and such in json strings. 2022-06-11 17:49:01 +00:00
pathkit [pathkit] Expose res_scale 2022-05-23 17:46:48 +00:00
skottie correct typo in bulge effect file name 2022-06-09 17:19:51 +00:00
skparagraph Perform population UTF16Mapping only once 2022-06-10 18:17:10 +00:00
skplaintexteditor Fix -Wunused-but-set-variable warnings 2022-04-29 15:20:59 +00:00
skresources [bazel] Add "skia_internal" target that exposes private API for tests/tools. 2022-06-02 11:23:50 +00:00
sksg [bazel] Add "skia_internal" target that exposes private API for tests/tools. 2022-06-02 11:23:50 +00:00
skshaper [bazel] Add "skia_internal" target that exposes private API for tests/tools. 2022-06-02 11:23:50 +00:00
skunicode [bazel] Add "skia_internal" target that exposes private API for tests/tools. 2022-06-02 11:23:50 +00:00
svg [bazel] Add rules for CanvasKit and dependent modules 2022-05-31 14:14:54 +00:00