Fix for remember password feature
authorDhirendra Kumar <dhirendra.kr@samsung.com>
Wed, 3 Apr 2013 09:21:08 +0000 (18:21 +0900)
committerDhirendra Kumar <dhirendra.kr@samsung.com>
Thu, 4 Apr 2013 08:51:16 +0000 (17:51 +0900)
commitdfa5e7e0a2ede4884d149eb6a354df6afcea3eb6
treeb36d0452ea25f8480bbfc7ab025cac3060a6b033
parentc1ceeb07644e80480ad473c3843a8ec28326a4ce
Fix for remember password feature

[Title] Fixed remember username and password in case when
        username is input tag with type equal to email
[Issue#] WEB-567
[Problem] Remember password feature was working only for
          password field and not for username field in case
          of sites like www.gmail.com
[Cause] The logic to populate data was missing if the
        type of input tag was email and hence was ignoring it
[Solution] Added condition to check if input tag has type as
           email while populating value
[Developer] Dhirendra Kumar(dhirendra.kr@samsung.com)

Change-Id: I8c6a883492761e4eea934e25d6c99c7b55f3df30
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp