[webkit-reviews] review granted: [Bug 89409] Unmodified form control value are overwritten by another form control value with the same name after navigating and going back : [Attachment 148534] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 18:21:45 PDT 2012


Hajime Morrita <morrita at google.com> has granted Kent Tamura
<tkent at chromium.org>'s request for review:
Bug 89409: Unmodified form control value are overwritten by another form
control value with the same name after navigating and going back
https://bugs.webkit.org/show_bug.cgi?id=89409

Attachment 148534: Patch
https://bugs.webkit.org/attachment.cgi?id=148534&action=review

------- Additional Comments from Hajime Morrita <morrita at google.com>
The state (de)serialization flow looks becoming a bit cryptic. 
My feeling is that it is because the state is stored as a string vector instead
of string.
If we control the format, the code will become much cleaner.


More information about the webkit-reviews mailing list