DescriptionMake tracing based Timeline stop after reloading inspected page
This change fixes the following problem:
1. Run browser with remote debugging enabled (--remote-debugging-port=9222)
2. Open remote debugging front-end in the same browser (localhost:9222)
3. Inspect that front-end using built-in DevTools.
4. Go to Timeline and press Ctrl+R
Result:
Timeline recording starts automatically and never stops after reload.
With this patch:
It will stop recoding after reload.
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284706
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|