Commit Graph

1277 Commits

Author SHA1 Message Date
Eitan Isaacson
dcfbfee439 Bug 1081723 - Change adjust message to adjust or move. r=yzen
Move adjust range to ContenControl
2014-10-14 14:42:51 -07:00
Eitan Isaacson
944781b2fe Bug 1081720 - Use prefs service to store quicknav state and proxy quicknav prefs to b2g settings. r=yzen 2014-10-14 14:42:50 -07:00
Jon Morton
c559dd1ab0 Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
--HG--
rename : layout/xul/nsIPopupBoxObject.idl => dom/webidl/PopupBoxObject.webidl
rename : layout/xul/tree/nsITreeBoxObject.idl => dom/webidl/TreeBoxObject.webidl
rename : layout/xul/nsBoxObject.cpp => layout/xul/BoxObject.cpp
rename : layout/xul/nsBoxObject.h => layout/xul/BoxObject.h
rename : layout/xul/nsListBoxObject.cpp => layout/xul/ListBoxObject.cpp
rename : layout/xul/nsMenuBoxObject.cpp => layout/xul/MenuBoxObject.cpp
rename : layout/xul/nsPopupBoxObject.cpp => layout/xul/PopupBoxObject.cpp
2014-10-14 13:15:21 -07:00
Eitan Isaacson
de061803f0 Bug 1077044 - Store previous cursor position when dialog pops up, and restore it when it is hidden. r=yzen 2014-10-12 11:23:45 -07:00
Yura Zenevich
75907fee6d Bug 1078636 - adding state output to gridcells. r=eeejay
---
 accessible/jsat/OutputGenerator.jsm              | 8 ++++++++
 accessible/tests/mochitest/jsat/test_output.html | 8 +++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)
2014-10-07 21:38:57 -04:00
Yura Zenevich
5eb2fd39a2 Bug 1072305 - screen reader now handles gridcell, column and row headers more efficiently. r=eeejay
---
 accessible/jsat/TraversalRules.jsm                 |  8 ++++
 accessible/tests/mochitest/jsat/test_output.html   | 46 ++++++++++++++++++++++
 .../tests/mochitest/jsat/test_traversal.html       |  8 ++--
 3 files changed, 58 insertions(+), 4 deletions(-)
2014-09-25 16:28:34 -04:00
Yura Zenevich
e49cb25080 Bug 1071858 - aria-hidden elements will not be part of childCount when traversing. r=eeejay
---
 accessible/jsat/TraversalRules.jsm                 |  4 ++--
 accessible/jsat/Utils.jsm                          | 10 +++++++++
 accessible/tests/mochitest/jsat/doc_traversal.html | 24 ++++++++++++++++++++++
 .../tests/mochitest/jsat/test_traversal.html       | 18 ++++++++--------
 4 files changed, 46 insertions(+), 10 deletions(-)
