RESOLVED FIXED 191410
[Cocoa] Introduce WKWebView SPI to insert nested ordered and unordered lists
https://bugs.webkit.org/show_bug.cgi?id=191410
Summary [Cocoa] Introduce WKWebView SPI to insert nested ordered and unordered lists
Wenson Hsieh
Reported 2018-11-07 19:17:59 PST
This would make it easier for Mail to implement list editing behaviors using WebKit2.
Attachments
Patch (52.47 KB, patch)
2018-11-08 19:34 PST, Wenson Hsieh
no flags
Fix some typos. (52.89 KB, patch)
2018-11-08 20:44 PST, Wenson Hsieh
dino: review+
commit-queue: commit-queue-
Patch for landing (52.69 KB, patch)
2018-11-09 11:37 PST, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2018-11-07 19:18:20 PST
Wenson Hsieh
Comment 2 2018-11-08 19:34:08 PST
Wenson Hsieh
Comment 3 2018-11-08 20:19:42 PST
> In file included from /Volumes/Data/EWS/WebKit/WebKitBuild/Release-iphoneos/DerivedSources/WebKit2/unified-sources/UnifiedSource29.cpp:3: > /Volumes/Data/EWS/WebKit/Source/WebKit/UIProcess/WebPageProxy.cpp:1762:44: error: no member named 'IncreaseListLevel' in namespace 'Messages::WebPage' > m_process->send(Messages::WebPage::IncreaseListLevel(), m_pageID); > ~~~~~~~~~~~~~~~~~~~^ > /Volumes/Data/EWS/WebKit/Source/WebKit/UIProcess/WebPageProxy.cpp:1768:44: error: no member named 'DecreaseListLevel' in namespace 'Messages::WebPage' > m_process->send(Messages::WebPage::DecreaseListLevel(), m_pageID); > ~~~~~~~~~~~~~~~~~~~^ > /Volumes/Data/EWS/WebKit/Source/WebKit/UIProcess/WebPageProxy.cpp:1774:44: error: no member named 'ChangeListType' in namespace 'Messages::WebPage' > m_process->send(Messages::WebPage::ChangeListType(), m_pageID); > ~~~~~~~~~~~~~~~~~~~^ > 3 errors generated. It's not terribly clear to me why the iOS device build is failing, whereas iOS sim builds.
Wenson Hsieh
Comment 4 2018-11-08 20:44:08 PST
Created attachment 354308 [details] Fix some typos.
WebKit Commit Bot
Comment 5 2018-11-09 11:32:16 PST Comment hidden (obsolete)
Wenson Hsieh
Comment 6 2018-11-09 11:37:25 PST
Created attachment 354361 [details] Patch for landing
WebKit Commit Bot
Comment 7 2018-11-09 12:16:42 PST
Comment on attachment 354361 [details] Patch for landing Clearing flags on attachment: 354361 Committed r238050: <https://trac.webkit.org/changeset/238050>
Note You need to log in before you can comment on or make changes to this bug.