Bug 138778 - [meta] Improve stability of the style builder
Summary: [meta] Improve stability of the style builder
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on: 138770 138774 138777 138780 138782 138783 138784 138785 138933 139162 139170 139289
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-16 10:40 PST by Chris Dumez
Modified: 2014-12-04 21:23 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2014-11-16 10:40:31 PST
Improve stability of the style builder. The style builder makes a lot of assumptions about input pre-validation by the CSS Parser. Sometimes those assumptions are correct, but when they're not, we usually hit assertions. I am tested assigning random values to all CSS properties supported by WebKit and fixing crashes as I find them.