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

953 Коммитов

Автор SHA1 Сообщение Дата
aaronleventhal%moonset.net bb95ef799a Backing out fix for bug 346833 until it can be done correctly. 2006-08-21 17:09:52 +00:00
hwaara%gmail.com 5e75baaf42 Clarify getChildAtPoint() comment a bit. r=aaronlev 2006-08-17 14:39:11 +00:00
aaronleventhal%moonset.net 9a72b50c85 Bug 346730. List bullets not exposed. Also, expose content generated frames within nsIAccessibleText. r=ginn.chen 2006-08-17 13:21:41 +00:00
aaronleventhal%moonset.net 38a6785d4f Bug 346833. Objects in :before and :after no longer exposed. r=ginn.chen, sr=roc 2006-08-17 13:19:49 +00:00
aaronleventhal%moonset.net af26db2873 Bustage fix 2006-08-16 15:09:07 +00:00
aaronleventhal%moonset.net 9aff71010d Attempt to fix odd bustage on btek 2006-08-16 15:05:08 +00:00
aaronleventhal%moonset.net f2af766c6d Bug 345825. Fixes for accessible text methods getTextAtOffset and getRangeExtents. r=ginn.chen 2006-08-16 13:36:19 +00:00
ginn.chen%sun.com b3167d713e Bug 340802 New ATK: Implement AtkDocument support
patch by Evan.Yan at sun.com r=ginn.chen, aaronlev
2006-08-16 03:06:42 +00:00
aaronleventhal%moonset.net 9ab0dd3905 Bug 348616. Fix HTML button accessible and accessible objects when onclick is present. r=nian.liu 2006-08-16 01:50:36 +00:00
aaronleventhal%moonset.net 0985d3c59c Bug 348037. GetIndexInParent impl for ATK counting too many children. r=ginn.chen 2006-08-15 14:37:30 +00:00
aaronleventhal%moonset.net 06d750b78a Backing out for now 2006-08-15 14:11:50 +00:00
aaronleventhal%moonset.net 0a44f564cd Bug 348037. GetIndexInParent impl for ATK counting too many children. r=ginn.chen 2006-08-15 13:16:04 +00:00
ginn.chen%sun.com b2c592221f Bug 348197 firefox crash with orca running [@nsAccessNode::GetDocAccessibleFor]
patch by Evan.Yan at sun.com r=aaronleventhal
2006-08-15 04:50:46 +00:00
timeless%mozdev.org fa6e4316d6 Bug 347851 Building XULRunner with --embedding-profile=minimal failed
Make accessible tree support only build ifdef MOZ_XUL
patch by romaxa@gmail.com r=timeless r=aaronl sr=bz
2006-08-14 15:43:49 +00:00
aaronleventhal%moonset.net 10a613398c Bug 348155. Position in lists not exposed correctly. r+sr=roc 2006-08-14 13:38:53 +00:00
aaronleventhal%moonset.net ce12dbae16 Bustage fix 2006-08-11 18:02:52 +00:00
aaronleventhal%moonset.net 17fdfb135a Bustage fix 2006-08-11 17:54:03 +00:00
aaronleventhal%moonset.net 740df54b56 Bug 348158. Accessibility cache gets out of sync. Provide assertions so we catch this in the future. r=ginn.chen 2006-08-11 17:21:56 +00:00
ginn.chen%sun.com a9e1bcbff9 Bug 348007 Firefox will crash if use index = -1 to get top level
accessible
r= aaronleventhal
2006-08-11 06:04:10 +00:00
aaronleventhal%moonset.net 872b7a7986 Bug 346906. GetLinkIndex not working. r=parente 2006-08-08 14:50:12 +00:00
aaronleventhal%moonset.net 91b403086b Bug 341462. XUL menuitems should not fire accessible focus for mouseover. Patch by Ginn Chen. r=aaronlev 2006-08-08 14:01:19 +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 fbf42053c6 bug 346936. crashes [@ nsAccessibilityService::CreateRootAccessible]. r=ginn.chen, sr=dbaron 2006-08-03 19:42:47 +00:00
aaronleventhal%moonset.net f709191e69 Bug 320357. Linux magnifier can't work with wrapped text. r=ginn.chen 2006-08-03 13:42:42 +00:00
aaronleventhal%moonset.net 6a60e878f1 bug 347038. Remove unused and unneeded GetSelectedLinkIndex. r=evan.yan 2006-08-03 03:59:32 +00:00
aaronleventhal%moonset.net 30343ba120 Fixing bustage 2006-08-03 03:44:21 +00:00
aaronleventhal%moonset.net d542e8384a Bug 346906. GetLinkIndex() is off by 1. r=neo.liu 2006-08-03 03:32:32 +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 7f44747358 Bug 346649. Firefox crashes [@ nsHyperTextAccessible::GetPosAndText]. Patch by evan.yan. r=ginn.chen, r=aaronlev 2006-08-02 16:44:25 +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 fef4631ba7 bug 346721. Parent of bullet accessible incorrect. r=pligrim, sr=neil 2006-08-01 12:44:24 +00:00
ginn.chen%sun.com 6950966214 Bug 343156 New ATK: expose new action for images, to open long description
in a new tab
patch by nian.liu at sun.com r=aaronleventhal sr=neil
2006-07-31 05:21:46 +00:00
ginn.chen%sun.com fc2834f355 Bug 345275 make eAction_*'s definition to where they belong and remove
e*_Action enum
patch by nian liu at sun.com r=aaronleventhal sr=neil
2006-07-31 04:31:13 +00:00
ginn.chen%sun.com 300602bb2c Bug 345825 getTextAtOffset doesn't work correctly
r=aaronleventhal
2006-07-27 06:08:19 +00:00
aaronleventhal%moonset.net 6fcd778854 Bug 344896. Refactor accessibility events handling. Part 1 of fix, add nsPIAccessible::allowsAnonChildAccessibles(). Patch by Alexander Surkov. r=aaronlev 2006-07-26 19:38:25 +00:00
ginn.chen%sun.com e3cd95949c Bug 345421 nsRoleMap.h uses -1 for PRUint32
patch by gaomingcn at gmail.com r=aaronleventhal
2006-07-25 05:31:28 +00:00
ginn.chen%sun.com e6304d8340 Bug 345434 Firefox crashes with orca testcase
[@nsHyperTextAccessible::GetRelativeOffset]
r=aaronleventhal
2006-07-25 03:50:35 +00:00
aaronleventhal%moonset.net 793d61f079 Bug 241015. Remote XUL is not accessible. Patch by Alexander Surkov. r=aaronlev. Chrome r='s by neil and mano 2006-07-24 16:12:08 +00:00
aaronleventhal%moonset.net 553fe69b55 Fixing bustage 2006-07-24 15:05:34 +00:00
aaronleventhal%moonset.net 0e74500a29 Bug 275010. Support AtkTable and start work to provide hint on layout vs. data table. r=surkov 2006-07-24 14:26:25 +00:00
ginn.chen%sun.com a111d46b12 Bug 345424 document_frame always implements EditableText interface
r=aaronleventhal
2006-07-24 06:18:30 +00:00
ginn.chen%sun.com 1a1d40b13b Bug 345422 GOK can't UI Grab nightly firefox
r=aaronleventhal
2006-07-24 06:17:01 +00:00
ginn.chen%sun.com ce1876ada8 Bug 341747 Fix missing commas r=me 2006-07-21 05:52:06 +00:00
aaronleventhal%moonset.net bfcece090a Bug 338337. Updates to DHTML accessible roles and relations. r=pilgrim, sr=tor 2006-07-20 21:08:57 +00:00
aaronleventhal%moonset.net 8c50bda914 Bug 345192. Some caret events not reported in midas text edit areas. r=evan.yan 2006-07-19 17:50:44 +00:00
cvshook%sicking.cc 3a9a287253 Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst 2006-07-19 04:36:36 +00:00
aaronleventhal%moonset.net 2a0ee0ae1b Bug 344901. Document frame accessible has no child. Patch from Ginn Chen. r=aaronlev 2006-07-19 02:51:14 +00:00
aaronleventhal%moonset.net 58cd497621 Bug 334353. Duplicate insert/delete events. r=evan.yan, sr=roc 2006-07-19 01:56:54 +00:00