Title: [246280] trunk/Source/_javascript_Core
Revision
246280
Author
drou...@apple.com
Date
2019-06-10 14:18:01 -0700 (Mon, 10 Jun 2019)

Log Message

Web Automation: add notifications for when remote automation is enabled/disabled
https://bugs.webkit.org/show_bug.cgi?id=198703
<rdar://problem/50588975>

Reviewed by Timothy Hatcher.

* inspector/remote/RemoteInspectorConstants.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (246279 => 246280)


--- trunk/Source/_javascript_Core/ChangeLog	2019-06-10 21:13:55 UTC (rev 246279)
+++ trunk/Source/_javascript_Core/ChangeLog	2019-06-10 21:18:01 UTC (rev 246280)
@@ -1,3 +1,13 @@
+2019-06-10  Devin Rousso  <drou...@apple.com>
+
+        Web Automation: add notifications for when remote automation is enabled/disabled
+        https://bugs.webkit.org/show_bug.cgi?id=198703
+        <rdar://problem/50588975>
+
+        Reviewed by Timothy Hatcher.
+
+        * inspector/remote/RemoteInspectorConstants.h:
+
 2019-06-10  Yusuke Suzuki  <ysuz...@apple.com>
 
         Unreviewed, build fix for non-DFG configurations, part 2

Modified: trunk/Source/_javascript_Core/inspector/remote/RemoteInspectorConstants.h (246279 => 246280)


--- trunk/Source/_javascript_Core/inspector/remote/RemoteInspectorConstants.h	2019-06-10 21:13:55 UTC (rev 246279)
+++ trunk/Source/_javascript_Core/inspector/remote/RemoteInspectorConstants.h	2019-06-10 21:18:01 UTC (rev 246280)
@@ -37,8 +37,9 @@
 #define WIRServiceEnabledNotification           "com.apple.webinspectord.enabled"
 #define WIRServiceDisabledNotification          "com.apple.webinspectord.disabled"
 #define WIRAutomaticInspectionEnabledState      "com.apple.webinspectord.automatic_inspection_enabled"
+#define WIRRemoteAutomationEnabledNotification  "com.apple.webinspectord.remote_automation_enabled"
+#define WIRRemoteAutomationDisabledNotification "com.apple.webinspectord.remote_automation_disabled"
 
-
 #define WIRApplicationIdentifierKey             @"WIRApplicationIdentifierKey"
 #define WIRApplicationBundleIdentifierKey       @"WIRApplicationBundleIdentifierKey"
 #define WIRApplicationNameKey                   @"WIRApplicationNameKey"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to