Bug 95826

Summary: [EFL][WK2] Provide implementation for WebFrameNetworkingContext
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, kenneth, rakuco, ryuan.choi, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 61838    
Attachments:
Description Flags
Patch none

Description Chris Dumez 2012-09-05 00:52:45 PDT
The EFL port does not currently provide an implementation for WebFrameNetworkingContext, which causes several test cases to fail.
There is a soup implementation so we should get rid of the empty EFL-specific implementation and use the soup one instead.

At least the following test cases are failing because of this:
 http/tests/security/aboutBlank/security-context-grandchildren-lexical.html = TEXT
 http/tests/security/aboutBlank/security-context-grandchildren-write-lexical.html = TEXT
 http/tests/security/aboutBlank/security-context-grandchildren-writeln-lexical.html = TEXT
 http/tests/security/aboutBlank/security-context-grandchildren.html = TEXT
 http/tests/security/aboutBlank/security-context-window-open.html = TEXT
 http/tests/security/aboutBlank/security-context-with-base-tag.html = TEXT
 http/tests/security/aboutBlank/security-context-write.html = TEXT
 http/tests/security/aboutBlank/security-context-writeln.html = TEXT
 http/tests/security/aboutBlank/security-context.html = TEXT
 http/tests/security/cookies/assign-document-url.html = TEXT
 http/tests/security/cookies/base-about-blank.html = TEXT
 http/tests/security/cookies/base-tag.html = TEXT
 http/tests/security/cookies/basic.html = TEXT
 http/tests/security/cookies/document-open.html = TEXT
Comment 1 Chris Dumez 2012-09-05 01:02:43 PDT
Created attachment 162182 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2012-09-05 02:20:05 PDT
Comment on attachment 162182 [details]
Patch

Yeah!
Comment 3 WebKit Review Bot 2012-09-05 06:05:40 PDT
Comment on attachment 162182 [details]
Patch

Clearing flags on attachment: 162182

Committed r127582: <http://trac.webkit.org/changeset/127582>
Comment 4 WebKit Review Bot 2012-09-05 06:05:45 PDT
All reviewed patches have been landed.  Closing bug.