You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev
Hi team,
I am working on a problem on the print preview. My team is currently working on a Tor feature in premium and we have some trouble with the print preview, as it never receive the pdf files created by the renderer. I cannot find in code where the pdf is displayed by the browser process so I cannot check whether the pdf file have been received by the browser or not. Do you guys have any suggestion where I should look for.
Lei Zhang
unread,
Nov 30, 2022, 4:46:23 PM11/30/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tru...@coccoc.com, Chromium-dev
On the browser side, the PDFs used for print preview are stored in
PrintPreviewDataService.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to the...@chromium.org, tru...@coccoc.com, Chromium-dev
Within Print Preview itself, you can use DevTools to see the URL of the PDF being loaded (which, as Lei mentioned, comes from PrintPreviewDataService).