Commit Graph

87 Commits

Author SHA1 Message Date
aaronleventhal@moonset.net
81d84d4218 Backing out until I have fix for bustage 2008-01-17 18:49:04 -08:00
aaronleventhal@moonset.net
f93ffe1641 Bug 412644. Crash [ @ atk/nsAccessibleWrap::FireAccessibleEvent ]. r=ginn.chen, a=schrep 2008-01-17 18:33:56 -08:00
aaronleventhal@moonset.net
551e3e8cb6 Bug 408997. A11y hierarchy missing in some cases. r=evan.yan, a=beltzner 2008-01-11 12:50:27 -08:00
aaronleventhal@moonset.net
c2a06a7cd9 Bug 409474. Round of crash fixes for a11y. r=surkov, a=beltzner 2007-12-26 21:13:40 -08:00
aaronleventhal@moonset.net
fe7f4d5bdb Bug 398910. Remove support for namespaced ARIA properties since they are no longer official (we are pre-1.0). r=surkov, r=ginn, r=bienvenu, r=mano, r=mconnor, r+sr=neil 2007-12-11 18:10:26 -08:00
aaronleventhal@moonset.net
a07336ecf3 Bug 405810. Expose line-number object attribute for caret in focused area. r=ginn, sr=roc, a=schrep 2007-12-11 06:15:21 -08:00
aaronleventhal@moonset.net
636894e444 Bug 403260. Set active state on current ARIA item in a container. r=surkov, a=beltzner 2007-12-10 19:30:02 -08:00
aaronleventhal@moonset.net
5647e82e6f Bug 406019. EVENT_ALERT and EVENT_MENUPOPUPSTART broken for ARIA widgets. r=evan.yan, a=dsicore 2007-12-04 21:06:59 -08:00
aaronleventhal@moonset.net
f9035075db Bug 406838. Crash [@ nsDocAccessible::InvalidateCacheSubtree]. r=gijs, a=dsicore 2007-12-04 18:51:22 -08:00
aaronleventhal@moonset.net
b13538943e Bug 405414. nsDocAccessible is not destroyed when closing a tab. Patch by Ginn Chen. r=aaronlev, a=dsicore 2007-11-30 11:47:16 -08:00
aaronleventhal@moonset.net
2e6d1954af Bug 405552. Crash [@ nsHyperTextAccessible::ContentToRenderedOffset ]. r=evan.yan, a=dsicore 2007-11-27 10:12:15 -08:00
aaronleventhal@moonset.net
bd73abbf58 Bug 404380. Crash [ @ FireDelayedToolkitEvent ]. Fix part 2. Patch by Ginn Chen. r=aaronlev, a=dsicore 2007-11-27 10:08:50 -08:00
aaronleventhal@moonset.net
de32cb5f0a Bug 385070. Accessible subtrees for anonymous content need to be shut down. Patch by Evan Yan. r=aaronlev, r+sr=roc for layout part, a=dsicor 2007-11-20 12:39:36 -08:00
aaronleventhal@moonset.net
b90aa77dc8 Backing out bug 398021, it caused regression bug 404343. 2007-11-20 11:54:18 -08:00
Evan.Yan@Sun.COM
42d1005186 back out patch of bug 385070 which broke accessible tree, to make nightly build safe 2007-11-16 01:12:58 -08:00
aaronleventhal@moonset.net
6c34d177ea Bug 385070. Nodes in anonymous content trees that are hidden not being shut down. Patch by Evan Yan. r=aaronlev, r+sr=roc, a=mconnor 2007-11-15 17:38:33 -08:00
aaronleventhal@moonset.net
6e829bde0e Bug 403794. GetState() cleanup to fix some crashes on defunct objects and some incorrect states, and remove some code that is no longer necessary. r=surkov, a=dsicore 2007-11-15 11:53:40 -08:00
aaronleventhal@moonset.net
0d763e0583 Bug 398021. Crash [@ nsAccessible::GetFinalRole] with moving options and using visibility: hidden. r=surkov, a=schrep 2007-11-15 07:33:52 -08:00
surkov.alexander@gmail.com
b4b1930bd1 Bug 386551 - expose ARIA description on document, r=aaronlev, a=dsicore 2007-10-11 23:58:18 -07:00
aaronleventhal@moonset.net
22b88d0b75 Bug 399195. Shutdown leaks when a11y active. r=surkov, a=dsicore 2007-10-10 09:51:45 -07:00
aaronleventhal@moonset.net
108695989f Bug 393660. When non-accessible node is removed/shown, fire events for accessible first-line descendants. Patch put together by both Surkov and aaronlev, r=aaronlev, r=surkov, a=dsicore 2007-10-06 09:24:57 -07:00
aaronleventhal@moonset.net
937ca6a1c5 Bug 396005. Severe performance degredation regression when a11y active. r=surkov, a=dsicore 2007-10-01 11:27:13 -07:00
aaronleventhal@moonset.net
6a94bd01ac Bug 397112. Crash [@ nsAccessible::GetFirstChild] moving text out of an option. Patch by Alexander Surkov and Mats Palmgren. r=aaronlev 2007-09-28 13:55:46 -07:00
aaronleventhal@moonset.net
1667a68178 Bug 397100. Make non-namespaced role values also work in XHTML, SVG and XUL (synch with html). r=surkov, a=dsicore 2007-09-28 11:16:05 -07:00
surkov.alexander@gmail.com
cb674c33c4 Bug 392614 - Assertion typing in URL bar, r=aaronlev, a=dsicore 2007-09-24 20:40:11 -07:00
aaronleventhal@moonset.net
4b182e53cc Bug 396632. Don't require namespaces when using ARIA properties in text/html 2007-09-24 18:19:03 -07:00
ginn.chen@sun.com
e476a61105 Bug 396153 No need to emit attributes_changed event for anchor jump r=aaronleventhal a=dsicore 2007-09-18 23:41:45 -07:00
aaronleventhal@moonset.net
558c745412 Bug 395909. Should not require namespaces for ARIA role usage in text/html. r=surkov, a=dsicore 2007-09-18 14:43:19 -07:00
aaronleventhal@moonset.net
6d155e561f Bug 378540. GetTextAtOffset() broken for word boundaries. r=surkov, a=dsicore 2007-09-18 14:36:41 -07:00
aaronleventhal@moonset.net
66eca0043e Bug 394198. Crash in nsDocAccessible::TakeFocus(). Patch by Evan Yan, r=aaronlev, a=dsicore. Leaving open for a better fix 2007-09-05 06:40:57 -07:00
surkov.alexander@gmail.com
bd0596c6d9 bustage fix bug 390414 2007-09-05 01:42:59 -07:00
surkov.alexander@gmail.com
d91459d49c 390414 - text-changed:delete event details no longer correct effective, r=aaronlev, sr=bz, a=dsicore 2007-09-05 01:22:17 -07:00
surkov.alexander@gmail.com
28a058226e bug 377302 - implement nsIAccessNode::scrollToPoint, r=aaronlev, sr=roc, a=dsicore 2007-09-05 00:39:09 -07:00
aaronleventhal@moonset.net
1feece21b5 Bug 392153. Form to file a bug is missing from MSAA tree. r=ginn.chen, a=dsicore 2007-08-30 11:48:24 -07:00
aaronleventhal@moonset.net
254ef80129 Bug 391846. Fire correct text change events when a node is shown or hidden. r=surkov, sr=sicking, a=sicking 2007-08-28 14:57:53 -07:00
aaronleventhal@moonset.net
58c42ae751 Bug 392836. Fire MSAA menu start/end events on ARIA menubar object, not on root accessible. r=ginn.chen, a=dsicore 2007-08-20 20:16:27 -07:00
aaronleventhal@moonset.net
e283d1ce73 Bug 388930. Fix assertions on Linux accessibility without breaking text change events in form controls. r=surkov, a=dsicore 2007-08-17 11:25:13 -07:00
aaronleventhal@moonset.net
889126ed9e Fix debug spew for bz -- just change #ifdef DEBUG to DEBUG_A11Y, not part of release build 2007-08-17 11:21:49 -07:00
aaronleventhal@moonset.net
94c7e5e424 Bug 392243. Reintroduce MSAA EVENT_REORDER, it is actually being used although usage should eventually go away in favor of SHOW and HIDE. r=ginn.chen, a=dsicore 2007-08-15 13:51:48 -07:00
aaronleventhal@moonset.net
eab8ae7231 Reversing accidental part of checkin which didn't have review yet. 2007-08-14 17:54:57 -07:00
aaronleventhal@moonset.net
9732643eec Bug 389851. Accessible value not working with ARIA progressbars and sliders. r=scott@bashautomation.com, a=dsicore 2007-08-14 17:53:32 -07:00
aaronleventhal@moonset.net
9e5c2b11da Bug 391847. Coalesce accessible mutation events for the same subtree. r=ginn.chen, sr=bz, a=bz 2007-08-14 11:47:49 -07:00
aaronleventhal@moonset.net
522cddce7d Bug 390767. Support editable state and interface for contentEditable and designMode documents and their content. r=ginn.chen, a=dsicore 2007-08-14 09:25:24 -07:00
aaronleventhal@moonset.net
218a2fef08 Bug 392058. Fire accessible state change events when ARIA pressed state changes. r=simon.bates, a=dsicore 2007-08-14 09:15:12 -07:00
aaronleventhal@moonset.net
4c1685120f Bug 390692. Fix live region support to provide useful information on the node that's being shown or hidden, or has a text change event. r=ginn.chen, sr=roc, a=roc 2007-08-10 18:44:44 -07:00
aaronleventhal@moonset.net
aa2e3ce0f2 Bug 388930. gsignal.c:2271 signal name 'text_caret_moved' is invalid for instance. patch by Ginn Chen, r=aaronlev, a=dsicore 2007-08-10 12:36:55 -07:00
ginn.chen@sun.com
079c625fb0 Bug 389973 GTK accessibility make rendering of large file list pages slow, busy freezing all UI r=aaronleventhal a=dsicore 2007-08-05 20:19:37 -07:00
aaronleventhal@moonset.net
2561c55575 bug 348901. Remove extra whitespace from source when exposing accessible text. r+sr=roc, r=surkov. a=dbaron 2007-08-03 18:12:24 -07:00
surkov.alexander@gmail.com
86a7c73f23 bug 371394 - Fire text changed event when content of hypertext accessible is changed, r=ginn.chen 2007-07-25 04:54:15 -07:00
surkov.alexander@gmail.com
9ebfcd078b Bug 388910 - building with disabled MOZ_XUL failed, patch=romaxa@gmail.com, r=me, sr=neil 2007-07-24 00:50:51 -07:00