Bug 117500

Summary: Add CSS parsing recovery to functions
Product: WebKit Reporter: Sergio Villar Senin <svillar>
Component: CSSAssignee: Sergio Villar Senin <svillar>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, esprehn+autocc, glenn, gyuyoung.kim, kling, macpherson, menard, pfeldman, rniwa, svillar, tkent
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 116071    
Attachments:
Description Flags
Patch none

Description Sergio Villar Senin 2013-06-11 01:18:38 PDT
We should consider merging:

CSS parsing recovery in function.
prop: expt(});
color: red;
}
and
prop: expt(10px });
color: red;
}
are parsed differently.
This change fixes that. Not completely though: difference occures if wrong part contains parentheses.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=150205
Comment 1 Sergio Villar Senin 2013-06-11 01:44:11 PDT
Created attachment 204319 [details]
Patch
Comment 2 Sergio Villar Senin 2013-06-12 00:20:43 PDT
Comment on attachment 204319 [details]
Patch

Clearing flags on attachment: 204319

Committed r151488: <http://trac.webkit.org/changeset/151488>
Comment 3 Sergio Villar Senin 2013-06-12 00:20:52 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Gyuyoung Kim 2013-06-12 02:30:37 PDT
*** Bug 117068 has been marked as a duplicate of this bug. ***