DescriptionDevTools: show extension name in console context switcher
The patch does the following:
- Add DOMWrapperWorld.isolatedWorldHumanReadableName, which stores
the name of extension.
- In devtools remote debugging protocol, the executionContext.name
in fact stores execution context origin. The patch sets
"executionContextDecriptor.name" to store the isolated context
human-readable name, and adds "executionContextDescriptor.origin"
BUG=160977
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181086
Patch Set 1 #
Total comments: 2
Patch Set 2 : removing v8 api from agent code #
Total comments: 2
Patch Set 3 : rebaseline. #
Total comments: 6
Patch Set 4 : address comments #Patch Set 5 : off-line consultation with @sergeyv #Patch Set 6 : do not fetch isolatedHumanReadableName from non-isolated worlds #Patch Set 7 : correct rebaseline #
Total comments: 1
Messages
Total messages: 31 (1 generated)
|