Summary: | WebKit2: Save as PDF in Safari provides Untitled as default file name | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Jer Noble <jer.noble> | ||||
Component: | Assignee: | Jer Noble <jer.noble> | |||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | Keywords: | InRadar, PlatformOnly | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Mac | ||||||
OS: | OS X 10.6 | ||||||
Attachments: |
|
Description
Jer Noble
2011-03-31 00:51:19 PDT
Created attachment 87679 [details]
Patch
Comment on attachment 87679 [details]
Patch
Interestingly, this is not how it works in WebKit1 - my theory is that NSPrintOperation gets job title from window title by default, but WKPrintingView doesn't have a window.
That's exactly right. [NSPrintOperation setJobTitle:] overrides the default behavior, which is to call [NSView printJobTitle], which returns the document's displayName. Committed r82737: <http://trac.webkit.org/changeset/82737> |