summaryrefslogtreecommitdiffstats
path: root/ui/accessibility
Commit message (Expand)AuthorAgeFilesLines
* IAccessible::get_accChild should only return a descendant.dmazzoni2016-03-183-5/+26
* Implemented the reporting of text style and language information on Windows.nektar2016-03-164-20/+26
* Reland of Fix accessible focus state on menu bar container. (patchset #1 id:1...tommi2016-03-161-2/+8
* Revert of Fix accessible focus state on menu bar container. (patchset #1 id:1...tommi2016-03-161-8/+2
* Fix accessible focus state on menu bar container.dmazzoni2016-03-151-2/+8
* [Android] Disable lint on gyp targets that use empty or placeholder java dire...jbudorick2016-03-141-0/+1
* Cleanup: Accessibility attributes on the Mac.nektar2016-03-111-2/+2
* One accessibility tree per frame.dmazzoni2016-03-102-0/+8
* Workaround for navigating by word in the omnibox on Windows.nektar2016-03-104-8/+64
* Use unique IDs for accessibility nodes on Androiddmazzoni2016-03-085-43/+62
* Add explicit assignment operator and copy contructor to AXNodeDatadmazzoni2016-02-292-5/+34
* ui: Add out-of-line copy ctors for complex classes.vmpstr2016-02-254-0/+6
* ChromeVox Next: Support menu selection on Chrome OSdtseng2016-02-251-0/+6
* Enable accessibility support when IAccessible2 is accessed from views.dmazzoni2016-02-252-0/+52
* Add a treeChange type to Automationdtseng2016-02-234-0/+13
* Keep track of accessibility focus across windows.dmazzoni2016-02-197-9/+23
* Allow AXTreeSerializer::SerializeChanges to return an error code.dmazzoni2016-02-163-17/+80
* Fire an accessible click event when a web node is clicked on.dmazzoni2016-02-091-0/+1
* Refactor StringPiece hash.bnc2016-02-061-0/+1
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* Initialize Linux Aura accessibility on the file thread.k.czech2016-01-282-45/+100
* Adds AX role for abbr tag.je_julie.kim2016-01-202-0/+2
* gn: Pass pkg_config_args when invoking pkg_config_script.raphael.kubo.da.costa2016-01-131-4/+4
* Updating XTBs based on .GRDs from branch masterKrishna Govind2016-01-111-1/+1
* Add a missing switch-case break in Accessibilitytzik2015-12-281-15/+16
* Clean up header files.avi2015-12-261-0/+1
* Switch to standard integer types in ui/.avi2015-12-2425-75/+120
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-12-221-1/+1
* Add most of //ui/ to "gn check"brettw2015-12-081-0/+2
* Stops using SYSTEM_STATE_INDETERMINATE as it makes radio buttons appear to ha...nektar2015-12-022-6/+4
* Allow Linux builds using Ozone to rely on default Create() methods.slan2015-11-202-2/+18
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-0/+1
* Make use of new AX name calc in Chromium.dmazzoni2015-11-175-33/+34
* Text controls should expose their value instead of their name via IAccessible...nektar2015-11-041-0/+1
* GN: Remove "outputs" parameter for java_cpp_enum()agrieve2015-11-041-3/+0
* Move some AX attrs from AXNodeData to AXTreeData.dmazzoni2015-10-2220-176/+383
* Add new accessibility event for document selection.plundblad2015-10-131-0/+1
* Cleanup: Pass std::string as const reference from ui/ki.stfu2015-09-232-4/+4
* Uses isEditable and isRichlyEditable to determine which attributes to expose ...nektar2015-09-182-3/+7
* Move Singleton and related structs to namespace baseolli.raula2015-09-102-2/+2
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-3/+0
* Updating XTBs based on .GRDs from branch masterPenny MacNeil2015-09-0352-153/+257
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+3
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-3/+0
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-08-1752-2652/+2652
* Reports the position of the caret and current selection in content editables.nektar2015-08-072-1/+18
* Get rid of FrameAccessibility using AXTreeIDsdmazzoni2015-08-072-9/+7
* Templatize some ui/accessibility code to enable subclassing AXNodeData.dmazzoni2015-08-0417-145/+154