Mark Capella
|
81bf1ef3d4
|
Bug 745740 - De-ns-ify nsApplicationAccessible, r=tbsaunde, f=eitan
--HG--
rename : accessible/src/atk/nsApplicationAccessibleWrap.cpp => accessible/src/atk/ApplicationAccessibleWrap.cpp
rename : accessible/src/atk/nsApplicationAccessibleWrap.h => accessible/src/atk/ApplicationAccessibleWrap.h
rename : accessible/src/base/nsApplicationAccessible.cpp => accessible/src/generic/ApplicationAccessible.cpp
rename : accessible/src/base/nsApplicationAccessible.h => accessible/src/generic/ApplicationAccessible.h
rename : accessible/src/mac/nsApplicationAccessibleWrap.h => accessible/src/mac/ApplicationAccessibleWrap.h
rename : accessible/src/msaa/nsApplicationAccessibleWrap.cpp => accessible/src/msaa/ApplicationAccessibleWrap.cpp
rename : accessible/src/msaa/nsApplicationAccessibleWrap.h => accessible/src/msaa/ApplicationAccessibleWrap.h
rename : accessible/src/other/nsApplicationAccessibleWrap.h => accessible/src/other/ApplicationAccessibleWrap.h
|
2012-04-25 20:29:40 +09:00 |
Trevor Saunders
|
bfc00e9013
|
enable logging for bug 745788
|
2012-04-25 01:42:59 -04:00 |
Trevor Saunders
|
3d30e93edf
|
bug 747588 - set eImageAccessible bit in mFlags for nsHTMLImageAccessible r=surkov
|
2012-04-25 01:42:58 -04:00 |
Trevor Saunders
|
4f3bf3dda4
|
enable logging for bug 739455
|
2012-04-25 01:42:57 -04:00 |
Max Li
|
b2a25e62d4
|
Bug 739882 - decomtaminate getting row and column count on accessible tables, r=tbsaunde
|
2012-04-19 17:32:11 -04:00 |
Mark Capella
|
3cdd54adbe
|
Bug 559759 - add a11y mochitests for <input type=email>, r=marcoz, f=surkov
|
2012-04-25 12:12:31 +09:00 |
Michał Frontczak
|
cb5273c12a
|
Bug 727722 - Create an accessible for HTML table row by frame, r=tbsaunde, roc, surkov
|
2012-04-25 12:06:21 +09:00 |
Hub Figuière
|
6e57b956e5
|
Bug 718690 - Implement required and invalid element states. r=surkov
|
2012-04-24 13:07:17 -07:00 |
Hub Figuière
|
1e2e07a4bb
|
Bug 746358 - Implement new role for definition lists. r=tbsaunde
|
2012-04-24 11:35:23 -07:00 |
David Bolter
|
ecd15d89f7
|
Bug 563862 - Expand support for aria attribute change events. r=marcoz,surkov
|
2012-04-24 13:39:03 -04:00 |
Hub Figuière
|
c7e7d9a7c9
|
Bug 712924 - Part 2: Return the proper role description for definition lists, with localization. r=surkov a=NPOTB
|
2012-04-17 17:31:03 -07:00 |
Eitan Isaacson
|
752d31575c
|
Bug 745982 - Move border padding to VisualPresenter. r=surkov.
|
2012-04-17 09:48:01 -07:00 |
Eitan Isaacson
|
fc0a6306f0
|
Bug 745981 - Fix null reference error when switching to a tab with no VC set. r=surkov.
|
2012-04-17 09:48:01 -07:00 |
Marco Zehe
|
c03f881af5
|
bug 746164 - Failure for the shortcut keys in actions/test_keys.html on Mac, r=surkov
|
2012-04-17 18:40:33 +02:00 |
Marco Zehe
|
9aef435541
|
Bug 746168 - Wrong font referenced in attributes/test_text.html for the cursive test on Mac, r=surkov
|
2012-04-17 18:39:18 +02:00 |
Alexander Surkov
|
5fc0152845
|
Bug 743680 - fix clang build, followup, rs=smaug
|
2012-04-17 18:56:02 +09:00 |
Alexander Surkov
|
09c7202aa8
|
Bug 733848 - fix image url in name/test_markup.html test, r=marcoz
|
2012-04-17 17:49:09 +09:00 |
Andrei
|
16eb620708
|
Bug 739191 - get rid nsAccUtils::GetDocAccessibleFor(const nsIPresShell* aPresShell), r=surkov, f=tbsaunde
|
2012-04-17 14:29:47 +09:00 |
Max Li
|
804256e2cf
|
Bug 741699 - telemetry for uiautomation.dll r=askalski f=davidb
|
2012-04-05 07:34:44 -04:00 |
David Bolter
|
e217759604
|
Bug 729154 - Telemetry for a11y instantiation by unknown cause. r=tbsaunde f=surkov
This change includes a small refactor, combining our compat and telemetry data structures. We get all fancy pants with bitflags and such.
|
2012-04-16 11:04:53 -04:00 |
Max Li
|
eb14d6807c
|
Bug 739883 - decomtaminate impl of GetSummary() on accessible tables, r=tbsaunde, f=surkov
|
2012-04-15 22:41:58 -04:00 |
pcheng@gmx.com
|
6081ec213d
|
Bug 742657 - move nsAccUtils::GetRoleMapEntry(nsINode *aNode) into nsARIAMap, r=tbsaunde, f=surkov
|
2012-04-16 18:24:23 +09:00 |
Max Li
|
78619555b6
|
Bug 740702 - nsHyperTextAccessible::GetDOMPointByFrameOffset should take nsAccessible*, r=tbsaunde
|
2012-04-14 22:24:37 -04:00 |
Ms2ger
|
44f139dadd
|
Bug 745287 - Fix recent a11y build warnings; r=davidb,capella
|
2012-04-14 14:57:00 +02:00 |
Ms2ger
|
5a121505c1
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
Ms2ger
|
b64945e522
|
Bug 745287 - Fix recent a11y build warnings; r=davidb,capella
|
2012-04-14 14:57:00 +02:00 |
Mark Capella
|
3effd2078d
|
Bug 741703 - stop using QueryInterface in CAccessibleHypertext, r=surkov, f=tbsaunde
--HG--
rename : accessible/src/msaa/CAccessibleHypertext.cpp => accessible/src/msaa/ia2AccessibleHypertext.cpp
rename : accessible/src/msaa/CAccessibleHypertext.h => accessible/src/msaa/ia2AccessibleHypertext.h
|
2012-04-14 10:19:41 +09:00 |
Eitan Isaacson
|
944bdfa828
|
Bug 739498 - Added Javascript modules for mobile accessibility. r=surkov
|
2012-04-13 16:18:57 -07:00 |
Jeff Walden
|
19d0218543
|
Fix clang bustage from bug 743676. r=tbsaunde
|
2012-04-13 14:18:36 -07:00 |
Matt Brubeck
|
62ff67c9ae
|
Merge mozilla-central to mozilla-inbound
|
2012-04-13 14:09:05 -07:00 |
Marco Zehe
|
6aa2fbc941
|
Turn on logging for Bug 708927 - Intermittent test_focus_menu.xul | Test timed out, sometimes followed by tens of thousands of gA11yEventListeners is undefined exceptions, r=surkov
|
2012-04-13 17:02:38 +02:00 |
Hub Figuière
|
1189fcbbc4
|
Bug 712924 - Fix list implementation: proper roles and subroles. r=surkov
|
2012-04-13 11:22:36 -07:00 |
Max Li
|
d10187c7de
|
Bug 740851 - ARIA undetermined progressmeters should expose mixed state, r=eeejay, f=surkov
|
2012-04-12 18:44:16 -04:00 |
Jignesh Kakadiya
|
57a2deafbb
|
Bug 741697 - dexpcomify CAccessibleComponent, r=tbsaunde, f=surkov
--HG--
rename : accessible/src/msaa/CAccessibleComponent.cpp => accessible/src/msaa/ia2AccessibleComponent.cpp
rename : accessible/src/msaa/CAccessibleComponent.h => accessible/src/msaa/ia2AccessibleComponent.h
|
2012-04-14 00:46:37 +09:00 |
Max Li
|
908b5944e9
|
Bug 743676 - densify base/nsFormControlAccessible, r=tbsaunde, f=surkov
--HG--
rename : accessible/src/base/nsFormControlAccessible.cpp => accessible/src/generic/FormControlAccessible.cpp
rename : accessible/src/base/nsFormControlAccessible.h => accessible/src/generic/FormControlAccessible.h
rename : accessible/src/html/nsHTMLFormControlAccessible.cpp => accessible/src/html/HTMLFormControlAccessible.cpp
rename : accessible/src/html/nsHTMLFormControlAccessible.h => accessible/src/html/HTMLFormControlAccessible.h
rename : accessible/src/xul/nsXULFormControlAccessible.cpp => accessible/src/xul/XULFormControlAccessible.cpp
rename : accessible/src/xul/nsXULFormControlAccessible.h => accessible/src/xul/XULFormControlAccessible.h
|
2012-04-12 07:11:40 -04:00 |
Hub Figuière
|
73fdf9ae9b
|
Bug 721001 - Instantiate the right class and set the proper subrole for password field. r=
|
2012-04-12 11:02:25 -07:00 |
Hub Figuière
|
7a7efaea09
|
Bug 720995 - Labels are groups, not text. r=surkov
|
2012-04-11 19:51:05 -07:00 |
Mark Capella
|
bcab3a09a9
|
Bug 652635 - Fallback missing @longdesc to aria-describedby pointing to <a href>, r=surkov, jonas
|
2012-04-11 15:16:00 +09:00 |
Alexander Surkov
|
fd382d776f
|
Bug 743680 - don't export nsARIAMap.h, r=tbsaunde
|
2012-04-13 23:17:03 +09:00 |
Mark Capella
|
9986c95b0a
|
Bug 739612 - Cleanup A11y tests and test-suite organization, r=marcoz, f=surkov
--HG--
rename : accessible/tests/mochitest/elm/test_landmarks.html => accessible/tests/mochitest/attributes/test_tag.html
rename : accessible/tests/mochitest/test_aria_roles.html => accessible/tests/mochitest/role/test_aria.html
rename : accessible/tests/mochitest/test_aria_roles.xul => accessible/tests/mochitest/role/test_aria.xul
rename : accessible/tests/mochitest/test_role_nsHyperTextAcc.html => accessible/tests/mochitest/role/test_general.html
|
2012-04-11 12:50:22 +09:00 |
Lavina Thong
|
d4973c6620
|
Bug 741681 - replaced nsAccessNode::GetPresContext() with nsDocAccessible::PresContext(), r=hub, f=surkov
|
2012-04-11 12:42:42 +09:00 |
Mark Capella
|
0f031d2cad
|
Bug 741707 - rm unused a11y CIDs, r=surkov, f=tbsaunde, hub
|
2012-04-10 03:52:00 -07:00 |
Mark Capella
|
ec2abb5885
|
Bug 741683 - move nsAccessNodeScrollTo to nsCoreUtils, r=surkov, m=hub
Bug 741683 - move nsAccessNodeScrollTo to nsCoreUtils, r=surkov, m=hub
|
2012-04-09 17:39:00 -07:00 |
Mark Capella
|
e9630da9df
|
Bug 741709 - nsAccessibleWrap::get_accParent() shouldn't use do_QueryObject, r=tbsaunde
|
2012-04-10 14:55:18 +09:00 |
Alexander Surkov
|
2dbfb6fbd1
|
Bug 539683 - defunct object methods should return CO_E_OBJNOTCONNECTED, patch=tbsaunde, surkov, r=surkov, tbsaunde
|
2012-04-09 23:45:47 +09:00 |
Mark Capella
|
f65088b96d
|
Bug 741701 - CAccessibleHyperlink::get_anchor shouldn't use nsIWinAccessNode, r=tbsaunde, f=surkov
|
2012-04-09 19:38:39 +09:00 |
Mark Capella
|
7efd90d159
|
Bug 742695 - densify nsARIAGridAccessible, r=tbsaunde, f=surkov
--HG--
rename : accessible/src/atk/nsARIAGridAccessibleWrap.h => accessible/src/atk/ARIAGridAccessibleWrap.h
rename : accessible/src/base/nsARIAGridAccessible.cpp => accessible/src/generic/ARIAGridAccessible.cpp
rename : accessible/src/base/nsARIAGridAccessible.h => accessible/src/generic/ARIAGridAccessible.h
rename : accessible/src/mac/nsARIAGridAccessibleWrap.h => accessible/src/mac/ARIAGridAccessibleWrap.h
rename : accessible/src/msaa/nsARIAGridAccessibleWrap.cpp => accessible/src/msaa/ARIAGridAccessibleWrap.cpp
rename : accessible/src/msaa/nsARIAGridAccessibleWrap.h => accessible/src/msaa/ARIAGridAccessibleWrap.h
rename : accessible/src/other/nsARIAGridAccessibleWrap.h => accessible/src/other/ARIAGridAccessibleWrap.h
|
2012-04-09 19:18:03 +09:00 |
Mark Capella
|
8d9ff4705f
|
Bug 740758 - dexpcom nsAccessible::GetValue, r=tbsaunde, f=surkov
|
2012-04-09 18:48:41 +09:00 |
Hub Figuière
|
3a5ba6db41
|
Bug 743114 - Regression: Autocomplete role should be ignored on Mac. r=tbsaunde
|
2012-04-05 18:49:43 -07:00 |
Hub Figuière
|
e32d936439
|
Bug 740696 - Don't cache AXParent value. This basically revert bug 455443. r=tbsaunde
|
2012-04-05 14:36:27 -07:00 |