DescriptionFinalize documentation for the automation extension API.
This duplicates the accessibility enums between accessibility and automation converting to camel casing. It also cleans up some of the idl
For the sake of record, attempts to share the same enum ran into the following issues:
- the docs generator assumes a one-to-one (save camel/snake/unix casing) correspondance between filenames and idl namespaces.
- the handlebar templating language does not allow for logical string comparisons/equality checks or passing in-line string literals, so attempting to in-line names was unsuccessful.
- references to the enums (which were cased for the sake of cpp enums), were incorrect for the docs (which want camel casing).
A local cl with the change is still available but suffers
from odd filename, casing conflicts, and AX* naming issues.
BUG=309681
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278011
Patch Set 1 #
Total comments: 17
Patch Set 2 : Update docs. #
Total comments: 2
Patch Set 3 : Last TODO. #Patch Set 4 : Missing article. #Patch Set 5 : mod todo #Patch Set 6 : Presubmit #Patch Set 7 : Add intro html file. #Patch Set 8 : Adding ...public/extensions/automation.html #
Messages
Total messages: 16 (0 generated)
|