aaronl%netscape.com
924503d747
Bug 166504. Crash when closing down with accessibility running because of late object release from third party apps. r=jgaunt, sr=jst, a=dbaron
2003-02-13 22:56:18 +00:00
kyle.yuan%sun.com
68ce40b1b0
Bug 187208 give more information for menu
...
r=kyle.yuan, sr=bryner
2003-01-13 06:26:11 +00:00
bolian.yin%sun.com
6178ec0587
Bug 187209, role for toplevel should be "frame"
...
patch by simford.dong@sun.com , r=bolian. This is NOT for the default build.
2003-01-10 07:20:11 +00:00
bryner%netscape.com
26d5c6ff25
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
2003-01-09 06:49:07 +00:00
seawood%netscape.com
4588fb970a
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
kyle.yuan%sun.com
d58b422513
Bug 163816 Leaking 1 nsAccessibilityService and a bunch of nsGenericAccessible's
...
r=aaronl, sr=peterv
fix the wrong type cast in nsRootAccessible::AddAccessibleEventListener and get rid of the strong pointer to nsHTMLIFrameAccessible in nsHTMLIFrameRootAccessible
2002-12-19 09:35:00 +00:00
peterv%netscape.com
23b10864c8
Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
2002-11-29 23:44:07 +00:00
caillon%returnzero.com
841fa80ef0
Bug 181602 - use the newer pref APIs.
...
r=aaronl sr=peterv
2002-11-25 23:30:13 +00:00
kyle.yuan%sun.com
f2b399a24a
Bug 147755 nsIAccessible's accName returns empty string instead of picking up label for XUL listbox node
...
r=aaronl, sr=bzbarsky
extract accName by calling GetXULAccName()
2002-11-18 10:14:04 +00:00
seawood%netscape.com
d66c7fe9fe
Fix pointer casting for AIX 64-bit builds.
...
Thanks to Philip K. Warren <pkw@us.ibm.com> for the patch.
Bug #177906 r=cls sr=scc
2002-11-06 21:07:23 +00:00
kyle.yuan%sun.com
23c30adeaa
Bug 177451 [Active Accessibility] implement support for <toolbar>
...
r=aaronl, sr=jst
Bug 177453 [Active Accessibility] implement support for <hr>
r=aaronl, sr=jst
Bug 177646 [Active Accessibility] implement support for <tooltip>
r=aaronl, sr=jst
2002-11-06 01:29:58 +00:00
aaronl%netscape.com
1231e72dab
Bug 175842. Sending MSAA STATE_CHANGE event on old window, should be on new one. r=kyle, sr=jst, a=roc+moz
2002-10-30 07:46:34 +00:00
aaronl%netscape.com
1ca819e5c7
Bug 175827. Accessibility APIs: XUL and HTML comboboxes - when pulled down, should have initial MSAA focus event on first focused option. r=kyle, sr=alecf, a=dbaron
2002-10-25 02:53:45 +00:00
aaronl%netscape.com
f1118b17d1
Bug 175815. Accessibiltiy API's: don't fire MENUPOPUPSTART or MENUPOPUPEND events for HTML/XUL comboboxes. r=kyle, sr=alecf, a=dbaron
2002-10-25 02:50:24 +00:00
aaronl%netscape.com
2241088a7b
Bug 175814. MSAA menubar should have accessible name 'Application'. r=kyle, sr=alecf, a=dbaron
2002-10-25 02:47:05 +00:00
aaronl%netscape.com
8ece0f52ae
Bug 174902. HTML/XUL onchange events should not be used for MSAA EVENT_STATE_CHANGE events. r=kyle, sr=alecf, a=dbaron
2002-10-25 02:00:18 +00:00
aaronl%netscape.com
c67710c869
bug 174978. Accessibility APIs: when exposing <select>, accidentally exposing lots of garbage children. Also, this prevents it from stopping when there is a comment between options. r=kyle, sr=bzbarsky, a=roc+moz
2002-10-25 00:12:28 +00:00
aaronl%netscape.com
9c8423c0cd
Bug 173580. Active Accessibility: unable to get keyboard shortcut for Anchor text node. r=kyle, sr=alecf, a=roc+moz
2002-10-25 00:08:44 +00:00
aaronl%netscape.com
ea1b415a15
Accessibility APIs: give visibility hidden/collapsed STATE_HIDDEN. r=kyle, sr=alecf
2002-10-08 17:49:52 +00:00
timeless%mac.com
dde05047a5
Bug 171842 Build warning caused by checkin for bug 163834
...
patch by walk84@yahoo.com r=kyle sr=bryner
2002-10-08 02:11:00 +00:00
bryner%netscape.com
c4d52841f0
Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls.
2002-10-05 02:49:02 +00:00
kyle.yuan%sun.com
15aec4686f
Fix the bustage caused by my previous check in.
2002-09-30 02:04:50 +00:00
kyle.yuan%sun.com
7b6eb645bd
Bug 163834 Use correct Accessible object to fire event when text-caret moved and text-selection changed
...
r=aaronl, sr=bryner
2002-09-30 01:51:48 +00:00
kyle.yuan%sun.com
1d84fab5a2
Bug 164763 no enough arguments for ATK text-change and state-change events
...
r=aaronl, sr=jst
Bug 166322 Accessibility: better support for XUL tree
r=aaronl, sr=jst
2002-09-17 03:51:40 +00:00
dougt%netscape.com
c5e8f896cd
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
dougt%netscape.com
d94b37c68a
Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 05:38:16 +00:00
mjudge%netscape.com
50c6f53d6c
4302 r=jfrancis sr=kin. pageup/down bug with navigation.
2002-08-26 20:55:30 +00:00
aaronl%netscape.com
c7707b569a
Bug 163812: incorrect caching in accessibility leads to null ptr deref. r=jgaunt, sr=alecf. Bug 163815: Accessibility should not use nsCOMPtr with frames. r=jgaunt, sr=alecf
2002-08-22 22:32:35 +00:00
aaronl%netscape.com
d4fbea19d7
Complete fix for last night's bustage when checking in bug 132158 - forgot to check in MANIFEST.
2002-08-17 18:49:30 +00:00
aaronl%netscape.com
1a75f2a290
Temporarily fixing bustage until proper fix comes later
2002-08-17 04:05:50 +00:00
aaronl%netscape.com
96b6202731
Bug 132158. Active Accessibility: expose correct bounds information and accessible value for HTML areas. r=saari, sr=alecf.
2002-08-17 01:46:58 +00:00
gerv%gerv.net
ee117885c5
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
2002-08-10 08:39:43 +00:00
aaronl%netscape.com
526ac11f6a
Bug 158756. Need nsIViewManager::IsRectVisible to become GetRectVisisiblity, and return a reason why the rect wasn't visible. r=akk,roc+moz. sr=jst
2002-08-10 08:03:53 +00:00
aaronl%netscape.com
9d629216bd
Bug 160793. Active Accessibility: support broken images. r=kyle, sr=hewitt
2002-08-10 07:59:44 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
aaronl%netscape.com
a13df9feb3
Bug 160792. Active Accessibility: If title different from name, put it in description. Put the title in the name if there is no name. r=kyle, sr=jst
2002-08-10 07:46:31 +00:00
aaronl%netscape.com
ab2a5e3916
Bug 160334. Firing accessibilty API event too early when indicating doc ready for MSAA parsing. r=jgaunt, sr=bryner
2002-08-06 07:37:49 +00:00
aaronl%netscape.com
bef26c0961
Bug 160153. Accessibility: Report fully expanded URL's. r=jgaunt, sr=jst
2002-08-01 21:36:02 +00:00
jkeiser%netscape.com
252470c837
Change ns(I)GfxTextControlFrame(2) -> ns(I)TextControlFrame (bug 129909), r=rods
...
@netscape.com, sr=bzbarsky@mit.edu , a=asa
2002-07-26 20:57:24 +00:00
pete.zha%sun.com
abc79acf35
Translate nsIAccessible roles to ATK roles
...
bug=153816 r=aaronl sr=jst a=asa
2002-07-24 06:33:39 +00:00
kyle.yuan%sun.com
d363477241
Bug 157183 Even though XUL Element Tree is focusable, Both the inspect tool and API return wrong value
...
r=jgaunt, sr=jag, a=asa
2002-07-23 05:32:39 +00:00
kyle.yuan%sun.com
3973c17757
Bug 157485 Implement nsIAccessibleText for nsHTMLTextFieldAccessible
...
r=jgaunt, sr=jst, a=asa
2002-07-23 05:32:17 +00:00
pete.zha%sun.com
1cd50cbb13
Implementation the nsIAccessibleTable for XUL tree table
...
bug=155866, r=kyle, sr=jst, a=asa
2002-07-17 02:32:17 +00:00
pete.zha%sun.com
655223904d
Implementation of nsIAccessibleValue
...
bug=150606 r=kyle.yuan@sun.com sr=jag patch=gilbert.fang@sun.com
2002-07-15 02:23:23 +00:00
pete.zha%sun.com
d06b661e52
fix returned error code for nsIAccessibleHyperText implementation with nsIFrameAccessible
...
bug=155873 r=aaronl sr=jst patch=gilbert.fang@sun.com
2002-07-09 02:48:20 +00:00
bryner%netscape.com
122b978d08
Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag.
2002-07-08 07:56:50 +00:00
kyle.yuan%sun.com
55ee87199a
Bug 153852 Accessibility: Support selection_changed, text_changed and text_selection_changed events for ATK
...
r=aaronl, sr=jst
2002-07-05 06:20:15 +00:00
kyle.yuan%sun.com
c768cc10d5
Bug 147168 Implementation of nsIAccessibleHyperText
...
r=kyle, sr=jst
Check in for Gilber Fang's (gilbert.fang@sun.com ) fix
2002-07-04 04:58:54 +00:00
aaronl%netscape.com
a89f20a557
Bug 154691. Active Accessibility: support accTakeFocus() on link's children, as it is supported for link. r=kyle, sr=hewitt
2002-07-03 16:38:20 +00:00
aaronl%netscape.com
e1f297e5b8
Bug 132489. Caret still blinking when entering menus. r=bryner, sr=hewitt. Bug 154704. No accessibility events fired as menus exit. r=jgaunt, sr=jag. Bug 154721. Active accessibility: No accessible focus events fired for documents. r=kyle, sr=jst
2002-07-03 16:38:15 +00:00