Bug 120426
| Summary: | [Windows] Several WebView and WebFrameLoaderClient methods are not implemented | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, don.olmstead, fujii.hironori |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brent Fulgham
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
is it something for 'win-cairo' or it is jsut for AppleWin port and can be closed now?