2014-09-25 09:57:22 -04:00
Eitan Isaacson
67aa8f95e4 Bug 1061671 - Wait for document load complete before starting jsat content tests. r=yzen 2014-09-22 09:27:04 -07:00
Eitan Isaacson
395f4b5d54 Bug 1067509 - Refactor jsat content test runner. r=yzen 2014-09-22 09:27:04 -07:00
Alexander Surkov
125950566e Bug 1040735 - DOM node reinsertion under anonymous content may trigger a11y child adoption, r=bz, tbdaunde, davidb 2014-09-19 20:02:30 -04:00
Eric
91bd9a6ad9 Bug 1031188 - Ensure that accDescription never duplicates AccessibleName, r=surkov, marcoz 2014-09-18 08:52:05 -04:00
Alexander Surkov
9f5af78d47 Bug 1020039 - Intermittent relations/test_embeds.xul, disable logging 2014-09-12 15:40:58 -04:00
Alexander Surkov
340876ed66 Bug 1020039 - Intermittent relations/test_embeds.xul 2014-09-12 10:04:25 -04:00
Alexander Surkov
bb7d69589e Bug 1020039 - Intermittent relations/test_embeds.xul, add extra output, stage2 2014-09-11 19:46:28 -04:00
Alexander Surkov
2ba0063174 Bug 1020039 - Intermittent relations/test_embeds.xul, add extra output 2014-09-11 15:58:28 -04:00
Eitan Isaacson
142c5d79bb Bug 1062016 - Editing state gets out of sync. r=yzen 2014-09-09 15:53:46 -07:00
Max Li
a3e68a70f0 Bug 1047428 - [AccessFu] Report read only state for editables.r=eeejay 2014-08-23 20:22:03 -04:00
Trevor Saunders
1585321a2d bug 1052122 - derecursify TreeWalker::NextChild r=surkov 2014-08-12 02:02:28 -04:00
Trevor Saunders
b5e7b0437f bug 1056459 - fire caret move event when document is loaded r=surkov 2014-08-27 16:14:53 -04:00
Max Li
260d99142e Bug 980510 - After moving by granularity, swiping to next object brings up current object. r=eeejay 2014-08-22 18:02:45 -04:00
Daniel Holbert
7c4b9e7613 Backing out 8dc381124409 (bug 1056459) for apparently causing crashes in B2G-on-OS-X "Gip" test runs. 2014-09-03 17:22:37 -07:00
Trevor Saunders
77e3784fa9 bug 1056459 - fire caret move event when document is loaded r=surkov 2014-08-27 16:14:53 -04:00
Yura Zenevich
d91e6148b0 Bug 1054454 - added support for aria-hidden attribute changes. Added output filter wh when presenting aria-hidden elements. r=eeejay
---
 accessible/jsat/AccessFu.jsm                       |   4 +
 accessible/jsat/EventManager.jsm                   |  92 ++++++++++-----
 accessible/jsat/Utils.jsm                          |  14 ++-
 .../mochitest/jsat/doc_content_integration.html    |  17 +++
 .../mochitest/jsat/test_content_integration.html   |  67 +++++++++++
 .../tests/mochitest/jsat/test_live_regions.html    | 129 ++++++++++++++++++++-
 6 files changed, 287 insertions(+), 36 deletions(-)
2014-08-28 09:07:30 -04:00
Yura Zenevich
154ec9dadd Bug 1056803 - added nsiAccessibleObjectAttributeChangedEvent interface. Tests included. r=tbsaunde
---
 accessible/base/AccEvent.cpp                       |  8 +++++
 accessible/base/AccEvent.h                         | 29 ++++++++++++++++-
 accessible/generic/DocAccessible.cpp               |  8 +++--
 accessible/interfaces/moz.build                    |  1 +
 .../nsIAccessibleObjectAttributeChangedEvent.idl   | 21 ++++++++++++
 accessible/tests/mochitest/common.js               |  2 ++
 accessible/tests/mochitest/events.js               | 37 ++++++++++++++++++++++
 .../tests/mochitest/events/test_aria_objattr.html  |  7 ++--
 accessible/xpcom/AccEvents.conf                    |  1 +
 9 files changed, 106 insertions(+), 8 deletions(-)
 create mode 100644 accessible/interfaces/nsIAccessibleObjectAttributeChangedEvent.idl
