RESOLVED FIXED 137753
Web Inspector: InspectorBackendCommands should include when to activate particular domains
https://bugs.webkit.org/show_bug.cgi?id=137753
Summary Web Inspector: InspectorBackendCommands should include when to activate parti...
Joseph Pecoraro
Reported 2014-10-15 14:08:44 PDT
For JS debuggables, only some domains are active by default. For Web debuggables, all domains are active. This logic should be generated into the BackendCommands.
Attachments
[PATCH] Proposed Fix (62.45 KB, patch)
2014-10-17 12:07 PDT, Joseph Pecoraro
timothy: review+
Radar WebKit Bug Importer
Comment 1 2014-10-15 14:09:09 PDT
Radar WebKit Bug Importer
Comment 2 2014-10-15 14:09:11 PDT
Joseph Pecoraro
Comment 3 2014-10-17 12:07:24 PDT
Created attachment 240029 [details] [PATCH] Proposed Fix Depends on bug 137748.
Timothy Hatcher
Comment 4 2014-10-18 01:07:51 PDT
Comment on attachment 240029 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=240029&action=review > Source/JavaScriptCore/ChangeLog:8 > + Add an activate property to domains that only activate for The property name "activate" reads funny since it is a verb. I expect only nouns for that purpose. Maybe "availability"? And since "js" isn't allowed, only "web", maybe "extendedAvailability"? Otherwise the patch looks good.
Joseph Pecoraro
Comment 5 2014-10-20 11:01:38 PDT
I like availability.
Joseph Pecoraro
Comment 6 2014-10-20 13:45:28 PDT
Note You need to log in before you can comment on or make changes to this bug.