Changeset 44289 in webkit


Ignore:
Timestamp:
May 30, 2009 3:38:45 PM (15 years ago)
Author:
bfulgham@webkit.org
Message:

2009-05-30 Jeremy Orlow <jorlow@chromium.org>

Reviewed by Sam Weinig.

LocalStorage and SessionStorage's implicit setters do not correctly
handle null. The custom JS bindings should convert to strings
unconditionally and not try to handle null specially.
https://bugs.webkit.org/show_bug.cgi?id=25970

  • storage/domstorage/localstorage/string-conversion-expected.txt: Added.
  • storage/domstorage/localstorage/string-conversion.html: Added.
  • storage/domstorage/sessionstorage/string-conversion-expected.txt: Added.
  • storage/domstorage/sessionstorage/string-conversion.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r44287 r44289  
     12009-05-30  Jeremy Orlow  <jorlow@chromium.org>
     2
     3        Reviewed by Sam Weinig.
     4
     5        LocalStorage and SessionStorage's implicit setters do not correctly
     6        handle null.  The custom JS bindings should convert to strings
     7        unconditionally and not try to handle null specially.
     8        https://bugs.webkit.org/show_bug.cgi?id=25970
     9
     10        * storage/domstorage/localstorage/string-conversion-expected.txt: Added.
     11        * storage/domstorage/localstorage/string-conversion.html: Added.
     12        * storage/domstorage/sessionstorage/string-conversion-expected.txt: Added.
     13        * storage/domstorage/sessionstorage/string-conversion.html: Added.
     14
    1152009-05-30  Dan Bernstein  <mitz@apple.com>
    216
Note: See TracChangeset for help on using the changeset viewer.