[Webkit-unassigned] [Bug 20294] Move more Frame methods into ScriptController
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 6 01:20:58 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20294
eric at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #22673| |review?
Flag| |
------- Comment #4 from eric at webkit.org 2008-08-06 01:20 PDT -------
Created an attachment (id=22673)
--> (https://bugs.webkit.org/attachment.cgi?id=22673&action=view)
Move more methods from Frame into ScriptController
WebCore/GNUmakefile.am | 1 +
WebCore/WebCore.NPAPI.exp | 3 +-
WebCore/WebCore.base.exp | 7 +-
WebCore/WebCore.pro | 1 +
WebCore/WebCore.vcproj/WebCore.vcproj | 4 +
WebCore/WebCore.xcodeproj/project.pbxproj | 4 +
WebCore/bindings/js/ScriptController.cpp | 136 ++++++++++++++++-
WebCore/bindings/js/ScriptController.h | 59 +++++++-
WebCore/bindings/js/ScriptControllerGtk.cpp | 48 ++++++
WebCore/bindings/js/ScriptControllerMac.mm | 168 +++++++++++++++++++++
WebCore/bindings/js/ScriptControllerQt.cpp | 61 ++++++++
WebCore/bindings/js/ScriptControllerWin.cpp | 45 ++++++
WebCore/bindings/objc/DOM.mm | 3 +-
WebCore/bindings/objc/DOMInternal.mm | 2 +-
WebCore/bridge/jni/jni_jsobject.mm | 2 +-
WebCore/html/HTMLAppletElement.cpp | 33 +---
WebCore/html/HTMLAppletElement.h | 11 +--
WebCore/html/HTMLEmbedElement.cpp | 40 +----
WebCore/html/HTMLEmbedElement.h | 11 +--
WebCore/html/HTMLObjectElement.cpp | 32 +----
WebCore/html/HTMLObjectElement.h | 2 +-
WebCore/html/HTMLPlugInElement.cpp | 72 ++++-----
WebCore/html/HTMLPlugInElement.h | 12 +-
WebCore/loader/FrameLoader.cpp | 14 +-
WebCore/page/Frame.cpp | 125 ++--------------
WebCore/page/Frame.h | 47 +------
WebCore/page/FramePrivate.h | 42 +-----
WebCore/page/gtk/FrameGtk.cpp | 30 ----
WebCore/page/mac/FrameMac.mm | 141 ++---------------
WebCore/page/qt/FrameQt.cpp | 96 ------------
WebCore/page/win/FrameWin.cpp | 48 +------
WebKit/mac/Plugins/WebBaseNetscapePluginView.mm | 5 +-
WebKit/mac/Plugins/WebPluginController.mm | 5 +-
WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm | 6 +-
WebKit/mac/WebView/WebFrame.mm | 2 +-
WebKit/mac/WebView/WebScriptDebugger.mm | 25 ++--
WebKit/mac/WebView/WebView.mm | 2 +-
37 files changed, 663 insertions(+), 682 deletions(-)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list