inspector - Use script name for target title#8243
Closed
eugeneo wants to merge 1 commit intonodejs:masterfrom
eugeneo:title_url
Closed
inspector - Use script name for target title#8243eugeneo wants to merge 1 commit intonodejs:masterfrom eugeneo:title_url
eugeneo wants to merge 1 commit intonodejs:masterfrom
eugeneo:title_url
Conversation
Member
|
LGTM, ping @bnoordhuis |
Contributor
There was a problem hiding this comment.
Accidental change from bool to void?
Contributor
Author
There was a problem hiding this comment.
Merge artifact. Thank you for pointing it out.
Contributor
Author
|
Thank you for the review. I uploaded a revised CL, please take a look. |
Member
There was a problem hiding this comment.
char& c? Then you don't need i.
Member
|
LGTM with some comments. The missing |
Contributor
Author
|
Thank you for the review. CL was updated. Please take another look. |
Member
|
LGTM EDIT: If you s/inspector - Use/inspector: use/ the commit log. |
Contributor
|
I can fix the commit abstract at landing time. |
Contributor
|
@eugeneo: can you fix the linter errors from the CI? |
Changes inspector integration to use Node.js script file name as target title (reported in JSON and shown in developer tools UIs). It will also report file:// URL for the script as some tools seem to use that field to open the script in the editor.
Contributor
Author
|
Done. I'm sorry - forgot to run make cpplint... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
make -j4 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
This only touches JSON API of the V8 Inspector integration.
Description of change
Changes inspector integration to use Node.js script file name as target
title (reported in JSON and shown in developer tools UIs). It will also
report file:// URL for the script as some tools seem to use that field
to open the script in the editor.
CC: @ofrobots