Alexander Surkov
|
80275f20c6
|
Bug 473570 - Restrict font-weight text attribute to allowed values, r=marcoz, davidb, mozbugz, sr=roc
|
2009-03-04 14:46:29 +08:00 |
|
Marco Zehe
|
09ac9f4ebd
|
bug 462527 - Refactor test_bug429285.html, r=surkov
|
2009-03-03 11:42:00 +01:00 |
|
Marco Zehe
|
b10aa6935c
|
Bug 480939 - Refactor test_nsOuterDocAccessible.html, r=davidb
|
2009-03-02 16:08:56 +01:00 |
|
Marco Zehe
|
b490313892
|
Bug 480934 - Refactor test_nsIAccessibleHyperText.html, r=davidb
|
2009-03-02 16:07:14 +01:00 |
|
Marco Zehe
|
25c56d46c4
|
bug 480294 - Refactor nsIAccessibleHyperLink mochitests, r=surkov
|
2009-02-27 12:23:26 +01:00 |
|
Alexander Surkov
|
ba120afeb5
|
Bug 475330 - mochitests for xul:tab and xul:tabpanel relations, r=marcoz, davidb
|
2009-02-27 19:01:33 +08:00 |
|
Alexander Surkov
|
aa2a235426
|
Bug 480099 - If an html:label has both a title and inner text, title becomes acc name for control this label is labelling, r=marcoz, davidb
|
2009-02-27 18:54:39 +08:00 |
|
Alexander Surkov
|
71b3f34a27
|
Bug 476404 - [SeaMonkey] New a11y test_relations.xul fails, r=marcoz, davidb, sr=neil
|
2009-02-27 18:47:15 +08:00 |
|
Alexander Surkov
|
20729605eb
|
Bug 454647 - fix test_bug368835.xul tests so that TreeInvalidation returns consistent values for event data, r=marcoz, davidb
--HG--
rename : accessible/tests/mochitest/test_bug368835.xul => accessible/tests/mochitest/test_events_tree.xul
|
2009-02-27 18:45:21 +08:00 |
|
David Bolter
|
c8fa9b0657
|
Bug 478810 - document role='textbox' fails assertion, r=surkov, r=MarcoZ
|
2009-02-26 09:17:43 +01:00 |
|
David Bolter
|
5d56549e02
|
Bug 477876 - expose checkable='true' object attribute, r=surkov, r=MarcoZ
|
2009-02-21 08:43:51 +01:00 |
|
L. David Baron
|
3a120c56d3
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 21:29:21 -08:00 |
|
L. David Baron
|
da21efddd5
|
Backed out changeset fde0b361f25e (bug 322475, main patch) due to Mac talos startup failures and hitting the NS_ABORT_IF_FALSE in SetupBackgroundClip, which may be related.
|
2009-02-19 13:51:46 -08:00 |
|
L. David Baron
|
bd25838a7a
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 12:33:09 -08:00 |
|
L. David Baron
|
c936720f0a
|
Back out all 8 changesets that I just landed (bugs 477959, 477961, 322475, 478899, 475215, 478156) again, because Talos Try server builds lie about which changesets they're testing.
|
2009-02-19 09:06:18 -08:00 |
|
L. David Baron
|
11e12c4425
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 07:29:28 -08:00 |
|
Jeremy D. Lea
|
55c57c0ab2
|
Bug 476726 - deCOMtaminate WidgetToScreen and ScreenToWidget; r+sr=roc
--HG--
extra : rebase_source : 4a35ccdcafbe8a0a9dded9f292a139b4679709e3
|
2009-02-18 16:11:49 -08:00 |
|
Alexander Surkov
|
41f4197b68
|
parital backup of bug 463645 to make tests pass
|
2009-02-19 16:10:45 +08:00 |
|
Alexander Surkov
|
4e2bd400fc
|
bustage fix3
|
2009-02-19 15:34:40 +08:00 |
|
Alexander Surkov
|
8902a494f0
|
bustage fix2 bug 463645
|
2009-02-19 15:31:39 +08:00 |
|
Alexander Surkov
|
74fd071665
|
bustage fix bug 463645
|
2009-02-19 15:23:44 +08:00 |
|
Alexander Surkov
|
4881aa3286
|
Bug 455886 - AccessibleNameFromSubtree(): don't recurse into subtrees for roles that don't use name from subtree, r=davidb, marcoz
--HG--
rename : accessible/src/base/nsNameUtils.cpp => accessible/src/base/nsTextEquivUtils.cpp
rename : accessible/src/base/nsNameUtils.h => accessible/src/base/nsTextEquivUtils.h
|
2009-02-19 15:06:14 +08:00 |
|
Alexander Surkov
|
3c1576fac1
|
Bug 463645 - container-live object attribute should reflect role as well, r=davidb, marcoz
|
2009-02-19 14:56:19 +08:00 |
|
L. David Baron
|
3d090560b0
|
Revert (back out) the previous 11 changesets (bugs 477959, 477961, 477963, 477962, 322475, 478899, 475215, 478156), due to Mac talos orange with (as usual) no useful diagnostic.
|
2009-02-18 18:59:47 -08:00 |
|
L. David Baron
|
7ee7fbc33f
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-18 17:13:25 -08:00 |
|
David Bolter
|
9f9772f604
|
bug 467387 - Expose non-editable documents as readonly, regardless of role, r=surkov, r=MarcoZ
--HG--
rename : accessible/tests/mochitest/test_nsIAccessible_editabledoc.html => accessible/tests/mochitest/test_states_doc.html
rename : accessible/tests/mochitest/test_nsIAccessible_editablebody.html => accessible/tests/mochitest/test_states_editablebody.html
|
2009-02-17 17:16:38 +01:00 |
|
Neil Rashbrook
|
a727e0e60e
|
VC7.1/SunCC bustage fix for bug 475522 r=surkov.alexander,ginn.chen
|
2009-02-16 11:24:22 +00:00 |
|
Serge Gautherie
|
0d99859fec
|
Backed out changeset: 719dca3419b5
|
2009-02-15 18:41:16 +01:00 |
|
Jeremy Lea
|
5ad3fa0eed
|
Bug 476726 - deCOMtaminate WidgetToScreen and ScreenToWidget; r+sr=roc
|
2009-02-15 17:41:06 +01:00 |
|
Alexander Surkov
|
4982a500af
|
Bug 475522 - walk subtree once for all text attributes, r=davidb, rOMarcoZ, sr=neil
--HG--
rename : accessible/src/base/nsTextUtils.cpp => accessible/src/base/nsTextAttrs.cpp
rename : accessible/src/base/nsTextUtils.h => accessible/src/base/nsTextAttrs.h
|
2009-02-15 09:35:10 +01:00 |
|
Marco Zehe
|
b1cbdfbcb6
|
Fixed line endings in some of the a11y test files. No bug, no functional change.
|
2009-02-15 09:29:45 +01:00 |
|
David Bolter
|
6d265640c3
|
Bug 475006 - Extend nsARIAMap or create hashtable to capture ARIA attribute characteristics, r=surkov, r=MarcoZ
|
2009-02-15 09:15:31 +01:00 |
|
Marco Zehe
|
11943a5386
|
Backout changeset 4767c92771e6 from bug 475522 because of burning tree
|
2009-02-12 15:35:12 +01:00 |
|
Alexander Surkov
|
d4f633ef87
|
Bug 475522 - walk subtree once for all text attributes, r=marcoz, davidb, sr=neil
--HG--
rename : accessible/src/base/nsTextUtils.cpp => accessible/src/base/nsTextAttrs.cpp
rename : accessible/src/base/nsTextUtils.h => accessible/src/base/nsTextAttrs.h
|
2009-01-12 21:34:52 +08:00 |
|
Marco Zehe
|
fe03c63dcd
|
bug 477572 - Properly support indeterminate checkboxes with the right a11y notifications, r=surkov, sr=roc
--HG--
rename : accessible/tests/mochitest/test_nsIAccessible_states.html => accessible/tests/mochitest/test_states.html
|
2009-02-11 09:40:27 +01:00 |
|
David Bolter
|
7334dce387
|
bug 474340 - Change aria-grab to aria-grabbed, r=MarcoZ
|
2009-02-11 08:09:54 +01:00 |
|
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 |
|
Alexander Surkov
|
ce48d2a2db
|
bug 477606 - select@size should be exposed as listbox, r=davidb, r=MarcoZ
|
2009-02-10 10:55:21 +01:00 |
|
David Bolter
|
5286be7620
|
bug 474408 - Remove role='description', r=MarcoZ
|
2009-02-10 10:40:38 +01:00 |
|
Marco Zehe
|
7c4bc172c2
|
Leak bustage fix for bug 472662, r=peterv
|
2009-02-05 12:46:34 +01:00 |
|
Marco Zehe
|
fda7dfe15e
|
bug 476796 - Refactor test_nsIAccessibleImage, r=surkov
|
2009-02-05 10:06:40 +01:00 |
|
Alexander Surkov
|
9bff2122a4
|
fix Solaris bustage of bug 472662
|
2009-02-05 16:57:08 +08:00 |
|
Alexander Surkov
|
2e20e3fdf0
|
comment for bug 472662
|
2009-02-05 15:11:12 +08:00 |
|
Alexander Surkov
|
f0854d2c16
|
merge with bug 476209
|
2009-02-05 14:26:54 +08:00 |
|
Alexander Surkov
|
9571a8215e
|
Bug 472662 - no reorder event for most display property & DOM changes, r=marcoz, davidb
|
2009-02-05 14:23:18 +08:00 |
|
David Bolter
|
048c34615a
|
bug 476209 - refactor test_nsIAccessibleDocument.html, r=MarcoZ
|
2009-02-05 06:43:46 +01:00 |
|
Alexander Surkov
|
77d05ffb20
|
Bug 475901. Rev nsIAccessibleValue iid in CLOSED TREE
|
2009-02-03 15:45:27 -05:00 |
|
Alexander Surkov
|
0a35e2cea0
|
Bug 475298 - mochitests for accessible relations, r=davidb, marcoz
|
2009-01-28 01:27:51 +08:00 |
|
Marco Zehe
|
1799cbdffc
|
bug 469367 - Add ARIA semantics to those search widget types that don't have a Search button, r=dao, r=surkov
|
2009-02-02 10:38:53 +01:00 |
|
Marco Zehe
|
b0ae4c5838
|
bug 472311 - Alert dialogs not being spoken, section 508 issue, r=aaronlev, r=enn
|
2009-02-02 10:35:36 +01:00 |
|