summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/ui
Commit message (Collapse)AuthorAgeFilesLines
* Support HTML5 form validation featurePeter Varga2015-03-132-0/+298
HTML5 provides built-in form validation that is supported by chromium. The form validation messages should be shown by the browser therefore new MessageBubble UI element has been added to Quick and Widget implementations. This patch implements chromium's form validation events and shows the messages in a MessageBubble. Change-Id: I0c8f4f102823117e2bfb16ff8a4c503635491939 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>