Ehsan Akhgari
92064e6d3f
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
...
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Alexander Surkov
e4053e0029
Bug 692819 - Assertion 'Shutdown the shutdown accessible' when collapse XUL tree, r=tbsaunde
2011-10-17 22:49:34 +09:00
Alexander Surkov
cb91797c4e
Bug 546068 - Position is not being updated when atk_text_set_caret_offset is used, r=marcoz, enndeakin
2011-10-16 12:38:19 +09:00
Jeff Walden
b5e57820bf
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
...
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
2011-10-10 22:50:08 -07:00
Ed Morley
abc3c40af5
Merge last green changeset of mozilla-inbound to mozilla-central
2011-10-14 10:58:43 +01:00
Alexander Surkov
059329d972
Bug 692608 - 'ASSERTION: Flush during accessible tree update' adding iframe, r=tbsaunde
2011-10-14 11:33:41 +09:00
Marco Bonardo
b478778440
Merge last green changeset from mozilla-inbound to mozilla-central
2011-10-13 15:48:46 +02:00
Jeff Walden
d0532c3e95
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
2011-10-12 12:21:53 -07:00
Jeff Walden
0f30b277bf
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
...
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
2011-10-10 22:50:08 -07:00
Jim Mathies
5a9bfe4768
Bug 677883 - Bypass deferred message processing for accessible tab windows. Fixes occasional wm_getobject query failures, which must be responded to. r=davidb
2011-10-11 11:11:35 -05:00
Alexander Surkov
4a813d4e60
Bug 506206 - ASSERTION: There should always be a DOM node for an event, one more patch, r=davidb
2011-10-12 00:33:06 +09:00
Alexander Surkov
61f6aa044b
Bug 679271 - Intermittent a11y/accessible/events/test_tree.xul | Test timed out, sometimes with a leak, r=marcoz
2011-10-12 00:32:57 +09:00
Alexander Surkov
82e9a39d4d
Bug 691443 - crash [@ nsAccessibleWrap::GetHWNDFor], r=davidb
2011-10-11 09:06:10 +09:00
Alexander Surkov
d9a7a40627
Bug 688126 - nsIAccessibleText::setSelectionBounds doesn't fire text selection changed events in some cases, r=marcoz, sr=smaug
2011-10-12 16:39:58 +09:00
Alexander Surkov
2a2d0d21c2
Bug 691734 - make sure scrolling start event is delivered after document focus, r=marcoz
2011-10-08 14:16:37 +09:00
Alexander Surkov
bca073dbec
Bug 559766 - add accessibility support for @list on HTML input and for HTML datalist, r=marcoz
2011-10-07 15:02:18 +09:00
Alexander Surkov
33c8126bac
Bug 679271 - enable logging for accessible/events/test_tree.xul, r=marcoz
2011-10-06 11:10:41 +09:00
Alexander Surkov
1086b607ab
Bug 634197 - assert if accessible tree update triggers reflow, r=bz, davidb
2011-10-06 11:10:30 +09:00
Marco Bonardo
79bc025663
Backout d5954910540e to check if it's causing the increase in m-oth leaks
2011-10-05 15:27:04 +02:00
Alexander Surkov
bdfc61ed5b
Bug 679271 - enable logging for evnts/test_tree.xul mochitest
2011-10-05 16:31:17 +09:00
Alexander Surkov
5f9e322d95
Bug 627718 - Map used for grouping is not accessible under certain circumstances, r=marcoz
2011-10-05 15:24:44 +09:00
Alexander Surkov
56a07fba48
Bug 691002 - get rid of odd image map accessible tree creation, r=marcoz
2011-10-04 22:05:17 +09:00
Marco Bonardo
f1d5a7f4c3
Merge mozilla-central to mozilla-inbound
2011-10-03 17:13:54 +02:00
Alexander Surkov
9a01142f8c
Bug 664142 - DEFAULT state exposed incorrectly for HTML, r=tbsaunde
2011-10-03 23:26:18 +09:00
Alexander Surkov
22725ca64a
Bug 691248 - XUL tree items shouldn't pick up relations from XUL tree, r=tbsaunde
2011-10-03 23:26:11 +09:00
Alexander Surkov
87d3cce6df
Bug 370396 - a11y mochitest for tabbox focus events, r=marcoz
2011-10-03 23:26:03 +09:00
Alexander Surkov
daf68ce765
Bug 684818 - shift+tab fails on editable document after context menu is closed: enable mochitest, r=marcoz
2011-10-03 19:06:27 +09:00
Ms2ger
2b1825325d
Bug 691041 - Remove unused variables origTargetContent and targetContent from nsRootAccessible::ProcessDOMEvent; r=surkov
2011-10-01 18:14:39 +02:00
Alexander Surkov
f5af8007c3
Bug 690222, follow up fix nsINode::GetChildAt usage
2011-10-01 12:53:57 +09:00
Alexander Surkov
6e07d7f738
Bug 690222 - data table elements used to determine layout-guess attribute shouldn't be picked from nested tables, r=davidb
2011-10-01 10:09:31 +09:00
Alexander Surkov
c116e6b189
Bug 682790 - ignore implicit label association when it's associated explicitly, r=marcoz
2011-09-30 13:38:20 +09:00
Trevor Saunders
1e44a0ac60
bug 682247 - telemetry for deprocated IAccessibleTable interface r=surkov
2011-09-15 23:39:15 -04:00
Trevor Saunders
97b4d94b79
bug 679786 - telemetry reporting use of ISimpleDOM* interfaces r=surkov
2011-08-17 10:43:20 -07:00
Michael Wu
d2b70213ac
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
...
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Alexander Surkov
d764accfee
Bug 687393 - HTML select options gets relation from containing label, r=tbsaunde
2011-09-29 12:13:08 +09:00
Adam Dane [:hobophobe]
2c59e05b59
bug 591249 - event dragleave not properly dispatched if drag-and-drop aborted with ESC within iframe. r=smaug
2011-09-26 15:55:04 -05:00
Alexander Surkov
85f57ffd5d
Bug 673958 - rework accessible focus handling, r=enndeaking, marcoz, tbsaunde, matspal, f=marcoz
...
--HG--
rename : accessible/tests/mochitest/test_aria_activedescendant.html => accessible/tests/mochitest/events/test_focus_aria_activedescendant.html
rename : accessible/tests/mochitest/events/test_focus.html => accessible/tests/mochitest/events/test_focus_dialog.html
rename : accessible/tests/mochitest/events/test_focusdoc.html => accessible/tests/mochitest/events/test_focus_doc.html
rename : accessible/tests/mochitest/events/test_focus.xul => accessible/tests/mochitest/events/test_focus_general.xul
rename : accessible/tests/mochitest/states/test_comboboxes.xul => accessible/tests/mochitest/states/test_expandable.xul
rename : accessible/tests/mochitest/test_nsIAccessible_selects.html => accessible/tests/mochitest/states/test_selects.html
2011-09-28 10:46:11 +09:00
Steven Michaud
ddcfdbda09
Bug 674612 - Text to Speech on Lion not reading highlighted text. r=surkov f=marco
2011-09-27 10:38:44 -05:00
Ed Morley
c45e298b6e
Bug 687389 - Fix MSVC 2010 warning C4005: '_WIN32_WINNT' : macro redefinition, for various files under accessible/public/*; r=khuey
2011-09-22 21:54:57 +01:00
Ms2ger
90a3810d3a
Bug 687096 - Remove entries for removed folders from LOCAL_INCLUDES; r=khuey
2011-09-18 11:22:18 +02:00
Trevor Saunders
a634cefede
bug 481395 - replace nsAccessibilityAtoms with nsGkAtoms r=surkov, sicking
2011-06-03 14:35:17 -07:00
Ehsan Akhgari
4df687ca99
Bug 686247 - Text control frames should accept dynamic changes to the CSS overflow property; r=bzbarsky,surkov
2011-09-13 15:09:51 -04:00
Mounir Lamouri
0d38832157
Bug 686545 - Fix build bustage with nsRefreshDriver/nsARefreshObserver not being defined. r=ehsan
...
The buld bustage only appears with some options being disabled in the
mozconfig. Likely, nsRefreshDriver.h is included by another hedear that isn't
included when an option is disabled.
2011-09-13 14:32:07 -07:00
Masayuki Nakano
9494e70c61
Bug 669028 part.5 accessible should use mozilla::LookAndFeel rather than nsILookAndFeel r=surkov.alexander
2011-09-09 11:27:12 +09:00
Marco Castelluccio
e47cab333b
Bug 672515 - remove nsIAccessible getAccessibleToRight/Left/Above/Below; r=trev.saunders
2011-09-05 17:49:28 +01:00
David Bolter
2feb04630a
Bug 681674 - aria-autocomplete not supported on standard form text input controls. r=tbsaunde,MarcoZ
2011-09-01 11:37:24 -04:00
Alexander Surkov
12f840102f
Bug 681905 - Crash [@ nsDocAccessible::ProcessContentInserted], r=davidb
2011-09-01 16:12:51 +09:00
Alexander Surkov
836f78cf04
Bug 682827 - Crash [@ nsINode::GetOwnerDoc], r=tbsaunde
2011-09-01 16:12:40 +09:00
Marco Castelluccio
a1151d128d
Bug 682744 - Sprinkle some do_QueryObject fairy dust around the tree; r=khuey
2011-08-30 22:45:31 +01:00
Marco Castelluccio
f9c95cd74f
Bug 675870 - Remove nsIAccessible::relationsCount and getRelation(); f=tbsaunde r=surkov.alexander
2011-08-27 11:49:40 +01:00