DescriptionRename confusing child_id to unique_id_win
Each BrowserAccessibility had a "child_id", which was
confusing - the word "child" and "id" both have other
meanings within accessibility. In this context, it's
really an unique ID, that's only needed on Windows,
that can be used to quickly access an object using the
get_accChild function (which is where the "child"
comes in, it should really be "descendant").
BUG=175156
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193322
Patch Set 1 #
Total comments: 6
Patch Set 2 : Addressed feedback #Messages
Total messages: 9 (0 generated)
|