[Webkit-unassigned] [Bug 20294] Move more Frame methods into ScriptController
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 5 17:59:00 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20294
eric at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #22670| |review?
Flag| |
------- Comment #1 from eric at webkit.org 2008-08-05 17:59 PDT -------
Created an attachment (id=22670)
--> (https://bugs.webkit.org/attachment.cgi?id=22670&action=view)
Move more methods from Frame into ScriptController
WebCore/WebCore.NPAPI.exp | 3 +-
WebCore/WebCore.base.exp | 6 +-
WebCore/WebCore.xcodeproj/project.pbxproj | 4 +
WebCore/bindings/js/ScriptController.cpp | 134 +++++++++++++++++++-
WebCore/bindings/js/ScriptController.h | 54 ++++++++
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 | 12 +-
WebCore/page/Frame.cpp | 120 ++----------------
WebCore/page/Frame.h | 44 +------
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 +-
30 files changed, 328 insertions(+), 671 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