[Webkit-unassigned] [Bug 116678] CSS Variables tokenisation not checking CSS identifier length

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 12 09:40:05 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=116678


Sergio Villar Senin <svillar at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Sergio Villar Senin <svillar at igalia.com>  2013-06-12 09:38:41 PST ---
There is no need to merge this fix. The ASSERT() was triggered because the code was using isEqualToCSSIdentifier() which had some restrictions not applicable to the CSS variables case. Actually the ASSERT() mentioned in the Chromium bug can no longer happen since r150776, as we perform a case sensitive check in a different inline method which does not have those assertions.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list