[Webkit-unassigned] [Bug 9575] replaceSelectionWithMarkupString merges blockquotes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 10 14:48:57 PDT 2022


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

--- Comment #5 from Alexey Proskuryakov <ap at webkit.org> ---
What Ryosuke said.

However, not sure if your search was exhaustive, we have it outside Windows directories too (still WK1 only).

$ grep -r replaceSelectionWithMarkupString Source/
Source//WebKitLegacy/win/WebView.h:    HRESULT STDMETHODCALLTYPE replaceSelectionWithMarkupString(_In_ BSTR) override;
Source//WebKitLegacy/win/WebView.cpp:HRESULT WebView::replaceSelectionWithMarkupString(_In_ BSTR /*markupString*/)
Source//WebKitLegacy/win/Interfaces/IWebView.idl:        - (void)replaceSelectionWithMarkupString:(NSString *)markupString;
Source//WebKitLegacy/win/Interfaces/IWebView.idl:    HRESULT replaceSelectionWithMarkupString([in] BSTR markupString);
Source//WebKitLegacy/mac/WebView/WebView.mm:- (void)replaceSelectionWithMarkupString:(NSString *)markupString
Source//WebKitLegacy/mac/WebView/WebView.mm:    [[self _selectedOrMainFrame] _replaceSelectionWithMarkupString:markupString baseURLString:nil selectReplacement:YES smartReplace:NO];
Source//WebKitLegacy/mac/WebView/WebView.h:- (void)replaceSelectionWithMarkupString:(NSString *)markupString;
Source//WebKitLegacy/mac/WebView/WebFramePrivate.h:- (void)_replaceSelectionWithMarkupString:(NSString *)markupString baseURLString:(NSString *)baseURLString selectReplacement:(BOOL)selectReplacement smartReplace:(BOOL)smartReplace;
Source//WebKitLegacy/mac/WebView/WebFrame.mm:- (void)_replaceSelectionWithMarkupString:(NSString *)markupString baseURLString:(NSString *)baseURLString selectReplacement:(BOOL)selectReplacement smartReplace:(BOOL)smartReplace

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220910/c73d1110/attachment.htm>


More information about the webkit-unassigned mailing list