Bug 128218

Summary: [CSS Regions] Null dereference applying animation with CSS regions
Product: WebKit Reporter: Jon Honeycutt <jhoneycutt>
Component: CSSAssignee: Radu Stavila <stavila>
Status: RESOLVED FIXED    
Severity: Normal CC: abucur, allan.jensen, commit-queue, dino, esprehn+autocc, glenn, gyuyoung.kim, macpherson, menard, mihnea, mmaerean, simon.fraser, stavila, webkit-bug-importer, WebkitBugTracker
Priority: P2 Keywords: AdobeTracked, InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 84900    
Attachments:
Description Flags
Repro case
none
Patch none

Jon Honeycutt
Reported 2014-02-04 15:41:59 PST
Created attachment 223174 [details] Repro case Crash when opening the attached test case, which applies a CSS animation when using CSS regions. <rdar://problem/15983499>
Attachments
Repro case (296 bytes, text/html)
2014-02-04 15:41 PST, Jon Honeycutt
no flags
Patch (4.77 KB, patch)
2014-02-05 07:16 PST, Radu Stavila
no flags
Radu Stavila
Comment 1 2014-02-05 07:16:02 PST
Andrei Bucur
Comment 2 2014-02-05 08:37:29 PST
Comment on attachment 223230 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=223230&action=review > Source/WebCore/css/StyleResolver.cpp:3144 > + if (!parentStyle) Are we sure early returning is the right behavior here? What's the expected result in the case of regions? E.g. Maybe we don't properly zoom when we actually should do it. I see that the parent style is not used in the code below the checks so maybe we're supposed to actually zoom the thing. We should test and file a bug if zooming doesn't work correctly. Probably the same applies for the generic family change function. > Source/WebCore/style/StyleResolveTree.cpp:455 > + ASSERT((!child->renderer() || child->inNamedFlow()) || current.shadowRoot() || isInsertionPoint(current)); What certain situations are you talking about in the CL?
Radu Stavila
Comment 3 2014-02-05 08:45:18 PST
Comment on attachment 223230 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=223230&action=review >> Source/WebCore/css/StyleResolver.cpp:3144 >> + if (!parentStyle) > > Are we sure early returning is the right behavior here? What's the expected result in the case of regions? E.g. Maybe we don't properly zoom when we actually should do it. I see that the parent style is not used in the code below the checks so maybe we're supposed to actually zoom the thing. We should test and file a bug if zooming doesn't work correctly. Probably the same applies for the generic family change function. Yes, I believe early returning is the right behaviour because it follows the same pattern as the checkForGenericFamilyChange method, which is called just before checkForZoomChange. But I agree that zooming with regions should be tested and a bug filed if some problems are discovered. >> Source/WebCore/style/StyleResolveTree.cpp:455 >> + ASSERT((!child->renderer() || child->inNamedFlow()) || current.shadowRoot() || isInsertionPoint(current)); > > What certain situations are you talking about in the CL? The case described in the test-case, animations applied to a region containing an element and a child of that element being flowed into a different flow.
WebKit Commit Bot
Comment 4 2014-02-06 00:16:29 PST
Comment on attachment 223230 [details] Patch Rejecting attachment 223230 [details] from review queue. simon.fraser@apple.com does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json. - If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags. - If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your reviewer rights.
Andrei Bucur
Comment 5 2014-02-06 01:00:17 PST
(In reply to comment #4) > (From update of attachment 223230 [details]) > Rejecting attachment 223230 [details] from review queue. > > simon.fraser@apple.com does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json. > > - If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags. > > - If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your reviewer rights. I suppose the duplicate entry for abucur in contributors.json confused the commit bot. Reapplying Simon's r+.
WebKit Commit Bot
Comment 6 2014-02-06 01:09:12 PST
Comment on attachment 223230 [details] Patch Rejecting attachment 223230 [details] from review queue. abucur@adobe.com does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json. - If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags. - If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your reviewer rights.
WebKit Commit Bot
Comment 7 2014-02-06 02:09:56 PST
Comment on attachment 223230 [details] Patch Rejecting attachment 223230 [details] from review queue. abucur@adobe.com does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json. - If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags. - If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your reviewer rights.
WebKit Commit Bot
Comment 8 2014-02-06 06:37:10 PST
Comment on attachment 223230 [details] Patch Clearing flags on attachment: 223230 Committed r163531: <http://trac.webkit.org/changeset/163531>
WebKit Commit Bot
Comment 9 2014-02-06 06:37:13 PST
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.