Bug 102692 - [BlackBerry] Remove RTSP handling from FrameLoaderClientBlackBerry
Summary: [BlackBerry] Remove RTSP handling from FrameLoaderClientBlackBerry
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Liam Quinn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-19 08:29 PST by Liam Quinn
Modified: 2012-11-19 11:30 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.14 KB, patch)
2012-11-19 08:44 PST, Liam Quinn
no flags Details | Formatted Diff | Diff
Patch (2.21 KB, patch)
2012-11-19 10:31 PST, Liam Quinn
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Liam Quinn 2012-11-19 08:29:43 PST
We currently handle "rtsp:" URIs in FrameLoaderClientBlackBerry, but this causes HTTP redirects to "rtsp:" URIs to fail. We should move handling of "rtsp:" URIs to the network layer alongside other URI schemes like "data:" and "file:".
Comment 1 Liam Quinn 2012-11-19 08:44:06 PST
Created attachment 174991 [details]
Patch
Comment 2 Rob Buis 2012-11-19 10:29:40 PST
Comment on attachment 174991 [details]
Patch

Patch seems fine, but it would be good to have PR and internal reviewer handy as reference.
Comment 3 Liam Quinn 2012-11-19 10:31:42 PST
Created attachment 175002 [details]
Patch
Comment 4 Rob Buis 2012-11-19 10:36:16 PST
Comment on attachment 175002 [details]
Patch

LGTM.
Comment 5 WebKit Review Bot 2012-11-19 11:30:52 PST
Comment on attachment 175002 [details]
Patch

Clearing flags on attachment: 175002

Committed r135181: <http://trac.webkit.org/changeset/135181>
Comment 6 WebKit Review Bot 2012-11-19 11:30:55 PST
All reviewed patches have been landed.  Closing bug.