Run the following layout test on Qt platform and it fails. LayoutTests/editing/deleting/5408255.html The root cause of the failure is missing deleteButton image support.
Created attachment 43336 [details] fix patch
Comment on attachment 43336 [details] fix patch LGTM.
Comment on attachment 43336 [details] fix patch Clearing flags on attachment: 43336 Committed r51154: <http://trac.webkit.org/changeset/51154>
All reviewed patches have been landed. Closing bug.
(In reply to comment #1) > Created an attachment (id=43336) [details] > fix patch Hi, Since this adds public API, you should add documentation for the DeleteButtonGraphic value. A "\value DeleteButtonGraphic" line under "\enum QWebSettings::WebGraphic" in qwebsettings.cpp, with an appropriate description, is sufficient. Thanks!
Reopen for adding documentation.
Created attachment 51315 [details] fix patch Thanks for the comment, Kent. This patch takes care of the documentation.
Comment on attachment 51315 [details] fix patch r+, but feel free to elaborate a bit more where this is used. Users will ask: "What's a delete button?"
Manually committed the patch after adding more descriptions as suggested by Simon. Committed revision 56537.