Changeset 103244 in webkit


Ignore:
Timestamp:
Dec 19, 2011 10:07:40 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[BlackBerry] remove one file related to multipart from the BlackBerry build system
https://bugs.webkit.org/show_bug.cgi?id=74839

Patch by Chris Guan <chris.guan@torchmobile.com.cn> on 2011-12-19
Reviewed by Daniel Bates.

After refactored multipart, the code of MultipartResponseDelegate have been moved
out of WebCore, we do not need to upstream MultipartResponseDelegate any more.
So remove it from PlatformBlackBerry.cmake to update build system.

  • PlatformBlackBerry.cmake:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r103243 r103244  
     12011-12-19  Chris Guan  <chris.guan@torchmobile.com.cn>
     2
     3        [BlackBerry] remove one file related to multipart from the BlackBerry build system
     4        https://bugs.webkit.org/show_bug.cgi?id=74839
     5
     6        Reviewed by Daniel Bates.
     7
     8        After refactored multipart, the code of MultipartResponseDelegate have been moved
     9        out of WebCore, we do not need to upstream MultipartResponseDelegate any more.
     10        So remove it from PlatformBlackBerry.cmake to update build system.
     11       
     12        * PlatformBlackBerry.cmake:
     13
    1142011-12-15  Geoffrey Garen  <ggaren@apple.com>
    215
  • trunk/Source/WebCore/PlatformBlackBerry.cmake

    r102937 r103244  
    8989    platform/network/ProxyServer.cpp
    9090    platform/network/blackberry/DeferredData.cpp
    91     platform/network/blackberry/MultipartResponseDelegate.cpp
    9291    platform/network/blackberry/NetworkJob.cpp
    9392    platform/network/blackberry/NetworkManager.cpp
Note: See TracChangeset for help on using the changeset viewer.