[Webkit-unassigned] [Bug 42976] Implement IDBKeyPath parser.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 12 16:54:03 PDT 2010


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





--- Comment #28 from Chris Evans <cevans at google.com>  2010-08-12 16:54:03 PST ---
Looks like a lot of care has been taken; thanks.
What about:
+    int number = numberAsString.toIntStrict(&ok);

Does toIntStrict() permit negatives? If so, is that desired and should it be rejected?

What about a crazy large int? Should that be rejected out of hand here or does that check belong at a different level?

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