Commit Graph

3614 Commits

Author SHA1 Message Date
David Zbarsky
af954be956 Bug 1015637 - Clean up HTMLTableAccessible::HasDescendant r=tbsaunde 2014-06-16 18:50:15 -04:00
Xidorn Quan
dc0ffd85cb Bug 966166 - Part 6: Tests for @counter-style. r=jfkthame, r=davidb 2014-06-11 21:14:00 -04:00
Xidorn Quan
66f043f77b Bug 966166 - Part 5: Move computation code with minor changes. r=dbaron
In addition to moving the code, this patch also:
* changes the square character from U+25AA to U+25FE to match the spec
* changes all the generating functions from using append to using assign
* removes negative handling from CJKIdeographicToText since it is no longer used there
* fixes indentation and naming conventions
* changes buffer size in DecimalToText
2014-06-11 21:13:00 -04:00
Xidorn Quan
837f68f5fc Bug 966166 - Part 3: Link to other parts. r=dbaron 2014-06-11 21:12:00 -04:00
Eitan Isaacson
24bc233b26 Bug 1021874 - Check if entry is current VC position before changing caret offset. r=yzen CLOSED TREE 2014-06-11 09:28:55 -07:00
Wes Kocher
4208774bd2 Backed out changeset 2152e0e62c5a (bug 1021874) under suspicion of breaking b2g mochitest-4 when it was already broken by something else 2014-06-11 16:00:58 -07:00
Eitan Isaacson
30e3264739 Bug 1021874 - Check if entry is current VC position before changing caret offset. r=yzen 2014-06-11 09:28:55 -07:00
Alexander Surkov
0d6f5e3c65 Bug 1020510 - let tbody/etc accessible in table hierarchy, r=tbsaunde 2014-06-06 13:22:46 -04:00
Ms2ger
af6c726c7d Merge mozilla-inbound to mozilla-central. 2014-05-30 14:07:35 +02:00
Xidorn Quan
cb1efcb979 Bug 1013160 - Remove padding suppressing mechanism of bullet. r=jfkthame,surkov 2014-05-30 09:00:26 +01:00
Ms2ger
7a49550ced Bug 741295 - Treat 'id' and 'class' as global attributes for all elements; r=bz 2014-05-30 09:36:53 +02:00
Xidorn Quan
bba20bcad0 Bug 1015550 - Line boundary is incorrect for multi-char bullet. r=surkov 2014-05-27 18:07:00 +02:00
Trevor Saunders
3e8a2ce19d bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug 2014-01-09 21:03:47 -05:00
Tim Taubert
cfca93a164 Bug 990812 - Make a11y jsat utils handle group message managers r=yzen 2014-05-23 23:39:00 +02:00
Mats Palmgren
ac5e91a762 Bug 508665 - part 1, Change the signature of SetParent/GetParent from nsIFrame* to nsContainerFrame*. r=roc 2014-05-24 22:20:39 +00:00
Jonathan Wei
b039e9c380 Bug 1011736 - Added null check to Accessible::Shutdown. 2014-05-23 13:15:07 -04:00
Alexander Surkov
4c1b6b9f6f Bug 1011496 - complete the TextRange interface design, r=davidb 2014-05-22 20:10:19 -04:00
Ryan VanderMeulen
23e42cb516 Backed out changeset 6c37e11551d8 (bug 1011496) for OSX bustage.
CLOSED TREE
2014-05-22 17:01:34 -04:00
Alexander Surkov
117eab8ddf Bug 1011496 - complete the TextRange interface design, r=davidb 2014-05-22 15:55:11 -04:00
Rik Cabanier
c820dfd497 Bug 979692 - Add fixes for hitregion hit detection. r=roc 2014-05-18 19:43:00 -04:00
Masayuki Nakano
cfbdd980a3 Bug 1009388 part.2 Accessible should use WidgetEvent::AccelModifier() for consistency with other modules r=smaug+surkov.alexander 2014-05-22 13:06:05 +09:00
Birunthan Mohanathas
76ca8ec617 Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
c4568a7085 Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
411a8639b4 Bug 869836 - Part 3: Use Append('c') instead of AppendLiteral("c"). r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
62570a8716 Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...)). r=ehsan 2014-05-22 06:48:50 +03:00
Eitan Isaacson
ae8d652307 Bug 1004294 - Improve explore by touch performance. r=yzen 2014-05-20 14:39:09 -07:00
Eitan Isaacson
e8f5d4bd9f Bug 1013006 - Ignore actionCount on text leaves when checking if the subtree is flat. r=yzen 2014-05-20 12:01:22 -07:00
Ed Morley
7a62042f46 Backed out changeset 45ea7a49ecec (bug 979692) 2014-05-19 15:36:40 +01:00
Rik Cabanier
4a8d271640 Bug 979692 - Add fixes for hitregion hit detection. r=roc 2014-05-18 19:43:00 +02:00
Alexander Surkov
b9ba74b30f Bug 1001623 - clean up error handling of index returning methods, r=tbsaunde 2014-05-16 19:16:34 -04:00
Eitan Isaacson
aa5cfcef4d Bug 1008502 - Activate first operable descendant when landing on containers. r=MarcoZ
.. and don't land on containers with a mix of operable and not operable children.
2014-05-14 16:47:53 -05:00
Alexander Surkov
f224f343c7 Bug 906589 - crash on getting text attributes on document with no body, r=marcoz 2014-05-08 10:23:00 -04:00
Yura Zenevich
87430bada8 Bug 1001945 - increasing timer intervals to fix an intermittents related to long SimpleTest.executeSoon. r=eeejay
---
 accessible/tests/mochitest/jsat/jsatcommon.js | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
