commit | dcef1b73d8797d2e7d337601f9fa16c362ee91aa | [log] [tgz] |
---|---|---|
author | Dominic Mazzoni <[email protected]> | Fri Jan 26 17:57:04 2018 |
committer | Commit Bot <[email protected]> | Fri Jan 26 17:57:04 2018 |
tree | 9e3ba86d084c260b8fa9f031b96a61ca64860c78 | |
parent | 38a941954858ad833442ed25500f1c48ac0e2e28 [diff] |
Convert ax_enums.idl to mojom. The accessibility enums were used in over 300 files and many of those uses depended on details of the bindings generated from the IDL file. To keep this as much of a pure refactoring as possible, this change does the following: * Implements Parse and ToString functions in ax_enum_util that match the behavior of the IDL bindings. * Explicitly adds a kNone and kLast item to every enum, to support code that iterates over enums. Bug: 650275 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I6610169991ea1209629dab9a8c4c2c1f03c4116f Reviewed-on: https://chromium-review.googlesource.com/877417 Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Scott Violet <[email protected]> Reviewed-by: David Tseng <[email protected]> Reviewed-by: Aaron Leventhal <[email protected]> Commit-Queue: Dominic Mazzoni <[email protected]> Cr-Commit-Position: refs/heads/master@{#531997}
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 .