[Webkit-unassigned] [Bug 41510] Add Base64DecodePolicy option at base64Decode()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 10:40:19 PDT 2010


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





--- Comment #17 from Darin Adler <darin at apple.com>  2010-08-02 10:40:19 PST ---
(In reply to comment #16)
> What is the expected behaviour for null-stings? I think like a empty string? Or return false for base64Decode?

My general preference is to handle null strings identically to empty strings except in specific cases where we want different handling for them.

For this specific function, I think we should double check what the call sites need.

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