2014-05-07 15:32:07 -04:00
Yura Zenevich
b5e7404ac0 Bug 1001945 - added more logging to gesture tracker tests to monitor pointer events. r=marcoz
---
 accessible/src/jsat/Gestures.jsm       | 4 ++++
 accessible/src/jsat/PointerAdapter.jsm | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)
2014-05-05 14:00:07 -04:00
Yura Zenevich
61919fdec8 Bug 1001945 - resetting timers to default before each test step. r=marcoz
---
 accessible/tests/mochitest/jsat/dom_helper.js | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
2014-05-02 09:08:03 -04:00
Jonathan Wei
c8c1eb48ed Bug 949518 - keep caret offset syncronized with accessible tree, r=surkov 2014-05-01 11:45:40 -04:00
Eitan Isaacson
3eb9983e79 Bug 1003491 - Make traversal rule land on bigger items that have simple subtrees. r=yzen 2014-04-30 21:33:37 -07:00
Yura Zenevich
f7f2600a27 Bug 1001628 - listbox option role string is now less verbose. r=eeejay
---
 accessible/tests/mochitest/jsat/test_output.html           | 12 ++++++++++--
 dom/locales/en-US/chrome/accessibility/AccessFu.properties |  2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)
2014-04-30 11:27:13 -04:00
Yura Zenevich
9257aaf6b1 Bug 1001945 - set gesture tracker test logging to DEBUG. r=eeejay
---
 accessible/tests/mochitest/jsat/test_gesture_tracker.html | 1 +
 1 file changed, 1 insertion(+)
2014-04-29 11:04:57 -04:00
Alexander Surkov
2078bbe8ce Bug 1000465 - fix bunch of warning in accessible module, r=jwei 2014-04-25 22:42:19 -04:00
Birunthan Mohanathas
ff8ce9bd42 Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
Birunthan Mohanathas
4de1915f30 Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug 2014-04-25 12:49:00 -04:00
Aryeh Gregor
45fbfe5e45 Bug 950386 - Move mozilla::Selection to mozilla::dom::Selection; r=ehsan 2014-04-10 19:09:40 +03:00
Yura Zenevich
7a43c6712a Bug 1000500 - preventing traversal into the link subtree. r=eeejay
---
 accessible/src/jsat/TraversalRules.jsm | 1 -
 1 file changed, 1 deletion(-)
2014-04-23 17:26:11 -04:00
Marco Bonardo
4471a4b0ac Bug 754265 - Add a dedicated API to provide a final complete value different from the matching one, r=Enn sr=gavin 2014-04-18 16:04:19 +02:00
Eitan Isaacson
52c990c4b5 Bug 996821 - Force semantic HTML elements to have accessible objects. r=surkov 2014-04-16 22:02:40 -07:00
Eitan Isaacson
4a822f7ab1 Bug 996268 - Move traversal rule prefilter to constants. r=yzen 2014-04-16 22:02:40 -07:00
Ryan VanderMeulen
823334fee7 Backed out 2 changesets (bug 996821, bug 996268) for mochitest-a11y failures on a CLOSED TREE.
Backed out changeset fceba10dc04b (bug 996821)
Backed out changeset 31b7ff03d496 (bug 996268)
2014-04-16 22:47:51 -04:00
Eitan Isaacson
91c61ee285 Bug 996821 - Force semantic HTML elements to have accessible objects. r=surkov 2014-04-16 18:27:00 -07:00
Eitan Isaacson
4202502257 Bug 996268 - Move traversal rule prefilter to constants. r=yzen 2014-04-16 18:27:00 -07:00
Alexander Surkov
082b3af03d Bug 975065 - implement Text accessible text range methods, r=tbsaunde 2014-04-16 08:50:28 -04:00
Yura Zenevich
d097b8fe59 Bug 996744 - fixed a type that causes a TypeError in Utils.jsm. r=eeejay
---
 accessible/src/jsat/Utils.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
