Skip to content
  • mjs's avatar
    WebCore: · 037e2a7c
    mjs authored
            Rubber stamped by Eric.
    
            - rename WebCoreBridge to WebCoreFrameBridge
    
            * WebCore.exp:
            * WebCore.xcodeproj/project.pbxproj:
            * bridge/mac/KWQKHTMLPartBrowserExtension.mm:
            (KHTMLPartBrowserExtension::createNewWindow):
            * bridge/mac/MacFrame.h:
            (MacFrame::bridge):
            * bridge/mac/MacFrame.mm:
            (MacFrame::submitForm):
            (MacFrame::createPart):
            (MacFrame::bridgeForWidget):
            (MacFrame::documentViewForNode):
            (MacFrame::setBridge):
            * bridge/mac/WebCoreBridge.h: Removed.
            * bridge/mac/WebCoreBridge.mm: Removed.
            * bridge/mac/WebCoreFrameBridge.h: Added.
            * bridge/mac/WebCoreFrameBridge.mm: Added.
            (-[WebCoreFrameBridge executionContextForView:]):
            (frameHasSelection):
            (-[WebCoreFrameBridge firstChild]):
            (-[WebCoreFrameBridge lastChild]):
            (-[WebCoreFrameBridge previousSibling]):
            (-[WebCoreFrameBridge nextSibling]):
            (-[WebCoreFrameBridge isDescendantOfFrame:]):
            (-[WebCoreFrameBridge traverseNextFrameStayWithin:]):
            (-[WebCoreFrameBridge appendChild:]):
            (-[WebCoreFrameBridge removeChild:]):
            (-[WebCoreFrameBridge childFrameNamed:]):
            (-[WebCoreFrameBridge _deepLastChildFrame]):
            (-[WebCoreFrameBridge nextFrameWithWrap:]):
            (-[WebCoreFrameBridge previousFrameWithWrap:]):
            (-[WebCoreFrameBridge _shouldAllowAccessFrom:]):
            (-[WebCoreFrameBridge _descendantFrameNamed:sourceFrame:]):
            (-[WebCoreFrameBridge _frameInAnyWindowNamed:sourceFrame:]):
            (-[WebCoreFrameBridge findFrameNamed:]):
            (+[WebCoreFrameBridge bridgeForDOMDocument:]):
            (-[WebCoreFrameBridge setParent:]):
            (-[WebCoreFrameBridge parent]):
            (nowPrinting):
            (-[WebCoreFrameBridge opener]):
            (-[WebCoreFrameBridge setOpener:]):
            (+[WebCoreFrameBridge stringWithData:textEncodingName:]):
            * kwq/KWQAccObject.mm:
            (-[KWQAccObject rendererForView:]):
            * kwq/KWQComboBox.mm:
            (-[KWQPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:]):
            * kwq/KWQFileButton.mm:
            (KWQFileButton::focusPolicy):
            * kwq/KWQFrame.mm:
            * kwq/KWQKJavaAppletWidget.mm:
            * kwq/KWQLineEdit.mm:
            * kwq/KWQListBox.mm:
            (-[KWQTableView keyDown:]):
            (-[KWQTableView keyUp:]):
            * kwq/KWQLoader.mm:
            (KWQServeRequest):
            (KWQServeSynchronousRequest):
            (KWQCheckCacheObjectStatus):
            (KWQCacheObjectExpiresTime):
            * kwq/KWQSlider.mm:
            (QSlider::focusPolicy):
            * kwq/KWQTextArea.mm:
            (-[KWQTextAreaTextView textDidChange:]):
            (-[KWQTextAreaTextView _trackResizeFromMouseDown:]):
            (-[KWQTextAreaTextView keyDown:]):
            (-[KWQTextAreaTextView keyUp:]):
            * kwq/KWQTextField.mm:
            (-[KWQTextFieldController controlTextDidBeginEditing:]):
            (-[KWQTextFieldController controlTextDidEndEditing:]):
            (-[KWQTextFieldController controlTextDidChange:]):
            (-[KWQTextFieldController control:textView:doCommandBySelector:]):
            (-[KWQTextFieldController textView:shouldHandleEvent:]):
            * kwq/KWQWidget.mm:
            (QWidget::setFocus):
            * kwq/KWQWindowWidget.h:
            * kwq/KWQWindowWidget.mm:
            (KWQWindowWidget::KWQWindowWidget):
            * kwq/WebCoreFrameNamespaces.h:
            * kwq/WebCoreFrameNamespaces.m:
            (+[WebCoreFrameNamespaces addFrame:toNamespace:]):
            * kwq/WebCoreFrameView.h:
            * kwq/WebCoreSettings.mm:
            * kwq/WebCoreTextRendererFactory.mm:
            * kwq/WebCoreViewFactory.h:
    
    WebKit:
    
            Rubber stamped by Eric.
    
            - rename WebBridge to WebFrameBridge
            
            - also removed all tabs from WebFrameBridge.m
    
            * DOM.subproj/WebDOMOperations.m:
            (-[DOMNode _bridge]):
            (-[DOMNode webArchive]):
            (-[DOMRange _bridge]):
            (-[DOMRange webArchive]):
            * DOM.subproj/WebDOMOperationsPrivate.h:
            * English.lproj/StringsNotToBeLocalized.txt:
            * Misc.subproj/WebCoreStatistics.m:
            * Misc.subproj/WebNSViewExtras.h:
            * Misc.subproj/WebNSViewExtras.m:
            (-[NSView _bridge]):
            * Plugins.subproj/WebBaseNetscapePluginView.m:
            * Plugins.subproj/WebNetscapePluginEmbeddedView.m:
            * Plugins.subproj/WebNetscapePluginStream.m:
            (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]):
            * Plugins.subproj/WebPluginContainerCheck.m:
            (-[WebPluginContainerCheck _isForbiddenFileLoad]):
            * Plugins.subproj/WebPluginController.h:
            * Plugins.subproj/WebPluginController.m:
            (-[WebPluginController bridge]):
            * WebCoreSupport.subproj/WebBridge.h: Removed.
            * WebCoreSupport.subproj/WebBridge.m: Removed.
            * WebCoreSupport.subproj/WebFileButton.h:
            * WebCoreSupport.subproj/WebFileButton.m:
            (-[WebFileChooserButton initWithBridge:delegate:]):
            * WebCoreSupport.subproj/WebFrameBridge.h: Added.
            * WebCoreSupport.subproj/WebFrameBridge.m: Added.
            (-[WebFrameBridge mainFrame]):
            (-[WebFrameBridge createWindowWithURL:frameName:]):
            (-[WebFrameBridge canTargetLoadInFrame:]):
            (-[WebFrameBridge createChildFrameNamed:withURL:referrer:renderPart:allowsScrolling:marginWidth:marginHeight:]):
            (formDelegate):
            (-[WebFrameBridge createModalDialogWithURL:]):
            * WebCoreSupport.subproj/WebSubresourceLoader.m:
            * WebCoreSupport.subproj/WebTextRendererFactory.m:
            * WebCoreSupport.subproj/WebViewFactory.m:
            (-[WebViewFactory bridgeForView:]):
            * WebKit.xcodeproj/project.pbxproj:
            * WebView.subproj/WebDataSource.m:
            (-[WebDataSource _bridge]):
            (-[WebDataSource _receivedMainResourceError:complete:]):
            (-[WebDataSource _stringWithData:]):
            * WebView.subproj/WebDataSourcePrivate.h:
            * WebView.subproj/WebDebugDOMNode.m:
            * WebView.subproj/WebDefaultContextMenuDelegate.m:
            * WebView.subproj/WebFrame.m:
            (-[WebFrame _traverseNextFrameStayWithin::]):
            (Frame):
            (-[WebFrame _detachFromParent]):
            (-[WebFrame _bridge]):
            (-[WebFrame _initWithWebFrameView:webView:bridge:]):
            * WebView.subproj/WebFrameInternal.h:
            * WebView.subproj/WebFramePrivate.h:
            * WebView.subproj/WebFrameView.m:
            (-[WebFrameView webCoreBridge]):
            (-[WebFrameView _bridge]):
            * WebView.subproj/WebHTMLRepresentation.m:
            (+[WebHTMLRepresentation supportedMIMETypes]):
            (-[WebHTMLRepresentation _bridge]):
            (-[WebHTMLRepresentation documentSource]):
            * WebView.subproj/WebHTMLRepresentationPrivate.h:
            * WebView.subproj/WebHTMLView.m:
            (-[WebHTMLView _pasteWithPasteboard:allowPlainText:]):
            (-[WebHTMLView _deleteRange:killRing:prepend:smartDeleteOK:deletionAction:]):
            (-[WebHTMLView updateFocusState]):
            (-[NSArray validateUserInterfaceItem:]):
            (-[NSArray attributedString]):
            (-[NSArray selectedAttributedString]):
            (-[NSArray concludeDragForDraggingInfo:actionMask:]):
            (-[NSArray keyDown:]):
            (-[NSArray _alterCurrentSelection:direction:granularity:]):
            (-[NSArray _alterCurrentSelection:verticalDistance:]):
            (-[NSArray _expandSelectionToGranularity:]):
            (-[NSArray cut:]):
            (-[NSArray _applyStyleToSelection:withUndoAction:]):
            (-[NSArray _applyParagraphStyleToSelection:withUndoAction:]):
            (-[NSArray pasteAsPlainText:]):
            (-[NSArray insertNewline:]):
            (-[NSArray insertLineBreak:]):
            (-[NSArray insertParagraphSeparator:]):
            (-[NSArray _changeWordCaseWithSelector:]):
            (-[NSArray startSpeaking:]):
            (-[NSArray selectToMark:]):
            (-[NSArray swapWithMark:]):
            (-[NSArray transpose:]):
            (-[WebHTMLView characterIndexForPoint:]):
            (-[WebHTMLView firstRectForCharacterRange:]):
            (-[WebHTMLView selectedRange]):
            (-[WebHTMLView attributedSubstringFromRange:]):
            (-[WebHTMLView _selectMarkedText]):
            (-[WebHTMLView _selectRangeInMarkedText:]):
            (-[WebHTMLView setMarkedText:selectedRange:]):
            (-[WebHTMLView _selectionIsInsideMarkedText]):
            (-[WebTextCompleteController _insertMatch:]):
            (-[WebTextCompleteController doCompletion]):
            (-[WebTextCompleteController endRevertingChange:moveLeft:]):
            * WebView.subproj/WebHTMLViewPrivate.h:
            * WebView.subproj/WebImageView.m:
            * WebView.subproj/WebMainResourceLoader.m:
            * WebView.subproj/WebRenderNode.m:
            * WebView.subproj/WebResource.m:
            (-[WebResource _stringValue]):
            * WebView.subproj/WebScriptDebugDelegate.m:
            * WebView.subproj/WebTextView.m:
            * WebView.subproj/WebView.m:
            (-[WebView _createFrameNamed:inParent:allowsScrolling:]):
            (-[WebView _commonInitializationWithFrameName:groupName:]):
            (-[WebView writeSelectionWithPasteboardTypes:toPasteboard:]):
            (-[WebView moveDragCaretToPoint:]):
            (-[WebView shouldClose]):
            (-[WebView editableDOMRangeForPoint:]):
            (-[WebView setEditable:]):
            (-[WebView deleteSelection]):
            (-[WebView _bridgeForSelectedOrMainFrame]):
            (-[WebView _bridgeAtPoint:]):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@12072 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    037e2a7c