Bug 131346

Summary: Fix assertions triggered by CSS calc changes in r166860
Product: WebKit Reporter: Darin Adler <darin>
Component: CSSAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, d-r, esprehn+autocc, fmalita, glenn, gyuyoung.kim, kondapallykalyan, macpherson, menard, pdr, schenney, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch none

Description Darin Adler 2014-04-07 22:29:56 PDT
Fix code paths that use isPercent but don't handle calculated values
Comment 1 Darin Adler 2014-04-07 22:39:52 PDT
Created attachment 228806 [details]
Patch
Comment 2 Darin Adler 2014-04-07 22:56:02 PDT
Created attachment 228807 [details]
Patch
Comment 3 Andrei Bucur 2014-04-08 01:20:27 PDT
Comment on attachment 228807 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2014-04-08 01:59:13 PDT
Comment on attachment 228807 [details]
Patch

Clearing flags on attachment: 228807

Committed r166920: <http://trac.webkit.org/changeset/166920>
Comment 5 WebKit Commit Bot 2014-04-08 01:59:19 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Brent Fulgham 2015-12-08 13:57:22 PST
Part of the fix for CVE-2014-4410.