surkov.alexander@gmail.com
|
119d2a6012
|
Fix for bug 378038 - implement nsIWinAccessNode::queryNativeInterface, r=aaronlev, sr=neil
|
2007-05-02 08:47:10 -07:00 |
|
bzbarsky@mit.edu
|
32d3d359f4
|
Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me
|
2007-05-01 15:24:20 -07:00 |
|
surkov.alexander@gmail.com
|
44dc756708
|
Fix for bug 378038 - expose IAccessibleText and IAccessibleEditableText, r=aaronlev, sr=neil
|
2007-05-01 10:08:26 -07:00 |
|
ginn.chen@sun.com
|
630f4bbe08
|
Bug 360578 add-on dialog buttons not spoken by Orcapatch by tiger.zhang r=aaronleventhalalso contains a fix for compiler warning
|
2007-04-30 23:03:08 -07:00 |
|
ginn.chen@sun.com
|
3809455592
|
Bug 378709 CheckMaiAtkObject(aAtkObj) failing too oftenr=aaronleventhal
|
2007-04-30 22:57:51 -07:00 |
|
aaronleventhal@moonset.net
|
a4fe6259cf
|
Bug 368191. Use correct variable in QI for activedescendant support. r=david.bolter
|
2007-04-27 08:17:07 -07:00 |
|
aaronleventhal@moonset.net
|
bac12bc2af
|
Bug 363214. TakeFocus/grabFocus not working on document accessible. r=mats
|
2007-04-27 08:15:19 -07:00 |
|
aaronleventhal@moonset.net
|
65e80f5041
|
Bug 370163. Fix a11y hierarchy for selects with optgroup. r=evan.yan
|
2007-04-25 08:11:02 -07:00 |
|
ginn.chen@sun.com
|
6aeb263096
|
Bug 378563 warning in getNameCB when opening a new pager=aaronleventhal
|
2007-04-24 21:19:26 -07:00 |
|
ginn.chen@sun.com
|
eb7749a57b
|
Bug 378561 Fire STATE_CHANGE event without specified stater=aaronleventhal
|
2007-04-24 21:11:34 -07:00 |
|
aaronleventhal@moonset.net
|
760417b6c3
|
Bug 376275. getTextAtOffset returns bad text, start, end offsets for bulletted list. r=surkov
|
2007-04-24 11:25:00 -07:00 |
|
aaronleventhal@moonset.net
|
8dda39f551
|
Bug 377767. Crash when closing page info dialog at the media tab. r=surkov
|
2007-04-24 11:20:52 -07:00 |
|
aaronleventhal@moonset.net
|
1c25a61a15
|
Bug 378465. Clean up some irrelevant warnings on console related to a11y. r=surkov
|
2007-04-24 08:42:33 -07:00 |
|
aaronleventhal@moonset.net
|
78a3b2ce48
|
Bug 378171. Offscreen should always be true for hidden elements. r=surkov
|
2007-04-23 08:41:26 -07:00 |
|
aaronleventhal@moonset.net
|
1abfc5edb1
|
Bug 377737. Fix Shutdown() process for a11y objects whose refcount becomes 0. Patch by mats.palmgren. r=aaronlev, sr=bz
|
2007-04-23 08:37:55 -07:00 |
|
benjamin@smedbergs.us
|
2e25a321f8
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 07:21:53 -07:00 |
|
surkov.alexander@gmail.com
|
d597d38157
|
Fix for bug 378197 - use nsIAccessibleCoordinateType in nsIAccessibleText, r=evan.yan
|
2007-04-23 05:00:45 -07:00 |
|
surkov.alexander@gmail.com
|
99631d0fd9
|
Fix for bug 377750 - assertion in DOMi when accessible object is explored, r=aaronlev
|
2007-04-20 06:35:35 -07:00 |
|
aaronleventhal@moonset.net
|
5e3e54cf04
|
Bug 378171. Clean up IsVisible(). r=surkov
|
2007-04-20 06:21:33 -07:00 |
|
surkov.alexander@gmail.com
|
d627f75031
|
Fix for bug 377756 - move property change events code to atk, r=ginn.chen
|
2007-04-20 00:29:08 -07:00 |
|
ginn.chen@sun.com
|
2412cd0f7c
|
Bug 375934 support rowspan/colspan for HTML table cell accessiblepatch by Evan.Yan at sun.com r=surkov.alexander
|
2007-04-19 23:11:14 -07:00 |
|
surkov.alexander@gmail.com
|
6a8686893f
|
Fix for bug 377294 - implement IA2::attributes, r=aaronlev, sr=neil
|
2007-04-19 21:48:04 -07:00 |
|
aaronleventhal@moonset.net
|
a14c9e3563
|
Checking bug 255088 again, but this time without leak. Original patch was r=surkov
|
2007-04-19 10:49:13 -07:00 |
|
aaronleventhal@moonset.net
|
214fddb038
|
Backing out bug 255088 to fix orange tbox
|
2007-04-19 09:15:04 -07:00 |
|
aaronleventhal@moonset.net
|
52d8c74cae
|
Backing out experimental TakeFocus() changes which weren't supposed to be part of previous checkin
|
2007-04-19 08:14:41 -07:00 |
|
aaronleventhal@moonset.net
|
7677b6ff6e
|
Bug 370651. Fire correct caret moved event for jumps to empty anchors. r=ginn.chen
|
2007-04-19 06:56:09 -07:00 |
|
aaronleventhal@moonset.net
|
240f1e242c
|
Bug 352205. Swallow duplicate caret move events. r=ginn.chen
|
2007-04-19 06:53:34 -07:00 |
|
ginn.chen@sun.com
|
ae81435dcb
|
Bug 377617 fix 2 typos
|
2007-04-19 06:17:58 -07:00 |
|
aaronleventhal@moonset.net
|
cc336917b2
|
Bug 255088. Fire state change sensitive and enabled for changes to disabled attribute. r=surkov
|
2007-04-19 06:16:23 -07:00 |
|
aaronleventhal@moonset.net
|
8d2f32e20f
|
Fixing bustage -- missing part of patch
|
2007-04-18 08:56:29 -07:00 |
|
aaronleventhal@moonset.net
|
17c7878afb
|
Bug 376468. Crash with Orca and combo boxes. Patch by Evan Yan. r=aaronlev
|
2007-04-18 08:44:49 -07:00 |
|
aaronleventhal@moonset.net
|
8ac87b81e6
|
Bug 377800. Too many warnings for accessibility in console. r=surkov
|
2007-04-18 06:40:52 -07:00 |
|
surkov.alexander@gmail.com
|
9ce8d030bc
|
Fix for bug 377612 - move out state change events handling from atk, r=ginn.chen
|
2007-04-17 05:39:10 -07:00 |
|
surkov.alexander@gmail.com
|
16b33e3aba
|
Fix for bug 377617 - get rid of AtkTextChange struct, r=ginn.chen
|
2007-04-16 23:52:52 -07:00 |
|
ginn.chen@sun.com
|
1d6231fecc
|
Bug 377732 Firefox keep crashing after "Previous Session Restore" dialog,@nsRootAccessibleWrap::HandleEventWithTargetr=aaronleventhal
|
2007-04-16 23:15:58 -07:00 |
|
surkov.alexander@gmail.com
|
26c2c1ad4a
|
Fix for bug 376832 - L0, 1 of 1 being exposed for acc_description on everything, r=aaronlev
|
2007-04-16 22:13:24 -07:00 |
|
surkov.alexander@gmail.com
|
753bc81fa3
|
Fix for bug 374711 - ARIA state change events not working in ATK, patch=aaronlev, me, r=aaronlev
|
2007-04-16 21:45:42 -07:00 |
|
aaronleventhal@moonset.net
|
4fbb345683
|
Fixing bustage -- missed part of checkin
|
2007-04-16 14:35:42 -07:00 |
|
aaronleventhal@moonset.net
|
a43116707a
|
Bug 377470. Avoid caching drop down list frame for combo boxes. Patch by Mats Palmgren. r=aaronlev
|
2007-04-16 14:11:29 -07:00 |
|
aaronleventhal@moonset.net
|
b9cba37c4e
|
Bug 377644. Move MSAA event firing to accessible wrap, to fix missing events. Patch by Alexander Surkov. r=aaronlev
|
2007-04-16 13:23:00 -07:00 |
|
surkov.alexander@gmail.com
|
8a6bb36f5b
|
Fix VC6 compile problem for bug 377037, r=neil
|
2007-04-16 02:27:38 -07:00 |
|
dbaron@dbaron.org
|
f7cf8f5378
|
Reverting previous change but leaving it commented out, per bug 374332 comment 7.
|
2007-04-15 23:36:42 -07:00 |
|
ginn.chen@sun.com
|
9377d88407
|
Bug 377514 AT-SPI focus events no longer being genratedpatch by alexender.surkov review=ginn.chen
|
2007-04-15 19:21:49 -07:00 |
|
dbaron@dbaron.org
|
10314006af
|
Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg
|
2007-04-15 15:22:58 -07:00 |
|
aaronleventhal@moonset.net
|
c8019f653b
|
Comment only change to remove XXX after issue resolution in WAI-PF face to face meetings on WAI-ARIA specifications. No review for comment clarification.
|
2007-04-13 06:53:13 -07:00 |
|
aaronleventhal@moonset.net
|
2e98f3e467
|
Bug 356829. Do not expose table layout-guess=true when table is inside editable area. r=ginn.chen
|
2007-04-13 04:38:43 -07:00 |
|
surkov.alexander@gmail.com
|
1d7231dbba
|
Fix for bug 377037 - get rid of StateChange struct, r=ginn.chen
|
2007-04-12 23:03:30 -07:00 |
|
surkov.alexander@gmail.com
|
c42b24bed5
|
Fix for bug 377285 - sync nsIAccessNode::scrollTo with IA2, r=aaronlev
|
2007-04-12 09:54:09 -07:00 |
|
aaronleventhal@moonset.net
|
0130acd0af
|
Bug 376924. Traversing the accessible tree after changes to CSS display property can crash Firefox. r=mats.palmgren
|
2007-04-12 08:04:24 -07:00 |
|
aaronleventhal@moonset.net
|
ab3b8ebd5c
|
Bug 377123. Crash in profile manager when Create button pressed. r=Olli.Pettay
|
2007-04-12 07:47:55 -07:00 |
|