DescriptionDevTools: introduce --custom-devtools-frontend flag.
This patch introduces the --custom-devtools-frontend flag
with a value of an HTTP endpoint which should serve
devtools front-end.
With this flag, the custom front-end will be available
under the chrome-devtools://devtools/custom/inspector.html.
This front-end will get devtools bindings, which basically
means it's a full-featured hosted mode.
Example use:
chrome --custom-devtools-frontend=http://localhost:8090/front_end
In order to make a use of the new flag, the remote debugging
front-end page can point to the custom devtools url. In order to do
so, it should be provided a special hash value:
localhost:9222#custom=true&experiments=true
BUG=629914
R=pfeldman, dgozman
Committed: https://crrev.com/359abf8463487cc61c260b34053a14022185f7f9
Cr-Commit-Position: refs/heads/master@{#429064}
Patch Set 1 #Patch Set 2 : do not kill hosted mode #Patch Set 3 : propogate devtools experiments query parameter #
Total comments: 6
Patch Set 4 : do not mess with remote-debugging-server #Patch Set 5 : rename flag #
Total comments: 8
Patch Set 6 : address comments #
Messages
Total messages: 32 (21 generated)
|