Title: [254643] branches/safari-609-branch
Revision
254643
Author
alanc...@apple.com
Date
2020-01-15 15:07:16 -0800 (Wed, 15 Jan 2020)

Log Message

Cherry-pick r254007. rdar://problem/58605939

    REGRESSION: [iOS 13] webrtc/datachannel/mdns-ice-candidates.html is failing
    https://bugs.webkit.org/show_bug.cgi?id=201900
    <rdar://problem/55466061>

    Reviewed by Eric Carlson.

    Source/WebCore:

    No change of behavior.

    * Modules/mediastream/PeerConnectionBackend.cpp:
    (WebCore::PeerConnectionBackend::registerMDNSName):
    Fix message typo (missing space).

    LayoutTests:

    * platform/ios/TestExpectations:
    Reenable test.

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

Modified Paths

Diff

Modified: branches/safari-609-branch/LayoutTests/ChangeLog (254642 => 254643)


--- branches/safari-609-branch/LayoutTests/ChangeLog	2020-01-15 23:07:11 UTC (rev 254642)
+++ branches/safari-609-branch/LayoutTests/ChangeLog	2020-01-15 23:07:16 UTC (rev 254643)
@@ -1,5 +1,41 @@
 2020-01-15  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r254007. rdar://problem/58605939
+
+    REGRESSION: [iOS 13] webrtc/datachannel/mdns-ice-candidates.html is failing
+    https://bugs.webkit.org/show_bug.cgi?id=201900
+    <rdar://problem/55466061>
+    
+    Reviewed by Eric Carlson.
+    
+    Source/WebCore:
+    
+    No change of behavior.
+    
+    * Modules/mediastream/PeerConnectionBackend.cpp:
+    (WebCore::PeerConnectionBackend::registerMDNSName):
+    Fix message typo (missing space).
+    
+    LayoutTests:
+    
+    * platform/ios/TestExpectations:
+    Reenable test.
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254007 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-01-03  youenn fablet  <you...@apple.com>
+
+            REGRESSION: [iOS 13] webrtc/datachannel/mdns-ice-candidates.html is failing
+            https://bugs.webkit.org/show_bug.cgi?id=201900
+            <rdar://problem/55466061>
+
+            Reviewed by Eric Carlson.
+
+            * platform/ios/TestExpectations:
+            Reenable test.
+
+2020-01-15  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r250024. rdar://problem/58605939
 
     Unreviewed iOS 13 test gardening, update test expectations.

Modified: branches/safari-609-branch/LayoutTests/platform/ios/TestExpectations (254642 => 254643)


--- branches/safari-609-branch/LayoutTests/platform/ios/TestExpectations	2020-01-15 23:07:11 UTC (rev 254642)
+++ branches/safari-609-branch/LayoutTests/platform/ios/TestExpectations	2020-01-15 23:07:16 UTC (rev 254643)
@@ -3351,7 +3351,6 @@
 # <rdar://problem/52962272> fast/scrolling/ios/body-overflow-hidden.html is an Image failure
 fast/scrolling/ios/body-overflow-hidden.html [ Pass ImageOnlyFailure ]
 
-<<<<<<< HEAD
 webkit.org/b/201901 svg/custom/glyph-selection-arabic-forms.svg [ Failure ]
 
 webkit.org/b/202328 fast/images/async-image-multiple-clients-repaint.html [ Pass Failure ]
@@ -3467,6 +3466,4 @@
 
 webkit.org/b/201899 editing/pasteboard/paste-does-not-fire-promises-while-sanitizing-web-content.html [ Failure ]
 
-webkit.org/b/201900 webrtc/datachannel/mdns-ice-candidates.html [ Failure ]
-
 webkit.org/b/201901 svg/custom/glyph-selection-arabic-forms.svg [ Failure ]

Modified: branches/safari-609-branch/Source/WebCore/ChangeLog (254642 => 254643)


--- branches/safari-609-branch/Source/WebCore/ChangeLog	2020-01-15 23:07:11 UTC (rev 254642)
+++ branches/safari-609-branch/Source/WebCore/ChangeLog	2020-01-15 23:07:16 UTC (rev 254643)
@@ -1,5 +1,44 @@
 2020-01-15  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r254007. rdar://problem/58605939
+
+    REGRESSION: [iOS 13] webrtc/datachannel/mdns-ice-candidates.html is failing
+    https://bugs.webkit.org/show_bug.cgi?id=201900
+    <rdar://problem/55466061>
+    
+    Reviewed by Eric Carlson.
+    
+    Source/WebCore:
+    
+    No change of behavior.
+    
+    * Modules/mediastream/PeerConnectionBackend.cpp:
+    (WebCore::PeerConnectionBackend::registerMDNSName):
+    Fix message typo (missing space).
+    
+    LayoutTests:
+    
+    * platform/ios/TestExpectations:
+    Reenable test.
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254007 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-01-03  youenn fablet  <you...@apple.com>
+
+            REGRESSION: [iOS 13] webrtc/datachannel/mdns-ice-candidates.html is failing
+            https://bugs.webkit.org/show_bug.cgi?id=201900
+            <rdar://problem/55466061>
+
+            Reviewed by Eric Carlson.
+
+            No change of behavior.
+
+            * Modules/mediastream/PeerConnectionBackend.cpp:
+            (WebCore::PeerConnectionBackend::registerMDNSName):
+            Fix message typo (missing space).
+
+2020-01-15  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r254551. rdar://problem/58508705
 
     Build ANGLE as a dynamic library
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to