Commit Graph

4474 Commits

Author SHA1 Message Date
Gijs Kruitbosch
b035f59a74 Merge mozilla-central and ux 2013-11-02 11:33:53 +01:00
Gijs Kruitbosch
727205ff4e Merge mozilla-central and ux 2013-11-01 19:51:09 +01:00
Gijs Kruitbosch
f298c06fde Merge mozilla-central and ux 2013-11-01 09:20:15 +01:00
Trevor Saunders
0bfdc15f97 bug 931399 - shutdown DocAccessible's when the related docshell is destroyed r=bz 2013-10-29 17:22:41 -04:00
Mike Hommey
7cf26f13b4 Bug 932153 - Move A11Y_LOG to accessible/src/defs.mk. r=mshal
--HG--
rename : accessible/src/Makefile.in => accessible/src/defs.mk
2013-10-29 13:48:41 +09:00
Kamil Muszyski
a2e1cf3b7a Bug 782544 - Don't expose position info for table cells. r=surkov 2013-11-05 12:31:32 -05:00
Alexander Surkov
2745f1605e Bug 932789 - isolate nsIAccessibleSelectable implementation, r=tbsaunde 2013-11-02 21:56:59 -04:00
Eitan Isaacson
c28e8038f9 Bug 933804 - Skip completely transparent items in AccessFu. r=marcoz 2013-11-01 14:43:43 -07:00
Eitan Isaacson
cd8be4f7c9 Bug 933408 - Introduce prefilter transparent. r=surkov 2013-11-01 14:43:43 -07:00
Alexander Surkov
833d12d592 Bug 933322 - menustart/end events are missing when aria-owns makes a menu hierarchy, r=tbsaunde 2013-11-08 19:25:29 -05:00
Alexander Surkov
112660e810 Bug 931911 - crash in mozilla::a11y::SelectionManager::ProcessSelectionChanged(nsISelection*), r=tbsaunde 2013-10-29 23:19:04 -04:00
Alexander Surkov
261905d81a Bug 934460 - menustart/end events may be missed when top level menuitem is focused, r=tbsaunde 2013-11-13 08:58:12 -05:00
Yura Zenevich
427d30352c Bug 932158 - ensuring that the type information is not included into the output for an input of type 'text'. r=eeejay
---
 accessible/src/jsat/OutputGenerator.jsm                   | 3 ++-
 accessible/tests/mochitest/jsat/test_utterance_order.html | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)
2013-11-01 09:38:41 -04:00
Alexander Surkov
23fba2c895 Bug 880159, part2 - word offsets for caret might return wrong result, r=tbsaunde 2013-10-31 23:26:27 -04:00
Alexander Surkov
7b4954a716 Bug 814569 - get rid nsAccessNode, r=tbsaunde 2013-10-28 23:30:55 -04:00
Eitan Isaacson
efcf3b1389 Bug 924983 - Introduce context actions. r=yzen 2013-11-06 09:43:53 -08:00
Nicholas Nethercote
3b80765894 Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
--HG--
extra : rebase_source : 41fcb0e922a519ef679c1c1b6293c2b638e83a48
2013-10-10 15:22:35 -07:00
Alexander Surkov
5292692f9d Bug 928504 - reorg text selection change event firing, r=tbsaunde 2013-10-26 10:58:53 -04:00
Andrew Quartey
d6f0ec8cea Bug 873450 - Implement IA2 containing relations, r=tbsaunde 2013-10-25 11:14:32 -04:00
Yura Zenevich
e92f9755f6 Bug 924896 - [AccessFu] Exposing the type attribute for entries such as search, url, tel, etc. r=eeejay
---
 accessible/src/jsat/OutputGenerator.jsm            | 22 +++++++++++++++++-
 .../tests/mochitest/jsat/test_utterance_order.html | 27 ++++++++++++++++++++++
 .../en-US/chrome/accessibility/AccessFu.properties |  6 +++++
 3 files changed, 54 insertions(+), 1 deletion(-)
2013-10-24 23:21:29 -04:00
Yura Zenevich
89a7b11572 Bug 924896 - exposing the text input type in the accessible's attributes. r=surkov
---
 accessible/src/html/HTMLFormControlAccessible.cpp   | 15 +++++++++++++++
 accessible/src/html/HTMLFormControlAccessible.h     |  1 +
 accessible/tests/mochitest/attributes/test_obj.html | 16 ++++++++++++++++
 content/base/src/nsGkAtomList.h                     |  1 +
 4 files changed, 33 insertions(+)
