Граф коммитов

91 Коммитов

Автор SHA1 Сообщение Дата
Mitchell Field d0f35f6883 Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
--HG--
extra : rebase_source : 7fab31a6b7898e05ff828482390846cc9ce2854d
2010-07-02 10:27:06 -04:00
Alexander Surkov 88eef1a89e Bug 481357 - rename finalRole to role, r=davidb 2009-03-07 23:38:58 +08:00
Alexander Surkov 30549e95c1 Bug 345780 - Support multiple targets for same relation, r=davidb, r=MarcoZ, sr=neil 2009-02-10 11:03:30 +01:00
Alexander Surkov acb3b8c296 Bug 468451 - Images with empty alt attribute no longer get an empty accessible name, but return NULL instead, r=aaronlev, marcoz, davidb 2008-12-17 00:13:49 +08:00
Alexander Surkov 371c0d9e2d Bug 280136 - Remove GetFinalState(), r=davidb 2008-11-04 11:37:46 +08:00
Alexander Surkov bdd4fa5270 Bug 455442 - improve hitTest, r=aaronlev, hwaara 2008-09-17 21:11:39 +08:00
aaronleventhal@moonset.net ef14ee78a0 Bug 403262. nsIAccessible::groupPositioN() does not expose the proper number of similar items in group. r=surkov, a=mtschrep 2007-11-12 19:03:29 -08:00
aaronleventhal@moonset.net ae4f182acb Bug 395081. AccessibleObjectFromPoint() returns errors. r=surkov, a=dsicore 2007-09-18 14:44:43 -07:00
surkov.alexander@gmail.com 81ade21286 Bug 374487 - provide API to support multiple targets for the same relation, r=aaronlev 2007-05-19 19:41:33 -07:00
surkov.alexander@gmail.com 48b2b78c22 Bug 380524 - implement IAccessibleComponent, r=aaronlev, sr=neil 2007-05-15 23:04:20 -07:00
surkov.alexander@gmail.com cd37bac6da Fix for bug 376832 - L0, 1 of 1 being exposed for acc_description on everything, r=aaronlev 2007-04-16 22:13:24 -07:00
aaronleventhal@moonset.net ebb88d3cc3 Reversing backout of fix for bug 372367 as it is not the cause of startup crashes when a screen reader is running. Original patch by surkov, r=ginn.chen 2007-04-05 15:14:08 -07:00
aaronleventhal@moonset.net 59aac6785e Backing out fix for bug 372367 as it causes startup crashes when a screen reader is running 2007-04-05 14:52:03 -07:00
surkov.alexander@gmail.com 05eff40391 Fix for bug 372367 - nsIAccessible::isEditable is dead, r=ginn.chen 2007-04-04 02:58:34 -07:00
surkov.alexander@gmail.com 4faff9db41 Fix for bug 374390 - merge GetExtState into GetState by using two out params, r=evan.yan 2007-04-02 08:56:24 -07:00
surkov.alexander@gmail.com 2fb4c478af Fix for bug 371594 - expose groupPosition for Gecko. r=aaronlev 2007-03-27 05:17:11 -07:00
surkov.alexander%gmail.com 4c5520ee4d Fix for bug 370790 - implement IAccessibleAction, r=aaronlev, ginn.chen 2007-03-18 05:21:13 +00:00
surkov.alexander%gmail.com 351d948bd6 Fix for bug 373532 - moved states out of nsIAccessible. r=aaronlev 2007-03-15 14:18:33 +00:00
surkov.alexander%gmail.com 1ae2451181 =Fix for bug 373532 - move roles out of nsIAccessible. r=aaronlev 2007-03-15 02:26:13 +00:00
ginn.chen%sun.com 2909e5b1c5 Back out bug 372367 due to a regression 2007-03-13 03:22:44 +00:00
surkov.alexander%gmail.com c7c6765b9d =Fix for bug 372367 - nsIAccessible::isEditable is dead. r=aaronlev 2007-03-11 07:02:13 +00:00
surkov.alexander%gmail.com b21f43d3bc Fix bug 371750 make nsIAccessible::keyBinding work for several actions. r=aaronlev,ginn 2007-03-08 15:25:35 +00:00
aaronleventhal%moonset.net 9c44b9ea7a Bug 369777. Separate programmatic action name from localized description. Patch by david.bolter@utoronto.ca. r=aaronlev 2007-02-25 03:43:20 +00:00
aaronleventhal%moonset.net 05a9c6baff Bug 367412. Fix Mozilla's usage of states, and refactor. r=ginn.chen, r=surkov, sr=neil 2007-01-28 03:58:18 +00:00
aaronleventhal%moonset.net 0787f01896 Bug 278034. Reconstruct both HTML and XUL combobox accessibles 2007-01-11 20:07:36 +00:00
hwaara%gmail.com bf05506b89 implement accessible objects for xforms date input controls, r=aaronr, aaronlev, sr=neil, b=349644. Patch by Alexander Surkov <surkov.alexander@gmail.com> 2006-12-12 16:19:18 +00:00
timeless%mozdev.org 46d2b15871 Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
hwaara%gmail.com aa03587796 Fix regression from bug 352357; we rely on the constants in the interface being continous (there must not be any gaps). Too bad IDL doesn't offer any auto-enumeration... r=aaronlev 2006-09-20 17:23:25 +00:00
hwaara%gmail.com 233d8cfc48 Make mozAccessible use mac-native (UA) roles. Remove mozDocAccessible as it's not needed. Implement new |isRoot| method to tell whether an accessible is the root accessible. b=352327, r=surkov
Remove some unused cross-platform roles. b=352357, r=aaronlev
2006-09-19 08:48:33 +00:00
hwaara%gmail.com 629dc44a28 Revert whitespace change. b=351412 2006-09-06 14:32:17 +00:00
hwaara%gmail.com ed86a6262e Implement readonly attribute |children| to get the children of an accessible. b=351412, r=aaronlev 2006-09-06 14:29:56 +00:00
aaronleventhal%moonset.net 23b19693d1 Bug 342288. Initial support for ATK object attributes. Patch by Ming Gao. r=aaronlev, sr=neil 2006-08-31 21:07:41 +00:00
hwaara%gmail.com 5e75baaf42 Clarify getChildAtPoint() comment a bit. r=aaronlev 2006-08-17 14:39:11 +00:00
aaronleventhal%moonset.net 89b197df33 Bug 346858. Add support for ATK relations. r=nian.liu 2006-08-04 03:58:05 +00:00
aaronleventhal%moonset.net a8676968d1 Bug 347022. Use ATK_ROLE_EMBEDDED for wairole:application. r=evan.yan 2006-08-03 03:25:37 +00:00
jwalden%mit.edu cf0595e90e Backing out patch for bug 347022 to fix Linux GTK2 bustage 2006-08-02 20:37:07 +00:00
aaronleventhal%moonset.net 0f1e57f2fc Bug 347022. Use ATK_ROLE_EMBEDDED for wairole:application. r=evan.yan 2006-08-02 18:40:51 +00:00
aaronleventhal%moonset.net 8e9b7d9d74 Bug 346852. Remove platform-specific roles. r=evan.yan 2006-08-02 14:40:32 +00:00
aaronleventhal%moonset.net cbaf26bd6a Bug 341747. Remove #ifdefs from nsIAccessible.idl. Also fixes bug 214580. Remove {C++ from nsIAccessible.idl. Patch from Mike Gao. r=aaronlev, ginn.chen 2006-07-17 14:53:36 +00:00
aaronleventhal%moonset.net a01ea4a407 Bug 342979. Role attribute should be recognized in XHTML 1.x namespace. r=pilgrim, sr=neil 2006-07-01 03:52:29 +00:00
aaronleventhal%moonset.net 50738c7453 Bug 340665. New ATK: expose links as ATK_ROLE_LINK, if available. r=Evan.Yan 2006-06-26 13:00:27 +00:00
aaronleventhal%moonset.net 8b8834cf49 Bug 342186. Implement nsIAccessible::EXT_STATE_DEFUNCT. r=ginn.chen 2006-06-21 14:00:11 +00:00
aaronleventhal%moonset.net 907b9a5d54 Bug 340829. Implement big hunk of new-atk, nsAccessibleHyperText, to support specialized accessibility interfaces cross-platform and expose containment hierarchy as such. r=ginn.chen 2006-06-21 13:29:10 +00:00
aaronleventhal%moonset.net 1e7b9dc262 Bug 341745. Clean up accessible text entry classes and make sure nsIAccessible::ROLE_TEXT always refers to content. r=pilgrim 2006-06-16 17:13:37 +00:00
aaronleventhal%moonset.net cf1b544d76 Bug 341650. Fix issues with accessible object selection. r=pilgrim 2006-06-15 18:29:44 +00:00
aaronleventhal%moonset.net d6a103f39d Bug 340825. New ATK, implement nsIAccessible value for all platforms and for DHTM, via nsAccessible. r=ginn.chen 2006-06-15 16:55:32 +00:00
benjamin%smedbergs.us c4c823f375 Reverting bug 340825 for aaronlev due to a busted checkin 2006-06-15 15:22:23 +00:00
aaronleventhal%moonset.net 4ce0ffbd05 Bug 340825. Implement nsIAccessibleValue in cross platform code so it can be used anywhere. r=ginn.chen 2006-06-15 14:55:02 +00:00
aaronleventhal%moonset.net f07e4c26be Bug 341013. Use description relations in ATK. r=ginn.chen 2006-06-15 13:40:23 +00:00
aaronleventhal%moonset.net 44a2839a87 Bug 325616. Add recently developed ATK roles. r=ginn.chen, sr=neil 2006-02-07 20:50:34 +00:00