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
David Bolter
5286be7620
bug 474408 - Remove role='description', r=MarcoZ
2009-02-10 10:40:38 +01:00
Alexander Surkov
77d05ffb20
Bug 475901. Rev nsIAccessibleValue iid in CLOSED TREE
2009-02-03 15:45:27 -05:00
Daniel Holbert
4301671b45
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Marco Zehe
f7a7d7a499
bug 474281 - accessible name of html table cells is incorrectly including descendants, r=aaronlev, r=surkov
...
--HG--
rename : accessible/tests/mochitest/test_nsHyperTextAcc_roles.html => accessible/tests/mochitest/test_role_nsHyperTextAcc.html
2009-01-20 16:02:35 +01:00
Benjamin Smedberg
3498a5f86e
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
...
* we know all types frames may be cast to at compile time, so instead of extensible GUID IIDs, use a big enum (see nsQueryFrame::FrameIID)
* eliminate all vestiges of refcounting, since frames aren't refcounted
Some frames (SVG frames in particular) still implement nsISupports-derived interfaces, for example nsISVGValue. There is a FrameIID for nsISVGValue that lets you go from a frame to the XPCOM interface, but you can't query back.
r+sr=roc
nsITextControlFrame didn't have an IID the first time around, but this wasn't a compile error because nsITextControlFrame::kFrameIID inherited from nsIFormControlFrame::kFrameIID. I've added a static analysis pass to verify the correct behavior, since I can't figure out a way to make the compiler do it.
--HG--
extra : rebase_source : 4894a2ca0278e2ab92f27459db77165f8348cf41
2009-01-12 14:20:59 -05:00
Benjamin Smedberg
73a6fab34b
Backed out changeset 4c4df6ed1b41 - Bug 396185 - Make nsIFrame not inherit from nsISupports due to mochitest failures... these appear to be crashes in nsGenericHTMLElement::GetEditorInternal.
2009-01-09 11:35:24 -05:00
Benjamin Smedberg
802d1a10c7
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
...
* we know all types frames may be cast to at compile time, so instead of extensible GUID IIDs, use a big enum (see nsQueryFrame::FrameIID)
* eliminate all vestiges of refcounting, since frames aren't refcounted
Some frames (SVG frames in particular) still implement nsISupports-derived interfaces, for example nsISVGValue. There is a FrameIID for nsISVGValue that lets you go from a frame to the XPCOM interface, but you can't query back.
r+sr=roc
This patch locally causes two REFTEST-UNEXPECTED-PASS for Bidi stuff. It's possible that I accidentally fixed a bug, but I'm not sure, so I'm going to wait for the tinderboxes to confirm my local results.
2008-11-05 14:25:30 -05: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
4b3262f0dc
Bug 386978 - get rid FireToolkitEvent, r=aaronlev, sr=benjamin
2008-11-04 11:36:36 +08:00
Alexander Surkov
02b803ed45
Bug 461920 - remove nsPIAccessNode, r=marcoz, aaronlev, sr=neil
2008-11-01 11:58:07 +08:00
Daniel Holbert
5492039225
Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe
2008-10-01 23:49:45 -07:00
Alexander Surkov
bdd4fa5270
Bug 455442 - improve hitTest, r=aaronlev, hwaara
2008-09-17 21:11:39 +08:00
Alexander Surkov
77e2137a9c
Bug 363230 – Adding a library definition (with a new UUID) around the ISimpleDomNode interface in ISimpleDomNode.idl and then compiling with midl to make a tlb causes a compile error with get_domNode, r=aaronlev
2008-07-23 23:11:21 +08:00
Alexander Surkov
d6ba6d4413
bug 345759 - Spell as you type not accessible, r=aaronlev, r=Olli.Pettay, sr=neil
2008-07-17 14:06:24 +02:00
Marco Zehe
51795f13a9
bug 427841 - TreeViewChanged event fired on a particular tree table more than once breaks that table's AT-SPI hierarchy, patch by Alexander Surkov <surkov.alexander@gmail.com>, r=evan.yan
2008-06-16 08:16:18 +02:00
aaronleventhal@moonset.net
493ebbd1b3
Bug 428479. Support ARIA role of math. r=marcoz, a=beltzner
2008-04-11 12:53:19 -07:00
marco.zehe@googlemail.com
9b4c6077f1
bug 428477 - Rename nsIAccessibleHyperLink::anchorsCount to nsiAccessibleHyperLink::anchorCount for better consistency r=aaronlev a1.9=beltzner
2008-04-11 08:57:36 -07:00
marco.zehe@googlemail.com
a8524c90fe
bug 428248 - Implement tests for nsIAccessibleHyperText interface r=Alexander Surkov (surkov.alexander@gmail.com) a1.9=beltzner
2008-04-11 00:22:32 -07:00
gijskruitbosch@gmail.com
c5680b5332
Bug 418368 - Create tests for NSIAccessibleHyperlink interface p=marco.zehe@googlemail.com (Marco Zehe) r=surkov.alexander@gmail.com (Alexander Surkov) a=beltzner@mozilla.com (Mike Beltzner)
2008-03-30 08:33:01 -07:00
aaronleventhal@moonset.net
f2f0955adf
Bug 419416. Follow useful rules for handling ARIA properties on a frame, iframe and body elements. r=ginn.chen, a=dsicore
2008-03-14 13:49:38 -07:00
ause@sun.com
a27e4651e6
bug 394339 - fix breakage in windows multiprocess builds
2008-02-29 08:54:17 -08:00
ause@sun.com
1fcd4e4fd9
backing out due to tree rules: bug 394339 - fix breakage in windows multiprocess builds
2008-02-27 00:53:16 -08:00
ause@sun.com
36091cba2c
bug 394339 - fix breakage in windows multiprocess builds
2008-02-27 00:28:01 -08:00
aaronleventhal@moonset.net
a48279000e
bug 417249, bug 417578, bug 405951, bug 413778, bug 412878. Fix missing, incorrect or crashing doc load events in Firefox and Thunderbird. r=surkov, a=blocking1.9
2008-02-26 00:51:10 -08:00
ginn.chen@sun.com
8fe3f39df3
Bug 415069 ARIA alerts triggering events with :system p=aaronleventhal r=ginn.chen a=mtschrep
2008-02-19 03:22:01 -08:00
surkov.alexander@gmail.com
329e99b306
Bug 365973 - cant expose <listbox> with multiple columns, r=evan.yan, a=mtschrep
2008-02-19 01:07:35 -08:00
surkov.alexander@gmail.com
ebda15db4d
Bug 308564 - No accessibility events when data in a tree row changes, r=evan.yan, olli.pettay, sr=jonas, a=mtschrep
2008-02-08 04:55:57 -08:00
aaronleventhal@moonset.net
c8aeb1ae95
bug 407359. Fix a11y issues with popups on main screen. r=mano, r=enn, r=surkov, r=marcoz, uir=mconnor
2008-01-23 15:49:10 -08:00
aaronleventhal@moonset.net
56aa2898b8
Backing out bug 407359 because of orange
2008-01-22 14:26:57 -08:00
aaronleventhal@moonset.net
f44c2d3efd
Bug 407359. Fix accessibility issues with popups in main screen UI. r=marcoz, enn, surkov, mano, ui=mconnor, a=blocking1.9
2008-01-22 07:32:20 -08:00
aaronleventhal@moonset.net
6e909052f2
Bug 412644. Crash [ @ atk/nsAccessibleWrap::FireAccessibleEvent ]. r=ginn.chen, a=schrep
2008-01-17 18:56:38 -08:00
aaronleventhal@moonset.net
b4b3e35ce2
Backing out until I have fix for bustage
2008-01-17 18:49:04 -08:00
aaronleventhal@moonset.net
2f158ed338
Bug 412644. Crash [ @ atk/nsAccessibleWrap::FireAccessibleEvent ]. r=ginn.chen, a=schrep
2008-01-17 18:33:56 -08:00
aaronleventhal@moonset.net
754ec000fb
Bug 398910. Remove support for namespaced ARIA properties since they are no longer official (we are pre-1.0). r=surkov, r=ginn, r=bienvenu, r=mano, r=mconnor, r+sr=neil
2007-12-11 18:10:26 -08:00
surkov.alexander@gmail.com
da80d00731
Bug 368835 No focus events from xul tree table when a row is deleted, r=evan.yan, Olli.Pettay, sr=jonas, a=beltzner
2007-12-11 00:18:04 -08:00
Evan.Yan@Sun.COM
7bc3d72a55
Bug 406069 - nsIAccessibleText::GetTextAtOffset() not practical for getting the line at the caret patch by aaronleventhal r=ginn.chen a=dsicore
2007-12-04 23:34:47 -08:00
surkov.alexander@gmail.com
c5b280eeca
bug 405756 - be careful with coordinateType, r=aaronlev, evan.yan, a=dsicore
2007-12-01 09:30:09 -08:00
aaronleventhal@moonset.net
912dbcb392
Bug 405414. nsDocAccessible is not destroyed when closing a tab. Patch by Ginn Chen. r=aaronlev, a=dsicore
2007-11-30 11:47:16 -08:00
aaronleventhal@moonset.net
9a82827216
Bug 391490. Every single <option> shows up in JAWS virtual cursor mode. Terrible for screen reader usability. r=ginn.chen, a=dsicore
2007-11-15 11:46:29 -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
e81912ab39
Bug 343137. Multiple ARIA role support inconsistent with ARIA spec. r=surkov, sr=neil, a=dsicore
2007-11-11 17:05:37 -08:00
aaronleventhal@moonset.net
8ff7bec558
Bug 373245. Accessibility doesn't build with VC9. r=bsmedberg, a=dsicore
2007-11-09 10:38:07 -08:00
surkov.alexander@gmail.com
4eb29bf5bc
Bug 347792 - expose accessible relations in DOM inspector, r=sdwilsh, ajvincent, evan.yan, sr=neil, a=dsicore
2007-10-10 19:02:09 -07:00
aaronleventhal@moonset.net
656dd5f434
Bug 396005. Severe performance degredation regression when a11y active. r=surkov, a=dsicore
2007-10-01 11:27:13 -07:00
aaronleventhal@moonset.net
a95717386d
Bug 397112. Crash [@ nsAccessible::GetFirstChild] moving text out of an option. Patch by Alexander Surkov and Mats Palmgren. r=aaronlev
2007-09-28 13:55:46 -07:00
ted.mielczarek@gmail.com
b62c09faf0
bug 394190 - seamonkey/thunderbird not starting up due to manifest embedding issues. change manifest embedding in the non-libxul case. r=bsmedberg, a=bz
2007-09-26 03:38:29 -07:00
surkov.alexander@gmail.com
0103ed2e3e
Bug 391617 - CAccessibleText::scroll* methods are incorrect, r=aaronlev, a=dsicore
2007-09-24 22:48:51 -07:00
aaronleventhal@moonset.net
a21212c907
Bug 396632. Don't require namespaces when using ARIA properties in text/html
2007-09-24 18:19:03 -07:00