[Webkit-unassigned] [Bug 8132] CSS parser sometimes accepts real number as integer

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun May 7 18:50:24 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8132


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8151|review?                     |review-
               Flag|                            |




------- Comment #8 from darin at apple.com  2006-05-07 18:50 PDT -------
(From update of attachment 8151)
+  | IMPORT_SYM maybe_space string_or_uri maybe_space maybe_media_list {
+        $$ = static_cast<CSSParser *>(parser)->createImportRule($3, $5);
+    }

What does this change have to do with the bug you're fixing? Looks like
something else you were working on?

I think it's quite ugly that isInt is there all the time, but only used for the
CSS_NUMBER case. Might need at least a comment to make that clear.

review- just because of the IMPORT_SYM line; no need for more review, but we
need a patch without that change


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list