WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
127314
Web Inspector: Add the recording button back to the Timelines sidebar
https://bugs.webkit.org/show_bug.cgi?id=127314
Summary
Web Inspector: Add the recording button back to the Timelines sidebar
Timothy Hatcher
Reported
2014-01-20 15:01:46 PST
Add the recording button back and a clear button.
Attachments
Patch
(16.61 KB, patch)
2014-01-20 15:37 PST
,
Timothy Hatcher
joepeck
: review+
timothy
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-01-20 15:02:10 PST
<
rdar://problem/15863684
>
Timothy Hatcher
Comment 2
2014-01-20 15:37:37 PST
Created
attachment 221699
[details]
Patch
Joseph Pecoraro
Comment 3
2014-01-20 15:55:48 PST
Comment on
attachment 221699
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=221699&action=review
r=me
> Source/WebInspectorUI/UserInterface/TimelineContentView.js:311 > + // We have a current time alredy, so we likely need to jump into the future to a better current time.
Typo: alredy => already
> Source/WebInspectorUI/UserInterface/TimelineContentView.js:378 > _recordingReset: function(event) > { > - this._startTimeNeedsReset = true; > this._currentTime = NaN; > > + if (!this._updating) { > + // Force the time ruler and views to reset to 0. > + this._startTimeNeedsReset = true; > + this._updateTimes(0, 0, 0); > + } > + > + this._lastUpdateTimestamp = NaN; > + this._startTimeNeedsReset = true;
Should this also delete this._waitingToResetCurrentTime if it was waiting? Seeing as we just deleted currentTime.
Joseph Pecoraro
Comment 4
2014-01-20 15:57:02 PST
Does the main navigator forward/back buttons update as expected? This could ravage the back/forward list of views, just double check that still works as expected.
Timothy Hatcher
Comment 5
2014-01-20 19:05:59 PST
https://trac.webkit.org/changeset/162422
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug