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
Marco Zehe
55ce30ca67
bug 462350 - Refactor and rename test_bug428479.html to test_aria_role_equation.html, r=surkov
...
--HG--
rename : accessible/tests/mochitest/test_bug428479.html => accessible/tests/mochitest/test_aria_role_equation.html
2008-10-31 13:19:28 +01:00
Benjamin Smedberg
ae14b3d6aa
Relanding bug 461410 - nsILineIterator is never used outside of layout - set nsresults to replicate the existing code more correctly, which fixes the mochitest failures, r+sr=roc with nits noted by Mats Palmgren
2008-10-30 12:17:59 -07:00
Marco Zehe
bd835c9f4a
bug 462316 - Refactor test_aria_role_article.html, r=surkov
2008-10-30 11:47:16 +01:00
Marco Zehe
73a5555f09
bug 462314 - Refactor test_aria_activedescendant.html, r=surkov
2008-10-30 11:39:17 +01:00
Marco Zehe
e8f2f9b5dc
bug 458058 - Crash [@ CallQueryInterface<nsINode, nsIDOMElement>(nsINode*, nsIDOMElement**) ], r=aaronlev
2008-10-30 09:24:09 +01:00
Philipp Kewisch
4a8ab3f0a5
Additional fix for bug 462025 as discussed with aaronlev,surkov
2008-10-29 18:03:20 +01:00
Alexander Surkov
afcca424eb
Bug 461767 - don't create nslinkableaccessible if 'click' event handler is registered, r=aaronlev, marcoz
2008-10-29 16:55:28 +08:00
Alexander Surkov
9138981c0f
Bug 455482 - In a select nested within a label, the accname contains each option's text, should only contain label's text, patch=Eitan, r=me, marcoz
2008-10-29 16:53:43 +08:00
Philipp Kewisch
d9a06e8869
Fix bug 462025 - Venkman crashes in nsDocAccessible::HasFlag (regression). r=aaronlev
2008-10-29 09:43:21 +01:00
Alexander Surkov
f1793770dc
Bug 460932 - text-indent and text-align should really be object attributes, r=aaronlev, marcoz
2008-10-28 19:54:57 +08:00
Alexander Surkov
bbeddbbb52
Bug 461761 - assertion: Obtained accessible isn't a child of this accessible, r=aaronlev
2008-10-28 19:53:19 +08:00
Alexander Surkov
bd73d5a502
Bug 460417 - invalid handling of selection changes inside input element, r=aaronlev, marcoz, sr=neil
2008-10-28 16:43:07 +08:00
Benjamin Smedberg
292d44b1a8
Backed out changeset d4c9a0776667 (deCOM nsILineEnumerator) due to regression from it or bug 461212
2008-10-28 02:49:14 -04:00
Benjamin Smedberg
87c2e7ef23
Bug 461410 - nsILineIterator is never used outside of layout, and doesn't need to be refcounted: the callers can just destroy it when they're done with it. We can't do this with a virtual destructor, however, because nsTableRowGroupFrame implements the interface directly, while nsLineIterator is a separately-allocated class. So clients are expected to call DisposeLineIterator when they're done with it.
...
Instead of accessing nsILineIterator using QueryInterface, we add a nsIFrame::GetLineIterator API, which is cleaner and more efficient all at the same time!
r+sr=roc
2008-10-28 00:47:19 -04:00
Olli Pettay
bbc6d24731
Bug 460156 - bring back the old behavior of range.isPointInRange(), r=surkov, sr=sicking
2008-10-19 23:41:21 +03:00
Alexander Surkov
277a3369a9
Bug 460239 - move static methods from nsAccessible and nsAccessNode to utils, r=aaronlev
2008-10-17 18:10:43 +08:00
Alexander Surkov
a11a3ce2c8
Bug 460402 - remove extra noise when there is no document accessible, r=aaronlev
2008-10-17 18:09:22 +08:00
Justin Dolske
0a4f228e1e
Bug 455057 - some chrome images have embedded profiles. ui-r=faaborg, sr=mconnor.
2008-10-16 15:20:21 -07:00
Alexander Surkov
733fa8d013
Bug 460165 - introduce nsAccUtils, rs=aaronlev
...
--HG--
rename : accessible/src/base/nsCoreUtils.cpp => accessible/src/base/nsAccUtils.cpp
rename : accessible/src/base/nsCoreUtils.h => accessible/src/base/nsAccUtils.h
2008-10-16 17:12:05 +08:00
Alexander Surkov
0daa189e0b
Bug 459973 - rename nsAccUtils to nsCoreUtils, r=aaronlev
...
--HG--
rename : accessible/src/base/nsAccessibilityUtils.cpp => accessible/src/base/nsCoreUtils.cpp
rename : accessible/src/base/nsAccessibilityUtils.h => accessible/src/base/nsCoreUtils.h
2008-10-16 09:52:58 +08:00
Alexander Surkov
96ab0debb0
Bug 459635 - ARIA role should override name computation from subtree flag, r=marcoz, aaronlev
2008-10-14 16:27:02 +08:00
Alexander Surkov
9d93f56aff
Bug 459382 - fix html:img accessible name, r=marcoz, aaronlev
2008-10-13 16:58:58 +08:00
Arpad Borsos
c72ef7d248
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
2008-10-10 17:04:34 +02:00
Marco Zehe
2bed3080fb
Backing out changeset c0424e568b5e from bug 457369 because it breaks the market-leading screen reader
2008-10-10 16:27:44 +02:00
Alexander Surkov
0fb59cb689
Comment Bug 457369 - ISimpleDOMNode navigation methods creates nsAccessNodeWrap everytime, r=aaronlev, marcoz
...
--HG--
rename : accessible/tests/mochitest/test_bug434464.html => accessible/tests/mochitest/test_nsIAccessNode_invalidation.html
2008-10-10 20:32:31 +08:00
Alexander Surkov
cd94beaab7
Bug 453591 - reorganize nsAccessible::GetName to handle ARIA for non XUL/HTML elements, r=marcoz, aaronlev
2008-10-10 20:26:55 +08:00
Alexander Surkov
03149d38e2
Bug 456121 - nsApplicationAccessible::GetName does not return a default value when brand.properties does not exist, patch=arno renevier, r=me, marcoz
2008-10-08 20:58:46 +08:00
Alexander Surkov
15451cbff1
Bug 457166 - Conversation links in GMail Inbox do not expose an action, cannot be activated by screen readers, r=marcoz, aaronlev
2008-10-08 20:54:58 +08:00
Alexander Surkov
0970c26abe
Bug 454997 - <body contenteditable=true> exposed incorrectly, r=marcoz, aaronlev
2008-10-08 20:50:36 +08:00
Alexander Surkov
b8b067f3c5
Bug 457219 - collapsed and expanded states are exposed both, r=marcoz, aaronlev
2008-10-08 13:27:24 +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
Ginn Chen
bc14e471af
Bug 456541 add /usr/lib64 for loading atk-bridge library on Linux x64, r=aaronleventhal
2008-09-28 20:52:57 +08:00
Robert O'Callahan
a39e457b50
Backing out bug 448830
2008-09-28 23:13:58 +13:00
Jeremy Lea
4527d5d1a8
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint their own types so that we can catch errors by distinguishing pixels from appunits. r+sr=roc
2008-09-28 20:38:34 +13:00
Marco Zehe
5c35912d33
Backout changeset 8fe1cd2d3c66 (bug 454997) because of regressions and crashes
2008-09-28 07:50:34 +02:00
Alexander Surkov
69d2fde3f2
Bug 454997 - <body contenteditable=true> exposed incorrectly, r=aaronlev, marcoz
2008-09-26 22:55:51 +08:00
Robert O'Callahan
5dbf5690ac
Backing out bug 448830
2008-09-26 13:10:26 +12:00
Robert O'Callahan
daac783c2e
Fixing more potential bustage
2008-09-26 11:58:53 +12:00
Robert O'Callahan
92d9e0cf37
Fixing bustage
2008-09-26 11:55:10 +12:00
Robert O'Callahan
1ac9d0e321
Fixing bustage
2008-09-26 11:31:30 +12:00
Jeremy Lea
7261376c29
Bug 448830. Make nsIntRect/nsIntSize/nsIntPoint/nsIntMargin separate types so we get appunit vs pixel typechecking. r+sr=roc
2008-09-26 10:42:19 +12:00
Marco Zehe
39721a6d07
bug 441974 - protect against failure in call to accessible.numActions
2008-09-22 14:39:13 +02:00
Marco Zehe
53d7535587
bug 441974 - disable test for group attributes on XUL menus on Linux
2008-09-22 14:25:31 +02:00
Marco Zehe
b8502ccbd5
bug 441974 - fix test for unexpected pass of column header retrieval
2008-09-22 14:12:19 +02:00
Marco Zehe
d628dedc31
bug 441974 - disabled test for y coordinate in nsIAccessibleImage tests
2008-09-22 14:07:08 +02:00
Marco Zehe
bfceef7caf
bug 441974 - marked failing STATE_FOCUSED test as known, and commented with appropriate bug number
2008-09-18 11:29:18 +02:00
Marco Zehe
92e04c68f4
bug 441974 - temporarily fixing test until bug 445834 gets fixed
2008-09-18 10:22:33 +02:00
Marco Zehe
c7f38452d0
bug 443889 - nsIAccessible tests for lists and selects, r=surkov
2008-09-18 09:25:09 +02:00
Marco Zehe
0b5d1315f9
more fixes to textattrs test for bug 441974
2008-09-18 09:13:08 +02:00
Alexander Surkov
bdd4fa5270
Bug 455442 - improve hitTest, r=aaronlev, hwaara
2008-09-17 21:11:39 +08:00
Alexander Surkov
0043dd1e1e
Bug 454211 - ISimpleDOMNode functions get_computedStyleForProperties and get_computedStyle functions appear to always return the COM error code 0x80004005 (E_FAIL), r=aaronlev, marcoz
2008-09-17 21:09:34 +08:00
Alexander Surkov
439e6ecc5a
Bug 454377 - caret move event is fired for parent of html:textarea when textarea is tabed, r=aaronlev, marcoz
2008-09-16 22:38:48 +08:00
Marco Zehe
251b1a2365
bug 441974 - Several tests fail when running in conjunction with other mochitests, succeed when running stand-alone, disable failing tests with bugs filed for them, r=surkov
2008-09-11 16:43:06 +02:00
Marco Zehe
c144b28e5a
bug 454654 - Fix text attributes tests so they work on all platforms, r=surkov
2008-09-11 16:41:11 +02:00
Marco Zehe
ef06fa9b7b
bug 454538 - Rename the 'static' text attribute to 'auto-generated', r=aaronlev
2008-09-10 10:33:24 +02:00
Ted Mielczarek
ff7706a544
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
2008-09-09 13:59:11 -04:00
Robert O'Callahan
c04d96c610
Bug 376662. Convert nsIFrame::GetOffsetTo to not use views. We need to ensure that for popups and scrollframes, views and frames are kept in sync at *all* times. Also fixes bugs in tests for NS_FRAME_NO_MOVE_FRAME. r+sr=bzbarsky
2008-09-06 20:52:56 +12:00
Oleg Romashin
e462cf33cd
Bug 453312 - Building accessible without MOZ_XUL fails. r=surkov
2008-09-05 14:30:19 +03:00
Alexander Surkov
f354852dad
Bug 453371 - textarea accessible name does not show current value when it has a text child, patch=Eitan Isaacson,r=me
2008-09-05 12:48:42 +08:00
Alexander Surkov
ebc009f6ce
Bug 453484 - Can't build accessibility with DEBUG_CC, r=aaronlev, sr=bz
2008-09-05 12:44:45 +08:00
Robert O'Callahan
8d8390a5b5
Backing out changeset 1bdd5da49865 (for bug 376662) due to regression bug 453661
2008-09-05 15:40:06 +12:00
Marco Zehe
5136734521
bug 453417 - Implement new aria-label property, r=surkov
2008-09-04 16:11:40 +02:00
Robert O'Callahan
82aa805186
Bug 376662. Make nsIFrame::GetOffsetTo not explicitly use views. r+sr=bzbarsky
2008-09-04 09:35:52 +12:00
Alexander Surkov
33577a9ddf
Bug 452710 - TakeFocus don't work on linkable accessibles, r=MarcoZ
2008-09-01 09:52:40 +08:00
Jason Orendorff
6b5d53f655
Bug 407216 - DOM quick stubs - faster paths for top N DOM methods (r+sr=jst, security r=mrbkap, build r=bsmedberg)
...
* * *
* * *
* * *
2008-08-19 21:38:24 -05:00
Alexander Surkov
c7f2dae1cf
Bug 452548 – nsTextUtils method names should start with uppercase letters, r=aaronlev
2008-08-28 23:01:14 +08:00
Alexander Surkov
f9c6f47571
Bug 452161 – pyatspi insertText doesn't work in empty textboxes, r=aaronlev, MarcoZ
2008-08-28 22:48:41 +08:00
Alexander Surkov
3edb1a6f5d
Bug 445968 – Cannot obtain background-color of objects that do not have a color explicitly assigned, r=aaronlev, sr=roc
2008-08-28 16:31:01 +08:00
Brian Crowder
b3a1c50e75
Bug 422769 - reduce narrow Windows API calls in accessibility, original patch by Brad Lassey <blassey@mozilla.com>, r=aleventhal
2008-08-27 14:44:54 -07:00
Marco Zehe
7141f9a8bf
Bug 451535 - Make nsHTMLImageAccessible return proper number of actions for images with longdescs, provide a name for opening the longdesc, not just an index, r=surkov
2008-08-26 09:39:17 +02:00
Alexander Surkov
cdb7ebee3a
Bug 451376 – IAccessibleText::attributes provides incorrect info after a mis-spelled word, r=Olli.Pettay, MarcoZ, sr=neil
2008-08-26 11:04:14 +08:00
Marco Zehe
6bd40ab767
test for bug 434464 - invalidate access node cache, r=aaronlev
2008-08-25 21:23:37 +02:00
Marco Zehe
603dbe8b55
bug 448660 - Turn off new visual Ctrl+tab switching when screen reader present, r=aaronlev, r=gavin, sr=neil
2008-08-24 18:50:55 +02:00
Marco Zehe
4782b78c2e
bug 451533 - Make sure all names are truncated throughout platform-independent module, r=surkov
2008-08-24 18:45:56 +02:00
Jason Orendorff
abf12d8076
Backing out changeset cf6c811e1272 (bug 407216) due to debug assertions.
2008-08-19 22:28:26 -05:00
Jason Orendorff
09f9ac1d0a
Bug 407216 - DOM quick stubs - faster paths for top N DOM methods (r+sr=jst, security r=mrbkap, build r=bsmedberg)
...
* * *
* * *
2008-08-19 21:38:24 -05:00
Robert O'Callahan
fb7a994159
Bug 118704. Get the document title from the DOM instead of storing it in the document object. Relanding with hopeful leak fix. r+sr=jst
2008-08-18 14:10:28 +12:00
Robert O'Callahan
842b3fea92
Backing out bug 118704 to try to fix Windows leak orange
2008-08-16 23:27:40 +12:00
Robert O'Callahan
34de2392a2
Bug 118704. Get the document title from the DOM instead of storing it as a string in the document. r+sr=jst
2008-08-16 21:01:52 +12:00
Alexander Surkov
056f2b8686
Bug 450089 – parent children aren't invalidated if not accessible element is shown, r=ginn.chen
2008-08-14 16:30:26 +08:00
Marco Zehe
44b7342985
Bustage fix for bug 423176. Explicitly include version.lib in accessible.dll
2008-08-08 17:23:45 +02:00
Alexander Surkov
d0489d22a6
bug 449717 - doAction() doesn't work for linkable accessible with 'click' action, r=MarcoZ
2008-08-08 16:44:26 +02:00
Marco Zehe
c6fb055ce7
bug 423176 - Crash with jaws 7.1 [@ jhook.dll@0x5311], r=aaronlev, sr=brendan
2008-08-08 16:26:53 +02:00
Alexander Surkov
484dc47c9f
Bug 445910 – use XPCOM cycle collector in accessibility classes, r=MarcoZ, Smaug, aaronlev, sr=neil
2008-08-06 05:19:56 -07:00
Alexander Surkov
7ef127ca7a
Bug 410765 – 'List all tabs' button on tabs not working in AT-SPI, r=MarcoZ, Olli.Pettay, aaronlev, sr=roc
2008-08-06 05:16:54 -07:00
Alexander Surkov
05f29ffa93
bug 445513 - Support BOUNDARY_ATTRIBUTE_RANGE now that we support text attributes, r=aaronlev
2008-07-24 17:20:39 +02:00
L. David Baron
862226d219
I mistyped one of surkov's review comments for bug 436453. (And the code does finally make sense to me.) This apparently fixes some mochitests that, for some reason, aren't run on tinderbox.
2008-07-23 09:35:38 -07: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
19be2a4dc3
Bug 445938 – text-position attribute not yet exposed for superscript and subscript text, r=aaronlev, MarcoZ
2008-07-23 23:09:11 +08:00
L. David Baron
a2666729be
Address potentially behavior-changing review comments from surkov; part of bug 436453.
2008-07-22 21:50:20 -07:00
L. David Baron
1347910ac9
Change the binding parent for native anonymous content to work like the binding parent for XBL anonymous content, and be the parent of the anonymous content subtree rather than the root of the anonymous content subtree. (Bug 436453) r=bzbarsky,smaug,surkov sr=bzbarsky
2008-07-22 21:50:20 -07:00
Ginn Chen
ae0059ceff
Bug 445970 Hangs on linux at startup, r=surkov.alexander
2008-07-18 19:21:04 +08:00
Marco Zehe
bac2d9ddab
Bustage fix for bug 345759
2008-07-17 14:36:00 +02: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
L. David Baron
015d440ad8
Fix accidental disabling of more mochitests than intended. Bug 437980 / Bug 445586
2008-07-16 14:23:43 -07:00
Marco Zehe
ed55bbcca5
Disabling table indexes test file, see bug 437980
2008-07-16 19:58:49 +02:00
Alexander Surkov
3f1c7b431b
Bug 443081 – ARIA name from child content is incorrectly including child elements that have display:none, r=aaronlev, MarcoZ
2008-07-16 23:24:36 +08:00
John Daniels
b006229ae6
Bug 419532 – deCOMtaminate nsICaret. r+sr=roc
2008-07-16 12:52:01 +02:00
Alexander Surkov
7771a9ca54
Bug 444279 – mochitest for accessible name calculating
2008-07-13 11:57:28 +08:00
romaxa
1b46c235e1
Bug 412789 - "building in minimal profile broken. bug368835 and bug366527" [r=aaronlev]
2008-07-12 05:08:18 -05:00
Alexander Surkov
5009816d79
Bug 443881 – take into account separators in xul menus when group attributes are calculating, r=MarcoZ, sr=neil
2008-07-09 23:50:52 +08:00
Alexander Surkov
d38db97935
Bug 443764 – nsHTMLSelectListAccessible::GetState -- |if| condition is always true, r=aaronlev
2008-07-08 22:30:46 +08:00
Alexander Surkov
a70fd0ce53
Bug 434857 – Crash [@ nsAccessibleWrap::Next(unsigned long, tagVARIANT*, unsigned long*) ], r=aaronlev, sr=neil
2008-07-08 22:23:18 +08:00
Marco Zehe
15f4f0e7a6
bug 439057 - Fix nsIAccessibleImage mochitest x and y coordinates so they work when running all tests, r=surkov
2008-07-08 07:42:11 +02:00
Ginn Chen
beeec978ff
Bug 441233 Missing focus events in Thunderbird account wizard dialog r=surkov.alexander
2008-07-03 15:10:16 +08:00
Alexander Surkov
2582693783
Bug 439566 – Include the css display property as an IAccessible2 object attribute, r=MarcoZ
2008-07-03 12:12:45 +08:00
Marco Zehe
0b506bc3ed
bug 442659 - Alt value overrides aria-labelledby text for image based controls, r=aaronlev
2008-07-02 19:11:50 +02:00
Marco Zehe
8fad401a70
bug 442648 - nsIAccessible tests on textboxes, r=surkov
2008-07-02 19:09:53 +02:00
Marco Zehe
c46a403ea6
bug 442862 - ext_state_multi_line and ext_state_single_line not exposed on HTML read-only textareas and textboxes, r=surkov
2008-07-02 10:42:58 +02:00
Alexander Surkov
035a3243e1
bug 441888 - ARIA checked menu items are not included in the total list of menu items, r=MarcoZ
2008-06-28 08:16:34 +02:00
Marco Zehe
c1b5e824d7
bug 441737 - nsIAccessibleDocument chrome tests, r=surkov
2008-06-26 14:17:35 +02:00
Peter Weilbacher
b18ca6bc39
bustage fix for other platforms for bug 427841, r=surkov
2008-06-26 11:02:41 +02:00
Marco Zehe
9a4b0c023e
bug 441519 - nsOuterDocAccessible chrome tests, r=surkov
2008-06-25 12:28:09 +02:00
Marco Zehe
ae73e2fa31
bug 438784 - URL of loaded page no longer exposed as the accValue for the Doc accessible, r=surkov
2008-06-25 09:27:45 +02:00
Marco Zehe
249f4b169e
bug 441610 - Calling getAttributes() on a defunct object crashes Thunderbird, r=aaronlev
2008-06-24 22:46:32 +02:00
Marco Zehe
0feb7bef99
bug 440770 - DOCUMENT_FRAME has a parent INTERNAL_FRAME with an action, r=aaronlev
2008-06-24 15:03:06 +02:00
Alexander Surkov
b7ef2c1d5e
Bug 438325 – Link with title and an image that has neither alt nor title doesn't get an accessible name
2008-06-20 21:19:23 +08:00
Alexander Surkov
196b377fae
Bug 438782 – Links should not unconditionally receive an accessible action of jump, r=MarcoZ
2008-06-20 13:50:27 +08:00
Alexander Surkov
a044334304
Bug 439077 – Anchor tags with no attributes should not expose linked accessible state, r=MarcoZ
2008-06-19 11:11:46 +08:00
Marco Zehe
c2fb2e4d05
bug 429666 - Expose ROLE_DOCUMENT for ARIA landmarks that inherit from document, patch by aaronlev, r=me; test by me, r=surkov
2008-06-17 08:52:09 +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
Marco Zehe
9d5979dad2
bug 429285 - Propagate aria-disabled to descendants, patch by aaronlev, test by me, r=surkov
2008-06-16 07:45:58 +02:00
Marco Zehe
7a778b45ae
bug 434464 - invalidate access node cache, patch by Alexander Surkov <surkov.alexander@gmail.com>, r=aaronlev
2008-06-11 11:17:37 +02:00
Marco Zehe
8dd74bd6fa
bug 434428 - assertion "QueryInterface needed" when list accessible is created, patch by Alexander Surkov <surkov.alexander@gmail.com>, r=me
2008-06-11 10:36:57 +02:00
Marco Zehe
c1080980a7
bug 432869 - Divide by zero in IsProbablyForLayout(), patch by aaronlev, r=surkov
2008-06-11 10:32:56 +02:00
Marco Zehe
e10f58bc43
bug 432967 - WARNING: NS_ENSURE_TRUE(aContent) failed: file nsAccessibilityUtils.cpp, line 262, patch by Ginn Chen <ginn.chen@sun.com>, r=aaronlev
2008-06-11 10:27:25 +02:00
Marco Zehe
86ba7aa703
bug 431615 - HTML 4.01 MAP element prevents links from displaying using a screen reader, patch by Alexander Surkov <surkov.alexander@gmail.com>, r=me, r=aaronlev, sr=jst
2008-06-11 08:27:22 +02:00
Marco Zehe
a6a9ad8eae
bug 432970 - Shutdown() of nsXULTooltipAccessible is not called, patch by Evan Yan <evan.yan@sun.com>, r=Ginn Chen <ginn.chen@sun.com>
2008-06-11 08:20:12 +02:00
Marco Zehe
8a2d5a0f03
b=432467, firefox segfaults in plone kupu editor [@ nsDocAccessible::FlushPendingEvents], on Tablet PC [@arena_dalloc_small] (steps to reproduce in comment #26 ), p=Ginn Chen <ginn.chen@sun.com>, r=surkov
2008-06-05 11:49:51 +02:00
gavin@gavinsharp.com
ecb17c1898
Bug 434002: event show isn't fired for treecol accessible, patch by Alexander Surkov <surkov.alexander@gmail.com>, r=ginn.chen, a=beltzner
2008-05-27 11:01:02 -07:00
marco.zehe@googlemail.com
d5feeaf875
assertion fix for bug 429617 - Crash [@ nsAccessNode::ClearCacheEntry(void const*, nsCOMPtr<nsIAccessNode>&, void*) ]
2008-05-09 23:25:06 -07:00
marco.zehe@googlemail.com
f777399574
bug 431474 - Document Accessibles not getting state_focused when they have focus patch by aaronleventhal@moonset.net (Aaron Leventhal) r=surkov r=me a1.9=beltzner
2008-05-04 10:42:19 -07:00
marco.zehe@googlemail.com
93664e1422
bug 430758 - GetAccessible() could be fooled by additional table ancestor patch by evan.yan@sun.com (Evan Yan) r=surkov a1.9=beltzner
2008-05-03 22:39:20 -07:00
marco.zehe@googlemail.com
9798b6315e
bug 431642 - Put back state change event when doc starts loading (e. g. when pressing ENTER on a link) Patch by Alexander Surkov (surkov.alexander@gmail.com) r=me r=aaronlev a1.9=beltzner
2008-05-03 22:08:31 -07:00
marco.zehe@googlemail.com
57ae60e1ed
bug 431656 - SELECTED and SELECTABLE states not exposed for html multiselectable lists patch by Alexander Surkov (surkov.alexander@gmail.com) r=me a1.9=dsicore
2008-05-02 01:50:35 -07:00
marco.zehe@googlemail.com
ba2b207903
bug 431408 - Rename cell-index string property to table-cell-index r=surkov a1.9=dsicore
2008-04-30 02:07:50 -07:00
marco.zehe@googlemail.com
89600fa5e7
bug 429617 - Crash [@ nsAccessNode::ClearCacheEntry(void const*, nsCOMPtr<nsIAccessNode>&, void*) ] r=surkov a1.9=beltzner
2008-04-24 23:34:02 -07:00
marco.zehe@googlemail.com
98972a704f
Mochitest for bug 429656 - Use title attribute for image names when alt attribute is explicitly empty r=surkov
2008-04-24 23:21:09 -07:00
aaronleventhal@moonset.net
4d48827e2c
Bug 429656. Use title attribute for image names when alt attribute is explicitly empty. r=marcoz, r=surkov, a=dsicore
2008-04-23 23:01:28 -07:00
marco.zehe@googlemail.com
9c663dea68
bug 430426 - Crash at CallQueryInterface<nsIFrame, nsITableCellLayout>(nsIFrame*, nsITableCellLayout**) patch=Alexander Surkov (surkov.alexander@gmail.com) r=aaronlev a1.9=beltzner
2008-04-23 11:01:04 -07:00
marco.zehe@googlemail.com
bc58035d65
Mochitest for bug 429659 - Expose image URL via accessibility APIs r=surkov
2008-04-23 06:22:25 -07:00
surkov.alexander@gmail.com
6a734e7d23
Bug 429654 - Crash Crash [@ nsDocAccessible::CreateTextChangeEventForNode(nsIAccessible*, nsIDOMNode*, nsIAccessible*, int, int) ] , r=aaronlev, a=beltzner
2008-04-22 23:13:47 -07:00
surkov.alexander@gmail.com
df8a455d3f
Bug 429661 - Crash [@ nsDocAccessible::FireShowHideEvents(nsIDOMNode*, int, unsigned int, int, int) ], r=aaronlev, a=dsicore
2008-04-22 23:06:39 -07:00
surkov.alexander@gmail.com
6f9da8afdc
Bug 429547 - Support aria-activedescendant usage in nsIAccesible::TakeFocus(), r=aaronlev, a=dsicore
2008-04-22 23:04:53 -07:00
surkov.alexander@gmail.com
fea63841de
Bug 429659 - Expose image URL via accessibility APIs, r=marcoz, a=dsicore
2008-04-22 23:03:02 -07:00
surkov.alexander@gmail.com
d5f3263e9a
Crash [@ CAccessibleText::get_attributes(long, long*, long*, unsigned short**) ], r=aaronlev, a=dsicore
2008-04-22 23:01:02 -07:00
marco.zehe@googlemail.com
b6058416f5
bug 429624 - Remove description from application accessible patch=Aaron Leventhal (aaronleventhal@moonset.net) r=me a1.9=beltzner
2008-04-20 23:29:03 -07:00
marco.zehe@googlemail.com
8e825dc547
bug 429622 - Crash [@ nsRootAccessible::GetState(unsigned int*, unsigned int*) ] r=aaronlev a1.9=beltzner
2008-04-20 23:24:08 -07:00
aaronleventhal@moonset.net
5a58eae57a
Bug 428954. Wrong accessible name on iframe-based ARIA widgets. r=surkov, a=beltzner
2008-04-15 08:17:59 -07:00
aaronleventhal@moonset.net
2e86987890
Bug 428957. Calculate group position and checkable for options and radio buttons. r=surkov, a=beltzner
2008-04-15 01:50:15 -07:00
marco.zehe@googlemail.com
828ce79f09
bug 428915 - Don't fire menu events for popups that have a parent of nsIAccessibleRole::ROLE_AUTOCOMPLETE r=aaronlev a1.9=beltzner
2008-04-14 23:09:42 -07:00
surkov.alexander@gmail.com
de97b016a2
Bug 423224 - Expose object attribute on cell accessible for html:td to provide cell index, r=evan.yan, a=mtschrep
2008-04-14 20:38:31 -07:00
marco.zehe@googlemail.com
b5cc16c1dc
Mochitest for bug 421066 - Implement all nsIAccessibleHyperLink methods for XUL:label elements that are used as links. ( r=surkov
2008-04-14 06:29:44 -07:00
marco.zehe@googlemail.com
5e06aedf95
Mochitest for bug 428479 - Support ARIA role="math" r=surkov
2008-04-14 05:34:47 -07: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
marco.zehe@googlemail.com
ae5b3ccab3
bug 424161 - Tree invalidation screwed up badly, getting 6 failures on Mochitest for bug 368835. p=Alexander Surkov (surkov.alexander@gmail.com) r=me, r=Olli.Pettay sr=jonas a1.9=beltzner
2008-04-10 08:11:15 -07:00
Evan.Yan@Sun.COM
5fe7f1320d
Bug 424656 - Accessible information for Thunderbird message and Firefox bookmarks tree tables wrong r=marco.zehe, surkov.alexander blocking1.9=mtschrep
2008-04-08 22:39:04 -07:00
Evan.Yan@Sun.COM
65acb4579b
back out patch of Bug 424656
2008-04-08 19:59:31 -07:00
Evan.Yan@Sun.COM
2573802677
a follow up for Bug 424656, addressing comment.
2008-04-08 19:53:11 -07:00
Evan.Yan@Sun.COM
70a783eba7
Bug 424656 - Accessible information for Thunderbird message and Firefox bookmarks tree tables wrong r=surkov.alexander blocking1.9=mtschrep
2008-04-08 19:47:47 -07:00
marco.zehe@googlemail.com
96f400cbe3
Additional checkin for bug 421922 - Tree Tables in Thunderbird and Firefox broken since March 6 patch by Evan Yan (evan.yan@sun.com) r=Alexander Surkov (surkov.alexander@gmail.com) a1.9=blocking 1.9+ by mtschrep
2008-04-08 11:43:59 -07:00
marco.zehe@googlemail.com
a469760c3a
bug 424757 - No focus event when returning focus to the Location bar from a search result list item patch=ginn.chen (Ginn Chen) r=aaronleventhal@moonset.net (Aaron Leventhal) a=blocking-1.9 by dsicore
2008-04-01 13:01:55 -07:00
aaronleventhal@moonset.net
441ac61cf9
Bug 426208. Crash [@ nsAccUtils::IsXLink] at Firefox start. Patch by Marco Zehe. r=aaronlev, a=schrep
2008-03-31 19:50:00 -07:00
surkov.alexander@gmail.com
6ecfeccd3a
Bug 424054 - make accessible simple xlink, r=ginn.chen, a=mtschrep
2008-03-30 23:21:35 -07:00
gijskruitbosch@gmail.com
4813772bba
Fixing bustage, r+sr+a=mcsmurf+firebot
2008-03-30 08:57:07 -07:00
gijskruitbosch@gmail.com
b51aa98eea
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:40:55 -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
surkov.alexander@gmail.com
449b0851de
Bug 419811 - bustage fix, added missed file
2008-03-29 20:50:31 -07:00
surkov.alexander@gmail.com
f058f691fc
Bug 425693 - Remove all isEmpty then return false portions from MSAA methods, patch=marco, r=me, a=beltzner
2008-03-29 20:46:42 -07:00
surkov.alexander@gmail.com
4da2dd7ae0
Bug 424264 - Same URI exposed for all link children associated with imagemaps, patch=evan.yan, r=ginn.chen, a=beltzner
2008-03-29 20:36:12 -07:00
surkov.alexander@gmail.com
10ea76f748
Bug 419811 - html table accessible hierarchy is broken, patch=evan.yan, r=me, a=beltzner
2008-03-29 20:34:41 -07:00
surkov.alexander@gmail.com
8e421847a5
Bug 418025 - IA2 - case by case analysis of exception return values, r=aaronlev, a=beltzner
2008-03-29 20:24:02 -07:00
surkov.alexander@gmail.com
9587772eb9
Bug 421066 - expose nsIAccessibleHyperLink for XUL:label elements that are used as links, part two, r=marcoz, a=beltzner
2008-03-29 20:22:10 -07:00
gijskruitbosch@gmail.com
816ddd7744
Bug 425213 - FOCUSABLE state not exposed for descendants of container with aria-activedescendant p=aaronleventhal@moonset.net (Aaron Leventhal) r=surkov.alexander@gmail.com (Alexander Surkov) a=beltzner@mozilla.com (Mike Beltzner)
2008-03-29 15:04:04 -07:00
gijskruitbosch@gmail.com
75608b018c
Bug 425125 - Incorrect variable usage leads to wrong READONLY state for ARIA widgets p=aaronleventhal@moonset.net (Aaron Leventhal) r=surkov.alexander@gmail.com (Alexander Surkov) a=beltzner@mozilla.com (Mike Beltzner)
2008-03-29 14:52:14 -07:00
aaronleventhal@moonset.net
e5aa6f533f
Bug 424971. XUL alerts not getting spoken. Patch by Marcoz, r=aaronlev, a=blocking1.9
2008-03-28 08:00:49 -07:00
aaronleventhal@moonset.net
b9773b7ff6
Bug 424073. Crash @ nsAccessible::GetTextFromRelationID(nsIAtom*, nsString). r=surkov, a=beltzner for 1.9b5
2008-03-24 11:50:16 -07:00
surkov.alexander@gmail.com
0d7407292b
Bug 424097 - Crash when running runtests.py --a11y, and having JAWS running at the same time, patch=marcoz, r=me, ab5=beltzner
2008-03-20 19:34:29 -07:00
surkov.alexander@gmail.com
bcd37136b9
Bug 421922 - Tree Tables in Thunderbird and Firefox broken since March 6, r=ginn.chen, blocking=mtschrep
2008-03-19 23:19:48 -07:00
surkov.alexander@gmail.com
cf85a64df2
Bug 423603 - A elements with no HREF should not have state_linked, regression from bug 421066, patch=marco, aaronlev, r=aaronlev, marco, a=beltzner
2008-03-19 19:05:35 -07:00
surkov.alexander@gmail.com
abf3540944
Bug 423696 - Value change events not fired for text inputs and editable combos, patch=aaronlev, r=me, a=beltzner
2008-03-19 18:58:11 -07:00
surkov.alexander@gmail.com
c16bc5775c
Bug 423726 - Crash [ @ GetAttributesInternal() ], patch=aaronlev, r=me, a=mtschrep
2008-03-19 18:55:26 -07:00
surkov.alexander@gmail.com
602bec9fe5
Bug 423698 - Incorrectly used variables in nsAccessibleWrap::FireAccessibleEvent(), patch=aaronlev, r=me, a=beltzner
2008-03-19 18:12:57 -07:00
surkov.alexander@gmail.com
83cc25473b
Bug 423700 - aria-activedescendant broken on <body>, patch=aaronlev, r=ginn.chen, a=beltzner
2008-03-19 18:10:36 -07:00
surkov.alexander@gmail.com
d18ecb0e8a
Bug 423570 - Combo boxes should not have read-only state, patch=aaronlev, r=marco.zehe, a=beltzner
2008-03-19 18:08:26 -07:00
surkov.alexander@gmail.com
e4e19beac8
Bug 421066 - Implement all nsIAccessibleHyperLink methods for XUL:label elements that are used as links, r=ginn.chen, a=beltzner
2008-03-18 04:37:12 -07:00
aaronleventhal@moonset.net
9215126af1
Partial backout of bug 421650, to make builds useable with JAWS again. Fixes regression bug 423495.
2008-03-17 15:29:28 -07:00
ginn.chen@sun.com
c21e7de5c6
Bug 418845 Enabling a11y massively degrades performance of dynamic <option> addition on Linux r=aaronleventhal, surkov.alexander sr=neil a=dsicore
2008-03-17 01:13:10 -07:00
surkov.alexander@gmail.com
b1bc8e38f8
Bug 421650 - bustage fix
2008-03-15 18:48:00 -07:00
surkov.alexander@gmail.com
dfc68293a1
Bug 420863 - If an HTML element has an onClick attribute, expose its click action on the element rather than its child text leaf node, r=aaronlev, a=dsicore
2008-03-15 18:23:41 -07:00
surkov.alexander@gmail.com
789095336b
Bug 421650 - dont allocate [out] BSTR*, r=aaronlev, a=dsicore
2008-03-15 18:17:38 -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
aaronleventhal@moonset.net
c3a27816e4
Bug 421565. ARIA tweaks. r=surkov, a=dsicore
2008-03-13 10:39:18 -07:00
blassey@mozilla.com
6cc9d5a4ed
backing out: switching narrow char system calls to wide char in windows b=418703
2008-03-11 15:46:26 -07:00
blassey@mozilla.com
ff89c4a3fb
switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon
2008-03-11 14:49:53 -07:00
aaronleventhal@moonset.net
5c296c3656
Backing out part of bug 417018 which caused bug 421650.
2008-03-09 19:24:00 -07:00
surkov.alexander@gmail.com
37d189b126
Bug 416742 - add missing file
2008-03-07 02:22:32 -08:00
surkov.alexander@gmail.com
ef11919bb8
Bug 416742 - Regression: multiple rowgroups interfere with getColumnAtIndex(), r=bernd, sr=roc, a=beltzner
2008-03-07 02:14:35 -08:00
surkov.alexander@gmail.com
8c0ad51acf
Bug 417018 Array allocation mistakes in IA2, r=aaronlev, a=beltzner
2008-03-06 16:33:47 -08:00
surkov.alexander@gmail.com
86a5941cc5
Bug 418371 - implement the rest of methods of nsIAccessibleTable on xul:listbox, r=evan.yan, a=beltzner
2008-03-05 20:14:10 -08:00
surkov.alexander@gmail.com
e8a0a8a6e2
Bug 417912 - GetCellDataAt callers that expect an error if no cell is found are wrong, r=evan.yan, bernd, a=beltzner
2008-03-05 20:11:45 -08:00
surkov.alexander@gmail.com
e5cba8bfef
Bug 418043 - add mochitest for bug 308564, r=evan.yan
2008-03-05 19:49:44 -08:00
aaronleventhal@moonset.net
9a92be7d14
Bug 419770. Can't get to the frame/iframe of a document with IAccessible::accParent
2008-03-05 19:45:43 -08:00
aaronleventhal@moonset.net
9a0ae4b30d
Bug 420960. Crash when aria-activedescendant attribute removed. r=marcoz, a=beltzner
2008-03-05 19:43:50 -08:00
surkov.alexander@gmail.com
0a50515f0e
Bug 419786 - Link children associated with imagemaps do not implement the nsIAccessibleHyperLink interface, r=ginn.chen, aaronlev, a=beltzner
2008-03-05 19:33:33 -08:00
blassey@mozilla.com
81d841c1fc
backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox
2008-03-05 14:56:43 -08:00
blassey@mozilla.com
dfd26f92ec
switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner
2008-03-05 13:39:29 -08:00
joshmoz@gmail.com
b903b64b94
always link against cocoa framework on Mac OS X, cocoa exception wrapping in xpcom file io. b=419392 r=bent sr=roc a=beltzner
2008-02-29 15:24:53 -08:00
ause@sun.com
a27e4651e6
bug 394339 - fix breakage in windows multiprocess builds
2008-02-29 08:54:17 -08:00
surkov.alexander@gmail.com
d23c9a7d01
Bug 420055 - New shutdown crash, patch=aaronlev, r=me, sr=mconnor, approval1.9b4+=mconnor,beltzner
2008-02-29 07:38:35 -08:00
aaronleventhal@moonset.net
897a7cd27b
Bug 420051. Crash [ @ CAccessibleAction::get_keyBinding ]. r=marcoz, a=beltzner for 1.9b4
2008-02-28 09:39:10 -08:00
aaronleventhal@moonset.net
e40ec84efa
bug 419881. Crash [ @ nsDocAccessible::FlushPendingEvents ]. r=ginn, a=beltzner for 1.9b4
2008-02-28 09:36:37 -08:00
masayuki@d-toybox.com
1c98c2e245
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner
2008-02-28 07:28:37 -08:00
masayuki@d-toybox.com
076b8bba8e
backing out the previous patch, becaused qm-centos5-01 dep unit test is orange
2008-02-28 05:59:25 -08:00
masayuki@d-toybox.com
600836e7ed
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner
2008-02-28 03:01:56 -08:00
aaronleventhal@moonset.net
873a8e8c62
Bug 406308. Don't fire accessible focus events if widget is not actually in focus, confuses screen readers. r=ginn, r=surkov, a=beltzner for 1.9b4
2008-02-27 08:22:41 -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
b0231a1754
Bug 419409. MSAA/IAccessible2 broken in gmail. This fixes the crash part of the problem. r=marcoz, a=beltzner
2008-02-26 14:36:29 -08:00
aaronleventhal@moonset.net
ebb8ac726e
Bug 417249. AT-SPI document load complete events not triggered everytime. Take care of some more cases. r=ginn.chen, a=blocking1.9
2008-02-26 06:19:52 -08:00
aaronleventhal@moonset.net
32c4f34e3c
Bug 413778. Avoid creating and destroying extra empty nsDocAccessible when new tab opened. r=ginn.chen, a=blocking1.9
2008-02-26 06:04:25 -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
aaronleventhal@moonset.net
30abd4a4b8
Bug 419413. Crash [ @ CAccessibleHyperlink::get_anchorTarget() ]. r=marcoz, a=dsicore
2008-02-25 12:40:19 -08:00
aaronleventhal@moonset.net
550770a15e
Bug 418998. Return aria-disabled to being a universal ARIA property. r=surkov, a=dsicore
2008-02-25 01:08:37 -08:00
dbaron@dbaron.org
bcd83a7089
Fix spelling error to force unit test boxes to cycle.
2008-02-24 14:40:26 -08:00
bmlk@gmx.de
1664d707d0
adding testcases for the nsIAccessibleTable interface r=marcoz bug 415730
2008-02-23 03:34:39 -08:00
bent.mozilla@gmail.com
f009e45200
Bug 417564 - "protect against Obj-C exceptions in 'accessible' top-level directory". r=josh, sr=roc, a=blocking1.9+.
2008-02-22 12:13:17 -08:00
reed@reedloden.com
a754e97741
Bug 418812 - "Crash @ nsXULListitemAccessible::GetListAccessible() when hitting Reply from within a Thunderbird message" (add a NULL check) [p=marco.zehe@googlemail.com (Marco Zehe) r=surkov a1.9=beltzner]
2008-02-22 03:07:54 -08:00
aaronleventhal@moonset.net
7566bb21d1
Bug 417518. Prevent text leaf accessibles from implementing advanced interfaces. r=surkov, a=belztner
2008-02-22 01:52:01 -08:00
surkov.alexander@gmail.com
ca4668d2d6
Bug 417122 - More prbool misuse in accessibility, patch=Taras Glek, r=aaronlev, a=mtschrep
2008-02-19 23:50:45 -08:00
surkov.alexander@gmail.com
3c59754d85
Bug 417363 - Alt text added via JavaScript is not picked up by screen readers, patch=aaronlev, r=marcoz, a=mtschrep
2008-02-19 23:45:14 -08:00
surkov.alexander@gmail.com
4247711db2
Bug 417317 - Certain types of LISTITEM accessibles no longer get attributes set like "x of y", regression from fix for bug 389926, r=marcoz, a=mtschrep
2008-02-19 05:47:19 -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
Evan.Yan@Sun.COM
663ada1b10
Bug 417329 - No longer creating accessibles for the Thunderbird Addressing Widget, effective January 22, 2008. r=ginn.chen a=mtschrep
2008-02-18 23:17:00 -08:00
masayuki@d-toybox.com
6e2677d193
Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron
2008-02-16 07:31:27 -08:00
aaronleventhal@moonset.net
5e9c4d7b0b
bug 417500. Crash [ @ CAccessibleText::get_attributes ]. r=surkov, a=beltzner
2008-02-15 06:54:58 -08:00
surkov.alexander@gmail.com
ed8a514fa6
Bug 416553 - option to run accessibility tests, r=rcampbell
2008-02-14 02:32:21 -08:00
surkov.alexander@gmail.com
1945217a63
Back out bug 416553
2008-02-13 23:33:19 -08:00
surkov.alexander@gmail.com
658f5a6467
Bug 416553 - option to run accessibility tests, r=rcampbell
2008-02-13 22:20:01 -08:00
aaronleventhal@moonset.net
0475756ccb
Bug 413675. Incorrect menu events for ARIA dropdown menu. Patch by Alexander Surkov. r=aaronlev, a=schrep
2008-02-12 18:37:22 -08:00
aaronleventhal@moonset.net
f4f936e8e2
Bug 416893. Remove aria-secret. r=surkov, a=schrep
2008-02-12 18:35:48 -08:00
aaronleventhal@moonset.net
b9a1e2a23d
Backing out bug 416893 because tree was closed.
2008-02-12 12:51:46 -08:00
aaronleventhal@moonset.net
0d95e33f51
Bug 416893. Remove aria-secret. r=surkov, a=schrep
2008-02-12 12:42:53 -08:00
aaronleventhal@moonset.net
e4f9cdb8e2
Bug 416756. Handle crashes in all a11y COM interfaces. r=surkov, a=schrep
2008-02-12 07:48:51 -08:00