Rik Cabanier
89346dc6a7
Bug 979995 - Fix reference to non-existing element and re-enable test. r=surkov
2014-03-07 09:00:52 -05:00
Gregory Szorc
dd337c330c
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
c35a66e1db
Backed out changeset 593206fbd97e (bug 979640) for mochitest-other failures.
...
CLOSED TREE
2014-03-05 13:52:02 -05:00
Gregory Szorc
6ce0f069d4
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
62161fa0cf
Bug 976274 - Introduce hide support. r=yzen
2014-03-04 17:49:27 -08:00
Eitan Isaacson
b4bda4a918
Bug 976271 - Add dialog tests to jsat suite. r=yzen
2014-03-04 17:49:27 -08:00
Eitan Isaacson
e22a4c8a91
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
44b08b4b88
Bug 966591 - Add hit test for canvas hit regions. r=surkov
2014-03-04 09:30:29 -05:00
Eitan Isaacson
dfe9e5cfa1
Bug 972047 - Introduce AccessFu content integration mochitest. r=yzen
2014-02-26 19:39:14 -05:00
Ted Mielczarek
04dadd3d7d
Bug 975455 - Move more Mochitests to manifests. r=jmaher
2014-02-20 10:14:52 -05:00
Rik Cabanier
a6f546f393
Bug 966591 - Part 7: Bounds + error handling tests. r=surkov
2014-02-25 08:54:03 -05:00
Eitan Isaacson
dd80f1b2c5
Bug 972630 - Add a flag to ignore explicit names, and ignore names of chrome window and app root. r=yzen
2014-02-24 16:19:33 -05:00
Ryan VanderMeulen
ef5131cd0b
Backed out 7 changesets (bug 966591) for mochitest leaks on a CLOSED TREE.
...
Backed out changeset b44289e756fc (bug 966591)
Backed out changeset c428b424ef95 (bug 966591)
Backed out changeset 9ac56da10646 (bug 966591)
Backed out changeset 81ba9bddd84e (bug 966591)
Backed out changeset 0c66968c2edd (bug 966591)
Backed out changeset 261a1ca9045c (bug 966591)
Backed out changeset 895728963f16 (bug 966591)
2014-02-21 10:39:15 -05:00
Rik Cabanier
18f681a602
Bug 966591 - Part 7: Bounds + error handling tests. r=surkov
2014-02-21 08:38:02 -05:00
Alexander Surkov
3d35730e1e
Bug 638684 - Accessible::GetFirstAvailableAccessible needs resuse the accessible tree walker, r=tbsaunde
2014-02-15 10:21:40 -05:00
Masayuki Nakano
a183cc5385
Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug
2014-02-15 09:57:39 +09:00
Ted Mielczarek
79ca8d245f
Bug 968837 - Move more Mochitests into manifests. r=jmaher
...
--HG--
rename : toolkit/components/places/tests/browser/bug_399606/399606-history.go-0.html => toolkit/components/places/tests/browser/399606-history.go-0.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-httprefresh.html => toolkit/components/places/tests/browser/399606-httprefresh.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-location.reload.html => toolkit/components/places/tests/browser/399606-location.reload.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-location.replace.html => toolkit/components/places/tests/browser/399606-location.replace.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-window.location.href.html => toolkit/components/places/tests/browser/399606-window.location.href.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-window.location.html => toolkit/components/places/tests/browser/399606-window.location.html
rename : toolkit/components/places/tests/browser/visituri/begin.html => toolkit/components/places/tests/browser/begin.html
rename : toolkit/components/places/tests/browser/visituri/final.html => toolkit/components/places/tests/browser/final.html
rename : toolkit/components/places/tests/browser/visituri/redirect_once.sjs => toolkit/components/places/tests/browser/redirect_once.sjs
rename : toolkit/components/places/tests/browser/visituri/redirect_twice.sjs => toolkit/components/places/tests/browser/redirect_twice.sjs
rename : toolkit/components/places/tests/browser/settitle/title1.html => toolkit/components/places/tests/browser/title1.html
rename : toolkit/components/places/tests/browser/settitle/title2.html => toolkit/components/places/tests/browser/title2.html
rename : toolkit/components/places/tests/mochitest/bug94514-postpage.html => toolkit/components/places/tests/bug94514-postpage.html
rename : toolkit/components/places/tests/mochitest/test_bug_411966.html => toolkit/components/places/tests/test_bug_411966.html
rename : toolkit/components/places/tests/mochitest/test_bug_461710_perwindowpb.html => toolkit/components/places/tests/test_bug_461710_perwindowpb.html
rename : toolkit/components/places/tests/mochitest/test_bug_94514.html => toolkit/components/places/tests/test_bug_94514.html
2014-02-06 15:37:30 -05:00
Alexander Surkov
af12f68960
Bug 956032 - text selection change event is missed when selected text becomes unselected, r=tbsaunde
2014-02-11 20:18:31 -05:00
Alexander Surkov
ac9b707a19
Bug 970005 - infinite long loop in a11y:FocusManager::ProcessFocusEvent, r=tbsaunde
2014-02-10 17:18:43 -05:00
Jonathan Wei
73f3f8cbac
Bug 961696 - Accessible object:state-changed:focused events for imagemap links are broken. r=tbsaunde
2014-02-10 15:52:34 -05:00
Alexander Surkov
5c089550ca
Bug 961737 - getTextAtOffset is broken w.r.t. embedded object characters, part3 (list items), r=tbsaunde
2014-02-05 10:21:32 -05:00
Eitan Isaacson
1209bf575d
Bug 964513 - Skip empty headers. r=yzen
2014-02-03 16:57:20 -08:00
Alexander Surkov
653b85b092
Bug 961737 - DOMPointToOffset cleaning up, r=tbsaunde
2014-02-03 19:56:45 -05:00
Trevor Saunders
4f5162ab1a
bug 961818 - use presence of NS_EVENT_STATE_MOZ_READWRITE to determine if elements are editable r=surkov
2014-01-21 11:24:23 -05:00
Jonathan Wei
872c7d8843
Bug 957610 - NODE_CHILD_OF/NODE_PARENT_OF relations are not always symmetrical. r=tbsaunde
2014-01-28 17:13:57 -05:00
Eitan Isaacson
11f21cc014
Bug 963829 - Include CSS/SVG transformations when calculating OFFSCREEN state. r=roc
2014-01-28 09:10:28 -08:00
David Bolter
854b5648d9
Bug 964546 - Add test for ignored roles. r=surkov
2014-01-28 10:27:36 -05:00
Alexander Surkov
5aa15ff5f6
Bug 961737 - getTextAtOffset is broken w.r.t. embedded object characters, part1, r=tbsaunde
2014-01-22 18:14:06 -05:00
Max Li
71b5f6dfa4
Bug 925845 - [AccessFu] Unify output tests. r=eeejay
...
--HG--
rename : accessible/tests/mochitest/jsat/test_utterance_order.html => accessible/tests/mochitest/jsat/test_output.html
extra : rebase_source : f8d32c942784d189072e634881b4badd33def873
2014-01-21 21:10:18 -08:00
Max Li
265a935844
Bug 953073 - List bullet should appear before context utterance in braille. r=eeejay
...
--HG--
extra : rebase_source : 7c0b4e61e815fb00759b352ca7d35df164d23770
2013-12-24 15:58:14 -05:00
Jonathan Wei
dd0f5c8651
Bug 907682 - HTML:option group position is not correct when select is collapsed, r=tbsaunde
2014-01-14 09:36:48 -05:00
Trevor Saunders
4026aa2b8b
bug 886208 - don't force editor creation in HyperTextAccessible::NativeState() r=surkov
2013-12-20 11:53:58 -05:00
Alexander Surkov
496d5660fa
Bug 947170 - a testcase for getTextAtOffset when closing tag is preceeded by newline char, r=tbsaunde
2014-01-08 08:18:10 -05:00
Benjamin Peterson
0091cde034
Backed out changeset 2bf05c015b49 (bug 886208) for oth orange
2013-12-31 16:43:12 -06:00
Trevor Saunders
524af65121
bug 886208 - don't force editor creation in HyperTextAccessible::NativeState() r=surkov
2013-12-20 11:53:58 -05:00
Alexander Surkov
1eb23fe623
Bug 880159, part4 - char at caret offset at end of line should not return next line char, r=tbsaunde
2013-12-28 14:14:08 -05:00
Trevor Saunders
7f2d44938c
bug 884251 - DocAccessible::UpdateTree() doesn't need to handle updating children that are sub documents r=surkov
2013-12-17 11:28:21 -05:00
Trevor Saunders
8c661b3531
bug 883708 - don't assert when parent of reorder event is shown later r=surkov
2013-12-12 15:08:29 -05:00
Alexander Surkov
e12c7529ca
Bug 945435 - Firefox changed the way it handled role=presentation breaking ATs, r=tbsaunde
2013-12-18 12:25:07 -05:00
Alexander Surkov
1a330301a9
Bug 935375 - Word offsets broken if the next word is an embedded object, r=tbsaunde
2013-12-16 21:32:12 -05:00
Alexander Surkov
6eaf68e1f9
Bug 559761 - make <input type=number> accessible, r=tbsaunde, smaug
...
--HG--
rename : accessible/tests/mochitest/value/test_range.html => accessible/tests/mochitest/value/test_number.html
2013-12-10 22:19:26 -05:00
Alexander Surkov
269193f2ff
Bug 935254 - getTextAt broken for list items, r=tbsaunde
2013-12-10 07:40:54 -05:00
Alexander Surkov
21484889ae
Bug 943603 - Don't let doc accessible keep trailing br, r=tbsaunde
2013-12-09 10:43:51 -05:00
Alexander Surkov
e18f2c52b6
Bug 787858 - XUL textbox context menu inaccessible, r=tbsaunde
2013-12-07 16:37:04 -05:00
Ryan VanderMeulen
d0595b15b9
Merge fx-team to m-c.
2013-12-05 17:35:21 -05:00
Takeshi Kurosawa
5c74e41f57
Bug 868789 - Name computation for SVG is wrong, r=tbsaude DONBUILT (fixing username)
2013-12-05 12:06:01 -05:00
Alexander Surkov
c30065c754
Backout (wrong username) Bug 868789 - Name computation for SVG is wrong, r=tbsaude
2013-12-05 11:59:18 -05:00
Takeshi Kurosawa taken.spc@gmail.com
870c93f242
Bug 868789 - Name computation for SVG is wrong, r=tbsaude
2013-12-05 11:45:58 -05:00
Alexander Surkov
282ac7e591
Bug 942650 - Some toolbars have unknown accessible role or worse, r=tbsaunde Australis
2013-12-05 11:07:53 -05:00
Alexander Surkov
e15c84f518
Backout Bug 942650 - Some toolbars have unknown accessible role or worse - to fix commit message DONTBUILD
2013-12-05 11:03:48 -05:00