Title: [214964] trunk
Revision
214964
Author
[email protected]
Date
2017-04-05 13:16:47 -0700 (Wed, 05 Apr 2017)

Log Message

Unreviewed, rolling out r214932.

This change broke an internal build.

Reverted changeset:

"[ios-simulator] API test WebKit2.DataDetectionReferenceDate
timing out"
https://bugs.webkit.org/show_bug.cgi?id=161967
http://trac.webkit.org/changeset/214932

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (214963 => 214964)


--- trunk/Source/WebCore/ChangeLog	2017-04-05 20:15:04 UTC (rev 214963)
+++ trunk/Source/WebCore/ChangeLog	2017-04-05 20:16:47 UTC (rev 214964)
@@ -1,5 +1,18 @@
 2017-04-05  Ryan Haddad  <[email protected]>
 
+        Unreviewed, rolling out r214932.
+
+        This change broke an internal build.
+
+        Reverted changeset:
+
+        "[ios-simulator] API test WebKit2.DataDetectionReferenceDate
+        timing out"
+        https://bugs.webkit.org/show_bug.cgi?id=161967
+        http://trac.webkit.org/changeset/214932
+
+2017-04-05  Ryan Haddad  <[email protected]>
+
         Unreviewed, rolling out r214962.
 
         Roll r214937 back in because it wasn't at fault for the build

Modified: trunk/Source/WebCore/platform/spi/cocoa/DataDetectorsCoreSPI.h (214963 => 214964)


--- trunk/Source/WebCore/platform/spi/cocoa/DataDetectorsCoreSPI.h	2017-04-05 20:15:04 UTC (rev 214963)
+++ trunk/Source/WebCore/platform/spi/cocoa/DataDetectorsCoreSPI.h	2017-04-05 20:16:47 UTC (rev 214964)
@@ -106,8 +106,8 @@
 #define DDResultPropertyPassiveDisplay   (1 << 0)
 
 typedef struct __DDQueryOffset {
-    CFIndex queryIndex:32;
-    CFIndex offset:32;
+    CFIndex queryIndex;
+    CFIndex offset;
 } DDQueryOffset;
 
 typedef struct __DDQueryRange {
@@ -117,8 +117,6 @@
 
 #endif // !USE(APPLE_INTERNAL_SDK)
 
-static_assert(sizeof(DDQueryOffset) == 8, "DDQueryOffset is no longer 8 bytes. Update the definition of DDQueryOffset in this file to match the new size.");
-
 typedef struct __DDScanQuery *DDScanQueryRef;
 typedef struct __DDScanner *DDScannerRef;
 

Modified: trunk/Tools/ChangeLog (214963 => 214964)


--- trunk/Tools/ChangeLog	2017-04-05 20:15:04 UTC (rev 214963)
+++ trunk/Tools/ChangeLog	2017-04-05 20:16:47 UTC (rev 214964)
@@ -1,5 +1,18 @@
 2017-04-05  Ryan Haddad  <[email protected]>
 
+        Unreviewed, rolling out r214932.
+
+        This change broke an internal build.
+
+        Reverted changeset:
+
+        "[ios-simulator] API test WebKit2.DataDetectionReferenceDate
+        timing out"
+        https://bugs.webkit.org/show_bug.cgi?id=161967
+        http://trac.webkit.org/changeset/214932
+
+2017-04-05  Ryan Haddad  <[email protected]>
+
         Unreviewed, rolling out r214962.
 
         Roll r214937 back in because it wasn't at fault for the build

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/DataDetection.mm (214963 => 214964)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/DataDetection.mm	2017-04-05 20:15:04 UTC (rev 214963)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/DataDetection.mm	2017-04-05 20:16:47 UTC (rev 214964)
@@ -69,7 +69,7 @@
     ranScript = false;
 }
 
-TEST(WebKit2, DataDetectionReferenceDate)
+TEST(WebKit2, DISABLED_DataDetectionReferenceDate)
 {
     RetainPtr<WKWebViewConfiguration> configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
     [configuration setDataDetectorTypes:WKDataDetectorTypeCalendarEvent];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to