WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
149390
Web Inspector: requestAnimationFrame continues to be called after stopping the timeline recording
https://bugs.webkit.org/show_bug.cgi?id=149390
Summary
Web Inspector: requestAnimationFrame continues to be called after stopping th...
Matt Baker
Reported
2015-09-20 14:00:34 PDT
* SUMMARY requestAnimationFrame continues to be called after stopping the timeline recording. This only happens if no records are added to the recording. * STEPS TO REPRODUCE 1. Open Inspector > Timelines 2. Inspect the Inspector 3. Set a logging breakpoint in TimelineRecordingContentView's _update method. 4. Press 'Start Recording' button (don't reload Inspected page) 5. Don't take any actions on inspected page (don't generate any timeline records) 6. Stop recording => Update messages continue to be logged to the console in Inspector² * NOTES TimelineRecordingContentView correctly sets "_updating" to false, but the animation frame callback will continue to self register until the recording start time is >= the end time. Since no records were added to the recording, the end time is NaN and the test always fails.
Attachments
[Patch] Proposed Fix
(1.91 KB, patch)
2015-09-20 14:05 PDT
,
Matt Baker
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-09-20 14:00:56 PDT
<
rdar://problem/22774849
>
Matt Baker
Comment 2
2015-09-20 14:05:26 PDT
Created
attachment 261612
[details]
[Patch] Proposed Fix
Blaze Burg
Comment 3
2015-09-21 08:43:12 PDT
Comment on
attachment 261612
[details]
[Patch] Proposed Fix r=me
WebKit Commit Bot
Comment 4
2015-09-21 09:30:41 PDT
Comment on
attachment 261612
[details]
[Patch] Proposed Fix Clearing flags on attachment: 261612 Committed
r190058
: <
http://trac.webkit.org/changeset/190058
>
WebKit Commit Bot
Comment 5
2015-09-21 09:30:44 PDT
All reviewed patches have been landed. Closing bug.
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