[Webkit-unassigned] [Bug 13344] pdf file is getting opened in a new window using adobe plugin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 17:36:37 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13344





------- Comment #12 from mjs at apple.com  2007-05-17 17:36 PDT -------
+    if (!m_serviceType.isEmpty() && equalIgnoringCase(m_serviceType,
"application/pdf")) 

I don't think HTMLObjectElement is the right place to have a special case for
PDF - it should be in the -
(ObjectElementType)determineObjectFromMIMEType:(NSString*)MIMEType
URL:(NSURL*)URL
 method on WebFrameBridge, since that is what does the determination of whether
to treat something as an image, plugin or frame. We also want to make sure our
normal inline PDF viewing works right when the Adobe Acrobat plugin is not
installed.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list