Changeset 103305 in webkit


Ignore:
Timestamp:
Dec 19, 2011 10:22:39 PM (12 years ago)
Author:
leo.yang@torchmobile.com.cn
Message:

[BlackBerry] Upstream the BlackBerry change to ResourceRequestBase.cpp
https://bugs.webkit.org/show_bug.cgi?id=74910

Reviewed by Daniel Bates.

No functionality change to the existing code, no new tests.

  • platform/network/ResourceRequestBase.cpp: The BlackBerry porting has its own

initializeMaximumHTTPConnectionCountPerHost(). Exclude the default implementation.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r103304 r103305  
     12011-12-19  Leo Yang  <leo.yang@torchmobile.com.cn>
     2
     3        [BlackBerry] Upstream the BlackBerry change to ResourceRequestBase.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=74910
     5
     6        Reviewed by Daniel Bates.
     7
     8        No functionality change to the existing code, no new tests.
     9
     10        * platform/network/ResourceRequestBase.cpp: The BlackBerry porting has its own
     11        initializeMaximumHTTPConnectionCountPerHost(). Exclude the default implementation.
     12
    1132011-12-19  Leo Yang  <leo.yang@torchmobile.com.cn>
    214
  • trunk/Source/WebCore/platform/network/ResourceRequestBase.cpp

    r98316 r103305  
    450450}
    451451
    452 #if !PLATFORM(MAC) && !USE(CFNETWORK) && !USE(SOUP) && !PLATFORM(CHROMIUM) && !PLATFORM(QT)
     452#if !PLATFORM(MAC) && !USE(CFNETWORK) && !USE(SOUP) && !PLATFORM(CHROMIUM) && !PLATFORM(QT) && !PLATFORM(BLACKBERRY)
    453453unsigned initializeMaximumHTTPConnectionCountPerHost()
    454454{
Note: See TracChangeset for help on using the changeset viewer.