Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inspector: use js_app.html as the landing page for chrome devtools #21385

Closed
wants to merge 1 commit into from

Commits on Jun 23, 2018

  1. inspector: use js_app.html as the landing page for chrome devtools

    As of this commit in chromium -
    https://chromium-review.googlesource.com/c/chromium/src/+/905450
    a new landing page (js_app.html) has been added and inspector.html
    has been made as the fallback page.
    
    Another motivation for this patch is the following bug in
    chromium -
    https://bugs.chromium.org/p/chromium/issues/detail?id=846642
    due to which, source maps won't get applied with inspector.html,
    but works with js_app.html
    
    In order to maintain compatibility, this patch adds a URL
    "devtoolsFrontendUrlCompat" to the response of /json/list REST API
    so that those using Chrome browsers older than 66.0.3345.0
    could use this to open DevTools.
    GauthamBanasandra committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    93402aa View commit details
    Browse the repository at this point in the history