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

1147 Коммитов

Автор SHA1 Сообщение Дата
aaronleventhal%moonset.net 5e9863adb9 Bug 359924. Crash when entering characters in XUL textfields, such as find field. r=nian.liu, r=surkov 2006-12-12 19:04:25 +00:00
hwaara%gmail.com 692d5d8271 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
hwaara%gmail.com 6161bc1ada Make all buttons (also those that are not by definition popupmenus) that have a menu expose the ShowMenu action (by making them mozPopupButtonAccessible instances under the hood). r=surkov, b=363082 2006-12-11 09:37:01 +00:00
alfred.peng%sun.com 87c2d4d9ea Bug 356863. Right-hand account settings panels are not accessible.
Patch by Evan.Yan@sun.com. r=aaronleventhal.
2006-12-08 09:59:45 +00:00
alfred.peng%sun.com 21c364c6f0 Bug 356347. Invisible column headers of xul tree-table are not exposed.
Patch by Evan.Yan@sun.com. r=aaronleventhal.
2006-12-08 09:57:25 +00:00
hwaara%gmail.com 3a3463c9a9 Implement accessible objects for xforms select controls. Patch by Alexander Surkov <surkov.alexander@gmail.com>. r=aaronr, aaronlev, b=348053 2006-12-06 13:44:19 +00:00
hwaara%gmail.com 2675d0a77c Initial support for popupmenus, r=surkov, b=362080 2006-12-06 13:35:56 +00:00
hwaara%gmail.com 935b7af395 Make deep hit-testing work. This makes VoiceOver able to speak whatever you mouse over, both in XUL and web page content (if that pref is set in the accessibility settings)
r=surkov, b=352329
2006-12-01 10:53:52 +00:00
ginn.chen%sun.com 765234201a Bug 360865 Firefox crashes when selecting downloaded item with gok [@nsXULMenuitemAccessible::DoAction]
r=aaronleventhal
2006-12-01 03:46:18 +00:00
mozilla.mano%sent.com 5011696b4d Bug 362074 - ns*TextFieldAccessible::CheckForEditor should use nsIDOMNSEditableElement. r=aaronlev. 2006-11-29 16:10:31 +00:00
ginn.chen%sun.com 68d80a3557 Bug 359784 preferences pane accessible tree uncomplete
patch by Nian.Liu at sun.com r=aaronleventhal
2006-11-28 02:19:50 +00:00
hwaara%gmail.com 4f1af3f3d4 expose the "mixed" value of checkbox, and add license headers to these files. r=surkov, b=361736 2006-11-24 14:37:00 +00:00
aaronleventhal%moonset.net 665cab066f Bug 349885. GetAccessibleFor() doesn't look if ally nodes are allowed inside anon content. Second patch for hang fix. Patch by surkov. r=evan.yan, sr=neil 2006-11-21 14:57:53 +00:00
ginn.chen%sun.com 7fa2400b0e Bug 360184 Accessible row/column and row/column header of tables are incorrect
patch by Evan.Yan@sun.com r=aaronleventhal
2006-11-21 05:34:28 +00:00
Olli.Pettay%helsinki.fi f9da27583e Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events, r=jst,roc,josh,sergei_d,emaijala,mkaply 2006-11-16 21:35:39 +00:00
aaronleventhal%moonset.net 5336daa919 Bug 360106. Errors in logic for nsHTMLTableAccessible::IsProbablyForLayout(). r=evan.yan 2006-11-15 16:14:45 +00:00
hwaara%gmail.com 584958931d Create new mozAccessible class that takes care of text-specific notifications and attributes. r=surkov, b=354447
Create simplified subclass action elements such as checkboxes, buttons and radiobuttons. This makes them speak in voiceover, and also makes Google.com work (to some extent). r=surkov, b=357805

Make mac accessible wraps able to know that some roles are "flat". It means we can restrict certain roles to be childless. For example, a button that has a text child makes no sense on mac (and also breaks things). Also make fetching the children array speedier using nsTArray. r=ginn, b=357804

