Commit Graph

1550 Commits

Author SHA1 Message Date
aaronleventhal@moonset.net
8222969cac Bug 389851. Accessible value not working with ARIA progressbars and sliders. r=scott@bashautomation.com, a=dsicore 2007-08-14 17:53:32 -07:00
aaronleventhal@moonset.net
104a194eae Bug 391847. Coalesce accessible mutation events for the same subtree. r=ginn.chen, sr=bz, a=bz 2007-08-14 11:47:49 -07:00
aaronleventhal@moonset.net
b08ef7a65d Bug 390767. Support editable state and interface for contentEditable and designMode documents and their content. r=ginn.chen, a=dsicore 2007-08-14 09:25:24 -07:00
aaronleventhal@moonset.net
7db0ed8df7 Bug 392058. Fire accessible state change events when ARIA pressed state changes. r=simon.bates, a=dsicore 2007-08-14 09:15:12 -07:00
ginn.chen@sun.com
099a6eeef5 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-13 22:30:15 -07:00
Evan.Yan@Sun.COM
13510ef154 Bug 387710 - getAccessibleAt() is broken for tree tables effective 5th July trunk build of Thunderbird. r=aaronleventhal a=dsicore 2007-08-13 00:26:50 -07:00
ginn.chen@sun.com
1f2a15918b 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-12 23:42:52 -07:00
aaronleventhal@moonset.net
95acb19559 Fixing bustage 2007-08-10 19:17:57 -07:00
aaronleventhal@moonset.net
283dbaaf31 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-10 18:44:44 -07:00
aaronleventhal@moonset.net
ad1d604a7a 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 12:47:03 -07:00
aaronleventhal@moonset.net
73b527cc1e Bug 387437. Regression in exposing accessible objects for nodes with float style. Patch by Ginn Chen, r=aaronlev, a=dsicore 2007-08-10 12:45:04 -07:00
aaronleventhal@moonset.net
f698a4093c 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 12:36:55 -07:00
aaronleventhal@moonset.net
a73791209d Bug 391671. ARIA trees have incorrect 'level' object attribute. Patch by Alexander Surkov, r=aaronlev, a=dsicore 2007-08-10 12:33:55 -07:00
aaronleventhal@moonset.net
53bdf495f3 Bug 391622. nsIWinAccessNode doesn't work, QI always fails. r=surkov, a=dsiore 2007-08-10 12:30:02 -07:00
aaronleventhal@moonset.net
5d166c9d6b Bug 391592. IA2 states exposed incorrectly. r=surkov, a=dsicore 2007-08-10 12:28:28 -07:00
aaronleventhal@moonset.net
c56a600f92 Bug 391023. nsIAccessibleText::getCharacterExtents() is returning values based on source rather than document content. r=surkov, a=dsicore 2007-08-10 12:24:10 -07:00
surkov.alexander@gmail.com
1c03aec1e8 Bug 390280 - mac bustage fix, r=aaronlev, a=dsicore 2007-08-10 06:39:03 -07:00
surkov.alexander@gmail.com
584d35033f Bug 389680 - default button relation for html clean up, r=aaronlev, a=dsicore 2007-08-10 06:03:52 -07:00
aaronleventhal@moonset.net
1960a851fb Bug 390629. ARIA trees not providing STATE_EXPANDABLE. r=surkov.alexander, a=dsicore 2007-08-08 06:46:38 -07:00
ginn.chen@sun.com
a20c8425e8 Bug 386235 the <link> tag for stylesheets can cause text in document frame to be inaccessible r=aaronleventhal a=dsicore 2007-08-06 23:10:31 -07:00
Evan.Yan@Sun.COM
2ee800aa97 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-05 20:50:11 -07:00
Evan.Yan@Sun.COM
31389d3c6b Bug 387393 - GetAttr asserts non null nsIAtom but accessible doesn't null check r=ginn.chen, a=dsicore for 1.9 2007-08-05 20:44:41 -07:00
ginn.chen@sun.com
f173d1c9d9 Bug 389973 GTK accessibility make rendering of large file list pages slow, busy freezing all UI r=aaronleventhal a=dsicore 2007-08-05 20:19:37 -07:00
surkov.alexander@gmail.com
7a98ce2207 Bug 109215 - implement accessibility API support for xul:slider, r=ginn.chen, sr=neil, a=dsicore 2007-08-03 22:27:27 -07:00
aaronleventhal@moonset.net
0320f8792d Fixing bustage 2007-08-03 19:26:19 -07:00
aaronleventhal@moonset.net
f35b8366c4 Bug 390280. Add missing ARIA roles. r=ginn.chen, a=dsicore 2007-08-03 19:15:52 -07:00
aaronleventhal@moonset.net
57c72abf77 Bug 390212. Extra backslash in object attribute name xml-roles. r=surkov, a=dsicore 2007-08-03 19:07:57 -07:00
aaronleventhal@moonset.net
869bc35f02 Bug 390289. Ensure accessible object property when ARIA universal properties are used. r=surkov, sr=neil, a=dsicore 2007-08-03 19:06:59 -07:00
aaronleventhal@moonset.net
3e70f3b459 Bug 390129. ARIA combo box improvements. r=surkov, a=dsicore 2007-08-03 19:00:05 -07:00
aaronleventhal@moonset.net
148a241c2f Bug 382247. JAWS says submenu for ARIA menuitems with a text node child. r=simon.bates, a=dsicore 2007-08-03 18:56:12 -07:00
aaronleventhal@moonset.net
3b0d7509ec Bug 390284. Support ARIA roles that are dependent on a role + ARIA properties. r=evan.yan, a=dsicore 2007-08-03 18:54:07 -07:00
aaronleventhal@moonset.net
18fc1eda86 Bug 390285. Remove ARIA value support where it doesn't make sense. r=simon.bates, a=dbaron 2007-08-03 18:17:49 -07:00
aaronleventhal@moonset.net
a77783df9d Bug 390673. JAWS speaking ARIA alerts twice. r=simon.bates, a=dbaron 2007-08-03 18:14:09 -07:00
aaronleventhal@moonset.net
e74bc44b8b bug 348901. Remove extra whitespace from source when exposing accessible text. r+sr=roc, r=surkov. a=dbaron 2007-08-03 18:12:24 -07:00
surkov.alexander@gmail.com
d5b51a67e8 Back out bug 109215 2007-07-26 09:59:17 -07:00
surkov.alexander@gmail.com
24a2f68068 Bug 109215 - Implement accessibility API support for slider, r=ginn.chen, sr=neil 2007-07-26 09:40:55 -07:00
surkov.alexander@gmail.com
b6ab7ae518 bug 371394 - Fire text changed event when content of hypertext accessible is changed, r=ginn.chen 2007-07-25 04:54:15 -07:00
ginn.chen@sun.com
79f70f573f Bug 388665 Javascript interferes with STATE_EDITABLE
r=aaronleventhal sr=bzbarsky
2007-07-24 23:24:00 -07:00
surkov.alexander@gmail.com
a7c9aba95e Bug 388910 - building with disabled MOZ_XUL failed, patch=romaxa@gmail.com, r=me, sr=neil 2007-07-24 00:50:51 -07:00
bzbarsky@mit.edu
a1bbad630f Address nits in patch for bug 257868. r+sr=roc 2007-07-23 18:19:43 -07:00
mats.palmgren@bredband.net
708bb0ec77 Reset the sibling pointers for our children in InvalidateChildren(). Patch by Ginn Chen<ginn.chen@sun.com>. b=387252 r=me 2007-07-23 07:01:46 -07:00
ginn.chen@sun.com
02fcfeddda Bug 387496 No focus events when navigating among HTML menu/list items
r=aaronleventhal
2007-07-23 00:46:48 -07:00
ginn.chen@sun.com
224a0c9463 Bug 387347 Text with "float" style inaccessible
r=aaronleventhal
2007-07-17 02:32:11 -07:00
surkov.alexander@gmail.com
1c2ae99628 Bug 386836 - same map used in several img caused firefox crash, patch=me, ginn.chen, r=me 2007-07-16 05:42:36 -07:00
surkov.alexander@gmail.com
477ecf0b0e Bug 387986 - correct nsAccessibilityService::GetStringStates, r=ginn.chen 2007-07-16 00:57:46 -07:00
surkov.alexander@gmail.com
1c3394d768 use xpcom;s nsVoidPtrHashKey, r=aaronlev, sr=neil 2007-07-13 20:09:42 -07:00
surkov.alexander@gmail.com
14c5b93122 Bug 387925 - state expandable isn;t exposed correctly, r=aaronlev 2007-07-13 20:02:39 -07:00
aaronleventhal@moonset.net
98fed42f9a Comment fix in nsDocAccessible. r=bz 2007-07-13 10:19:40 -07:00
bzbarsky@mit.edu
4d53ccf996 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 13:05:45 -07:00
surkov.alexander@gmail.com
c1454f71aa Bug 387857 - implement IAccessibleTable::rowCOlumnExtentsAt, r=ginn.chen 2007-07-12 02:40:21 -07:00
surkov.alexander@gmail.com
b0bc4a63b3 Bug 386971 - rename nsIAccEditableText::editor, r=ginn.chen 2007-07-11 23:56:55 -07:00
surkov.alexander@gmail.com
08c989466c Bug 385573 - implement IAccessibleTable::getSelected* methods, r=evan.yan, aaronlev, sr=neil 2007-07-11 09:08:34 -07:00
surkov.alexander@gmail.com
ff375ec028 Bug 386978 - bustage fix on mac, os/2, patch=mats, peter weilbacher, me, r=ginn.chen 2007-07-11 01:24:56 -07:00
surkov.alexander@gmail.com
16128a2669 Bug 378042 - expose group position for toolbarbuttons, patch=vasiliy.potapenko, r=me, aaronlev, sr=neil 2007-07-11 00:58:50 -07:00
ginn.chen@sun.com
8587f0d34c Bug 385326 text content in MIDAS is not accessible
fix for atk events
r=surkov.alexander
2007-07-09 03:17:31 -07:00
jwalden@mit.edu
6d7584839a 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 00:08:04 -07:00
aaronleventhal@moonset.net
fdbd06852a Bug 379875. Support checkable in ATK via object attribute since there is no other way in ATK. r=david.bolter 2007-07-06 00:50:34 -07:00
aaronleventhal@moonset.net
c2eaaacaed 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 00:49:22 -07:00
Evan.Yan@Sun.COM
0a0a25f9ec bug 386161 - no focus event when arrowing down in xul tree table
r=surkov.alexander
2007-07-05 23:53:18 -07:00
surkov.alexander@gmail.com
4a1190187e Bug 386971 - following up fix 2007-07-05 10:14:34 -07:00
surkov.alexander@gmail.com
d7a9b43ae6 Bug 386971 - expose editor from nsIAccEditableText, r=ginn.chen 2007-07-05 10:12:28 -07:00
surkov.alexander@gmail.com
25671496a4 Bustage fix of bug 386978 2007-07-05 09:25:15 -07:00
surkov.alexander@gmail.com
2efa01e742 Bug 386978 - get rid FireToolkitEvent, r=aaronlev 2007-07-05 09:02:55 -07:00
aaronleventhal@moonset.net
4ff6072f7d Bug 377783. Fix crash and clean up table a11y. r=evan.yan 2007-07-05 08:39:29 -07:00
surkov.alexander@gmail.com
63e4154f4e Bug 383095 - implement IAccessibleApplication, r=aaronlev, sr=neil 2007-07-05 05:54:24 -07:00
surkov.alexander@gmail.com
ea9fc76a9b Bug 386922 - rename nsAccessibilityUtils, r=aaronlev 2007-07-05 04:29:28 -07:00
enndeakin@sympatico.ca
59c3596049 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 08:49:38 -07:00
aaronleventhal@moonset.net
76b22ce10b Fixing bustage again 2007-07-04 01:49:00 -07:00
aaronleventhal@moonset.net
c6a83b007d Fixing bustage again 2007-07-04 01:38:54 -07:00
aaronleventhal@moonset.net
870bce4824 Fixing bustage 2007-07-04 01:24:23 -07:00
aaronleventhal@moonset.net
91f481e9cc Bug 386721. More ARIA properties are universal. r=david.bolter 2007-07-04 00:54:56 -07:00
aaronleventhal@moonset.net
98105fb046 Bug 386717. Changes to how tables, grids and treegrids are handled in ARIA. r=david.bolter 2007-07-04 00:52:18 -07:00
surkov.alexander@gmail.com
0a80939806 Bug 378468 - remove warnings from nsDocAccessible::InvalidateCacheSubtree, r=ginn.chen 2007-07-03 09:19:08 -07:00
ginn.chen@sun.com
7d3de0c8ce Bug 385326 text content in MIDAS is not accessible
r=surkov.alexander
2007-07-02 04:18:07 -07:00
surkov.alexander@gmail.com
2d4068ccd7 Bug 386282 - nsIAccessible::GetDescription() fails on document accessible, r=me, patch=vasiliy.potapenko 2007-07-01 23:14:11 -07:00
aaronleventhal@moonset.net
abe7a44dfe Bug 384426. Description relations not getting exposed. r=surkov 2007-06-30 13:23:16 -07:00
aaronleventhal@moonset.net
b67791778f Fixing bustage 2007-06-30 13:21:11 -07:00
aaronleventhal@moonset.net
3f2b0ce1f4 Fieldset children and relations incorrect. r=surkov 2007-06-30 13:06:13 -07:00
surkov.alexander@gmail.com
5a14674c88 Bug 378468 - correct handling of show/hiden/reorder events, r=aaronlev 2007-06-29 19:49:32 -07:00
enndeakin@sympatico.ca
8a87437d5f Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 15:15:59 -07:00
enndeakin@sympatico.ca
534c14e326 Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz 2007-06-29 12:04:45 -07:00
roc+@cs.cmu.edu
95b231ad41 Fixing bustage 2007-06-26 20:06:04 -07:00
aaronleventhal@moonset.net
94d39f1feb Bug 385447. Try to remove special case to assign containerAccessible in nsDocAccessible::InvalidateCacheSubtree(). r=surkov 2007-06-25 01:31:20 -07:00
aaronleventhal@moonset.net
8ac152007e Bug 385718. State change events for focus causing extra document loads in Window-Eyes. r=ginn.chen 2007-06-25 01:28:22 -07:00
aaronleventhal@moonset.net
86476809e8 Bug 385474. Remove extra accessible EVENT_SHOW/EVENT_HIDE hack for progress meters. r=surkov 2007-06-25 01:26:58 -07:00
Evan.Yan@Sun.COM
db6a0cec80 fix bustage of bug 385437 event object for EVENT_TEXT_CARET_MOVED.
r=surkov.alexander
2007-06-24 19:33:18 -07:00
aaronleventhal@moonset.net
47b80ef41a Bug 385456. Remove unused aFrame arguments in accessible constructors. r=evan.yan 2007-06-24 15:04:45 -07:00
aaronleventhal@moonset.net
56193ee0c9 Bug 385444. Reduce special cases for show/hide/reorder event firing. r=surkov 2007-06-23 01:25:29 -07:00
surkov.alexander@gmail.com
67af0bfd6e Bustage fix bug 385437 2007-06-22 02:52:36 -07:00
surkov.alexander@gmail.com
2191eb90c8 Bug 385437 - event object for EVENT_TEXT_CARET_MOVED, r=aaronlev 2007-06-22 02:27:22 -07:00
ginn.chen@sun.com
32e1431af7 Bug 385305 Crash [@already_AddRefed<nsRootAccessible> nsAccessNode::GetRootAccessible()]
r=aaronleventhal
2007-06-21 02:16:32 -07:00
ginn.chen@sun.com
db8d66af7c Bug 383482 [a11y]overflow:hidden style should not "invalidate" the focused link
r=surkov.alexander
2007-06-17 22:47:33 -07:00
aaronleventhal@moonset.net
a2995a4280 Bug 384229. No accessible name for location and search fields. r=ginn.chen, r=mano 2007-06-14 18:50:37 -07:00
aaronleventhal@moonset.net
df80939c17 Bug 381888 follow up, to simplify GetCaretAccessible(). sr+=bz on IRC. 2007-06-14 12:19:19 -07:00
aaronleventhal@moonset.net
d11bc710a8 Attempt to fix bustage 2007-06-14 10:52:40 -07:00
aaronleventhal@moonset.net
22632617b5 Attempt to fix bustage 2007-06-14 10:40:08 -07:00
aaronleventhal@moonset.net
3f765dec25 Attempt to fix bustage 2007-06-14 10:38:49 -07:00
aaronleventhal@moonset.net
df3ea7e510 Bug 381888. Caret tracking broken with Windows screen readers [Cairo-related]. When a11y active, follow Gecko caret around with invisible system caret. r=surkov 2007-06-14 10:12:50 -07:00
ginn.chen@sun.com
72ff473f53 Bug 383355 State incorrectly set for showing item in a collapsed XUL menulistr=aaronleventhal 2007-06-13 03:54:07 -07:00
aaronleventhal@moonset.net
9e765dce43 Bug 382878. Remove unnecessary state copying hack for accessible link descendants. r=surkov 2007-06-11 07:12:01 -07:00
ginn.chen@sun.com
fd3158c671 Bug 382321 fix compiler warningsr=aaronleventhal 2007-06-11 02:46:39 -07:00
gavin@gavinsharp.com
94d232c05d Backing out the patch for bug 350616 to see if it will fix the windows orange 2007-06-09 20:41:57 -07:00
aaronleventhal@moonset.net
b187367334 Bug 383608. Some IA2 interfaces must check smart XPCOM QI to see if a given object supports that interface. r=surkov 2007-06-08 07:16:27 -07:00
ted.mielczarek@gmail.com
51e027a329 bug 350616 - Need to figure out VC8 CRT issues with the XULRunner stub (and with embedding) - embed manifests in everything. r=bsmedberg 2007-06-08 05:47:41 -07:00
ginn.chen@sun.com
4a8bbe11c1 Bug 377800 Too many warnings in console for accessibilityr=surkov.alexander 2007-06-08 02:09:24 -07:00
ginn.chen@sun.com
5453ddc512 Bug 383434 warning message at atk/nsAccessibleWrap.cpp, line 1119patch by Evan.Yan at sun.com r=aaronleventhal 2007-06-06 19:47:30 -07:00
ginn.chen@sun.com
446069ddc8 bug 382318 crash [@ nsXULTreeAccessibleWrap::GetColumnAtIndex]r=aaronleventhal 2007-06-06 19:43:45 -07:00
ginn.chen@sun.com
c6304de029 Bug 376013 [a11y]Incorrect text information sent in "object:text-changed:insert" events.patch by Evan.Yan at sun.com r=aaronleventhal 2007-06-06 00:56:52 -07:00
aaronleventhal@moonset.net
6a9342cfb6 Bug 382270. The displayed menu item in a collapsed HTML combo box should have SHOWING state exposed via AT-SPI. r=evan.yan 2007-06-05 13:02:35 -07:00
aaronleventhal@moonset.net
0cc2fca501 Bug 382321. Alphabetize ARIA role table and move to a separate file. r=surkov, sr=neil 2007-06-05 08:41:07 -07:00
ginn.chen@sun.com
24d169390f Bug 383179 Firefox reliably segfaults upon quit [@ nsAccessNode::GetApplicationAccessible]r=aaronleventhal 2007-06-04 21:19:16 -07:00
ginn.chen@sun.com
128221f479 Bug 382567 Use GetNativeInterface, GetAccessibleWrap instead of CASTr=surkov.alexander 2007-06-04 02:39:15 -07:00
ginn.chen@sun.com
f20cc0b658 Bug 382555 Don't need check IsEmbeddedObject in GetNativeInterface if we've already created mAtkObjectr=aaronleventhal 2007-06-04 01:37:33 -07:00
ginn.chen@sun.com
e54656aae6 Bug 382293 sync maiutil code with gailutil.c 2007-06-04 01:34:15 -07:00
ginn.chen@sun.com
5d76b8c78b Bug 382296 reduce compile warnings with gcc in a11y moduler=surkov.alexander 2007-06-04 01:16:04 -07:00
aaronleventhal@moonset.net
d31f32a7e0 Bug 382860. No caret events in CSS scrollable area. r=surkov 2007-06-02 10:43:33 -07:00
aaronleventhal@moonset.net
cb030d7299 Bug 382865. Null out param strings in ISimpleDOM* support. r=surkov 2007-06-02 10:37:07 -07:00
surkov.alexander@gmail.com
b8525cbf32 Bug 379435 - expose role and states as string in nsIAccessibleRetrieval, r=me, aaronlev, sr=neil 2007-06-01 20:23:58 -07:00
surkov.alexander@gmail.com
1fbc1d4bce Bug 381302 - move application accessible to cross platform code, r=aaronlev, ginn.chen, sr=neil 2007-06-01 20:01:38 -07:00
surkov.alexander@gmail.com
c2084a5ec4 Back up of bug 381302 2007-05-31 05:52:45 -07:00
surkov.alexander@gmail.com
058acbeeab Bug 381302 - move application accessible to cross platform code, r=aaronlev, ginn.chen, sr=neil 2007-05-31 04:26:15 -07:00
aaronleventhal@moonset.net
05b111e301 Bug 381048. Allow accessible names on ARIA elements with no child content, but with title. Patch by David Bolter. r=aaronlev 2007-05-29 07:45:38 -07:00
ginn.chen@sun.com
c29b01e71c Bug 381433 no focus event when focus back to the same widget after focused on radiogrouppatch by Evan.Yan @sun.com r=aaronleventhal 2007-05-28 23:53:50 -07:00
ginn.chen@sun.com
67e971a3e1 Bug 381832 duplicated of state-changed:busy (false) eventwhen document is load finishedr=aaronleventhal 2007-05-28 23:43:50 -07:00
ginn.chen@sun.com
dabd397af7 Bug 366000 MaiHyperlink class memory leakr=aaronleventhal sr=neil 2007-05-28 23:41:14 -07:00
surkov.alexander@gmail.com
472eb065f9 Bug 381312 - implement IAccessibleRelation, r=aaronlev, sr=neil 2007-05-24 06:26:54 -07:00
aaronleventhal@moonset.net
da87a6ca1f Bug 378776. Follow-up to original checkin -- remove 2 more cases of GetNumberOfShells(). r=smaug 2007-05-23 18:33:15 -07:00
aaronleventhal@moonset.net
9579f8212b Bug 301621. Follow up patch to fix onclick a11y on <li>. r=ginn.chen 2007-05-23 05:20:06 -07:00
dwitte@stanford.edu
b607cedcf0 bustage fix. 2007-05-22 22:05:04 -07:00
aaronleventhal@moonset.net
a221f0afd5 Bug 381174. Locale not exposed for ATK document interface. r=surkov 2007-05-22 20:54:19 -07:00
aaronleventhal@moonset.net
4cad91bd9a Bug 380976. Tree view accessible hierarchy regression. r=ginn.chen 2007-05-21 06:57:54 -07:00
aaronleventhal@moonset.net
4e0f643ded Bug 381229. Incorrect accessible role and events for XUL autocomplete and combobox (menulist) popup lists. r=ginn.chen 2007-05-21 06:53:57 -07:00
mats.palmgren@bredband.net
306c6b161e Don't use mFirstChild when the child count is zero. b=381057 r=aaronleventhal 2007-05-20 01:05:42 -07:00
mats.palmgren@bredband.net
4e877ad3e0 Null out members in Shutdown() so we bail out of later API calls with an error. b=381057 r=aaronleventhal 2007-05-20 01:05:28 -07:00
surkov.alexander@gmail.com
a379fa8851 Bustage fix for bug 374487 2007-05-19 19:54:27 -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
aaronleventhal@moonset.net
680e341a85 Bug 381114. Crash [@ msaa/nsAccessibleWrap::NativeAccessible ]. r= mats.palmgren 2007-05-17 20:00:21 -07:00
surkov.alexander@gmail.com
12c1fc369f Bug 380883 - use gIsAccessibilityActive in ATK, r=ginn.chen 2007-05-17 02:12:10 -07:00
mats.palmgren@bredband.net
80fa7b18b3 Null-check the primary frame before using it. b=380749 r=aaronleventhal 2007-05-17 01:21:49 -07:00
mats.palmgren@bredband.net
95e43da41c nsHTMLSelectOptionAccessible::GetName - add null-check and make it return the empty string for empty option elements. b=379872 r=aaronleventhal 2007-05-17 01:12:15 -07:00
aaronleventhal@moonset.net
cecf3cecb1 Bug 380669. More states for HTML option accessibles. r=surkov 2007-05-16 06:59:06 -07:00
aaronleventhal@moonset.net
15d53db726 Bug 268935. nsIAccessibilityService should not be scriptable -- only the nsIAccessibleRetrieval that it inherits from. r=surkov 2007-05-16 06:38:05 -07:00
ginn.chen@sun.com
ead9455c46 Bug 380706 Labels will not be reported while browsing the list item with arrow keys.r=surkov.alexander 2007-05-16 01:21:12 -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
b04448a802 Bug 380508 - implement IAccessibleHyperlink, r=aaronlev, sr=neil 2007-05-15 21:28:38 -07:00
ginn.chen@sun.com
7ba9ae2d81 Bug 357969 container xul element which doesn't have a xbl def under a deck frame has no accessible objectpatch by nian.liu at sun.com r=surkov.alexander sr=neil 2007-05-15 02:46:06 -07:00
surkov.alexander@gmail.com
ba8ef8d747 Bug 380412 - loading ajax pages reliable craches, r=aaronlev 2007-05-14 22:12:50 -07:00
surkov.alexander@gmail.com
12a7e11ca9 Bug 379366 - reimplement IAccessibleText::newText/oldText, r=aaronlev, bent.mozilla, sr=neil 2007-05-12 09:22:08 -07:00
surkov.alexander@gmail.com
3b4ca6c407 Bug 379579 - implement IAccessibleHypertext, r=aaronlev, sr=neil 2007-05-11 23:11:44 -07:00
surkov.alexander@gmail.com
cbe780e5f3 Bug 380412 - loading ajax pages reliable craches, r=aaronlev 2007-05-11 19:57:42 -07:00
aaronleventhal@moonset.net
aa1cb9737c Bug 348060. Compiler warning at line 698 of nsHTMLTableAccessible.cpp [@nsHTMLTableAccessible::SelectRowOrColumn]. Patch by Ryan Vandermeulen. r=aaronlev, sr=neil 2007-05-11 19:21:10 -07:00
surkov.alexander@gmail.com
98144a0d8b linux bustage fix for bug 380038 2007-05-11 05:56:31 -07:00
surkov.alexander@gmail.com
49f865b449 linux bustage fix for bug 380038 2007-05-11 05:42:30 -07:00
surkov.alexander@gmail.com
f5fe358436 Bug 380038 - add (un)selectRow/Column methods to nsIAccessibleTable, r=aaronlev, sr=neil 2007-05-11 05:21:43 -07:00
ginn.chen@sun.com
d2b3b98c68 Bug 378709 patch 2, return ATK_STATE_DEFUNCT for deconstructed AccWrapr=aaronleventhal 2007-05-10 22:51:46 -07:00
surkov.alexander@gmail.com
c3c387577b Fix for bug 377728 - delayed accessible events problem, r=aaronlev 2007-05-09 10:48:11 -07:00
aaronleventhal@moonset.net
0a12926e20 getTextAtOffset by line fails with wrapped spans that have accessibles. r=parente 2007-05-09 10:42:42 -07:00
aaronleventhal@moonset.net
321c2dd932 Bug 379878. Fix crashes and accessible value interface support for XUL progress meter. r=ginn.chen 2007-05-09 06:25:52 -07:00
surkov.alexander@gmail.com
e1aa95b054 Fix for bug 380022 - implement IAccessibleImage, r=aaronlev 2007-05-09 01:42:12 -07:00
surkov.alexander@gmail.com
b424d2096f Fix for bug 380021 - implement IAccessibleValue, r=aaronlev, sr=neil 2007-05-09 01:19:01 -07:00
aaronleventhal@moonset.net
fe03d7db2d Bug 301621. Expose elements with onclick from addEventListener(). r=smaug 2007-05-08 14:44:04 -07:00
aaronleventhal@moonset.net
02877c0c54 Bug 379424. grabFocus() on form controls should remove focus from other items on the page. r=surkov 2007-05-07 12:02:57 -07:00
aaronleventhal@moonset.net
cfca69a5d0 Incorrect part of previous checkin would cause bustage 2007-05-07 11:59:08 -07:00
aaronleventhal@moonset.net
c2459774c9 Bug 371273. Fire caret/selection events for movement within document when find bar is open. Also fixes MSAA caret position when user is typing/deleting text, and moves MSAA specific code out of cross platform code area. r=surkov 2007-05-07 11:55:17 -07:00
aaronleventhal@moonset.net
3829716470 Bug 378408. Activate action not working for textarea, only for html input textfield. r=david.bolter 2007-05-07 11:51:36 -07:00
aaronleventhal@moonset.net
d401823883 bug 379755. JAWS does not read Bookmarks or History when sidebar opens. r=david.bolter 2007-05-07 11:48:34 -07:00
aaronleventhal@moonset.net
dc36d1f01d Bug 379678. Fix up HTML combo box accessibility. r=surkov 2007-05-06 20:12:00 -07:00
aaronleventhal@moonset.net
ecc5ecc833 Bug 368012. Expose STATE_CHECKABLE for each checkable widget. Patch by David Bolter. r=aaronlev 2007-05-06 07:50:03 -07:00
mats.palmgren@bredband.net
7de7b90e2f Add a null-check. b=377535 r=aaronleventhal 2007-05-06 02:03:10 -07:00
surkov.alexander@gmail.com
2ee202c244 Bustage fix for bug 379585 2007-05-05 23:23:01 -07:00
surkov.alexander@gmail.com
d3a20ef799 Fix for bug 379585 - implement IAccessibleTable, r=aaronlev 2007-05-05 23:09:49 -07:00
aaronleventhal@moonset.net
133a30de2e Bug 376887. If document gets painted before being fully loaded, and gets focused, the accessible tree is often incorrectly truncated. r=surkov 2007-05-04 08:15:00 -07:00
aaronleventhal@moonset.net
1696a9350a Bug 379608. Allow doc accessibles to support accessible text interfaces. r=surkov 2007-05-03 19:54:58 -07:00
aaronleventhal@moonset.net
bd26112ce2 Bug 357583. Allow XPCOM clients to init accessibility when they use nsIAccessible. r=surkov, sr=roc 2007-05-03 19:19:18 -07:00
aaronleventhal@moonset.net
cc1fb91ccf Backing out accidental checkin for bug 357583 2007-05-03 13:20:58 -07:00
aaronleventhal@moonset.net
6cae6853a8 Bug 357583. Allow XPCOM clients to init accessibility when they use nsIAccessible. r=surkov, sr=roc 2007-05-03 12:22:24 -07:00
surkov.alexander@gmail.com
c2815c00fc Fix for bug 378038 - implement nsIWinAccessNode::queryNativeInterface, r=aaronlev, sr=neil 2007-05-02 08:47:10 -07:00
bzbarsky@mit.edu
086c2eb0c0 Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me 2007-05-01 15:24:20 -07:00
surkov.alexander@gmail.com
a2b73ec77f Fix for bug 378038 - expose IAccessibleText and IAccessibleEditableText, r=aaronlev, sr=neil 2007-05-01 10:08:26 -07:00
ginn.chen@sun.com
26ec21bc32 Bug 360578 add-on dialog buttons not spoken by Orcapatch by tiger.zhang r=aaronleventhalalso contains a fix for compiler warning 2007-04-30 23:03:08 -07:00
ginn.chen@sun.com
7b9152e2cb Bug 378709 CheckMaiAtkObject(aAtkObj) failing too oftenr=aaronleventhal 2007-04-30 22:57:51 -07:00
aaronleventhal@moonset.net
30c0a71448 Bug 368191. Use correct variable in QI for activedescendant support. r=david.bolter 2007-04-27 08:17:07 -07:00
aaronleventhal@moonset.net
0cad0fa905 Bug 363214. TakeFocus/grabFocus not working on document accessible. r=mats 2007-04-27 08:15:19 -07:00
aaronleventhal@moonset.net
5dd2c9e259 Bug 370163. Fix a11y hierarchy for selects with optgroup. r=evan.yan 2007-04-25 08:11:02 -07:00
ginn.chen@sun.com
4abf6ab90b Bug 378563 warning in getNameCB when opening a new pager=aaronleventhal 2007-04-24 21:19:26 -07:00
ginn.chen@sun.com
a8d8587592 Bug 378561 Fire STATE_CHANGE event without specified stater=aaronleventhal 2007-04-24 21:11:34 -07:00
aaronleventhal@moonset.net
0da4d53ca6 Bug 376275. getTextAtOffset returns bad text, start, end offsets for bulletted list. r=surkov 2007-04-24 11:25:00 -07:00
aaronleventhal@moonset.net
7303ddaf70 Bug 377767. Crash when closing page info dialog at the media tab. r=surkov 2007-04-24 11:20:52 -07:00
aaronleventhal@moonset.net
f7c802b66f Bug 378465. Clean up some irrelevant warnings on console related to a11y. r=surkov 2007-04-24 08:42:33 -07:00
aaronleventhal@moonset.net
fdc0d9cce7 Bug 378171. Offscreen should always be true for hidden elements. r=surkov 2007-04-23 08:41:26 -07:00
aaronleventhal@moonset.net
3ada1c19e4 Bug 377737. Fix Shutdown() process for a11y objects whose refcount becomes 0. Patch by mats.palmgren. r=aaronlev, sr=bz 2007-04-23 08:37:55 -07:00
benjamin@smedbergs.us
baab01ada6 Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
surkov.alexander@gmail.com
5441048693 Fix for bug 378197 - use nsIAccessibleCoordinateType in nsIAccessibleText, r=evan.yan 2007-04-23 05:00:45 -07:00
surkov.alexander@gmail.com
8ca15b4df3 Fix for bug 377750 - assertion in DOMi when accessible object is explored, r=aaronlev 2007-04-20 06:35:35 -07:00
aaronleventhal@moonset.net
38d2198940 Bug 378171. Clean up IsVisible(). r=surkov 2007-04-20 06:21:33 -07:00
surkov.alexander@gmail.com
ca939c347e Fix for bug 377756 - move property change events code to atk, r=ginn.chen 2007-04-20 00:29:08 -07:00
ginn.chen@sun.com
25f321bd19 Bug 375934 support rowspan/colspan for HTML table cell accessiblepatch by Evan.Yan at sun.com r=surkov.alexander 2007-04-19 23:11:14 -07:00
surkov.alexander@gmail.com
541d159d96 Fix for bug 377294 - implement IA2::attributes, r=aaronlev, sr=neil 2007-04-19 21:48:04 -07:00
aaronleventhal@moonset.net
aa23104e9c Checking bug 255088 again, but this time without leak. Original patch was r=surkov 2007-04-19 10:49:13 -07:00
aaronleventhal@moonset.net
91a9c6722b Backing out bug 255088 to fix orange tbox 2007-04-19 09:15:04 -07:00