Charles Reis
Charles Reis
I tend to agree with @yoavweiss that it seems difficult to disallow cross-origin requests for new image formats without CORS, mainly making it hard to deploy these new formats in...
I would be a big fan of not updating the document's URL at all after document.open. In this case where one frame calls document.open on another frame, it seems like...
Thanks, and hmm. I could imagine getting bug reports for the pushState and form submission cases. It seems plausible that sites are using pushState within document.write content, and that pages...
While we do use a list of trees in Chrome, we've started sharing the frame-specific session history items (which we call FrameNavigationEntries) across the joint session history items (which we...
Yes, I'll mainly share that the example Anne noted happened in practice, at least in the past. In https://crbug.com/128772 from 2012, we found that Facebook was using an iframe on...
For context, I was discussing this with @Tanych and @domfarolino in https://chromium-review.googlesource.com/c/chromium/src/+/3687391/comments/4f3b997c_bec153e8. It seems ok to start the prototype with a version that loads all Fenced Frames and their subframes...