DescriptionProcess 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
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159848
Patch Set 1 #Patch Set 2 : add comment and test #
Total comments: 2
Patch Set 3 : rename test, add comment #
Messages
Total messages: 14 (0 generated)
|