2013-10-24 23:21:24 -04:00
Mike Hommey
b000a846c2 Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
Alexander Surkov
ba2ac8661b Bug 873439 - Implement IAccessible2_2::relationTargetsOfType, r=tbsaunde 2013-10-24 15:18:01 -04:00
Ed Morley
1034a910a5 Backed out changeset 229a8f20d8ed (bug 924896) for mochitest-a11y failures in test_braille.html on a CLOSED TREE 2013-10-24 18:14:49 +01:00
Ed Morley
823546ce73 Backed out changeset f59777bbd950 (bug 924896) 2013-10-24 18:14:09 +01:00
Christoph Kerschbaumer
1b2cf50d48 Bug 906190 - Persist 'disable protection' option for Mixed Content Blocker in child tabs. r=smaug 2013-08-22 15:13:16 -07:00
Mike Hommey
4a02ac1e8a Bug 864774 part 3 - Move some more CPPSRCS to moz.build. r=mshal 2013-10-30 07:51:03 +09:00
Mike Hommey
84fe98b48f Bug 870406 part n - Move more CSRCS to moz.build. r=mshal 2013-11-01 10:30:45 +09:00
Gijs Kruitbosch
a7d75a9eb1 Merge mozilla-central and ux 2013-10-29 17:23:48 +01:00
Gijs Kruitbosch
686af64168 Merge m-c to ux 2013-10-28 10:18:27 +01:00
Gijs Kruitbosch
aceea3dc8b merge m-c to UX 2013-10-27 21:18:18 +01:00
Gijs Kruitbosch
0aa036514a Merge mozilla-central and ux 2013-10-25 10:23:03 +02:00
Gijs Kruitbosch
7af76e1cdc Merge mozilla-central and ux 2013-10-24 10:18:26 +02:00
Mike Hommey
59a17d0f20 Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps 2013-10-24 08:05:43 +09:00
Mike Hommey
3fa7456cd6 Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal 2013-10-24 08:00:23 +09:00
Gijs Kruitbosch
0dcf8beb08 Merge mozilla-central and ux 2013-10-23 15:41:02 +02:00
Gijs Kruitbosch
8223d647f4 Merge mozilla-central and ux 2013-10-23 10:44:46 +02:00
Kyle Huey
9ab68d6b69 Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug 2013-10-23 07:32:04 +08:00
Gijs Kruitbosch
cf532beaaa Merge mozilla-central and ux 2013-10-23 00:37:14 +02:00
Alexander Surkov
2696c4233d Bug 923289 - introduce relation type map, r=tbsaunde
--HG--
rename : accessible/src/base/RoleAsserts.cpp => accessible/src/base/Asserts.cpp
2013-10-22 19:55:27 -04:00
Masayuki Nakano
b285541889 Bug 602787 part.10 Create TextRange.h for separating TextEvents.h r=roc 2013-10-22 22:27:36 +09:00
Gijs Kruitbosch
baffbbf48b Merge mozilla-central and ux 2013-10-20 12:33:18 +02:00
Ms2ger
e5eac232d0 Merge inbound to m-c. 2013-10-20 10:40:40 +02:00
Ms2ger
2ff7c10052 Bug 923395 - Part b: Remove makefiles that only set LOCAL_INCLUDES and DEFINES; r=gps 2013-10-20 09:25:19 +02:00
Daniel Holbert
5d022a990f Bug 928674: Add static_cast to explicitly convert RelationType enum values into integer values, to fix build error. r=surkov 2013-10-20 05:08:42 +02:00
Alexander Surkov
1846871a48 Bug 748639 - add set of internal accessible relation types, r=tbsaunde 2013-10-19 14:19:50 -04:00
Daniel Holbert
258b5c02ad Bug 928674 followup: Use Maybe<> to maybe-initialize an enum in AccessibleWrap.cpp, rather than shoehorning an integer with a sentinel value and static_casts. r=tbsaunde 2013-10-22 09:14:14 +02:00
Gijs Kruitbosch
9e08212619 Merge mozilla-central and ux 2013-10-17 13:48:43 +02:00
Gijs Kruitbosch
6ad1150e33 Merge mozilla-central and ux 2013-10-16 23:24:59 +02:00
Jonathan Watt
844e130f1e Bug 927326 - Disable testing of <input type=number> in test_HTMLSpec.html until bug 559761 is fixed. r=surkov 2013-10-16 14:43:03 +01:00
Gijs Kruitbosch
260f898123 Merge mozilla-central and ux 2013-10-15 08:27:26 +02:00
Eitan Isaacson
9e9e073152 Bug 924284 - Output accessible values. r=yzen 2013-10-14 12:56:19 -07:00
Eitan Isaacson
03fc9323ac Bug 915458 - Land on nesting labels instead of their children, and present them correctly. r=yzen 2013-10-14 12:56:19 -07:00
Gijs Kruitbosch
b4a7a6d253 Merge mozilla-central and ux 2013-10-11 10:08:05 +02:00
Ehsan Akhgari
bb7810ceea Bug 924019 - Do not assume that PRUnichar and UniChar/unichar are the same type; r=smichaud 2013-10-10 12:59:40 -04:00
Gijs Kruitbosch
f66f8124ef Merge mozilla-central and ux 2013-10-09 13:39:14 +02:00
Ryan VanderMeulen
9abde8f9b2 Backed out 2 changesets (bug 915757, bug 919885) for frequent Android Armv6 mochitest-8 crashes.
Backed out changeset 04610078280c (bug 915757)
Backed out changeset db9190b3ce60 (bug 919885)
2013-10-14 14:38:54 -04:00
Kyle Huey
e2f7b57b3e Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug 2013-10-14 19:58:25 +08:00
Gijs Kruitbosch
4ef230e3b8 Merge m-c to ux 2013-10-03 17:20:04 +02:00
Ms2ger
4c35b806f8 Merge m-c to inbound. 2013-10-03 11:09:17 +02:00
Ms2ger
f4153f40d4 Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps 2013-10-03 09:11:13 +02:00
Ms2ger
24a2e9c09e Bug 912099 - Part a: Make sure CPP_SOURCES only points to existing files in most of the tree; r=mshal 2013-10-03 09:10:00 +02:00
Ms2ger
1ee1f27aa3 Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +02:00
Gijs Kruitbosch
581cdb7e45 Merge mozilla-central and ux 2013-10-02 20:41:14 +02:00
Gijs Kruitbosch
1eb9880322 Merge mozilla-central and ux 2013-10-02 09:48:41 +02:00
Gijs Kruitbosch
d4692f3c09 Merge m-c to UX 2013-10-01 12:00:42 +02:00
Masayuki Nakano
9aaf116c1c Bug 920377 part.32 Get rid of nsMouseEvent r=roc 2013-10-02 15:38:27 +09:00
Gijs Kruitbosch
e69a32b297 Merge m-c to UX 2013-10-01 00:36:26 +02:00
Jan Beich
1a574ea1a3 Bug 921658 - Don't rely on platform-dependent std::abs(). r=surkov 2013-09-30 11:56:44 -04:00
Gijs Kruitbosch
e604070b3f Merge mozilla-central and ux 2013-09-28 09:59:15 +02:00
Alexander Surkov
dfb0b2148d Bug 922184 - move IAccessible2 implementation into separate class, r=tbsaunde
--HG--
rename : accessible/src/windows/msaa/AccessibleWrap.cpp => accessible/src/windows/ia2/ia2Accessible.cpp
rename : accessible/src/windows/msaa/AccessibleWrap.h => accessible/src/windows/ia2/ia2Accessible.h
2013-09-30 18:40:05 -04:00
Gregory Szorc
36e28f1f8a Bug 920223 - Part 4: Mass convert MOCHITEST_A11Y_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:09 +02:00
Gijs Kruitbosch
7ff3b4b7d0 Merge mozilla-central and ux 2013-09-27 10:35:54 +02:00
Ryan VanderMeulen
1286b0b31d Merge fx-team to m-c. 2013-09-26 21:36:35 -04:00
Gijs Kruitbosch
61d5ef43b7 Merge mozilla-central and ux 2013-09-26 10:26:16 +02:00
Trevor Saunders
9860f6a1ae bug 920738 - don't unbind accessibles in XULTextFieldAccessible::CacheChildren() r=surkov 2013-09-25 16:30:00 -04:00
Eitan Isaacson
131d1d31a7 Bug 920844 - Improve listbox support. r=marcoz 2013-09-26 12:59:21 -07:00
Mats Palmgren
4974add798 Bug 919318 - Drop the Get prefix on the frame methods GetFirstContinuation, GetLastContinuation, GetFirstInFlow, GetLastInFlow and also on nsLayoutUtils::GetLastContinuationWithChild, because they never return null. r=dholbert 2013-09-25 11:42:34 +00:00
Ed Morley
7e2dd0546a Backed out changeset 39a308770f17 (bug 920223) 2013-09-30 12:50:02 +01:00
Gregory Szorc
00778cbb7e Bug 920223 - Part 4: Mass convert MOCHITEST_A11Y_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:09 +02:00
Gijs Kruitbosch
90f1167a48 Merge mozilla-central and ux 2013-09-25 10:16:54 +02:00
Gijs Kruitbosch
4d06bc4b7e Merge mozilla-central and ux 2013-09-24 14:55:03 +02:00
Martijn Wargers
e49d1bf33b Bug 917061 - Fix the last 2 crashtests that use enablePrivilege. r=dholbert 2013-09-25 20:03:38 +02:00
Masayuki Nakano
f90a5b1125 Bug 912956 part.18 Remove nsGUIEvent.h r=roc 2013-09-25 20:21:22 +09:00
Masayuki Nakano
4983de6d4c Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc 2013-09-25 20:21:18 +09:00
Masayuki Nakano
743fbc6e59 Bug 912956 part.13 mozilla/TouchEvents.h should be included directly r=roc 2013-09-25 20:21:16 +09:00
Trevor Saunders
9982d6608f bug 920033 - shut up the overloaded virtual warning about Accessible::GroupPosition() r=davidb 2013-09-24 10:12:54 -04:00
Chris Peterson
4721ba7e58 Bug 919403 - Fix warning about DocAccessible ctor's initialization order. r=tbsaunde 2013-09-22 22:37:19 -07:00
Ehsan Akhgari
c8d51e9ce2 Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg 2013-09-23 13:29:27 -04:00
Eitan Isaacson
6c5e9dfafa Bug 918598 - Support touch typing. r=marcoz r=davidb 2013-09-23 10:28:10 -07:00
Eitan Isaacson
0e6d40bfbc Bug 919054 - Use Audio node instead of audio API. r=marcoz 2013-09-23 10:28:10 -07:00
Ehsan Akhgari
7233ba7103 Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg 2013-09-23 13:25:00 -04:00
Gijs Kruitbosch
bbf2cef672 Merge mozilla-central and ux 2013-09-21 13:14:05 +02:00
Gijs Kruitbosch
cae541b6a5 Merge mozilla-central and ux 2013-09-20 11:54:02 +02:00
Gijs Kruitbosch
ad93de7f1e Merge m-c to UX
--HG--
rename : browser/base/content/test/Makefile.in => browser/base/content/test/general/Makefile.in
rename : browser/base/content/test/browser_bug462289.js => browser/base/content/test/general/browser_bug462289.js
rename : browser/base/content/test/browser_bug624734.js => browser/base/content/test/general/browser_bug624734.js
rename : browser/base/content/test/head.js => browser/base/content/test/general/head.js
2013-09-19 17:15:24 +02:00
Gijs Kruitbosch
832fa93f0a Merge mozilla-central and ux 2013-09-19 09:09:59 +02:00
Gijs Kruitbosch
3f371ab30b Merge mozilla-central and ux 2013-09-18 14:54:29 +02:00
Gijs Kruitbosch
aeaa73f245 Merge m-c to UX 2013-09-18 10:31:05 +02:00
Bobby Holley
9b8ce9a9f5 Bug 905909 - Avoid infinite recursion in nsTreeBodyFrame. v1
--HG--
extra : rebase_source : ed9efcd923249d5c7efebf9185ea431140878efc
2013-09-13 04:02:30 -07:00
Bobby Holley
76af02534c Bug 874502 part 3. Fix a11y tests to not assume synchronous window closing. r=tbsaunde 2013-09-17 17:45:47 -04:00