--
You received this message because you are subscribed to the Google Groups "navigation-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to navigation-de...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/navigation-dev/CAMKsNvoNhAp%2B-%2BO_nq1shaSQJ3_GpirtA9BH_CjNTGiZO85XQg%40mail.gmail.com.
- For now, I propose we just keep the current behavior (create a NavigationRequest at DidCommit) but remove the DidCommitProvisionalLoad_Params dependency. We don't need any info from the renderer except the URL (at least 1 WPT is expecting window.open(about.blank#something) to be synchronous - not sure if it's OK to change this). So, we can make these commits notify the browser through DidCommitInitialEmptyDocument(url), and not go through DidCommitProvisionalLoad at all.