2014-04-15 14:24:57 -04:00
Bobby Holley
f223b1107f Bug 989528 - Rename AutoSystemCaller to AutoNoJSAPI, and assert against pre-existing exceptions. r=bz 2014-04-14 20:27:00 -07:00
Alexander Surkov
a470dd34d4 Bug 991969 - Event not fired when description changes, r=jwei
--HG--
rename : accessible/tests/mochitest/events/test_name.xul => accessible/tests/mochitest/events/test_namechange.xul
2014-04-12 00:03:22 -04:00
Yura Zenevich
99b3c87699 Bug 981015 - added a number of improvements to make the TouchAdapter(now called PointerAdapter) more reliable. Fixed and updated tests for stability. r=eeejay, marcoz
---
 accessible/src/jsat/AccessFu.jsm                   |   9 +-
 accessible/src/jsat/Gestures.jsm                   | 948 +++++++++++++++++++++
 accessible/src/jsat/PointerAdapter.jsm             | 210 +++++
 accessible/src/jsat/TouchAdapter.jsm               | 431 ----------
 accessible/src/jsat/Utils.jsm                      |  10 +
 accessible/src/jsat/moz.build                      |   3 +-
 accessible/tests/mochitest/jsat/a11y.ini           |   4 +-
 accessible/tests/mochitest/jsat/dom_helper.js      |  74 +-
 accessible/tests/mochitest/jsat/gestures.json      | 253 +++---
 ...ouch_adapter.html => test_gesture_tracker.html} |  42 +-
 .../tests/mochitest/jsat/test_pointer_relay.html   |  95 +++
 11 files changed, 1499 insertions(+), 580 deletions(-)
 create mode 100644 accessible/src/jsat/Gestures.jsm
 create mode 100644 accessible/src/jsat/PointerAdapter.jsm
 delete mode 100644 accessible/src/jsat/TouchAdapter.jsm
 rename accessible/tests/mochitest/jsat/{test_touch_adapter.html => test_gesture_tracker.html} (51%)
 create mode 100644 accessible/tests/mochitest/jsat/test_pointer_relay.html

