commit | abbdd54e285a99398d605396897d879620e150f2 | [log] [tgz] |
---|---|---|
author | Mansi Awasthi <maawas@microsoft.com> | Sat Dec 21 11:17:54 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Dec 21 11:17:54 2019 |
tree | 4dde389ee361e33197afa36e6bac2df94efe8efd | |
parent | 4e8b6936e5378ed6a0a76ed84d7224240b470b6b [diff] |
Implement PdfAXActionTarget::SetSelection method Added a new action PP_PDF_SET_SELECTION to PP_PdfAccessibilityAction and selection specific data in PP_PdfAccessibilityActionData. Implemented PdfAXActionTarget::SetSelection method to send selection data to plugin. PDFiumEngine handles PP_PDF_SET_SELECTION action and set the selection in plugin. Added the tests to validate if write action data is sent from Mimehandler to Plugin for selection and also if the action is correctly executed in Plugin. Bug: 1023283 Change-Id: I9112698757d7516d38f29e88174f10da71673b1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934127 Commit-Queue: Mansi Awasthi <maawas@microsoft.com> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#727044}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .