Bug 53616 - Add a test case for encode/decode of FormData/FormDataElement
Summary: Add a test case for encode/decode of FormData/FormDataElement
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords: InRadar
Depends on: 53806
Blocks:
  Show dependency treegraph
 
Reported: 2011-02-02 12:06 PST by Adam Roben (:aroben)
Modified: 2011-02-04 13:51 PST (History)
2 users (show)

See Also:


Attachments
Add a test case for encode/decode of FormData/FormDataElement (13.32 KB, patch)
2011-02-04 13:43 PST, Adam Roben (:aroben)
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-02-02 12:06:06 PST
Bug 53615 describes a session restore failure (and possible crash) due to encode/decode of FormData/FormDataElement being incorrect. We should add a test that would trigger the bug if it gets reintroduced.
Comment 1 Adam Roben (:aroben) 2011-02-02 12:24:57 PST
<rdar://problem/8949883>
Comment 2 Adam Roben (:aroben) 2011-02-04 13:43:08 PST
Created attachment 81278 [details]
Add a test case for encode/decode of FormData/FormDataElement
Comment 3 Adam Roben (:aroben) 2011-02-04 13:51:59 PST
Committed r77672: <http://trac.webkit.org/changeset/77672>