Bug 36045 - PDF views should have SPI to expose their PDFDocument
Summary: PDF views should have SPI to expose their PDFDocument
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Andy Estes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-11 18:59 PST by Brady Eidson
Modified: 2010-03-15 14:33 PDT (History)
0 users

See Also:


Attachments
Patch (2.87 KB, patch)
2010-03-12 12:05 PST, Andy Estes
beidson: review+
beidson: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.