BlackBerry porting is using local: protocol just as file: protocol with the exception that it sandboxes the path to the application private space.
Created attachment 134731 [details] Patch
Comment on attachment 134731 [details] Patch The code change looks ok. Please make sure we really use this code before cq+.
(In reply to comment #2) > (From update of attachment 134731 [details]) > The code change looks ok. Please make sure we really use this code before cq+. Thanks for your review. We are using KURL::parse() for local:/// urls and we can reach the patched code chunk in KURL::parse(). I don't find a case to reach portAllowed() for both file:/// and local:///. But because there is checking of file:/// protocol in portAllowed(), we should add checking of local:/// since local:/// is same as file:/// here.
Comment on attachment 134731 [details] Patch Sending to cq ...
Comment on attachment 134731 [details] Patch Clearing flags on attachment: 134731 Committed r113285: <http://trac.webkit.org/changeset/113285>
All reviewed patches have been landed. Closing bug.