Masayuki Nakano
6461de2a4d
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
f5d90add5d
Bug 981261 part.4 Move EventListenerFlags from mozilla::dom:: to mozilla:: r=smaug
2014-03-17 15:56:52 +09:00
Jonathan Wei
0e0dc2bc2e
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
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
Alexander Surkov
74a40f9dc5
Bug 980480 - hit testing and boundaries fail on retina displays, r=tbsaunde
2014-03-07 20:05:20 -05: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
Trevor Saunders
256d42ac6f
bug 977838 - move refify a11y::Relation r=surkov
2014-02-27 17:24:31 -05:00
Trevor Saunders
0d009bb8c7
bug 969532 - add TextRange stub r=davidb
2014-02-27 11:33:09 -05:00
Ehsan Akhgari
c40d87bde8
Bug 741295 - Part 0: Undo the windows.h damage in AccessibleWrap.h
2014-03-06 12:22:55 -05:00
Wes Kocher
3a9264f10f
Merge m-c to inbound
2014-03-05 18:57:07 -08:00
Alexander Surkov
864dcf0cab
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
25be90be3c
Backed out changeset e91a61089c37 (bug 976082) for linux debug m-oth permafails
2014-03-05 16:33:46 -08:00
Yura Zenevich
9f7daf3514
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
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
80a559af9a
Bug 965537 - [AccessFu] Introduce ContentControl. r=yzen
2014-03-04 17:49:27 -08:00
Masayuki Nakano
66706f5a6e
Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug
...
--HG--
rename : dom/events/nsDOMEvent.cpp => dom/events/Event.cpp
rename : dom/events/nsDOMEvent.h => dom/events/Event.h
2014-03-05 09:37:43 +09:00
Eitan Isaacson
268c4aefec
Bug 978119 - [AccessFu] Increase haptic pattern to something noticeable. r=MarcoZ
2014-03-04 10:27:17 -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
Masayuki Nakano
51a7c631e3
Bug 975688 part.20 Rename nsDOMTouchEvent and nsDOMTouchList to mozilla::dom::TouchEvent and TouchList r=smaug
...
--HG--
rename : dom/events/nsDOMTouchEvent.cpp => dom/events/TouchEvent.cpp
rename : dom/events/nsDOMTouchEvent.h => dom/events/TouchEvent.h
2014-02-28 23:58:42 +09:00
Andrew McCreight
ad441d2db9
Bug 977723 - Remove two unused vars in accessible/. r=surkov
2014-02-28 09:11:38 -05:00
Reuben Morais
b672cdc604
Bug 458300 - Rename nsINameSpaceManager.h to nsNameSpaceManager.h. r=jst r=hsivonen
...
--HG--
rename : content/base/public/nsINameSpaceManager.h => content/base/public/nsNameSpaceManager.h
2014-02-27 20:04:46 -03:00
Reuben Morais
08dd4382f9
Bug 458300 - Merge nsINameSpaceManager and NameSpaceManagerImpl. r=jst
2014-02-27 20:04:46 -03:00
Reuben Morais
5e62e712f6
Bug 458300 - Remove some unneeded includes of nsINameSpaceManager.h. r=jst
2014-02-27 20:04:45 -03:00
Eitan Isaacson
5d5bb9c7bf
Bug 971255 - [AccessFu] Allow providing a callable argument to Logger log calls. r=yzen
2014-02-27 10:42:45 -05:00
Benjamin Bouvier
7a3e028e1e
Bug 939843: Required changes in the rest of the tree; r=froydnj
...
--HG--
extra : rebase_source : 5757eb2b73755c8da08112b91b025a8fa860d7e8
2014-02-27 16:23:16 +01:00
Peter Van der Beken
fa5238349a
Bug 803106 part 2. Convert DOMStringList to WebIDL bindings - add WebIDL API and switch. r=bzbarsky
2013-07-09 13:54:21 -04:00
Eitan Isaacson
0d7d346a64
Bug 972047 - Introduce AccessFu content integration mochitest. r=yzen
2014-02-26 19:39:14 -05:00
L. David Baron
5e307581fa
Bug 976350 patch 2: Rename nsTraceRefcntImpl to nsTraceRefcnt. r=bsmedberg
...
Now that bug 975295 removed the obsolete wrapper class, we can rename
nsTraceRefcntImpl back to its correct pre-XPCOM-glue name,
nsTraceRefcnt.
The best part is that the one place where indentation should have needed
fixing, nsTraceRefcnt::DemangleSymbol, never had its indentation fixed
for the previous renaming.
--HG--
rename : xpcom/base/nsTraceRefcntImpl.cpp => xpcom/base/nsTraceRefcnt.cpp
rename : xpcom/base/nsTraceRefcntImpl.h => xpcom/base/nsTraceRefcnt.h
2014-02-26 13:36:36 -08:00
Eitan Isaacson
cb97468123
Bug 976142 - Print vc change events more clearly. r=yzen
2014-02-26 16:31:09 -05:00
Ted Mielczarek
062d40049c
Bug 975455 - Move more Mochitests to manifests. r=jmaher
2014-02-20 10:14:52 -05:00
Rik Cabanier
7092bdbaca
Bug 966591 - Part 7: Bounds + error handling tests. r=surkov
2014-02-25 08:54:03 -05:00
Rik Cabanier
9fd9d8f6e5
Bug 966591 - Part 5: Pass hit bounds to a11y code. r=surkov
2014-02-21 08:36:58 -05:00
Eitan Isaacson
b6e89bd762
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
f1beeb142e
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
aad8894b35
Bug 966591 - Part 7: Bounds + error handling tests. r=surkov
2014-02-21 08:38:02 -05:00
Rik Cabanier
38ee6085de
Bug 966591 - Part 5: Pass hit bounds to a11y code. r=surkov
2014-02-21 08:36:58 -05:00
Mark Hammond
e90e6505b7
Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug
2014-02-21 09:19:18 +11:00
Ehsan Akhgari
d6f9ace655
Bug 935548 - Move A11Y_LOG to configure; r=glandium
2014-02-19 00:38:42 -05:00
Eitan Isaacson
63fc81554a
Bug 972083 - Null-check in visual presenter and don't hide. r=yzen
2014-02-18 10:19:50 -08:00
Alexander Surkov
2bfac73086
Bug 638684 - Accessible::GetFirstAvailableAccessible needs resuse the accessible tree walker, r=tbsaunde
2014-02-15 10:21:40 -05:00
Masayuki Nakano
e393ad7356
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
Peiyong Lin
eeb048c68b
Bug 971831 - Replace the call of |RangeBoundToHypertextOffset| with its content. r=surkov
2014-02-14 11:40:08 -05:00