CCT for off-origin in PWA breaks communication between windows. |
||||
Issue description
Developer reported that following JavaScript no longer works / crashes with CCT handling off-origin navigations:
`window.open('about:blank').document.write('text')` not work in CCT UI;
`window.open(URL.createObjectURL(new Blob(['text'])))` causing to crash
testcase: https://xianqiao.wang/test/cct_temp/
,
Sep 8 2017
,
Dec 26 2017
Unassigning myself, as I won't be able to investigate this further and fix this.
,
Jan 4 2018
Assigning to myself to investigate |
||||
►
Sign in to add a comment |
||||
Comment 1 by piotrs@chromium.org
, Aug 11 2017