[Webkit-unassigned] [Bug 85938] New: [BlackBerry] Refactor data scheme support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 8 18:04:28 PDT 2012


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

           Summary: [BlackBerry]  Refactor data scheme support
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: charles.wei at torchmobile.com.cn
                CC: rwlbuis at gmail.com, staikos at kde.org,
                    tonikitoo at webkit.org, mary.wu at torchmobile.com.cn


Data scheme support is now implemented in NetworkJob.cpp,  but NetworkJob.cpp is not re-useable by Download, because NetworkJob.cpp is supposed to feed the data to webkit only. 

So we need to refractor the data scheme support,  move the data scheme out of NetworkJob to it's own stream, DataStream,  which can be wrapped up by both NetworkJob and Download Jobs.

Internal PR: 154804

-- 
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