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

1560 Коммитов

Автор SHA1 Сообщение Дата
aaronleventhal%moonset.net 137af553ad Bug 394689. Cannot use setCaretOffset() to position caret at end of HTML entry. r=david.bolter, a=dsicore 2007-09-18 22:31:06 +00:00
aaronleventhal%moonset.net f1e880026e bug 387273. Incorrect starting offset exposed when selection spans multiple objects. r=surkov, r=david.bolter, a=dsicore 2007-09-18 22:28:26 +00:00
aaronleventhal%moonset.net 7143ffcc37 Bug 393141. Fix crash with display:none on HTML option. r=evan.yan, a=dsicore 2007-09-18 21:51:10 +00:00
aaronleventhal%moonset.net d5757e19d9 Bug 394896. Implement ARIA autocomplete. r=david.bolter, a=dsicore 2007-09-18 21:48:04 +00:00
aaronleventhal%moonset.net d0a61678f0 Bug 395081. AccessibleObjectFromPoint() returns errors. r=surkov, a=dsicore 2007-09-18 21:44:43 +00:00
aaronleventhal%moonset.net 9985dc3f8a Bug 395909. Should not require namespaces for ARIA role usage in text/html. r=surkov, a=dsicore 2007-09-18 21:43:20 +00:00
aaronleventhal%moonset.net 57a96ee43c Bug 392061. Live region event attributes not persisting in AT-SPI, r=ginn.chen, a=dsicore 2007-09-18 21:40:05 +00:00
aaronleventhal%moonset.net bc47c45db3 Bug 378540. GetTextAtOffset() broken for word boundaries. r=surkov, a=dsicore 2007-09-18 21:36:41 +00:00
ginn.chen%sun.com 632c966c84 Bug 369821 all get (x,y) call which has aCoordType from atk side should consider coor type
r=aaronleventhal a=mconnor
2007-09-18 05:50:21 +00:00
aaronleventhal%moonset.net 5c41496947 Bug 395077. Allow QueryService from any accessible to IAccessibleApplication. r=surkov, a=dsicore 2007-09-06 04:22:12 +00:00
aaronleventhal%moonset.net 32ed602522 Bug 394868. ARIA trees not providing state EXPANDABLE. r=surkov, a=dsicore 2007-09-06 04:20:26 +00:00
aaronleventhal%moonset.net 449264b6da Bug 395064. STATE_EDITABLE should be exposed on all descendants of an editable area. r=evan.yan, a=dsicore 2007-09-06 04:18:22 +00:00
aaronleventhal%moonset.net ef2d301153 Bug 343904. Support STATE_FLOATING, patch by Surkov, r=aaronlev, a=dsicore 2007-09-05 16:45:48 +00:00
aaronleventhal%moonset.net e645ab5cbd Bug 394688. nsIAccessibleText::SetCaretOffset of by characters, affected by source whitespace. r=davidb, a=dsicore 2007-09-05 16:38:20 +00:00
aaronleventhal%moonset.net 31068bf5b1 Fix warning from checkin to bug 393899 2007-09-05 15:22:36 +00:00
aaronleventhal%moonset.net 1fb6eba104 Bug 394198. Crash in nsDocAccessible::TakeFocus(). Patch by Evan Yan, r=aaronlev, a=dsicore. Leaving open for a better fix 2007-09-05 13:40:57 +00:00
aaronleventhal%moonset.net b0c2a97bd8 Bug 394505. Crash [@ nsCaret::GetCaretCoordinates] with designMode iframe and changing display. r=evan.yan, a=dsicore 2007-09-05 13:37:22 +00:00
aaronleventhal%moonset.net fab012eb42 Bug 394387. Only cells with expanders should have STATE_EXPANDABLE and expand/collapse actions. r=evan.yan, a=dsicore 2007-09-05 13:35:35 +00:00
aaronleventhal%moonset.net e592c7a6bb Bug 393899. Accessible text broken for list items, also avoid possible crashes and incorrect behavior by ensuring GetRenderedText() and gfxSkipChars is only used for text frames. r=surkov, a=dsicore 2007-09-05 13:31:34 +00:00
surkov.alexander%gmail.com fafc82c7af bustage fix bug 390414 2007-09-05 08:42:59 +00:00
surkov.alexander%gmail.com ab1f5513b7 390414 - text-changed:delete event details no longer correct effective, r=aaronlev, sr=bz, a=dsicore 2007-09-05 08:22:19 +00:00
surkov.alexander%gmail.com a85a321363 Bug 388927 - getChildAtPoint fails for scrolled content, r=evan.yan, roc, sr=roc, a=dsicore 2007-09-05 08:00:40 +00:00
surkov.alexander%gmail.com fbbe75445a bug 377302 - implement nsIAccessNode::scrollToPoint, r=aaronlev, sr=roc, a=dsicore 2007-09-05 07:39:10 +00:00
aaronleventhal%moonset.net 72f5f247eb Bug 393657. Back out the 1 line of this fix which broke our accessible state implementation. Original patch was r=surkov, a=dsicore 2007-08-31 00:35:36 +00:00
aaronleventhal%moonset.net 0dd150d748 Bug 394117. Warnings when accessible relations queryied. r=surkov, a=dsicore 2007-08-30 18:51:47 +00:00
aaronleventhal%moonset.net 170d7e0cee Bug 392153. Form to file a bug is missing from MSAA tree. r=ginn.chen, a=dsicore 2007-08-30 18:48:24 +00:00
aaronleventhal%moonset.net 428e13fe67 Bug 393653. Console warnings in GetFinalState() point to actual bug with the calculation of the EMBEDS relationship on the root accessible. r=surkov, a=dsicore 2007-08-30 01:15:16 +00:00
aaronleventhal%moonset.net 9e90a3465f Bug 391562. Pass aExtraState as nsnull to GetFinalState() if not needed. r=surkov, a=dsicore 2007-08-29 13:41:39 +00:00
aaronleventhal%moonset.net 290be80351 Bug 393657. GetARIAState() called twice when we get a state. r=surkov, a=dsicore 2007-08-29 13:36:08 +00:00
surkov.alexander%gmail.com 439437b04c Bug 392818 - getTextAtOffset broken for all but the first line in a multi-line entry, r=ginn.chen, a=dsicore 2007-08-29 07:12:10 +00:00
Evan.Yan%Sun.COM 08379d6674 Bug 393094 - When returning Focus to the Location bar after selecting a previously visited site, focus gets lost
r=aaronleventhal
a=dsicore
2007-08-29 07:03:02 +00:00
surkov.alexander%gmail.com 88c2c58430 Bug 393897 - IA2 methods returning S_FALSE on success, r=aaronlev, a=dsicore 2007-08-29 06:58:31 +00:00
surkov.alexander%gmail.com 9f86cbcecf Bug 174889 - unable to get keyboard shortcut for treeitem node, r=smaug, ginn.chen, mats, sr=mats, a=sicking 2007-08-29 06:52:47 +00:00
Evan.Yan%Sun.COM 63f5cdd582 back out my last check-in since tree is closed. 2007-08-29 03:21:51 +00:00
Evan.Yan%Sun.COM 8ee1cd78a8 Bug 393094 - When returning Focus to the Location bar after selecting a previously visited site, focus gets lost
r=aaronleventhal
a=dsicore
2007-08-29 03:10:29 +00:00
aaronleventhal%moonset.net 6ac742280b Fixing bustage 2007-08-28 22:12:59 +00:00
aaronleventhal%moonset.net aed3b868ef Bug 391846. Fire correct text change events when a node is shown or hidden. r=surkov, sr=sicking, a=sicking 2007-08-28 21:57:53 +00:00
ted.mielczarek%gmail.com 0b911dd323 bug 350616 - embed manifests in all DLLs when building. r+a=bsmedberg 2007-08-28 17:38:04 +00:00
surkov.alexander%gmail.com b5736f26bc Bug 371680 - expose nsIAccessibleText::scrollSubstringTo, r=aaronlev, roc, sr=roc, a=roc 2007-08-24 04:54:46 +00:00
surkov.alexander%gmail.com 9a7b8f28ec Bug 393379 - missed event reorder in string map, r=aaronlev, a=dsicore 2007-08-24 02:02:03 +00:00
aaronleventhal%moonset.net d8ded2ea63 Bug 393237. Crash -- missing null check for ARIA activedescendant support. r=surkov, a=dsicore 2007-08-24 01:43:40 +00:00
surkov.alexander%gmail.com 0e05c10b98 Bug 393033 - xul:tree reports bad posinset/setsize attributes 2007-08-23 03:26:53 +00:00
surkov.alexander%gmail.com 8b3321eb00 Bug catch accessibility events in DOMi, r=sdwilsh, ajvincent, evan.yan, sr=neil, a=dsicore 2007-08-23 03:26:42 +00:00
masayuki%d-toybox.com 5fa5b33f97 Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 11:13:55 +00:00
surkov.alexander%gmail.com a408f4ca23 Bug 393040 - nsIAccessible::name fails on menupopup, r=aaronlev, sr=neil, a=dsicore 2007-08-22 08:05:33 +00:00
Evan.Yan%Sun.COM 29fd8014e1 Bug 391123 - Crash [@ nsHTMLComboboxListAccessible::GetState] with moving option and setting display: none on select
r=aaronleventhal
a=dsicore
2007-08-21 05:44:58 +00:00
surkov.alexander%gmail.com 56e0c9e251 Bug 392716 - GetOffsetAtPoint returns not implemented, r=aaronlev, a=dsicore 2007-08-21 04:24:21 +00:00
aaronleventhal%moonset.net 9c503623ac Bug 392797. Don't fake the results in nsTextAccessible::GetFrame(). r=surkov, a=dsicore 2007-08-21 03:29:00 +00:00
aaronleventhal%moonset.net 91f9f96d3b Bug 392796. Return ROLE_NOTHING on error in GetRole/GetFinalRole. r=surkov, a=dsicore 2007-08-21 03:26:48 +00:00
aaronleventhal%moonset.net db4fc67ac3 Accessibility crash with image map areas. r=surkov, a=dsicore 2007-08-21 03:18:26 +00:00
aaronleventhal%moonset.net 69ca8c48b5 Bug 392836. Fire MSAA menu start/end events on ARIA menubar object, not on root accessible. r=ginn.chen, a=dsicore 2007-08-21 03:16:27 +00:00
hwaara%gmail.com 35b0ad401c bug 391096, fix mac accessibility bustage. Patch by Mats Palmgren (mats.palmgren@bredband.net). r=bsmedberg, a=bzbarsky 2007-08-20 19:09:25 +00:00
aaronleventhal%moonset.net 86fb10c17b Bug 388930. Fix assertions on Linux accessibility without breaking text change events in form controls. r=surkov, a=dsicore 2007-08-17 18:25:13 +00:00
aaronleventhal%moonset.net a8d84969b6 Fix debug spew for bz -- just change #ifdef DEBUG to DEBUG_A11Y, not part of release build 2007-08-17 18:21:49 +00:00
philringnalda%gmail.com cdcd437255 Bug 390423 - Simplify the signature of nsIFrame::GetPointFromOffset, patch by Ben Karel <web+moz@eschew.org>, r=aaronlev/elif, sr=roc, a1.9=dbaron 2007-08-17 03:43:01 +00:00
aaronleventhal%moonset.net 5040270c01 Bustage fix for bug 390154, won't build on OS X when a11y enabled. Patch by hwaara. r=aaronlev 2007-08-16 00:39:54 +00:00
aaronleventhal%moonset.net 77ef333b0c Bug 390154. Prune subtrees consistently across platform accessibility APIs for a number of widgets that we will impose a 'must be leaf' rule, to simplify compatibility across a number of assistive technologies which expect that. r=ginn.chen, a=dsicore 2007-08-15 21:02:32 +00:00
aaronleventhal%moonset.net 42c7f1c4aa Bug 392243. Reintroduce MSAA EVENT_REORDER, it is actually being used although usage should eventually go away in favor of SHOW and HIDE. r=ginn.chen, a=dsicore 2007-08-15 20:51:49 +00:00
aaronleventhal%moonset.net e7591bfa25 Bug 386824. Remove ARIA role of secret in favor of ARIA property of secret. r=simon.bates, a=dsicore 2007-08-15 01:04:34 +00:00
aaronleventhal%moonset.net dc828cf7e2 Bug 392130. Fix builds with XUL disabled. Patch by romaxa, r=aaronlev, a=dsicore 2007-08-15 01:02:25 +00:00
aaronleventhal%moonset.net 53a48f104d Reversing accidental part of checkin which didn't have review yet. 2007-08-15 00:54:57 +00:00
aaronleventhal%moonset.net 2da07e389c Bug 389851. Accessible value not working with ARIA progressbars and sliders. r=scott@bashautomation.com, a=dsicore 2007-08-15 00:53:32 +00:00
aaronleventhal%moonset.net dfee127ea5 Bug 391847. Coalesce accessible mutation events for the same subtree. r=ginn.chen, sr=bz, a=bz 2007-08-14 18:47:49 +00:00
aaronleventhal%moonset.net 13db8d50f5 Bug 390767. Support editable state and interface for contentEditable and designMode documents and their content. r=ginn.chen, a=dsicore 2007-08-14 16:25:25 +00:00
aaronleventhal%moonset.net 27ecab6f00 Bug 392058. Fire accessible state change events when ARIA pressed state changes. r=simon.bates, a=dsicore 2007-08-14 16:15:12 +00:00
ginn.chen%sun.com bf97c32dcd Bug 391991 getCharacterExtents() is returning (0,0,0,0) for text that is not on the first line of an HTML object
r=aaronleventhal a=dsicore
2007-08-14 05:30:15 +00:00
Evan.Yan%Sun.COM 58646db1ac Bug 387710 - getAccessibleAt() is broken for tree tables effective 5th July trunk build of Thunderbird.
r=aaronleventhal
a=dsicore
2007-08-13 07:26:50 +00:00
ginn.chen%sun.com db0d0ba937 Bug 390761 Using DOM inspector to view accessnode will load atk-bridge, libgail
when Gnome a11y is off
r=surkov.alexander a=dsicore
2007-08-13 06:42:52 +00:00
aaronleventhal%moonset.net c99a46d78a Fixing bustage 2007-08-11 02:17:57 +00:00
aaronleventhal%moonset.net 9b02ce97ea Bug 390692. Fix live region support to provide useful information on the node that's being shown or hidden, or has a text change event. r=ginn.chen, sr=roc, a=roc 2007-08-11 01:44:46 +00:00
aaronleventhal%moonset.net 6c419422ff Rest of patch for bug 387347 (last was incorrectly marked for bug 387437). Regression in exposing accessible objects for nodes with float style. Patch by Ginn Chen, r=aaronlev, a=dsicore 2007-08-10 19:47:03 +00:00
aaronleventhal%moonset.net 67a08aa7eb Bug 387437. Regression in exposing accessible objects for nodes with float style. Patch by Ginn Chen, r=aaronlev, a=dsicore 2007-08-10 19:45:04 +00:00
aaronleventhal%moonset.net 75c631e022 Bug 388930. gsignal.c:2271 signal name 'text_caret_moved' is invalid for instance. patch by Ginn Chen, r=aaronlev, a=dsicore 2007-08-10 19:36:55 +00:00
aaronleventhal%moonset.net 63ab7df407 Bug 391671. ARIA trees have incorrect 'level' object attribute. Patch by Alexander Surkov, r=aaronlev, a=dsicore 2007-08-10 19:33:55 +00:00
aaronleventhal%moonset.net 6ce3ddbe00 Bug 391622. nsIWinAccessNode doesn't work, QI always fails. r=surkov, a=dsiore 2007-08-10 19:30:02 +00:00
aaronleventhal%moonset.net 340386f622 Bug 391592. IA2 states exposed incorrectly. r=surkov, a=dsicore 2007-08-10 19:28:28 +00:00
aaronleventhal%moonset.net 1cb3db79ba Bug 391023. nsIAccessibleText::getCharacterExtents() is returning values based on source rather than document content. r=surkov, a=dsicore 2007-08-10 19:24:10 +00:00
surkov.alexander%gmail.com 934288dc5e Bug 390280 - mac bustage fix, r=aaronlev, a=dsicore 2007-08-10 13:39:03 +00:00
surkov.alexander%gmail.com 268142c5be Bug 389680 - default button relation for html clean up, r=aaronlev, a=dsicore 2007-08-10 13:03:52 +00:00
aaronleventhal%moonset.net ad9be948ec Bug 390629. ARIA trees not providing STATE_EXPANDABLE. r=surkov.alexander, a=dsicore 2007-08-08 13:46:38 +00:00
ginn.chen%sun.com 675e259a30 Bug 386235 the <link> tag for stylesheets can cause text in document frame to be inaccessible
r=aaronleventhal a=dsicore
2007-08-07 06:10:31 +00:00
Evan.Yan%Sun.COM fcd1d25304 Bug 389203 ��� Crash [@ nsBindingManager::GetBindingImplementation] with setting display: table-cell on input type=image inside label
r=aaronleventhal
a=dsicore for 1.9
2007-08-06 03:50:11 +00:00
Evan.Yan%Sun.COM 85e4994e36 Bug 387393 ��� GetAttr asserts non null nsIAtom but accessible doesn't null check
r=ginn.chen,
a=dsicore for 1.9
2007-08-06 03:44:41 +00:00
ginn.chen%sun.com 759a064a4b Bug 389973 GTK accessibility make rendering of large file list pages slow, busy freezing all UI
r=aaronleventhal a=dsicore
2007-08-06 03:19:37 +00:00
surkov.alexander%gmail.com e50cb027e8 Bug 109215 - implement accessibility API support for xul:slider, r=ginn.chen, sr=neil, a=dsicore 2007-08-04 05:27:30 +00:00
aaronleventhal%moonset.net d7df9f0a12 Fixing bustage 2007-08-04 02:26:19 +00:00
aaronleventhal%moonset.net 1382eff4f0 Bug 390280. Add missing ARIA roles. r=ginn.chen, a=dsicore 2007-08-04 02:15:53 +00:00
aaronleventhal%moonset.net d229841f8d Bug 390212. Extra backslash in object attribute name xml-roles. r=surkov, a=dsicore 2007-08-04 02:07:57 +00:00
aaronleventhal%moonset.net 86e14ce946 Bug 390289. Ensure accessible object property when ARIA universal properties are used. r=surkov, sr=neil, a=dsicore 2007-08-04 02:06:59 +00:00
aaronleventhal%moonset.net dbebe121ae Bug 390129. ARIA combo box improvements. r=surkov, a=dsicore 2007-08-04 02:00:05 +00:00
aaronleventhal%moonset.net e6c757f9ed Bug 382247. JAWS says submenu for ARIA menuitems with a text node child. r=simon.bates, a=dsicore 2007-08-04 01:56:12 +00:00
aaronleventhal%moonset.net f5ae8fc2f3 Bug 390284. Support ARIA roles that are dependent on a role + ARIA properties. r=evan.yan, a=dsicore 2007-08-04 01:54:07 +00:00
aaronleventhal%moonset.net a48d8e6dce Bug 390285. Remove ARIA value support where it doesn't make sense. r=simon.bates, a=dbaron 2007-08-04 01:17:49 +00:00
aaronleventhal%moonset.net f828d2ec75 Bug 390673. JAWS speaking ARIA alerts twice. r=simon.bates, a=dbaron 2007-08-04 01:14:09 +00:00
aaronleventhal%moonset.net 935cec7af8 bug 348901. Remove extra whitespace from source when exposing accessible text. r+sr=roc, r=surkov. a=dbaron 2007-08-04 01:12:25 +00:00
surkov.alexander%gmail.com b2eaf4888a Back out bug 109215 2007-07-26 16:59:18 +00:00
surkov.alexander%gmail.com 4d60a9c3ab Bug 109215 - Implement accessibility API support for slider, r=ginn.chen, sr=neil 2007-07-26 16:41:01 +00:00
surkov.alexander%gmail.com be870bad46 bug 371394 - Fire text changed event when content of hypertext accessible is changed, r=ginn.chen 2007-07-25 11:54:16 +00:00
ginn.chen%sun.com 533388e4cf Bug 388665 Javascript interferes with STATE_EDITABLE
r=aaronleventhal sr=bzbarsky
2007-07-25 06:24:00 +00:00
surkov.alexander%gmail.com 763800e393 Bug 388910 - building with disabled MOZ_XUL failed, patch=romaxa@gmail.com, r=me, sr=neil 2007-07-24 07:50:51 +00:00
bzbarsky%mit.edu 25fc7a1231 Address nits in patch for bug 257868. r+sr=roc 2007-07-24 01:19:44 +00:00
mats.palmgren%bredband.net 77955239b8 Reset the sibling pointers for our children in InvalidateChildren(). Patch by Ginn Chen<ginn.chen@sun.com>. b=387252 r=me 2007-07-23 14:01:46 +00:00
ginn.chen%sun.com 6cf48d4743 Bug 387496 No focus events when navigating among HTML menu/list items
r=aaronleventhal
2007-07-23 07:46:48 +00:00
ginn.chen%sun.com 5a29248630 Bug 387347 Text with "float" style inaccessible
r=aaronleventhal
2007-07-17 09:32:11 +00:00
surkov.alexander%gmail.com eb88d96ed7 Bug 386836 - same map used in several img caused firefox crash, patch=me, ginn.chen, r=me 2007-07-16 12:42:40 +00:00
surkov.alexander%gmail.com e508498455 Bug 387986 - correct nsAccessibilityService::GetStringStates, r=ginn.chen 2007-07-16 07:57:46 +00:00
surkov.alexander%gmail.com 06a0f62389 use xpcom;s nsVoidPtrHashKey, r=aaronlev, sr=neil 2007-07-14 03:09:42 +00:00
surkov.alexander%gmail.com 7df8283d15 Bug 387925 - state expandable isn;t exposed correctly, r=aaronlev 2007-07-14 03:02:40 +00:00
aaronleventhal%moonset.net 4f2556e27d Comment fix in nsDocAccessible. r=bz 2007-07-13 17:19:40 +00:00
bzbarsky%mit.edu ee3679d650 Make attribute changes that also cause a state change properly reresolve style
when a selector uses both the state and the attribute.  Bug 315920, r=dbaron,
sr=sicking.
2007-07-12 20:05:49 +00:00
surkov.alexander%gmail.com 90f609311a Bug 387857 - implement IAccessibleTable::rowCOlumnExtentsAt, r=ginn.chen 2007-07-12 09:40:21 +00:00
surkov.alexander%gmail.com e2a20cf0b9 Bug 386971 - rename nsIAccEditableText::editor, r=ginn.chen 2007-07-12 06:56:56 +00:00
surkov.alexander%gmail.com 109ba89cbd Bug 385573 - implement IAccessibleTable::getSelected* methods, r=evan.yan, aaronlev, sr=neil 2007-07-11 16:08:34 +00:00
surkov.alexander%gmail.com c830b1f1d7 Bug 386978 - bustage fix on mac, os/2, patch=mats, peter weilbacher, me, r=ginn.chen 2007-07-11 08:24:59 +00:00
surkov.alexander%gmail.com 1502576dbf Bug 378042 - expose group position for toolbarbuttons, patch=vasiliy.potapenko, r=me, aaronlev, sr=neil 2007-07-11 07:58:50 +00:00
ginn.chen%sun.com 17e320daa7 Bug 385326 text content in MIDAS is not accessible
fix for atk events
r=surkov.alexander
2007-07-09 10:17:31 +00:00
jwalden%mit.edu ef68fcf595 Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
aaronleventhal%moonset.net 78244d63d3 Bug 379875. Support checkable in ATK via object attribute since there is no other way in ATK. r=david.bolter 2007-07-06 07:50:34 +00:00
aaronleventhal%moonset.net 97f5ee2654 ARIA disabled state is no longer universal, it applies only to specific roles. Also remove some roles that are no longer supported in the spec. r=david.bolter 2007-07-06 07:49:22 +00:00
Evan.Yan%Sun.COM 00e11da24d bug 386161 - no focus event when arrowing down in xul tree table
r=surkov.alexander
2007-07-06 06:53:18 +00:00
surkov.alexander%gmail.com 16ae8c350f Bug 386971 - following up fix 2007-07-05 17:14:34 +00:00
surkov.alexander%gmail.com e16ab804c1 Bug 386971 - expose editor from nsIAccEditableText, r=ginn.chen 2007-07-05 17:12:28 +00:00
surkov.alexander%gmail.com 3a9bdb621f Bustage fix of bug 386978 2007-07-05 16:25:15 +00:00
surkov.alexander%gmail.com 2547bd5b7f Bug 386978 - get rid FireToolkitEvent, r=aaronlev 2007-07-05 16:02:56 +00:00
aaronleventhal%moonset.net f2b6379f0f Bug 377783. Fix crash and clean up table a11y. r=evan.yan 2007-07-05 15:39:30 +00:00
surkov.alexander%gmail.com f7ffa047cc Bug 383095 - implement IAccessibleApplication, r=aaronlev, sr=neil 2007-07-05 12:54:26 +00:00
surkov.alexander%gmail.com eba5f80578 Bug 386922 - rename nsAccessibilityUtils, r=aaronlev 2007-07-05 11:29:29 +00:00
enndeakin%sympatico.ca a71cb5f411 Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz 2007-07-04 15:49:46 +00:00
aaronleventhal%moonset.net ab881f8bdc Fixing bustage again 2007-07-04 08:49:00 +00:00
aaronleventhal%moonset.net e4879911a7 Fixing bustage again 2007-07-04 08:38:54 +00:00
aaronleventhal%moonset.net 9320f49c4a Fixing bustage 2007-07-04 08:24:23 +00:00
aaronleventhal%moonset.net 3ae17ad7bf Bug 386721. More ARIA properties are universal. r=david.bolter 2007-07-04 07:54:56 +00:00
aaronleventhal%moonset.net ca11c01e12 Bug 386717. Changes to how tables, grids and treegrids are handled in ARIA. r=david.bolter 2007-07-04 07:52:19 +00:00
surkov.alexander%gmail.com 597eef16f6 Bug 378468 - remove warnings from nsDocAccessible::InvalidateCacheSubtree, r=ginn.chen 2007-07-03 16:19:08 +00:00
ginn.chen%sun.com 4252711e51 Bug 385326 text content in MIDAS is not accessible
r=surkov.alexander
2007-07-02 11:18:07 +00:00
surkov.alexander%gmail.com 93e9735c95 Bug 386282 - nsIAccessible::GetDescription() fails on document accessible, r=me, patch=vasiliy.potapenko 2007-07-02 06:14:11 +00:00
aaronleventhal%moonset.net 180ab566e0 Bug 384426. Description relations not getting exposed. r=surkov 2007-06-30 20:23:16 +00:00
aaronleventhal%moonset.net 30398af49f Fixing bustage 2007-06-30 20:21:11 +00:00
aaronleventhal%moonset.net e5e2c6a0c1 Fieldset children and relations incorrect. r=surkov 2007-06-30 20:06:14 +00:00
surkov.alexander%gmail.com 94124b2d2f Bug 378468 - correct handling of show/hiden/reorder events, r=aaronlev 2007-06-30 02:49:32 +00:00
enndeakin%sympatico.ca d6cdd07569 Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 22:16:06 +00:00
enndeakin%sympatico.ca 250695914b Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz 2007-06-29 19:04:52 +00:00
roc+%cs.cmu.edu b4eb07076f Fixing bustage 2007-06-27 03:06:04 +00:00
aaronleventhal%moonset.net 3c67e8cbe2 Bug 385447. Try to remove special case to assign containerAccessible in nsDocAccessible::InvalidateCacheSubtree(). r=surkov 2007-06-25 08:31:20 +00:00
aaronleventhal%moonset.net c8afb42f1e Bug 385718. State change events for focus causing extra document loads in Window-Eyes. r=ginn.chen 2007-06-25 08:28:22 +00:00
aaronleventhal%moonset.net a4ead8f588 Bug 385474. Remove extra accessible EVENT_SHOW/EVENT_HIDE hack for progress meters. r=surkov 2007-06-25 08:26:58 +00:00
Evan.Yan%Sun.COM 432d767217 fix bustage of bug 385437 event object for EVENT_TEXT_CARET_MOVED.
r=surkov.alexander
2007-06-25 02:33:18 +00:00
aaronleventhal%moonset.net 93eb9692a9 Bug 385456. Remove unused aFrame arguments in accessible constructors. r=evan.yan 2007-06-24 22:04:46 +00:00
aaronleventhal%moonset.net 3a1863d502 Bug 385444. Reduce special cases for show/hide/reorder event firing. r=surkov 2007-06-23 08:25:31 +00:00
surkov.alexander%gmail.com a6d254daf9 Bustage fix bug 385437 2007-06-22 09:52:36 +00:00