WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
182299
CrashTracer: com.apple.WebKit.WebContent at WebCore: WebCore::Document::updateStyleIfNeeded
https://bugs.webkit.org/show_bug.cgi?id=182299
Summary
CrashTracer: com.apple.WebKit.WebContent at WebCore: WebCore::Document::updat...
Dean Jackson
Reported
2018-01-30 11:12:18 PST
CrashTracer: com.apple.WebKit.WebContent at WebCore: WebCore::Document::updateStyleIfNeeded
Attachments
Patch
(9.29 KB, patch)
2018-01-30 11:15 PST
,
Dean Jackson
simon.fraser
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dean Jackson
Comment 1
2018-01-30 11:12:50 PST
<
rdar://problem/36853088
>
Dean Jackson
Comment 2
2018-01-30 11:15:27 PST
Created
attachment 332670
[details]
Patch
Simon Fraser (smfr)
Comment 3
2018-01-30 11:19:59 PST
Comment on
attachment 332670
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=332670&action=review
> Source/WebCore/svg/graphics/SVGImage.h:63 > + void enqueueStartAnimation();
This isn't really an enqueue (there is no queue); I'd call it scheduleStartAnimation()
> LayoutTests/svg/animated-svgImage-scroll.html:37 > + expander.style.height = "1px"; > + if (window.testRunner) { > + setTimeout(function () { > + testRunner.notifyDone(); > + }, 50); > + } > + }, 20);
These timeouts could probably be both 0, no?
Dean Jackson
Comment 4
2018-01-30 11:46:57 PST
Committed
r227841
: <
https://trac.webkit.org/changeset/227841
>
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