Chromium Code Reviews
DescriptionMerge 159848 "Process decoded bytes when in stopped (but not det..."
> Process decoded bytes when in stopped (but not detached) state
>
> When a DecodedDataDocumentParser receives bytes it can choose whether to
> pass those through to the underlying document's decoder or not. If the
> parser is the detached state, there is no underlying document so it doesn't
> make sense to process the bytes at all. r158300 patched
> DecodedDataDocumentParser to not process bytes when in the stopped or detached
> state but it turns out in some scenarios involving XSLT we receive bytes
> in the stopped state. This relaxes the check from isStopped() to isDetached().
>
> BUG=304965
>
> Review URL: https://codereview.chromium.org/27394002
TBR=jamesr@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160098
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||