Authentication in iFrame
authorr.karu <r.karu@samsung.com>
Mon, 22 Apr 2013 06:21:55 +0000 (11:51 +0530)
committerr.karu <r.karu@samsung.com>
Mon, 22 Apr 2013 06:21:55 +0000 (11:51 +0530)
commitdc8d39884812bf9dc78ba77b1850b7b12fc749e7
tree6099efe00cc6550d28363e5bf2c4e4c526f09f19
parenta5f49688da7075bb7d52aa2ce4c867903eb006aa
Authentication in iFrame

[Title] Authentication in iFrame
[Issue#] TD-9604, DCM-596
[Problem] Authentication pop up is not shown for iFrames
[Cause] Since we are handling Authentication challenge requests only for main frames, iframe case is being ignored.
[Solution] Enabled Authentication challenge requests for all frames
[Developer] Raveendra Karu (r.karu@samsung.com)
Source/WTF/wtf/Platform.h
Source/WebKit2/UIProcess/efl/PageLoadClientEfl.cpp