Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Upstream the Multipart feature in Blackberry port
https://bugs.webkit.org/show_bug.cgi?id=73533 Patch by Chris Guan <chris.guan@torchmobile.com.cn> on 2011-12-21 Reviewed by Rob Buis. I refactored Multipart code of Blackberry port. Moved Multipart into Blackerry network layer and removed the dependence of std::string. Initial upstream, no new test cases. * platform/network/blackberry/DeferredData.cpp: (WebCore::DeferredData::deferMultipartHeaderReceived): (WebCore::DeferredData::processHeaders): (WebCore::DeferredData::processDeferredData): * platform/network/blackberry/DeferredData.h: (WebCore::DeferredData::hasDeferredData): * platform/network/blackberry/NetworkJob.cpp: (WebCore::NetworkJob::notifyMultipartHeaderReceived): (WebCore::NetworkJob::handleNotifyMultipartHeaderReceived): (WebCore::NetworkJob::handleNotifyDataReceived): (WebCore::NetworkJob::handleNotifyClose): (WebCore::NetworkJob::startNewJobWithRequest): (WebCore::NetworkJob::sendResponseIfNeeded): (WebCore::NetworkJob::sendMultipartResponseIfNeeded): * platform/network/blackberry/NetworkJob.h: Canonical link: https://commits.webkit.org/91799@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@103487 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
133 additions
and 38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters