0
Files
src/extensions
Adithya Srinivasan 828acc3bab Portals: Make activated page receive accessibility focus on Mac
Adds a PORTAL_ACTIVATED generated event and handles it on Mac by
dispatching the load complete notification which ensures the page gets
focus (and VoiceOver also navigates through all the elements on the
page, similar to what happens after a regular navigation).

Bug: 1057804, 1045608
Change-Id: I2ca343e141c1011a862dd0f5bccd9b329e8f8498
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050603
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#750271}
2020-03-13 19:42:24 +00:00
..
2020-03-12 03:38:43 +00:00
2020-01-08 00:18:16 +00:00

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation: