[Webkit-unassigned] [Bug 120426] New: [Windows] Several WebView and WebFrameLoaderClient methods are not implemented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 28 10:52:16 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=120426

           Summary: [Windows] Several WebView and WebFrameLoaderClient
                    methods are not implemented
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at webkit.org


A number of methods in WebView and WebFrameLoaderClient are just stubs.  We should complete the implementation:

WebFrameLoaderClient:
    makeRepresentation
    forceLayoutForNonHTML
    setCopiesOnScroll
    detachedFromParent2 and ...Parent3 (probably not needed?)
    dispatchDidLoadResourceFromMemoryCache
    dispatchWillSendSubmitEvent
    willChangeTitle/didChangeTitle
    shouldGotToHistoryItem/shouldStopLoadingForHistoryItem
    provisionalLoadStarted
    didFinishLoad
    prepareForDataSourceREplacement
    canCachePage
    overrideMediaType
    revertToProvisionalState
    setMainFrameDocumentReady

WebView:
    canShowMIMETypeAsHTML
    MIMETypesShownAsHTML
    setMIMETypesShownAsHTML
    URLFromPasteboard
    URLTitleFromPasteboard
    setMediaStyle
    mediaStyle
    windowScriptObject
    setPreferencesIdentifier
    preferencesIdentifier
    registerViewClass
    pasteboardTypesForSelection
    writeSelectionWithPasteboardTypes
    pasteboardTypesForElement
    writeElement
    moveDragCaretToPoint
    removeDragCaret
    setDrawsBackground
    drawsBackground
    setMainFrameURL
    mainFrameURL
    mainFrameTitle
    mainFrameIcon
    takeStringURLFrom
    goBack
    goForward
    computedStyleForElement
    editableDOMRangeForPoint
    setSelectedDOMRange
    selectedDOMRange
    selectionAffinity
    setEditable
    isEditable
    setTypingStyle
    typingStyle
    undoManager
    replaceSelectionWithNode
    replaceSelectionWithMarkupString
    replaceSelectionWithArchive
    applyStyle
    copyFont
    pasteFont
    pasteAsPlainText
    pasteAsRichText
    changeFont
    changeAttributes
    changeDocumentBackgroundColor
    changeColor
    alignCenter
    alignJustified
    alignLeft
    alignRight
    performFindPanelAction
    startSpeaking
    stopSpeaking

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list