PrintPreviewDialogController seems unaware of OOPIFs |
||
Issue descriptionWe haven't yet found specific issues, but the PrintPreviewDialogController seems unaware of OOPIFs (e.g. it seems to use contents->GetMainFrame()->GetProcess() in a few places without considering OOPIFs). Let's use this bug to track auditing the PrintPreviewDialogController and fixing any discovered issues.
,
Feb 17 2018
Yes, PrintPreviewDialogController keeps a 1-to-1 mapping between print preview dialog and previewed content's main frame process. This is ok since it is used to decide when to close preview dialog. Only when the main frame's rph is gone, we close preview dialog seems reasonable to me. Pls let me know if you have other thoughts. Since this doesn't affect printing itself, I doesn't block other bugs. |
||
►
Sign in to add a comment |
||
Comment 1 by lukasza@chromium.org
, Sep 27 2017