We need to handle form posts when one of the fields is a blob.
Since we're trying to make network service not aware of web platform, this means that renderer shouldn't send blob UUIDs through URLLoaderFactory. Instead, most likely it should send a data pipe containing the blob which it got from the blob service.
Bug(none) external/wpt/XMLHttpRequest/formdata-blob.htm [ Failure ]
Bug(none) external/wpt/XMLHttpRequest/formdata.htm [ Failure ]
Bug(none) external/wpt/XMLHttpRequest/overridemimetype-blob.html [ Failure ]
Bug(none) external/wpt/XMLHttpRequest/send-accept.htm [ Failure ]
Bug(none) external/wpt/XMLHttpRequest/send-blob-with-no-mime-type.html [ Failure ]
Bug(none) external/wpt/XMLHttpRequest/send-data-blob.htm [ Failure ]
Bug(none) http/tests/local/blob/send-data-blob.html [ Failure ]
Bug(none) http/tests/local/blob/send-hybrid-blob.html [ Failure ]
Bug(none) http/tests/local/blob/send-sliced-data-blob.html [ Failure ]
We need to handle form posts when one of the fields is a blob.
Since we're trying to make network service not aware of web platform, this means that renderer shouldn't send blob UUIDs through URLLoaderFactory. Instead, most likely it should send a data pipe containing the blob which it got from the blob service.
external/wpt/XMLHttpRequest/formdata-blob.htm [ Failure ]
external/wpt/XMLHttpRequest/formdata.htm [ Failure ]
external/wpt/XMLHttpRequest/overridemimetype-blob.html [ Failure ]
external/wpt/XMLHttpRequest/send-accept.htm [ Failure ]
external/wpt/XMLHttpRequest/send-blob-with-no-mime-type.html [ Failure ]
external/wpt/XMLHttpRequest/send-data-blob.htm [ Failure ]
http/tests/local/blob/send-data-blob.html [ Failure ]
http/tests/local/blob/send-hybrid-blob.html [ Failure ]
http/tests/local/blob/send-sliced-data-blob.html [ Failure ]
crbug.com/761117 http/tests/xmlhttprequest/post-formdata.html [ Failure ]
crbug.com/761117 http/tests/xmlhttprequest/workers/post-formdata.html [ Failure ]
Comment 1 by jam@chromium.org
, Aug 31 2017