Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
More UserData work
https://bugs.webkit.org/show_bug.cgi?id=125524 Reviewed by Dan Bernstein. * Shared/APIObject.h: * Shared/UserData.cpp: (WebKit::UserData::transform): New helper function that takes an API::Object and returns a new API::Object with all "sub-objects" (arrays etc) transformed by calling the transformer. * Shared/UserData.h: (WebKit::UserData::object): New getter. * UIProcess/WebProcessProxy.cpp: (WebKit::WebProcessProxy::apiObjectByConvertingToHandles): Helper function that creates a new API::Object graph by converting WebFrameProxy objects to FrameHandles. * WebProcess/WebProcess.cpp: (WebKit::WebProcess::apiObjectByConvertingFromHandles): Helper function that creates a new API::Object graph by converting FrameHandles to WebFrame objects. Canonical link: https://commits.webkit.org/143584@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@160378 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Anders Carlsson
committed
Dec 10, 2013
1 parent
26fe22b
commit e285ca8
Showing
8 changed files
with
96 additions
and
0 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
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