Chromium Code Reviews
DescriptionUse associated interface on DownloadedTempFile
Blob systems depends on the ordering of loading IPC messages. That is,
the blob creation IPC via XHR is issued before the destruction of
DownloadedTempFile, and it expects to the blob IPC is handled before
DownloadedTempFile IPC.
However in the previous code, that is not guaranteed by Mojo, and that
makes Layout tests flaky. This CL switches DownLoadedTempFile in a loading
IPC to an associated interface to ensure it preserves the ordering of IPC
to other loading IPCs.
BUG=670562
Review-Url: https://codereview.chromium.org/2561743003
Cr-Commit-Position: refs/heads/master@{#445611}
Committed: https://chromium.googlesource.com/chromium/src/+/ad092abe5691a30391dbc0fd846af75e9917d37b
Patch Set 1 #Patch Set 2 : fix #Patch Set 3 : update LayoutTest/TestExpectations #
Total comments: 4
Patch Set 4 : . #
Total comments: 4
Patch Set 5 : +\n. +comment. #
Total comments: 6
Patch Set 6 : rebase #Patch Set 7 : typo fix #
Total comments: 3
Patch Set 8 : rebase #Patch Set 9 : rebase #Patch Set 10 : +NOTREACHED on non frame trasfer #Messages
Total messages: 69 (44 generated)
|