Marco Bonardo
5ac6d5ccbe
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
cae5402750
Bug 996821 - Force semantic HTML elements to have accessible objects. r=surkov
2014-04-16 22:02:40 -07:00
Eitan Isaacson
947f08cefe
Bug 996268 - Move traversal rule prefilter to constants. r=yzen
2014-04-16 22:02:40 -07:00
Ryan VanderMeulen
cebf2f7595
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
6d051ec231
Bug 996821 - Force semantic HTML elements to have accessible objects. r=surkov
2014-04-16 18:27:00 -07:00
Eitan Isaacson
2e4f4ea98f
Bug 996268 - Move traversal rule prefilter to constants. r=yzen
2014-04-16 18:27:00 -07:00
Alexander Surkov
3400c4f63d
Bug 975065 - implement Text accessible text range methods, r=tbsaunde
2014-04-16 08:50:28 -04:00
Yura Zenevich
d6aab006a3
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
3de1018bbe
Bug 989528 - Rename AutoSystemCaller to AutoNoJSAPI, and assert against pre-existing exceptions. r=bz
2014-04-14 20:27:00 -07:00
Alexander Surkov
0cbfe47b77
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
b6f26535eb
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
b819f5bccb
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
6fc380cde2
Merge m-c to fx-team on a CLOSED TREE.
2014-04-04 15:06:31 -04:00
Marco Zehe
00e3bb9eeb
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
ebe098a475
Bug 989046 - b. Drop JSON.stringify when calling handleGeckoMessage; r=mfinkle
2014-04-04 12:33:50 -04:00
Masayuki Nakano
d42c98a423
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
3cc4e99fc0
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
e31688cbd8
Bug 638465 - do not ignore inital documents, r=tbsaunde
2014-04-02 15:36:48 -04:00
Daniel Holbert
2b3251f786
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
0df2e9e551
Bug 990150 - Give AccessFu content tests debug output. r=yzen
2014-04-01 13:46:02 -07:00
Jonathan Wei
12f06d418b
Bug 987871 - Enable flag to fix double event firing on checkbox toggle
2014-04-01 16:42:04 -04:00
Dragos Nicolae
fd50392ad2
Bug 989735 - Fixed warnings in accessible/src/generic. r=trev.saunders
2014-03-30 05:21:00 +02:00
Masayuki Nakano
f6885469a0
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
cb83731105
Bug 986054 - Fire name change event on XUL richlistitem when children change, r=surkov.
2014-03-31 10:30:46 -04:00
Wes Kocher
e27a7d6902
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
95b94fe364
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
0044aa9e9b
Bug 987026 - Crash when adopting a focused element [@ mozilla::a11y::FocusManager::ProcessDOMFocus], r=jwei
2014-03-26 16:17:15 -04:00
Jonathan Wei
145a9bd37d
Bug 844023 - Flag accessible group info for updating when tree mutates, r=tbsaunde.
2014-03-28 10:01:06 -04:00
Neil Rashbrook
757dacf9be
Bug 514280 Remove concrete classes from interface maps r=bsmedberg
2014-03-28 08:40:13 +00:00
Ehsan Akhgari
186680d83a
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
bc35004647
Bug 987320 - Remove unnecessary null checks for do_QueryFrame arguments. r=bz
2014-03-25 11:36:49 -04:00
Eitan Isaacson
74a9ca50e1
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
26f4814ffd
Bug 980307 - Remove DataContainerEvent dependency from accessibility. r=tbsaunde
2014-03-21 12:59:59 +09:00
Daniel Holbert
3fb7e0486a
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
fe8857b760
Bug 985126 - Utter value change. r=yzen
2014-03-19 10:08:54 -07:00
Eitan Isaacson
40c5bced53
Bug 980522 - Move AccessFu:[Activate,MoveCaret,MoveByGranularity] to ContentControl.jsm. r=yzen
2014-03-19 00:38:26 -07:00
Eitan Isaacson
dae306aa43
Bug 980521 - Introduce content text tests. r=yzen
2014-03-19 00:38:25 -07:00
Masayuki Nakano
fbf7cdeb19
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
ecf5704455
Bug 981261 part.4 Move EventListenerFlags from mozilla::dom:: to mozilla:: r=smaug
2014-03-17 15:56:52 +09:00
Jonathan Wei
96a8a89f87
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
9fa687fb4a
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
aee85692b6
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
2b84e1ec9f
Bug 982495 - Add missing "break" in test_coalescence.html. r=surkov
2014-03-12 11:44:59 -04:00
Yura Zenevich
8e35be685e
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
6fd8fd9439
Bug 980480 - hit testing and boundaries fail on retina displays, r=tbsaunde
2014-03-07 20:05:20 -05:00
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
Trevor Saunders
09cdc83a82
bug 977838 - move refify a11y::Relation r=surkov
2014-02-27 17:24:31 -05:00
Trevor Saunders
c161aaa7ae
bug 969532 - add TextRange stub r=davidb
2014-02-27 11:33:09 -05:00
Ehsan Akhgari
34ce2db4d4
Bug 741295 - Part 0: Undo the windows.h damage in AccessibleWrap.h
2014-03-06 12:22:55 -05:00
Wes Kocher
eba0d2158d
Merge m-c to inbound
2014-03-05 18:57:07 -08:00
Alexander Surkov
cd3950ff3f
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
4c3646d5ae
Backed out changeset e91a61089c37 (bug 976082) for linux debug m-oth permafails
2014-03-05 16:33:46 -08:00
Yura Zenevich
9875c89a85
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
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
9bbee8d507
Bug 965537 - [AccessFu] Introduce ContentControl. r=yzen
2014-03-04 17:49:27 -08:00
Masayuki Nakano
08a11f7934
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
77f04e9f50
Bug 978119 - [AccessFu] Increase haptic pattern to something noticeable. r=MarcoZ
2014-03-04 10:27:17 -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
Masayuki Nakano
74a940f4ad
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
0d6f42491d
Bug 977723 - Remove two unused vars in accessible/. r=surkov
2014-02-28 09:11:38 -05:00
Reuben Morais
bde629dd63
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
3c11b539d9
Bug 458300 - Merge nsINameSpaceManager and NameSpaceManagerImpl. r=jst
2014-02-27 20:04:46 -03:00
Reuben Morais
03e272b32f
Bug 458300 - Remove some unneeded includes of nsINameSpaceManager.h. r=jst
2014-02-27 20:04:45 -03:00
Eitan Isaacson
b41fbadd9f
Bug 971255 - [AccessFu] Allow providing a callable argument to Logger log calls. r=yzen
2014-02-27 10:42:45 -05:00
Benjamin Bouvier
460c4df9b5
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
04632f8c63
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
dfe9e5cfa1
Bug 972047 - Introduce AccessFu content integration mochitest. r=yzen
2014-02-26 19:39:14 -05:00
L. David Baron
c91b8791d1
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
e4f0f4b97c
Bug 976142 - Print vc change events more clearly. r=yzen
2014-02-26 16:31:09 -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
Rik Cabanier
ca3569b0ff
Bug 966591 - Part 5: Pass hit bounds to a11y code. r=surkov
2014-02-21 08:36:58 -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
Rik Cabanier
ea12ed62c9
Bug 966591 - Part 5: Pass hit bounds to a11y code. r=surkov
2014-02-21 08:36:58 -05:00
Mark Hammond
9cb5162643
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
29f7736c57
Bug 935548 - Move A11Y_LOG to configure; r=glandium
2014-02-19 00:38:42 -05:00
Eitan Isaacson
3c19f9715f
Bug 972083 - Null-check in visual presenter and don't hide. r=yzen
2014-02-18 10:19:50 -08: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
Peiyong Lin
3c76661733
Bug 971831 - Replace the call of |RangeBoundToHypertextOffset| with its content. r=surkov
2014-02-14 11:40:08 -05:00
Yura Zenevich
714e09dae2
Bug 819291 - adding an assertion and handling the null offsetElm. r=surkov
...
---
accessible/src/base/TextAttrs.cpp | 3 +++
1 file changed, 3 insertions(+)
2014-02-14 09:36:11 -05: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
Jonathan Wei
8456de8bde
Bug 960382 - Accessible table rows should be of ATK_ROLE_TABLE_ROW, not ATK_ROLE_LIST_ITEM. r=tbsaunde
2014-02-12 10:07:48 -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
Bill McCloskey
f68b403891
Bug 960783 - Support "new out-of-process window" menu item in nightly (r=felipe,bsmedberg,trevor,ted)
2014-02-11 09:01:08 -08:00
Eitan Isaacson
b4e5b84551
Bug 965628 - Clear cursor when leaving iframe. r=yzen
2014-02-11 10:41:02 -08:00
Eitan Isaacson
ed9a2c503a
Bug 965621 - Use vc of eventmanager scope. instead of event document. r=yzen
2014-02-11 10:41:02 -08:00
Ehsan Akhgari
e4f4a283cc
Bug 970727 - Move DEFFILE to moz.build; r=mshal
2014-02-11 11:28:54 -05:00
Trevor Saunders
0921df8c17
bug 960228 - use ATK_ROLE_LIST_BOX and add machinary to detect loaded atk version r=surkov
2014-02-04 16:29:12 -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
Jonathan Wei
0bf692ed40
Bug 957254 - Accessible window events missing for javascript alerts. r=tbsaunde
2014-02-08 20:55:52 -05:00
Alexander Surkov
bdb30b262d
Bug 957332 - setting caret offset doesn't always clear visual selection, r=tbsaunde
2014-02-08 08:25:11 -05:00