chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.38k stars 467 forks source link

Iterate through the correct range when converting AXState #3795

Closed martinpotter closed 1 month ago

martinpotter commented 1 month ago

The code currently uses ax::mojom::Role for start and end range instead of ax::mojom::State which results in bit-shifting 1 by a number larger than the 32-bit state can represent.

magreenblatt commented 1 month ago

Please submit PRs at https://bitbucket.org/chromiumembedded/cef/pull-requests/