RESOLVED FIXED 126016
Web Inspector: Add InspectorFrontendHost.debuggableType to let the frontend know it's backend is JavaScript or Web
https://bugs.webkit.org/show_bug.cgi?id=126016
Summary Web Inspector: Add InspectorFrontendHost.debuggableType to let the frontend k...
Joseph Pecoraro
Reported 2013-12-19 14:00:48 PST
Expose the debuggable type to the frontend. The frontend should really only use this in one place, to load the appropriate backendCommands files. From then on it should likely just use feature detection.
Attachments
[PATCH] Proposed Fix (7.07 KB, patch)
2013-12-19 14:57 PST, Joseph Pecoraro
no flags
[PATCH] Proposed Fix (6.91 KB, patch)
2013-12-19 17:00 PST, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2013-12-19 14:02:19 PST
Joseph Pecoraro
Comment 2 2013-12-19 14:57:43 PST
Created attachment 219687 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 3 2013-12-19 17:00:24 PST
Created attachment 219703 [details] [PATCH] Proposed Fix Removed a console.log I had in for debugging.
WebKit Commit Bot
Comment 4 2013-12-19 17:56:00 PST
Comment on attachment 219703 [details] [PATCH] Proposed Fix Clearing flags on attachment: 219703 Committed r160887: <http://trac.webkit.org/changeset/160887>
WebKit Commit Bot
Comment 5 2013-12-19 17:56:02 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.