2014-08-28 08:42:06 -04:00
Eitan Isaacson
8e14e8e0d9 Bug 1058750 - Focus iframe when active cursor moves into it. r=yzen 2014-08-26 13:21:00 +02:00
Trevor Saunders
c236050506 bug 1052513 - fix HyperTextAccessible::SelectionBoundsAt for selections extending outside the current hyper text r=surkov 2014-08-13 18:03:50 -04:00
Eitan Isaacson
129bfffc55 Bug 1052054 - Change accessfu-output event to accessibility-output. r=yzen 2014-08-25 12:42:36 -07:00
Olli Pettay
ceb34d2d4a Bug 314095 - Eliminate nsIContent::GetDocument, r=jst
--HG--
extra : rebase_source : dd8f690940825b298a478b65b68a57418a9962ff
2014-08-22 23:11:27 +03:00
Alexander Surkov
87427888e8 Bug 1053765 - Putting role=log on a table tag breaks row and cell accessibles, r=tbsaunde 2014-08-15 16:49:02 -04:00
Eitan Isaacson
522150ea20 Bug 1053462 - Add isFromUserInput to vc change events and pivot methods. r=surkov 2014-08-14 21:44:59 -04:00
James Teh
41e7731c94 Bug 934875 - Fix typo that prevents status bar accessibles from being created, r=MarcoZ 2014-08-14 15:19:58 -04:00
Eitan Isaacson
4a7d1a6d9d Bug 1053250 - When automoving back into a remote iframe preserve the frame's vc position. r=yzen 2014-08-14 09:24:08 -04:00
Eitan Isaacson
d8687c12d7 Bug 1053247 - Fix content integration tests. r=yzen 2014-08-14 09:24:08 -04:00
Trevor Saunders
b8c122b731 bug 1052000 - fix some handling of empty text leaves r=surkov 2014-08-12 16:25:40 -04:00
Martijn Wargers
06d99401c1 Bug 1032878 - Fix for various failing mochitest-plain/-chrome tests. r=jmaher, r=akachkach, r=surkov, r=cpearce 2014-08-10 20:03:50 -07:00
Wes Kocher
c2ecdbcdd9 Backed out 4 changesets (bug 1032878) for probably introducing a leak, creating a CLOSED TREE
Backed out changeset 780c948d79f3 (bug 1032878)
Backed out changeset 0cfcc44660a8 (bug 1032878)
Backed out changeset 991f8d5da382 (bug 1032878)
Backed out changeset f54984be223e (bug 1032878)
2014-08-11 14:27:57 -07:00
Martijn Wargers
37c3c7166b Bug 1032878 - Fix for various failing mochitest-plain/-chrome tests. r=jmaher, r=akachkach, r=surkov, r=cpearce 2014-08-10 20:03:50 -07:00
Eitan Isaacson
552f710a2d Bug 1050383 - Send edge gesture events on two finger edge swipes. r=yzen 2014-08-11 14:27:15 -04:00
Yura Zenevich
21a6473c1b Bug 1050926 - taking into account aria-hidden when traversing subtree. r=eeejay
---
 accessible/jsat/Utils.jsm                        |  4 +++-
 accessible/tests/mochitest/jsat/test_output.html | 13 +++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)
2014-08-11 09:32:09 -04:00
Alexander Surkov
279c96f760 Bug 1020548 - update aria-orientation impl to ARIA 1.1, r=tbsaunde, sr=neil 2014-08-11 08:13:44 -04:00
Yura Zenevich
bdb701d6b8 Bug 1030470 - (part 1) moved the non-android localization part out of AccessFu to be handled in Gaia. r=eeejay
---
 accessible/jsat/AccessFu.jsm                       | 176 ++-----
 accessible/jsat/OutputGenerator.jsm                | 337 +++++--------
 accessible/jsat/Presentation.jsm                   | 193 ++++----
 accessible/jsat/Utils.jsm                          |  43 +-
 accessible/tests/mochitest/jsat/jsatcommon.js      |  19 +-
 accessible/tests/mochitest/jsat/output.js          |  12 +-
 accessible/tests/mochitest/jsat/test_alive.html    |  22 +-
 .../mochitest/jsat/test_content_integration.html   |  95 ++--
 .../tests/mochitest/jsat/test_content_text.html    |   8 +-
 .../tests/mochitest/jsat/test_explicit_names.html  |  73 +--
 .../tests/mochitest/jsat/test_landmarks.html       | 125 +++--
 .../tests/mochitest/jsat/test_live_regions.html    | 144 +++---
 accessible/tests/mochitest/jsat/test_output.html   | 526 +++++++++++----------
 accessible/tests/mochitest/jsat/test_tables.html   | 492 ++++++++++++++-----
 .../en-US/chrome/accessibility/AccessFu.properties | 103 +++-
 15 files changed, 1306 insertions(+), 1062 deletions(-)
