Changeset 246280 in webkit


Ignore:
Timestamp:
Jun 10, 2019 2:18:01 PM (5 years ago)
Author:
Devin Rousso
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:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r246275 r246280  
     12019-06-10  Devin Rousso  <drousso@apple.com>
     2
     3        Web Automation: add notifications for when remote automation is enabled/disabled
     4        https://bugs.webkit.org/show_bug.cgi?id=198703
     5        <rdar://problem/50588975>
     6
     7        Reviewed by Timothy Hatcher.
     8
     9        * inspector/remote/RemoteInspectorConstants.h:
     10
    1112019-06-10  Yusuke Suzuki  <ysuzuki@apple.com>
    212
  • trunk/Source/JavaScriptCore/inspector/remote/RemoteInspectorConstants.h

    r244791 r246280  
    3838#define WIRServiceDisabledNotification          "com.apple.webinspectord.disabled"
    3939#define WIRAutomaticInspectionEnabledState      "com.apple.webinspectord.automatic_inspection_enabled"
    40 
     40#define WIRRemoteAutomationEnabledNotification  "com.apple.webinspectord.remote_automation_enabled"
     41#define WIRRemoteAutomationDisabledNotification "com.apple.webinspectord.remote_automation_disabled"
    4142
    4243#define WIRApplicationIdentifierKey             @"WIRApplicationIdentifierKey"
Note: See TracChangeset for help on using the changeset viewer.