Home | History | Annotate | Download | only in win

Lines Matching full:moved

67         (WebContextMenuClient::downloadURL): Moved code from here...
1784 Moved currentTime() to from WebCore to WTF.
1942 (WebInspectorClient::showWindow): Moved code from here to
1944 (WebInspectorClient::closeWindow): Moved code from here to
1951 these functions moved to showWindowWithoutNotifications and
2431 * Interfaces/IWebViewPrivate.idl: Moved globalHistoryItem() to the end,
2503 Change 31264 fixed this on Mac (since moved to WebCore/loader/FrameLoader.cpp), but was never ported to Windows.
3373 variables used by Frame::paint have moved to FrameViewPrivate instead. All callers of Frame::paint have
4151 Also moved the old version of createThread into the deprecated
4184 * Interfaces/IWebScrollBarPrivate.idl: Moved types to WebScrollbarTypes.idl
4518 * ForEachCoClass.cpp: Moved COM registration code here from WebKitDLL.cpp. This is ONLY used in the nightly case.
4519 (substituteGUID): Moved here from WebKitDLL.cpp.
4520 (registerWebKit): Moved here from WebKitDLL.cpp.
4530 (shutDownWebKit): Moved from ForEachCoClass.
4848 (shutDownWebKit): Moved from WebKitDLL to here, to be exposed via WebKit.def
5553 (WebView::updateActiveState): Moved active check code from here to active().
6380 (frame): Moved here from WebScriptDebugger.cpp.
6397 (WebScriptDebugServer::sourceParsed): Moved here from
6410 (WebScriptDebugServer::callEvent): Moved here from WebScriptDebugger
6427 (WebScriptDebugServer::atStatement): Moved here and merged with the
6462 * WebCoreSupport/WebFrameLoaderClient.cpp: Moved a kit() function to
6493 (kit): Moved here from WebFrameLoaderClient.cpp.
6847 (getWebDataSource): Moved to the top of the file.
6982 (WebFrameLoaderClient::hasWebView): Moved here from WebFrame.cpp.
6999 In this first patch, I've only moved createDocumentLoader up to the
7007 (WebFrameLoaderClient::createDocumentLoader): Moved here from
7959 -[WebCoreFrameBridge installInFrame:], and moved code here from
7964 (WebView::initWithFrame): Moved FrameView initialization code to
8321 Moved space handling to keyPress() to fix this bug and to match IE. Scrolling via arrow keys is correctly handled
8560 (LocalizedString::operator LPCTSTR): Code moved here from
8587 (SetWebLocalizedStringMainBundle): Moved down with the other
8667 Third step in refactoring JSGlobalObject: Moved data members and data
8804 * Interfaces/IWebScriptCallFrame.idl: Moved the variable lookup
8810 * WebScriptCallFrame.cpp: Moved WebScriptScope functionality into here.
8813 (WebScriptCallFrame::variableNames): Moved from WebScriptScope.
8814 (WebScriptCallFrame::valueForVariable): Moved from WebScriptScope.
8817 * WebScriptCallFrame.h: Moved WebScriptScope functionality into here.
10056 (WebMemorySize): Moved and renamed from WebPreferences.cpp
10515 to be moved until after loadURLIntoChild. This hasn't been a problem for other uses of
12817 <rdar://problem/5098931> Attachments are lost when they are moved into a ToDo after a delete
14406 webView->close() was moved here from SearchableWebView::onDestroy
16965 * WebView.cpp: Moved functions to WebFrame.cpp.
17307 Moved keyEvent method from FrameWin to EventHandler and updated
18879 * WebKit.vcproj/WebKit.vcproj: Moved WebLocalizableStrings.h to proper folder
19388 moved where cut/copy/paste was handled from
19405 Changed ref/deref calls to a single 'xxxDestroyed' call. Moved EditorClient
19559 Added new WebContextMenuClient class, and moved context menu-related
19681 (WebView::handleMouseEvent): Call methods now moved to EventHandler.
19887 should be moved into WebCore.
20146 - moved loader code from Frame/FrameMac to FrameLoader