WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Fix some typos.
(52.89 KB, patch)
2018-11-08 20:44 PST
,
Wenson Hsieh
dino
: review+
commit-queue
: commit-queue-
Details
Formatted Diff
Diff
Patch for landing
(52.69 KB, patch)
2018-11-09 11:37 PST
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Wenson Hsieh
Comment 1
2018-11-07 19:18:20 PST
<
rdar://problem/45898610
>
Wenson Hsieh
Comment 2
2018-11-08 19:34:08 PST
Created
attachment 354304
[details]
Patch
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)
Comment on
attachment 354308
[details]
Fix some typos. Rejecting
attachment 354308
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-03', 'validate-changelog', '--check-oops', '--non-interactive', 354308, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit ChangeLog entry in Tools/ChangeLog is not at the top of the file. Full output:
https://webkit-queues.webkit.org/results/9926409
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.
Top of Page
Format For Printing
XML
Clone This Bug