2014-08-06 09:38:50 -04:00
Birunthan Mohanathas
93736509b4 Bug 1044111 - Collapse test-only moz.build files under accessible/ into ancestor moz.build files. r=ted 2014-07-28 18:02:44 -07:00
Alexandre Poirot
f5412abfea Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal 2014-07-02 15:40:56 -07:00
Jonathan Griffin
d8167428d6 Backed out changeset 64586374a208 on a CLOSED TREE 2014-07-22 18:29:57 -07:00
Alexandre Poirot
32f4c0930e Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal 2014-07-02 15:40:56 -07:00
Jonathan Griffin
c981769b72 Backout 4f6d9db92389 for bustage on a CLOSED TREE 2014-07-22 17:55:50 -07:00
Alexandre Poirot
1a463bf842 Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files. r=ahal 2014-07-02 15:40:56 -07:00
Trevor Saunders
dcbd7db871 bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug 2014-07-09 17:27:49 -04:00
Marco Zehe
ffdb47c6cc Bug 1033283 - Expose STATE_PRESSED on menu buttons, r=surkov 2014-07-04 09:51:54 +02:00
Athena
fb2e4d703c Bug 746178 - use accelKey instead of metaKey/ctrlKey r=marcoz 2014-07-03 12:47:47 +02:00
Athena
92256f09f5 Bug 746178 - Use the metaKey to close the window on OSX r=marcoz
Reenable the test for Mac
2014-07-02 07:43:00 +02:00
Eitan Isaacson
72860c9b6c Bug 1027315 - GetAccessibleOrContainer should check across shadow root for document. r=surkov 2014-06-20 11:54:59 -07:00
Eitan Isaacson
6d5c407c4f Bug 1026125 - Check for current document accross shadow root when creating accessible. r=surkov f=wchen 2014-06-18 10:58:52 -07:00
Xidorn Quan
a854ae5c70 Bug 966166 - Part 6: Tests for @counter-style. r=jfkthame, r=davidb 2014-06-11 21:14:00 -04:00
Xidorn Quan
792d567136 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
Alexander Surkov
15c564707c Bug 1020510 - let tbody/etc accessible in table hierarchy, r=tbsaunde 2014-06-06 13:22:46 -04:00
Xidorn Quan
eb6dcbb235 Bug 1013160 - Remove padding suppressing mechanism of bullet. r=jfkthame,surkov 2014-05-30 09:00:26 +01:00
Xidorn Quan
0904180af7 Bug 1015550 - Line boundary is incorrect for multi-char bullet. r=surkov 2014-05-27 18:07:00 +02:00
Alexander Surkov
8ed8f08ecd Bug 1011496 - complete the TextRange interface design, r=davidb 2014-05-22 20:10:19 -04:00
Ryan VanderMeulen
86db65cb9a Backed out changeset 6c37e11551d8 (bug 1011496) for OSX bustage.
CLOSED TREE
2014-05-22 17:01:34 -04:00
Alexander Surkov
6148365fbe Bug 1011496 - complete the TextRange interface design, r=davidb 2014-05-22 15:55:11 -04:00
Eitan Isaacson
9f65842406 Bug 1013006 - Ignore actionCount on text leaves when checking if the subtree is flat. r=yzen 2014-05-20 12:01:22 -07:00
Eitan Isaacson
e4f960c32b 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
Yura Zenevich
1727f60c24 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
d1b21c6e73 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
133beedd03 Bug 949518 - keep caret offset syncronized with accessible tree, r=surkov 2014-05-01 11:45:40 -04:00
Eitan Isaacson
bea114fc12 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
89d568829e 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
eecbe82dbf 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
Marco Bonardo
cb09de0d98 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
79bb452098 Bug 996821 - Force semantic HTML elements to have accessible objects. r=surkov 2014-04-16 22:02:40 -07:00
Ryan VanderMeulen
d0b6251845 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
ef3726d3cf Bug 996821 - Force semantic HTML elements to have accessible objects. r=surkov 2014-04-16 18:27:00 -07:00
Alexander Surkov
710da7d2d2 Bug 975065 - implement Text accessible text range methods, r=tbsaunde 2014-04-16 08:50:28 -04:00
Alexander Surkov
72f5f29a8d 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
6ad74c4020 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
Marco Zehe
1d98675396 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
Alexander Surkov
ae1564d49a Bug 638465 - do not ignore inital documents, r=tbsaunde 2014-04-02 15:36:48 -04:00
Eitan Isaacson
4f1ba6fe4f Bug 990150 - Give AccessFu content tests debug output. r=yzen 2014-04-01 13:46:02 -07:00
Jonathan Wei
1ed411f765 Bug 987871 - Enable flag to fix double event firing on checkbox toggle 2014-04-01 16:42:04 -04:00
Jonathan Wei
f361cd150f Bug 986054 - Fire name change event on XUL richlistitem when children change, r=surkov. 2014-03-31 10:30:46 -04:00
Jonathan Wei
26cca69c6a Bug 844023 - Flag accessible group info for updating when tree mutates, r=tbsaunde. 2014-03-28 10:01:06 -04:00
Eitan Isaacson
5290341ec1 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
6a5ee8cce4 Bug 980307 - Remove DataContainerEvent dependency from accessibility. r=tbsaunde 2014-03-21 12:59:59 +09:00
Eitan Isaacson
0aa0e8ad6d Bug 985126 - Utter value change. r=yzen 2014-03-19 10:08:54 -07:00
Eitan Isaacson
b6f7eb8725 Bug 980521 - Introduce content text tests. r=yzen 2014-03-19 00:38:25 -07:00
Yura Zenevich
1de9aa6374 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
77cf4a2413 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
fa19206bbc Bug 982495 - Add missing "break" in test_coalescence.html. r=surkov 2014-03-12 11:44:59 -04:00
Yura Zenevich
7bf8884628 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
Rik Cabanier
1911a6d835 Bug 979995 - Fix reference to non-existing element and re-enable test. r=surkov 2014-03-07 09:00:52 -05:00
Gregory Szorc
800b9acdc1 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
2dc1e91c77 Backed out changeset 593206fbd97e (bug 979640) for mochitest-other failures.
CLOSED TREE
2014-03-05 13:52:02 -05:00
Gregory Szorc
73017e8d17 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
Eitan Isaacson
9da81ab90d Bug 976274 - Introduce hide support. r=yzen 2014-03-04 17:49:27 -08:00
Eitan Isaacson
dbab3c65b9 Bug 976271 - Add dialog tests to jsat suite. r=yzen 2014-03-04 17:49:27 -08:00
Eitan Isaacson
ef189991a4 Bug 978075 - Screen reader turn on and off announce. r=yzen
This patch does several other things:
 1. When a PrefCache with no default setting available is created, or cleared, set value to null.
 2. Removed weird margin change in announce box.
 3. Add announce method to speech presenter.
 4. Don't start and stop AccessFu implicitly in AccessFuTest.
 5. Change tests to two start/stop pairs where in one pair we activate via pref, and
     the other one via settings (TODO).
2014-03-04 10:10:38 -08:00
Rik Cabanier
af22d24e3c Bug 966591 - Add hit test for canvas hit regions. r=surkov 2014-03-04 09:30:29 -05:00
Eitan Isaacson
0d7d346a64 Bug 972047 - Introduce AccessFu content integration mochitest. r=yzen 2014-02-26 19:39:14 -05:00
Ted Mielczarek
062d40049c Bug 975455 - Move more Mochitests to manifests. r=jmaher 2014-02-20 10:14:52 -05:00