Title: [234243] branches/safari-606-branch/Source/WTF
- Revision
- 234243
- Author
- [email protected]
- Date
- 2018-07-26 00:15:10 -0700 (Thu, 26 Jul 2018)
Log Message
Cherry-pick r234189. rdar://problem/42604524
HAVE(PARENTAL_CONTROLS) should be true on watchOS
https://bugs.webkit.org/show_bug.cgi?id=187985
<rdar://problem/42559346>
Reviewed by Andy Estes.
* wtf/Platform.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@234189 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-606-branch/Source/WTF/ChangeLog (234242 => 234243)
--- branches/safari-606-branch/Source/WTF/ChangeLog 2018-07-26 07:15:08 UTC (rev 234242)
+++ branches/safari-606-branch/Source/WTF/ChangeLog 2018-07-26 07:15:10 UTC (rev 234243)
@@ -1,3 +1,28 @@
+2018-07-25 Babak Shafiei <[email protected]>
+
+ Cherry-pick r234189. rdar://problem/42604524
+
+ HAVE(PARENTAL_CONTROLS) should be true on watchOS
+ https://bugs.webkit.org/show_bug.cgi?id=187985
+ <rdar://problem/42559346>
+
+ Reviewed by Andy Estes.
+
+ * wtf/Platform.h:
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@234189 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2018-07-24 Tim Horton <[email protected]>
+
+ HAVE(PARENTAL_CONTROLS) should be true on watchOS
+ https://bugs.webkit.org/show_bug.cgi?id=187985
+ <rdar://problem/42559346>
+
+ Reviewed by Andy Estes.
+
+ * wtf/Platform.h:
+
2018-07-14 Kocsen Chung <[email protected]>
Ensure WebKit stack is ad-hoc signed
Modified: branches/safari-606-branch/Source/WTF/wtf/Platform.h (234242 => 234243)
--- branches/safari-606-branch/Source/WTF/wtf/Platform.h 2018-07-26 07:15:08 UTC (rev 234242)
+++ branches/safari-606-branch/Source/WTF/wtf/Platform.h 2018-07-26 07:15:10 UTC (rev 234243)
@@ -1044,6 +1044,9 @@
#if !PLATFORM(WATCHOS) && !PLATFORM(APPLETV) && !PLATFORM(IOSMAC)
#define ENABLE_DATA_DETECTION 1
+#endif
+
+#if !PLATFORM(APPLETV) && !PLATFORM(IOSMAC)
#define HAVE_PARENTAL_CONTROLS 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes