[Webkit-unassigned] [Bug 50483] REGRESSION: Event calendar fails to load at http://ipfw.edu/calendar/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 8 21:51:18 PST 2010


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


Gavin Barraclough <barraclough at apple.com> changed:

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




--- Comment #8 from Gavin Barraclough <barraclough at apple.com>  2010-12-08 21:51:18 PST ---
Looks like this change was breaking more sites, so we've largely reverted this change in r73594, related bugs should be fixed.

Behavior post r73594 should broadly match that before pre r72813, with one exception.  While we're no longer generating the syntax errors required by the ECMA-262 spec, we will now only allow ranges permitted by the grammar.  Likely impact is low, but would be visible is expressions such as /[\d-a-z]/.

before r72813 this would be handled as equivalent to /[\d\-a-z]/, i.e a-z will be treated as a range.  Now this will be treated as /[\d\-a\-z]/, which at least complies with the grammar in the spec.

-- 
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