| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[tracing] Fix source rundown chunking for non-ASCII scripts
Large source rundown events split script sources using offsets based on
String::length(), but applied those offsets after converting the whole
source to a UTF-8 C string. For sources containing multi-byte UTF-8
characters, this could truncate or corrupt emitted LargeScriptCatchup
chunks.
Emit each chunk directly from the original V8 string range so chunk
boundaries remain consistent with the source length calculation.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |