-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Running the extension inside an incognito window does not open generated report #1177
Comments
Fixes evaluateAsync behavior when [zone.js](https://github.com/angular/zone.js) has mucked with Promise. Adds zone.js to the smoke tests so regression won't happen again. Addresses #1177.
@patrickhulce Your PR mentioned this issue and it has been merged. Does that mean this issue has been resolved and can be closed? Thanks for your work! |
This one is still open. That PR was meant for #1173 |
Still reproducible on Chrome 58.0.3016.0 canary with Lighthouse extension 1.5.2. Enabling it in Incognito performs the whole run and then opens a second tab with a blob url that leads to a 404 error. |
Bug still present in Lighthouse 2.2.1 @ Chrome 59, OSX |
Running Lighthouse on a website in an incognito window, when the extension generated it opens a new tab with an URL such as
blob:chrome-extension://<EXTENSION-ID>/<REPORT-ID>
. However, incognito disallows accessing this output and displays a HTTP ERROR 404 page. Consequently copying the URL back into a normal Chrome window does show the correct report.I run Lighthouse inside an incognito window because I have other extensions running that I do not want to interfere with my performance tests.
The text was updated successfully, but these errors were encountered: