⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 242849 in webkit


Ignore:
Timestamp:
Mar 13, 2019, 1:24:14 AM (7 years ago)
Author:
bshafiei@apple.com
Message:

Cherry-pick r241452. rdar://problem/48839390

Make WebRTCUnifiedPlanEnabled true by default
https://bugs.webkit.org/show_bug.cgi?id=194595

Reviewed by Eric Carlson.

  • Shared/WebPreferences.yaml:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@241452 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-607-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-607-branch/Source/WebKit/ChangeLog

    r242848 r242849  
     12019-03-13  Babak Shafiei  <bshafiei@apple.com>
     2
     3        Cherry-pick r241452. rdar://problem/48839390
     4
     5    Make WebRTCUnifiedPlanEnabled true by default
     6    https://bugs.webkit.org/show_bug.cgi?id=194595
     7   
     8    Reviewed by Eric Carlson.
     9   
     10    * Shared/WebPreferences.yaml:
     11   
     12   
     13    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@241452 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     14
     15    2019-02-13  Youenn Fablet  <youenn@apple.com>
     16
     17            Make WebRTCUnifiedPlanEnabled true by default
     18            https://bugs.webkit.org/show_bug.cgi?id=194595
     19
     20            Reviewed by Eric Carlson.
     21
     22            * Shared/WebPreferences.yaml:
     23
    1242019-03-13  Babak Shafiei  <bshafiei@apple.com>
    225
  • branches/safari-607-branch/Source/WebKit/Shared/WebPreferences.yaml

    r241911 r242849  
    523523WebRTCUnifiedPlanEnabled:
    524524  type: bool
    525   defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
     525  defaultValue: true
    526526  webcoreBinding: RuntimeEnabledFeatures
    527527  condition: ENABLE(WEB_RTC)
Note: See TracChangeset for help on using the changeset viewer.