Changeset 218972 in webkit


Ignore:
Timestamp:
Jun 29, 2017 5:14:55 PM (7 years ago)
Author:
Matt Lewis
Message:

Unreviewed, rolling out r218963.

This patch and its fix cause immediate flakiness on all WK2
testers

Reverted changeset:

"Support PeerConnectionStates::BundlePolicy::MaxBundle when
setting rtc configuration"
https://bugs.webkit.org/show_bug.cgi?id=169389
http://trac.webkit.org/changeset/218963

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r218968 r218972  
     12017-06-29  Matt Lewis  <jlewis3@apple.com>
     2
     3        Unreviewed, rolling out r218963.
     4
     5        This patch and its fix cause immediate flakiness on all WK2
     6        testers
     7
     8        Reverted changeset:
     9
     10        "Support PeerConnectionStates::BundlePolicy::MaxBundle when
     11        setting rtc configuration"
     12        https://bugs.webkit.org/show_bug.cgi?id=169389
     13        http://trac.webkit.org/changeset/218963
     14
    1152017-06-29  Chris Dumez  <cdumez@apple.com>
    216
  • trunk/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.cpp

    r218963 r218972  
    110110    }
    111111
     112    rtcConfiguration.set_cpu_adaptation(false);
    112113    rtcConfiguration.ice_candidate_pool_size = configuration.iceCandidatePoolSize;
    113114
Note: See TracChangeset for help on using the changeset viewer.