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
WebPageProxy cleanup
https://bugs.webkit.org/show_bug.cgi?id=56267 Reviewed by Darin Adler. * UIProcess/WebPageProxy.cpp: Moved all Mac-only function implementations from here to WebPageProxyMac.mm. * UIProcess/WebPageProxy.h: Cleaned up #includes. * UIProcess/mac/WebPageProxyMac.mm: Moved all Mac-only function implementations here. (WebKit::WebPageProxy::updateWindowIsVisible): (WebKit::WebPageProxy::windowAndViewFramesChanged): (WebKit::WebPageProxy::getMarkedRange): (WebKit::WebPageProxy::characterIndexForPoint): (WebKit::WebPageProxy::firstRectForCharacterRange): (WebKit::WebPageProxy::writeSelectionToPasteboard): (WebKit::WebPageProxy::setDragImage): (WebKit::WebPageProxy::performDictionaryLookupAtLocation): (WebKit::WebPageProxy::interpretKeyEvent): (WebKit::WebPageProxy::sendComplexTextInputToPlugin): (WebKit::WebPageProxy::uppercaseWord): (WebKit::WebPageProxy::lowercaseWord): (WebKit::WebPageProxy::capitalizeWord): (WebKit::WebPageProxy::setSmartInsertDeleteEnabled): (WebKit::WebPageProxy::didPerformDictionaryLookup): (WebKit::WebPageProxy::registerWebProcessAccessibilityToken): (WebKit::WebPageProxy::registerUIProcessAccessibilityTokens): (WebKit::WebPageProxy::setComplexTextInputEnabled): Canonical link: https://commits.webkit.org/70853@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@80968 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Dan Bernstein
committed
Mar 13, 2011
1 parent
320a5ff
commit 04a372e
Showing
4 changed files
with
162 additions
and
152 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
Oops, something went wrong.