From: darin Date: Wed, 10 May 2006 05:26:26 +0000 (+0000) Subject: WebCore: X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=b0a3e6d157ac21c24aa89f6b13718e8ad9a4ea60;hp=b0a3e6d157ac21c24aa89f6b13718e8ad9a4ea60 WebCore: - fix build * rendering/render_style.cpp: (WebCore::RenderStyle::getPseudoStyle): Fix a typo. - attempt to fix Windows build * css/maketokenizer: Use UChar instead of unsigned short. * platform/win/FontWin.cpp: (WebCore::getFontData): Removed cast to QChar. (WebCore::hackishExtentForString): Use UChar. (WebCore::Font::floatWidth): Use UChar. (WebCore::Font::drawText): Use UChar. (WebCore::Font::drawHighlightForText): Use UChar. (WebCore::Font::selectionRectForText): Use UChar. (WebCore::Font::checkSelectionPoint): Use UChar. * platform/win/KeyEventWin.cpp: (WebCore::singleCharacterString): Added. (WebCore::PlatformKeyboardEvent::PlatformKeyboardEvent): Use above function. * platform/win/TemporaryLinkStubs.cpp: (WebCore::findNextSentenceFromIndex): Use UChar. (WebCore::findSentenceBoundary): Use UChar. (WebCore::findNextWordFromIndex): Use UChar. (WebCore::findWordBoundary): Use UChar. * platform/win/TransferJobWin.cpp: (WebCore::TransferJob::start): Use a different String constructor. * rendering/RenderTable.h: Added an include of DeprecatedArray.h. * rendering/RenderText.cpp: Added an include of DeprecatedString.h. * rendering/render_list.h: Ditto. WebKitWin: - attempt to fix the Windows build * WebView.cpp: (WebKit::WebViewWndProc): Convert to String explicitly via UChar instead of implicitly via QChar. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@14274 268f45cc-cd09-0410-ab3c-d52691b4dbfc ---