Changeset 242849 in webkit
- Timestamp:
- Mar 13, 2019, 1:24:14 AM (7 years ago)
- Location:
- branches/safari-607-branch/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Shared/WebPreferences.yaml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-607-branch/Source/WebKit/ChangeLog
r242848 r242849 1 2019-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 1 24 2019-03-13 Babak Shafiei <bshafiei@apple.com> 2 25 -
branches/safari-607-branch/Source/WebKit/Shared/WebPreferences.yaml
r241911 r242849 523 523 WebRTCUnifiedPlanEnabled: 524 524 type: bool 525 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED525 defaultValue: true 526 526 webcoreBinding: RuntimeEnabledFeatures 527 527 condition: ENABLE(WEB_RTC)
Note:
See TracChangeset
for help on using the changeset viewer.