Bug 1719615 Comment 20 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I attached smaller test case:

STR:
1. Open index.html, e.g. via http://localhost:8080/, without devtools opened
2. After 10 seconds, open devtools console inspect messages, open devtools, inspect wasm sources
3. Close devtools, reload page
4. Open devtools directly at the console tab, reload the page
5. After 10 seconds, open devtools, inspect wasm sources
6. Close devtools, reload page
7. Open devtools directly at the debugger tab, reload the page
8. After 10 seconds, inspect wasm sources

Expected that only at step 8 wasm sources are available.

Currently, even with D140069, sources are available at step 5 -- which means Wasm engine is in debug mode.
I attached smaller test case:

STR:
1. Open index.html, e.g. via http://localhost:8080/, without devtools opened
2. After 10 seconds, open devtools console inspect messages, open debugerg tab, inspect wasm sources
3. Close devtools, reload page
4. Open devtools directly at the console tab, reload the page
5. After 10 seconds, open debugger tab, inspect wasm sources
6. Close devtools, reload page
7. Open devtools directly at the debugger tab, reload the page
8. After 10 seconds, inspect wasm sources

Expected that only at step 8 wasm sources are available.

Currently, even with D140069, sources are available at step 5 -- which means Wasm engine is in debug mode.
I attached smaller test case:

STR:
1. Open index.html, e.g. via http://localhost:8080/, without devtools opened
2. After 10 seconds, open devtools console inspect messages, open debugerg tab, inspect wasm sources
3. Close devtools, reload page, wait 10 sec
4. Open devtools directly at the console tab, reload the page
5. After 10 seconds, open debugger tab, inspect wasm sources
6. Close devtools, reload page, wait 10 sec
7. Open devtools directly at the debugger tab, reload the page
8. After 10 seconds, inspect wasm sources

Expected that only at step 8 wasm sources are available.

Currently, even with D140069, sources are available at step 5 -- which means Wasm engine is in debug mode.

Back to Bug 1719615 Comment 20