Issue 3980: Clicking Clear in Console should stop profiling
CPU profiling: Clicking the Clear button
Steps to reproduce
- Open Firebug
- Enable and switch to the Console panel
- Click the Profile button inside the panel toolbar
- Click the Clear button inside the panel toolbar
Expected result
- The console should be cleared
- The Profile button should not be pressed anymore
CPU profiling: Executing console.clear()
Steps to reproduce
- Open Firebug
- Enable and switch to the Console panel
- Click the Profile button inside the panel toolbar
- Type
console.clear()
into the Command Line and hit Enter
Expected result
- The console should be cleared
- The Profile button should not be pressed anymore
Memory profiling: Clicking the Clear button
Steps to reproduce
- Open Firebug
- Enable
extensions.firebug.memoryProfilerEnable
- Restart the browser
- Enable and switch to the Console panel
- Click the Memory Profile button inside the panel toolbar
- Click the Clear button inside the panel toolbar
Expected result
- The console should be cleared
- The Memory Profile button should not be pressed anymore
Memory profiling: Executing console.clear()
Steps to reproduce
- Open Firebug
- Enable
extensions.firebug.memoryProfilerEnable
- Restart the browser
- Enable and switch to the Console panel
- Click the Memory Profile button inside the panel toolbar
- Type
console.clear()
into the Command Line and hit Enter
Expected result
- The console should be cleared
- The Memory Profile button should not be pressed anymore