Bug 36045

Summary: PDF views should have SPI to expose their PDFDocument
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit APIAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Attachments:
Description Flags
Patch beidson: review+, beidson: commit-queue-

Description Brady Eidson 2010-03-11 18:59:48 PST
PDF views should have SPI to expose their PDFDocument.
Comment 1 Brady Eidson 2010-03-11 19:05:11 PST
I think a good way would be to add a new category, and client apps could test if the document view implements the category or not.
Comment 2 Brady Eidson 2010-03-12 11:08:14 PST
(In reply to comment #1)
> I think a good way would be to add a new category, and client apps could test
> if the document view implements the category or not.

By category, I meant protocol.
Comment 3 Andy Estes 2010-03-12 12:05:52 PST
Created attachment 50619 [details]
Patch
Comment 4 Brady Eidson 2010-03-12 12:20:11 PST
Comment on attachment 50619 [details]
Patch

r+
Comment 5 Brady Eidson 2010-03-12 12:48:01 PST
Comment on attachment 50619 [details]
Patch

removing commit-queue flag, landed this myself for Andy.