WebKit Bugzilla
Attachment 371721 Details for
Bug 198703
: Web Automation: add notifications for when remote automation is enabled/disabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198703-20190609224602.patch (text/plain), 1.72 KB, created by
Devin Rousso
on 2019-06-09 22:46:03 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2019-06-09 22:46:03 PDT
Size:
1.72 KB
patch
obsolete
>diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog >index 0aff93f5605e0ca7d66004e91bca6f86f473771f..3f142d7f194f790add985dc05ece054f0382f5f3 100644 >--- a/Source/JavaScriptCore/ChangeLog >+++ b/Source/JavaScriptCore/ChangeLog >@@ -1,3 +1,13 @@ >+2019-06-09 Devin Rousso <drousso@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 NOBODY (OOPS!). >+ >+ * inspector/remote/RemoteInspectorConstants.h: >+ > 2019-06-09 Commit Queue <commit-queue@webkit.org> > > Unreviewed, rolling out r246150, r246160, and r246166. >diff --git a/Source/JavaScriptCore/inspector/remote/RemoteInspectorConstants.h b/Source/JavaScriptCore/inspector/remote/RemoteInspectorConstants.h >index c9ab33fd49bafdf7be6303db0dd5a212c3604c9e..9cb01a30fffb91cb2796e4797f2f93feb60c1bee 100644 >--- a/Source/JavaScriptCore/inspector/remote/RemoteInspectorConstants.h >+++ b/Source/JavaScriptCore/inspector/remote/RemoteInspectorConstants.h >@@ -37,7 +37,8 @@ > #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"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198703
: 371721