Bug 285726
Summary: | [Site isolation] Record the page snapshotting to a DisplayList before sinking it to a PDFDocument | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | WebKit Process Model | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | nham, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=288620 https://bugs.webkit.org/show_bug.cgi?id=288646 |
Said Abou-Hallawa
All frames have to be recorded to DisplayLists. These DisplayLists will be composited to a PDFDocument and later to an Image to a printer context.
This bug will address recording the main frame only to a DisplayList and then sinking it to a PDFDocument. In future bug, the cross origin frames will be recorded to DisplayLists and connected to the main frame DisplayList.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/142664977>
Said Abou-Hallawa
https://github.com/WebKit/WebKit/pull/38827
Said Abou-Hallawa
Committed 290300@main (fc01b43): https://commits.webkit.org/290300@main
Reviewed commits have been landed. Closing PR #38827 and removing active labels.