Select element value is not updated when page is loaded from history..
authorDivakar <divakar.a@samsung.com>
Thu, 26 Sep 2013 10:25:08 +0000 (15:55 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 27 Sep 2013 01:59:13 +0000 (01:59 +0000)
commit98baa54a1d90af04e0269bb4cee3d9d570fd443b
tree43ac197595a20c8e137afd8b0506eb28aa35ed73
parentcaa3cc9c11c83b714dbbf97d0d532c3b9c02664a
Select element value is not updated when page is loaded from history..

[Title]     Select element value is not updated when we page is loaded
            from history in http://gmail.com
[Problem]   The select element value is restored from saved formState,
            which is not updated properly.
[Solution]  Disabling formState saving on select elements.
[Developer] Mayur Vithal Kankanwadi (mayur.vk@samsung.com)

Change-Id: I977a6ec0a3b975a1a1a8e6a7e76b8643d68a187c
Source/WTF/wtf/Platform.h
Source/WebCore/html/HTMLSelectElement.cpp
Source/WebCore/html/HTMLSelectElement.h