[Webkit-unassigned] [Bug 56861] New: RSS Feed MIME type handling in QT Webkit not sufficient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 22 14:11:31 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=56861

           Summary: RSS Feed MIME type handling in QT Webkit not
                    sufficient
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mario.g.borges at nokia.com



mario borges <mario.g.borges at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #86503|                            |review?, commit-queue?
               Flag|                            |


Created an attachment (id=86503)
 --> (https://bugs.webkit.org/attachment.cgi?id=86503&action=review)
update to MIMETypeRegistry.cpp to exclude RSS MIME types handling

For QT based Webkit, the handling of RSS MIME type content is presented as displaying the xml content on the browser's screen.  For the Symbian/QT based Browser to subscribe to a feed, we need Webkit to not handle feed based content in order to process it as a feed subscription.  Therefore, I've attached a proposed patch to Webkit to remedy this problem by removing the feed based MIME types from being handled in Webkit for only QT based platforms.

Other attempts at solving this problem were made but proved unsuccessful.  It was not possible to find a solution where QT based Webkit would not handle the feed based content and display the contents on the browser screen.  Since this was not the targeted functionality we were left with this proposed patch.

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



More information about the webkit-unassigned mailing list