Given that this presents a Web compat risk, is there a ChromeStatus entry +
Intent thread for this?

On Mon, Aug 21, 2023 at 7:05 PM David Bokan <bo...@chromium.org> wrote:

> Hi blink-dev,
>
> I just landed https://crrev.com/f848cbce89b422 which will cause an XML
> document to merge sibling CDATA section nodes into a single CDATA section
> during parsing.
>
> The reason for this is that libxml emits separate nodes at 300 byte
> boundaries for a CDATA section that's spread across more than one input
> chunk. If the CDATA is split across input chunks, libxml also emits
> separate nodes and this merging behavior was already applied to this case
> by https://crrev.com/2fdffd306d488 - the change I'm making generalizes
> this to also cover the 300 byte chunking behavior (see CL commit message
> for more details).
>
> I'm hoping this is web-compatible but have added a flag-guard if we need
> to turn it off. If anyone sees any breakage related to this or knows
> specific sites/apps to check please let me know.
>
> Thanks!
> David
>
> --
> You received this message because you are subscribed to the Google Groups
> "blink-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to blink-dev+unsubscr...@chromium.org.
> To view this discussion on the web visit
> https://groups.google.com/a/chromium.org/d/msgid/blink-dev/4bfd9115-b843-4dc7-b10f-26b87d215689n%40chromium.org
> <https://groups.google.com/a/chromium.org/d/msgid/blink-dev/4bfd9115-b843-4dc7-b10f-26b87d215689n%40chromium.org?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blink-dev+unsubscr...@chromium.org.
To view this discussion on the web visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CADizRgZRWinxYVJORErQpqiQFYhRba%2BLMoUwFeq3-7%3DRwtx8hQ%40mail.gmail.com.

Reply via email to