Add lots of new attributes to mozAccessible, improve performance of it and much more. r=surkov, r=josh for widget changes, b=358381
2006-11-15 11:08:14 +00:00
leon.sha%sun.com c7096445ec Bugzilla Bug 356045
xul tree-table, cells in the first row are exposed in a mess.
Patch by Evan.Yan@Sun.COM.
ginn.chen: review+
aaronleventhal: review+
2006-11-15 05:29:09 +00:00
aaronleventhal%moonset.net 7741a4a36d Bug 357625. getTextAtOffset doesn't seem to work well with text with <br> in it. r=ginn.chen 2006-11-09 14:49:21 +00:00
ginn.chen%sun.com da7e55d9fb Bug 359210 Firefox hangs when loading the attached page
temporary fix by aaronleventhal r=ginn.chen
2006-11-09 02:26:34 +00:00
ginn.chen%sun.com 189926e941 Bug 358884 Add assertion to ensure accessible object with a text child supports the right interfaces
patch by Evan Yan at sun.com r=aaronleventhal,hwaara
2006-11-08 08:22:46 +00:00
aaronleventhal%moonset.net 83d4401df2 Bug 354728. Support nsIAccessibleText/nsIAccessibleEditableText for xforms controls. Patch by Alexander Surkov. r=aaronlev, r=aaronr, sr=neil 2006-11-06 02:50:37 +00:00
cvshook%sicking.cc e2aa94302c Bug 358106: Make ranges use nsIMutationObserver rather than their own notification system. r/sr=jst 2006-11-03 21:51:01 +00:00
aaronleventhal%moonset.net 781b78f5af Bug 355540. Accessible objects for xforms upload and some inputs. Patch by Alexander Surkov. r=aaronlev, r=aaronr, sr=neil 2006-11-02 14:50:32 +00:00
aaronleventhal%moonset.net c30e3049e4 Bug 357032. XUL textfields not exposing nsIAccessibleText correctly. r=ginn.chen 2006-11-02 14:25:29 +00:00
aaronleventhal%moonset.net fea0c9533c Bug 358979. nsIAccessibleText::SetCaretOffset should return false and do nothing if caret cannot be set to the specified location. r=ginn.chen 2006-11-02 14:17:36 +00:00
timeless%mozdev.org 24a61f105a Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
Olli.Pettay%helsinki.fi dddd41fe11 Bug 358720, Crash [@ nsAccessibilityService::GetAccessible], r=aaronl, sr=neil 2006-11-01 08:30:01 +00:00
aaronr%us.ibm.com a803c09a34 [XForms] fire event for xforms:range when value is changed and turn it into accessibility event. Bug 351067, patch by surkov, r=aaronlev+aaronr, sr=neil 2006-10-30 19:06:24 +00:00
ginn.chen%sun.com f6ca99e871 Bug 358085 nbsp in lists causes getChildAtIndex to fail
patch by Evan Yan at Sun.COM r=aaronleventhal
2006-10-30 03:29:59 +00:00
aaronleventhal%moonset.net b8c198ac21 Bug 344896. Finish refactoring how accessibility code gets target accessible for a DOM event. Patch by surkov, r=aaronlev 2006-10-30 03:05:43 +00:00
aaronleventhal%moonset.net 2fee238453 Bug 349885. GetAccessibleFor() doesn't look if ally nodes are allowed inside anon content. Patch by Alexander Surkov. r=aaronlev, sr=neil 2006-10-30 02:49:34 +00:00
aaronleventhal%moonset.net a845b3e2a0 Bug 352522. In-page comboboxes use entry, do not show current text. r=ginn.chen 2006-10-27 16:24:58 +00:00
ginn.chen%sun.com d77eeb833b Bug 357056 Accessible hyperlink startIndex == endIndex == -1 instead of
actual caret offset in parent
patch by Evan.yan at sun.com r=aaronleventhal
2006-10-25 06:06:58 +00:00
hwaara%gmail.com 42cc4ad0f5 Implement new, simplified GetParent() accessor, and start using it. r=ginn.chen@sun.com, b=357288 2006-10-23 09:45:34 +00:00
alfred.peng%sun.com 02be3bef83 Bug 356414. Firefox window/dialog accessible is still app root child after closed.
Patch by Evan.Yan@Sun.COM. r=aaronleventhal.
2006-10-16 03:06:10 +00:00
hwaara%gmail.com 6dd737505f Separate out some code that is only supposed to run on windows (not on atk/mac). r=aaronlev, b=356294 2006-10-12 14:48:58 +00:00
aaronleventhal%moonset.net a186221a38 Bug 354832. Support nsIAccessibleText for html buttons and list options. r=ginn.chen, sr=roc 2006-10-02 19:33:49 +00:00
ginn.chen%sun.com 4d18c523df Bug 343136 rev uuid 2006-09-29 07:42:55 +00:00
ginn.chen%sun.com 4f0e50116d Fix bustage of Bug 343136 2006-09-29 06:47:30 +00:00
ginn.chen%sun.com a911579f33 Fix bustage of Bug 343136 2006-09-29 06:47:29 +00:00
ginn.chen%sun.com f0f540534c Bug 352340 GetTextAtOffset doesn't work correctly for word boundaries
patch by Mike Gao r=ginn.chen
2006-09-29 05:46:21 +00:00
ginn.chen%sun.com cc72e20a42 Bug 343136 Support ATK document events
patch by Nian Liu at sun.com r=aaronlev, ginn.chen
2006-09-29 05:45:07 +00:00
timeless%mozdev.org e946c81dda Bug 353503 Move ATK-specific event-handling code, and implement focus events on mac
Fixing !defined MOZ_XUL
2006-09-27 22:05:15 +00:00
hwaara%gmail.com 0eaebd881a Oops, these constants can't live in the header. (Fix mac build bustage). b=353503 2006-09-27 13:24:51 +00:00
hwaara%gmail.com e09ba24cde * Generalize event-handling code to be cross-platform; move out ATK-specific code to ATK's nsRootAccessibleWrap.
* Implement sending out native focus events on mac, when the focus changes.
* Use OS-specified (localized) role descriptions for accessibles that use native mac roles.
* Ignore accessibles with an unknown role.
r=nian.liu@sun.com atk/ and base/ changes, r=surkov for mac/
b=353503
2006-09-27 12:56:28 +00:00
aaronleventhal%moonset.net 88be5e5aaf Bug 353197. Table interface not exposed for tables in ATK. r=gaoming 2006-09-26 16:31:58 +00:00
aaronleventhal%moonset.net 6ea30fce1f Bug 350186. Accessible objects for xforms input controls. Patch by surkov. r=aaronlev, r=aaronr, sr=neil 2006-09-25 15:22:05 +00:00
aaronleventhal%moonset.net fb40606d0b Bug 353187. GetIndexInParent() broken for combo boxes. Patch by Nian Liu, r=aaronlev 2006-09-25 15:09:28 +00:00
hwaara%gmail.com 849ca5b03a Remove hack that was put in place for bug 350018 (which is now fixed).
r=surkov
2006-09-22 11:05:41 +00:00
ginn.chen%sun.com 1b01ca326b [Bug 353619] firefox crash with orca running [@
nsRootAccessible::GetContentDocShell]
r= aaronlev
2006-09-21 21:52:10 +00:00
aaronleventhal%moonset.net c1a5a0a6bd Bug 353200. Top crash in nsAccessible::TextLength(). Attempt at fix, definitely we should be doing this in any case. r=surkov 2006-09-20 21:35:51 +00:00
hwaara%gmail.com 8a516595ae 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
aaronleventhal%moonset.net 1526092e92 Bug 349519. Crash and incorrect results for getOffsetAtPoint. r=ginn.chen, sr=roc 2006-09-19 17:29:10 +00:00
hwaara%gmail.com 2e52fb05ab implement accessible object for xforms:range. Patch by Alexander Surkov (surkov.alexander@gmail.com). r=aaronr, sr=neil, b=351027 2006-09-19 10:37:27 +00:00
hwaara%gmail.com 7b95df2f33 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
aaronleventhal%moonset.net aa99442c97 Bug 349860. Magnifier doesn't follow input or caret navigation. r=evan.yan 2006-09-18 17:50:33 +00:00
aaronleventhal%moonset.net 440af90184 Bug 352150. getText, characterCount missing text content. r=evan.yan 2006-09-18 17:47:52 +00:00
bzbarsky%mit.edu 84a9a431dc Create a faster, less COMy internal method for accessing the sorted list of
form control elements.  Bug 347165, patch by jpl24 <jlurz24@gmail.com>, r+sr=bzbarsky
2006-09-18 04:53:54 +00:00
aaronleventhal%moonset.net 624a89ea96 Bug 352195. Search box uses embeds but has no children. r=surkov, sr=neil 2006-09-17 18:04:13 +00:00
ginn.chen%sun.com eeae6817e6 [Bug 352489] Firefox crashed while browsing the preferences with orca [@
nsXULSelectableAccessible::RefSelection]
r=aaronleventhal
2006-09-17 02:32:20 +00:00
ginn.chen%sun.com 6b8e1911bd Bug 352105 Fix accessibility EMBEDS relations
r=aaronleventhal
2006-09-15 05:10:58 +00:00
Olli.Pettay%helsinki.fi 3e19732eed Bug 352709, crashes [@ nsRootAccessible::RemoveEventListeners], r=aaronl 2006-09-15 04:40:26 +00:00
aaronleventhal%moonset.net 9c90c23219 Bug 345723. Support 3 new accessible object attributes: layout-guess, id and xml-roles. Changing word separator to hyphen instead of space for consistency with other apps. 2006-09-12 19:39:17 +00:00
aaronleventhal%moonset.net 4a2039307b Bug 345723. Support 3 new accessible object attributes: layout guess, id and xml-roles. r=Ming Gao 2006-09-12 19:37:36 +00:00
aaronleventhal%moonset.net 8c9fe38051 Bug 340670. Implement first accessible text attribute. Patch by Ming Gao. r=aaronlev 2006-09-12 17:06:12 +00:00
aaronleventhal%moonset.net 96cb22acbe Bug 349909. GetText[At|Before|After]Offset broken in some cases for lines. r=ginn.chen 2006-09-12 13:37:54 +00:00
uriber%gmail.com 58e29c5cff Refactor nsIFrame::PeekOfset to use iteration instead of recursion, plus some more related refactoring. bug=300131 r+sr=roc 2006-09-11 20:43:01 +00:00
hwaara%gmail.com f571bf6288 Prefix members with 'm' per review comment. b=342146
NPODB
2006-09-11 16:22:22 +00:00
hwaara%gmail.com f03a2c9249 Implement support for Universal Access accessibility support. Off by default on mac. b=342146 2006-09-11 15:46:01 +00:00
hwaara%gmail.com cd142c348f Implement support for Universal Access accessibility support.
Accessibility is off by default on mac. b=342146
2006-09-11 15:44:00 +00:00
uriber%gmail.com 63dc4e2947 Backing out bug 300131 until I figure out how to deal with the bustage. 2006-09-11 08:03:28 +00:00
uriber%gmail.com 1b4975fbeb Refactor nsIFrame::PeekOfset to use iteration instead of recursion, and some related refactoring. bug=300131 r+sr=roc 2006-09-11 06:39:56 +00:00
ginn.chen%sun.com fdf321b1b8 Bug 350063 Window index returned -1 always on calling getIndexInParent
patch by Evan.yan at sun.com r=aaronleventhal
2006-09-11 06:18:06 +00:00
aaronleventhal%moonset.net 1ff648c1ba Bug 351948. Regression, location bar no longer has accessible name. r=ginn.chen, sr=neil 2006-09-10 17:54:32 +00:00
aaronleventhal%moonset.net 592dfdac4c Bug 347219. File inputs and other embedded form controls in radio buttons not accessible. For chrome changes, r=mano. For mozilla/accessible changes, r=ginn.chen, sr=neil 2006-09-10 17:52:52 +00:00
aaronleventhal%moonset.net 720911f967 Bug 346833. Content for :before and :after no longer exposed. r=ginn.chen, sr=roc 2006-09-08 14:42:25 +00:00
hwaara%gmail.com 91b5feefd6 Some XUL accessible wrap classes no longer used. b=351563, r=hwaara, aaronlev. Patch by surkov.alexander@gmail.com 2006-09-07 11:25:09 +00:00
mozilla.mano%sent.com 6cdecb7325 Bug 351381 - Should be possible to expose the selected item in a dhtml combobox via its aaa:valuenow attribute. r=aaronlev, sr=neil. 2006-09-07 01:19:39 +00:00
hwaara%gmail.com 137db787c9 Revert whitespace change. b=351412 2006-09-06 14:32:17 +00:00
hwaara%gmail.com 5a46f25f67 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 ccac260b19 Bug 351505. Rev the IID for nsIAccessibleDocument. r=ginn.,chen 2006-09-06 14:17:44 +00:00
hwaara%gmail.com 6353f977d3 Remove unused file. b=351405, r=aaron 2006-09-05 13:24:17 +00:00
aaronleventhal%moonset.net fb8dfe2dc4 Bug 351262. Regression in DHTML state change events. r=ginn.chen, sr=neil 2006-09-04 20:44:56 +00:00
aaronleventhal%moonset.net 3b85e0bdc2 crash when using at-poke log text-caret-moved event. r=evan.yan 2006-09-02 02:12:07 +00:00
aaronleventhal%moonset.net e0ed90e6b1 Bug 342288. Initial support for ATK object attributes. Patch by Ming Gao. r=aaronlev, sr=neil 2006-08-31 21:07:41 +00:00
aaronleventhal%moonset.net cd9b71c1de Bug 344423. Backspace notifications off by 1 2006-08-30 14:17:05 +00:00
ginn.chen%sun.com 31c37d4741 Bug 343150 Use AtkHyperlinkImpl
patch by nian.liu at sun.com r=ginn.chen
2006-08-30 09:03:45 +00:00
ginn.chen%sun.com c09b1a0dd3 Bug 332660 GTK file picker as used in Firefox is not accessibile for GOK
r=aaronleventhal sr=roc
2006-08-30 05:19:06 +00:00
ginn.chen%sun.com 2f9b75599f Back out bug 343150, it couldn't compile with atk < 1.12.1 2006-08-28 06:47:17 +00:00
ginn.chen%sun.com 55c4194d62 Bug 343150 Use AtkHyperlinkImpl
patch by nian.liu at sun.com r=ginn.chen
2006-08-28 06:18:25 +00:00
aaronr%us.ibm.com 9473133512 add initial support for accessible objects for xforms. Bug 337690, patch by surkov r=aaronleventhal+aaronr, sr=neil 2006-08-24 21:14:44 +00:00
ginn.chen%sun.com 4829508750 Bug 347983 [atk]Build properly when libatk < 1.12.1 on build platform
r=aaronlev, bsd, Frank Hecker
2006-08-24 03:22:00 +00:00
ginn.chen%sun.com f52c913213 Bug 349635 Return DocType in atk_document_get_attribute*
patch by Evan.Yan at Sun.COM r=ginn.chen, aaronleventhal
2006-08-23 08:20:26 +00:00
aaronleventhal%moonset.net 4745733aab Backing out fix for bug 346833 until it can be done correctly. 2006-08-21 17:09:52 +00:00
hwaara%gmail.com 6fe31e437f Clarify getChildAtPoint() comment a bit. r=aaronlev 2006-08-17 14:39:11 +00:00
aaronleventhal%moonset.net ebe9a9e97b 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 b398b23b5c 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 cf4a040dbd Bustage fix 2006-08-16 15:09:07 +00:00
aaronleventhal%moonset.net 0e45d1cf82 Attempt to fix odd bustage on btek 2006-08-16 15:05:08 +00:00
aaronleventhal%moonset.net 9f20e78fc8 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 750b977e29 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 13efca7808 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 584116ee82 Bug 348037. GetIndexInParent impl for ATK counting too many children. r=ginn.chen 2006-08-15 14:37:30 +00:00
aaronleventhal%moonset.net 8d88dcf118 Backing out for now 2006-08-15 14:11:50 +00:00
aaronleventhal%moonset.net 6bb1f420c8 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 b27aafad3f 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 8eddc1534e 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 02b1aa595d Bug 348155. Position in lists not exposed correctly. r+sr=roc 2006-08-14 13:38:53 +00:00
aaronleventhal%moonset.net a63f9b55d5 Bustage fix 2006-08-11 18:02:52 +00:00
aaronleventhal%moonset.net 6b1796c091 Bustage fix 2006-08-11 17:54:03 +00:00
aaronleventhal%moonset.net 327814208a 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 595d9d17f8 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 59ecd69676 Bug 346906. GetLinkIndex not working. r=parente 2006-08-08 14:50:12 +00:00
aaronleventhal%moonset.net fb0ab8fca9 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 75ff9a70fe Bug 346858. Add support for ATK relations. r=nian.liu 2006-08-04 03:58:05 +00:00
aaronleventhal%moonset.net 90c184561d bug 346936. crashes [@ nsAccessibilityService::CreateRootAccessible]. r=ginn.chen, sr=dbaron 2006-08-03 19:42:47 +00:00
aaronleventhal%moonset.net 18cee34982 Bug 320357. Linux magnifier can't work with wrapped text. r=ginn.chen 2006-08-03 13:42:42 +00:00
aaronleventhal%moonset.net 8cf276cfad bug 347038. Remove unused and unneeded GetSelectedLinkIndex. r=evan.yan 2006-08-03 03:59:32 +00:00
aaronleventhal%moonset.net 0467075665 Fixing bustage 2006-08-03 03:44:21 +00:00
aaronleventhal%moonset.net 99f4ac25ce Bug 346906. GetLinkIndex() is off by 1. r=neo.liu 2006-08-03 03:32:32 +00:00
aaronleventhal%moonset.net 1902f15696 Bug 347022. Use ATK_ROLE_EMBEDDED for wairole:application. r=evan.yan 2006-08-03 03:25:37 +00:00
jwalden%mit.edu 86ae7c5087 Backing out patch for bug 347022 to fix Linux GTK2 bustage 2006-08-02 20:37:07 +00:00
aaronleventhal%moonset.net 2f200c23b0 Bug 347022. Use ATK_ROLE_EMBEDDED for wairole:application. r=evan.yan 2006-08-02 18:40:51 +00:00
aaronleventhal%moonset.net 34abab516c 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 a67529e197 Bug 346852. Remove platform-specific roles. r=evan.yan 2006-08-02 14:40:32 +00:00
aaronleventhal%moonset.net 365ef57986 bug 346721. Parent of bullet accessible incorrect. r=pligrim, sr=neil 2006-08-01 12:44:24 +00:00
ginn.chen%sun.com 61ddb332c9 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 a53c56d5a0 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 eb63cd5609 Bug 345825 getTextAtOffset doesn't work correctly
r=aaronleventhal
2006-07-27 06:08:19 +00:00
aaronleventhal%moonset.net f16986637b 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 c3647ca531 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 3277b68fb2 Bug 345434 Firefox crashes with orca testcase
[@nsHyperTextAccessible::GetRelativeOffset]
r=aaronleventhal
2006-07-25 03:50:35 +00:00
aaronleventhal%moonset.net 8cf5c3b9a2 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 7b664c9b96 Fixing bustage 2006-07-24 15:05:34 +00:00
aaronleventhal%moonset.net 763b77a52f 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 4639e40174 Bug 345424 document_frame always implements EditableText interface
r=aaronleventhal
2006-07-24 06:18:30 +00:00
ginn.chen%sun.com 440ef48371 Bug 345422 GOK can't UI Grab nightly firefox
r=aaronleventhal
2006-07-24 06:17:01 +00:00
ginn.chen%sun.com b45e74a0b7 Bug 341747 Fix missing commas r=me 2006-07-21 05:52:06 +00:00
aaronleventhal%moonset.net 119f798090 Bug 338337. Updates to DHTML accessible roles and relations. r=pilgrim, sr=tor 2006-07-20 21:08:57 +00:00
aaronleventhal%moonset.net dbe92bcd90 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 c7936e48f6 Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst 2006-07-19 04:36:36 +00:00
aaronleventhal%moonset.net 37882c1f6c 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 9d69b9f0c4 Bug 334353. Duplicate insert/delete events. r=evan.yan, sr=roc 2006-07-19 01:56:54 +00:00
aaronleventhal%moonset.net 5b1b85355c Bug 344505. Any accessible role on a table means the descendant table structures are not relevant unless they have a role. r=pilgrim 2006-07-18 20:47:44 +00:00
aaronleventhal%moonset.net d530b4db53 Fixing bustage that's only happening on thunderbird tbox 2006-07-17 20:45:10 +00:00
aaronleventhal%moonset.net 5edcd86e4e Fixing more bustage 2006-07-17 17:12:11 +00:00
aaronleventhal%moonset.net a8017cdb3f Fix type from last checkin for bug 341747 2006-07-17 16:10:22 +00:00
aaronleventhal%moonset.net f8e7aac2e9 Proper bustage fix 2006-07-17 15:25:18 +00:00
aaronleventhal%moonset.net 9ab39d6948 Proper bustage fix 2006-07-17 15:24:28 +00:00