Paul Bignier
|
c1fcb05d9d
|
Bug 1352802 - Typo fixes around 'accessible'. r=MattN
MozReview-Commit-ID: 27CyNOMXkRq
|
2017-04-03 09:47:00 -07:00 |
|
Trevor Saunders
|
1f35f39ddb
|
bug 1331286 - remove accessibility.ipc_architecture_enabled pref r=davidb
|
2017-01-16 14:13:34 -05:00 |
|
Alexander Surkov
|
645a54e54a
|
Bug 1313693 - implement iterable states, part1 - add 64bit version of states stringifying, r=davidb
|
2016-12-13 14:00:16 -05:00 |
|
Yura Zenevich
|
06d7789ad9
|
Bug 527003 - make a11y service store info about its consumers. Only shut down a11y when there are no more consumers remaining. r=surkov, tbsaunde
MozReview-Commit-ID: KF5d6xaO83E
|
2016-08-30 12:04:20 -04:00 |
|
Yura Zenevich
|
abb4eebf15
|
Bug 527003 - separating XPCOM parts from nsAccessibilityService. Removing a11y service in favour of using nsAccessibilityService directly. Adding support for a11y service shutdown. r=surkov
MozReview-Commit-ID: KKeywNi3fQb
|
2016-08-08 20:51:39 -04:00 |
|
Alexander Surkov
|
c722a5c1ee
|
Bug 1261177 - split GetOrCreateAccessible method into two (Get and Create versions), r=yzen
|
2016-04-06 07:23:41 -04:00 |
|
Trevor Saunders
|
8d5eaf92b4
|
bug 1213402 - add another , to fix silly string concatonation r=me landed on a CLOSED TREE
|
2015-11-10 21:45:12 -05:00 |
|
Trevor Saunders
|
6ead49b5ab
|
bug 1213402 - separate value change events into text value changes and numeric value changes r=davidb
Arguably these are different things, and it will be easier to proxy events for
atk this way because atk only wants the numeric value changes.
|
2015-11-10 15:55:08 -05:00 |
|
Lorien Hu
|
3e1d50d198
|
Bug 1175913 - (Part 1) Subscribe to EventListenerService and recreate accessibles on click listener changes r=tbsaunde
|
2015-08-04 23:35:54 -04:00 |
|
Juan Gomez
|
89035d527e
|
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
|
2015-07-03 18:29:00 -07:00 |
|
Ryan VanderMeulen
|
7aba9d7002
|
Backed out changeset 8b4e4083639e (bug 1171931) for B2G debug emulator bustage.
|
2015-06-25 19:48:42 -04:00 |
|
Juan Gomez
|
7323e89a40
|
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
|
2015-06-24 14:11:00 -04:00 |
|
Andrea Marchesini
|
ad97ae68b8
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
|
Trevor Saunders
|
4815b68dba
|
bug 1128751 - handle unbinding and rebinding of documents in content processes r=davidb
The code for managing document lifetimes assumed documents could not be
rebound to parents, however that is not the case.
|
2015-03-24 17:51:44 -04:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Jonathan Wei
|
7d940d5b2d
|
Bug 1001634 - Add basic MathML accessibility implementation, r=surkov, marcoz, patch=jwei, surkov
|
2015-03-09 08:16:12 -04:00 |
|
Alexander Surkov
|
0c354e687a
|
Bug 1140500 - add object attributes declaration into markup map, r=marcoz
|
2015-03-07 20:20:17 -05:00 |
|
Alexander Surkov
|
e606ac1cc2
|
Bug 1139900 - make tag name based roles faster, r=marcoz
|
2015-03-05 13:16:12 -05:00 |
|
Alexander Surkov
|
b23f5a244f
|
Bug 1139576 - make accessible creation by tag name faster, r=marcoz
|
2015-03-04 22:56:57 -05:00 |
|
Trevor Saunders
|
3ba0099770
|
bug 1123511 - temporarily disable ipc accessibility for crashes
|
2015-03-04 07:45:20 -05:00 |
|
Alexander Surkov
|
9e6e91e96e
|
Bug 1119979 - hide IPC a11y architecture under pref, r=davidb
|
2015-01-12 14:37:40 -05:00 |
|
Trevor Saunders
|
7fb0cad18d
|
no bug - reenable ipc accessibility yet again
|
2015-01-08 18:53:30 -05:00 |
|
Trevor Saunders
|
715d5031ce
|
Revert "bug 1088148 - reenable ipc accessibility" because it still causes crashes
|
2015-01-06 16:20:07 -05:00 |
|
Ehsan Akhgari
|
fd6ae38880
|
Bug 1117037 - Mark virtual overridden functions as MOZ_OVERRIDE in accessible/; r=tbsaunde
|
2015-01-02 18:47:38 -05:00 |
|
Trevor Saunders
|
214d0fc336
|
bug 1088148 - reenable ipc accessibility
|
2015-01-01 15:52:38 -05:00 |
|
Trevor Saunders
|
91566a77f1
|
bug 1088148 - disable ipc accessibility messages for now to make crashes go away r=davidb
|
2014-11-18 13:04:33 -05:00 |
|
Trevor Saunders
|
5993be74b7
|
bug 1088148 - only send accessibility ipc messages from child processes that are for content r=davidb
|
2014-11-07 14:17:42 -05:00 |
|
Alexander Surkov
|
be19c27102
|
Bug 1076816 - segregate XPCOM tree, r=davidb
|
2014-10-21 20:49:28 -04:00 |
|
Trevor Saunders
|
ed8df651cb
|
bug 982842 - initial a11y ipc impl r=davidb, bent
|
2014-03-07 16:35:19 -05:00 |
|
Arnaud Sourioux
|
13efd81178
|
Bug 1038570 - Part 2: rename ObjectFrame class to PluginFrame. r=dbaron
|
2014-09-24 06:34:00 +02:00 |
|
Alexander Surkov
|
172f42edb7
|
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 |
|
Trevor Saunders
|
d67df400c1
|
bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
|
2014-08-05 13:33:55 -04:00 |
|
Benoit Jacob
|
bdd0d98cd2
|
Bug 1035394 - Fix dangerous public destructors in accessible - r=surkov
|
2014-07-08 17:23:18 -04:00 |
|
Birunthan Mohanathas
|
e551bc9312
|
Bug 1028563 - Part 1: Flatten accessible/src/ directory. rs=surkov
|
2014-06-22 10:15:19 -07:00 |
|