Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[EFL][WK2] Add API to Ewk_Cookie_Manager to watch for cookie changes
https://bugs.webkit.org/show_bug.cgi?id=92484 Patch by Christophe Dumez <christophe.dumez@intel.com> on 2012-07-27 Reviewed by Kenneth Rohde Christiansen. Source/WebCore: Make use of soup/CookieStorageSoup.cpp for EFL port instead of defining empty implementations for cookie storage functions. No new tests, no behavior change. * PlatformEfl.cmake: * platform/efl/TemporaryLinkStubs.cpp: Source/WebKit2: Add API tp Ewk_Cookie_Manager so that the client can watch for cookie changes. * UIProcess/API/efl/ewk_cookie_manager.cpp: * UIProcess/API/efl/ewk_cookie_manager.h: * UIProcess/API/efl/tests/test_ewk2_cookie_manager.cpp: Add unit tests for cookie changes watching. Canonical link: https://commits.webkit.org/110305@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@123870 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
50ab508
commit daa2227a60e5a55abeb0fb6865bc5447b2bce709
Showing
7 changed files
with
176 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters