Bug 95826 - [EFL][WK2] Provide implementation for WebFrameNetworkingContext
Summary: [EFL][WK2] Provide implementation for WebFrameNetworkingContext
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 61838
  Show dependency treegraph
 
Reported: 2012-09-05 00:52 PDT by Chris Dumez
Modified: 2012-09-05 06:05 PDT (History)
6 users (show)

See Also:


Attachments
Patch (6.74 KB, patch)
2012-09-05 01:02 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.