Bug 131346 - Fix assertions triggered by CSS calc changes in r166860
Summary: Fix assertions triggered by CSS calc changes in r166860
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-07 22:29 PDT by Darin Adler
Modified: 2015-12-08 14:06 PST (History)
13 users (show)

See Also:


Attachments
Patch (27.16 KB, patch)
2014-04-07 22:39 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
Patch (29.74 KB, patch)
2014-04-07 22:56 PDT, Darin Adler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.