--HG--
rename : accessible/tests/mochitest/jsat/test_touch_adapter.html => accessible/tests/mochitest/jsat/test_gesture_tracker.html
2014-04-11 10:30:37 -04:00
Alexander Surkov
9365e710d7 Bug 977668 - Firefox hangs on Facebook text entry when inline lookups pop up, r=jwei 2014-04-09 14:23:04 -04:00
Ryan VanderMeulen
6e9126439e Merge m-c to fx-team on a CLOSED TREE. 2014-04-04 15:06:31 -04:00
Marco Zehe
f31cf99608 Bug 989958 - Expose PRESSED state on a native button element and remove CHECKABLE state from toggle buttons, r=surkov, r=eeejay 2014-04-04 10:01:19 +02:00
Jim Chen
0d00aee3a9 Bug 989046 - b. Drop JSON.stringify when calling handleGeckoMessage; r=mfinkle 2014-04-04 12:33:50 -04:00
Masayuki Nakano
ff8b968574 Bug 990855 part.2 Remove dom/events from local includes of moz.build files r=smaug 2014-04-03 13:18:38 +09:00
Masayuki Nakano
01ad44156b Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
--HG--
rename : dom/events/nsEventStates.h => dom/events/EventStates.h
2014-04-03 13:18:36 +09:00
Alexander Surkov
aa82ea6624 Bug 638465 - do not ignore inital documents, r=tbsaunde 2014-04-02 15:36:48 -04:00
Daniel Holbert
ff8c36d435 Bug 984786 part 2: Mark destructor as protected or private in two refcounted a11y classes, and mark one as MOZ_FINAL. r=tbsaunde 2014-04-01 17:21:24 -07:00
Eitan Isaacson
c35a090ee3 Bug 990150 - Give AccessFu content tests debug output. r=yzen 2014-04-01 13:46:02 -07:00
Jonathan Wei
758374b521 Bug 987871 - Enable flag to fix double event firing on checkbox toggle 2014-04-01 16:42:04 -04:00
Dragos Nicolae
f9d7a44aef Bug 989735 - Fixed warnings in accessible/src/generic. r=trev.saunders 2014-03-30 05:21:00 +02:00
Masayuki Nakano
bd6decd65b Bug 984271 part.2 Rename nsEventStateManager to mozilla::EventStateManager r=smaug
--HG--
rename : dom/events/nsEventStateManager.cpp => dom/events/EventStateManager.cpp
rename : dom/events/nsEventStateManager.h => dom/events/EventStateManager.h
2014-04-01 13:09:23 +09:00
Jonathan Wei
f227dccf28 Bug 986054 - Fire name change event on XUL richlistitem when children change, r=surkov. 2014-03-31 10:30:46 -04:00
Wes Kocher
44412dc598 Unback out and reland changeset a1223ec7312a (bug 987026) because it wasn't at fault for the mochitest failures on a CLOSED TREE 2014-03-28 14:22:53 -07:00
Wes Kocher
91bedd5149 Backed out changeset f65515f94aab (bug 987026) for apparently breaking ASAN mochitests, causing this CLOSED TREE 2014-03-28 13:40:20 -07:00
Alexander Surkov
ffd308ad0c Bug 987026 - Crash when adopting a focused element [@ mozilla::a11y::FocusManager::ProcessDOMFocus], r=jwei 2014-03-26 16:17:15 -04:00
Jonathan Wei
59c2405488 Bug 844023 - Flag accessible group info for updating when tree mutates, r=tbsaunde. 2014-03-28 10:01:06 -04:00
Neil Rashbrook
d8a22dc73a Bug 514280 Remove concrete classes from interface maps r=bsmedberg 2014-03-28 08:40:13 +00:00
Ehsan Akhgari
5b9f45a1a5 Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg 2014-03-27 16:38:33 -04:00
Birunthan Mohanathas
cbaedea4c8 Bug 987320 - Remove unnecessary null checks for do_QueryFrame arguments. r=bz 2014-03-25 11:36:49 -04:00
Eitan Isaacson
a739c5ac9d Bug 981363 - Wait or cursor to be cleared in tests. Some cleanup and improvements. r=yzen 2014-03-24 09:29:44 -07:00
Masatoshi Kimura
6ddc1da58c Bug 980307 - Remove DataContainerEvent dependency from accessibility. r=tbsaunde 2014-03-21 12:59:59 +09:00
Daniel Holbert
3edac283b7 Bug 985955: Add eStyleUnit_FlexFraction to list of ignored style units in accessibility code that checks text positioning properties. r=tbsaunde 2014-03-21 09:16:23 +08:00
Eitan Isaacson
5377e54271 Bug 985126 - Utter value change. r=yzen 2014-03-19 10:08:54 -07:00
Eitan Isaacson
d5f367f926 Bug 980522 - Move AccessFu:[Activate,MoveCaret,MoveByGranularity] to ContentControl.jsm. r=yzen 2014-03-19 00:38:26 -07:00
Eitan Isaacson
e4b1e38d0a Bug 980521 - Introduce content text tests. r=yzen 2014-03-19 00:38:25 -07:00
Masayuki Nakano
a7a5e56dd5 Bug 981261 part.5 Rename nsEventListenerManager to mozilla::EventListenerManager r=smaug
--HG--
rename : dom/events/nsEventListenerManager.cpp => dom/events/EventListenerManager.cpp
rename : dom/events/nsEventListenerManager.h => dom/events/EventListenerManager.h
2014-03-17 15:56:53 +09:00
Masayuki Nakano
1824709e52 Bug 981261 part.4 Move EventListenerFlags from mozilla::dom:: to mozilla:: r=smaug 2014-03-17 15:56:52 +09:00
Jonathan Wei
976a7cf7e1 Bug 743568 - Fire name change event when a XUL row's name changes, r=surkov. 2014-03-14 14:22:08 -04:00
Yura Zenevich
0467881d25 Bug 982326 - disabled touch adapter tests for intermitten failures. r=eeejay
---
 accessible/tests/mochitest/jsat/a11y.ini | 1 +
 1 file changed, 1 insertion(+)
