Bug 117500 - Add CSS parsing recovery to functions
Summary: Add CSS parsing recovery to functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sergio Villar Senin
URL:
Keywords: BlinkMergeCandidate
: 117068 (view as bug list)
Depends on:
Blocks: 116071
  Show dependency treegraph
 
Reported: 2013-06-11 01:18 PDT by Sergio Villar Senin
Modified: 2013-06-12 02:30 PDT (History)
12 users (show)

See Also:


Attachments
Patch (6.48 KB, patch)
2013-06-11 01:44 PDT, Sergio Villar Senin
no flags Details | Formatted Diff | Diff

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