2014-03-12 15:44:03 -04:00
Jonathan Wei
3e77e23c46 Bug 743568 - Fire name change event when a XUL row's name updates, r=tbsaunde. 2014-03-12 15:25:14 -04:00
Cameron McCormack
375b03ec84 Bug 982495 - Add missing "break" in test_coalescence.html. r=surkov 2014-03-12 11:44:59 -04:00
Yura Zenevich
60dee6120a Bug 976082 - added tests for Touch Adapter. r=eeejay
---
 accessible/tests/mochitest/jsat/a11y.ini           |   3 +
 accessible/tests/mochitest/jsat/dom_helper.js      | 157 +++++++++++++++++
 accessible/tests/mochitest/jsat/gestures.json      | 194 +++++++++++++++++++++
 accessible/tests/mochitest/jsat/jsatcommon.js      |  15 +-
 .../tests/mochitest/jsat/test_touch_adapter.html   |  66 +++++++
 5 files changed, 430 insertions(+), 5 deletions(-)
 create mode 100644 accessible/tests/mochitest/jsat/dom_helper.js
 create mode 100644 accessible/tests/mochitest/jsat/gestures.json
 create mode 100644 accessible/tests/mochitest/jsat/test_touch_adapter.html
2014-03-10 23:33:58 -04:00
Alexander Surkov
5c1593aac7 Bug 980480 - hit testing and boundaries fail on retina displays, r=tbsaunde 2014-03-07 20:05:20 -05:00
Rik Cabanier
80e9bf65b1 Bug 979995 - Fix reference to non-existing element and re-enable test. r=surkov 2014-03-07 09:00:52 -05:00
Trevor Saunders
3739fec771 bug 977838 - move refify a11y::Relation r=surkov 2014-02-27 17:24:31 -05:00
Trevor Saunders
c1e0d102d4 bug 969532 - add TextRange stub r=davidb 2014-02-27 11:33:09 -05:00
Ehsan Akhgari
971c665e8a Bug 741295 - Part 0: Undo the windows.h damage in AccessibleWrap.h 2014-03-06 12:22:55 -05:00
Wes Kocher
ddba49d0f2 Merge m-c to inbound 2014-03-05 18:57:07 -08:00
Alexander Surkov
f5aef9e395 Bug 977170 - can't query IAccessible from HTML area element having ISimpleDOMNode pointer, r=tbsaunde 2014-03-05 19:36:56 -05:00
Wes Kocher
25f66de647 Backed out changeset e91a61089c37 (bug 976082) for linux debug m-oth permafails 2014-03-05 16:33:46 -08:00
Yura Zenevich
9c303859ec Bug 976082 - added tests for Touch Adapter. r=eeejay
---
 accessible/tests/mochitest/jsat/a11y.ini           |   3 +
 accessible/tests/mochitest/jsat/dom_helper.js      | 157 +++++++++++++++++++++
 accessible/tests/mochitest/jsat/gestures.json      | 132 +++++++++++++++++
 accessible/tests/mochitest/jsat/jsatcommon.js      |  15 +-
 .../tests/mochitest/jsat/test_touch_adapter.html   |  54 +++++++
 5 files changed, 356 insertions(+), 5 deletions(-)
 create mode 100644 accessible/tests/mochitest/jsat/dom_helper.js
 create mode 100644 accessible/tests/mochitest/jsat/gestures.json
 create mode 100644 accessible/tests/mochitest/jsat/test_touch_adapter.html
2014-03-05 16:45:29 -05:00
Gregory Szorc
6855aa46f4 Bug 979640 - Make build system error on missing test files; r=ted
Previously, the build system may silently missing test files defined in
manifests. This patch makes missing test files a fatal error, detected
when reading test manifests.

The test_bug872273.html XBL test appeared to be orphaned in
content/xbl/test. It has been reunited with its family.

dom/tests/mochitest/notification referenced a single test file which was
recently deleted. That manifest has been removed.

Missing test files related to the Python unit tests for the build system
have been added. (They are a bunch of empty files.)

--HG--
extra : amend_source : cb6b9bf91e57569c8be312d3c16fef69b2b0b950
2014-03-04 17:48:50 -08:00
Ryan VanderMeulen
31a858278a Backed out changeset 593206fbd97e (bug 979640) for mochitest-other failures.
CLOSED TREE
2014-03-05 13:52:02 -05:00
Gregory Szorc
1944284f31 Bug 979640 - Make build system error on missing test files; r=ted
Previously, the build system may silently missing test files defined in
manifests. This patch makes missing test files a fatal error, detected
when reading test manifests.

The test_bug872273.html XBL test appeared to be orphaned in
content/xbl/test. It has been reunited with its family.

dom/tests/mochitest/notification referenced a single test file which was
recently deleted. That manifest has been removed.

Missing test files related to the Python unit tests for the build system
have been added. (They are a bunch of empty files.)

--HG--
extra : rebase_source : 8c64986169064401951585c07deadada8c905550
2014-03-04 17:48:50 -08:00