aaronl%netscape.com
16e495e629
Bug 196946. Combine static accessibility libs into widget library. r=kyle, sr=alecf
2003-03-16 20:22:51 +00:00
jst%netscape.com
67c60923e6
Fixing bug 192837. Freezing the rest of the DOM HTML interfaces. r=fabian@imajes.info, sr=peterv@netscape.com
2003-03-14 07:00:53 +00:00
aaronl%netscape.com
a24f59a714
Bug 194977. Support <label> elements as ROLE_STATICTEXT like IE does, fix use of label name for controls when no form element. r=kyle, sr=henry
2003-03-06 18:50:39 +00:00
kyle.yuan%sun.com
69dac37f2b
Bug 194980 Accessible state change events no longer fired for checkboxes and radios
...
r=aaronl, sr=henry.jia
rewrite nsHTMLInputElement::FireEventForAccessibility() function
2003-03-05 03:20:17 +00:00
kyle.yuan%sun.com
bb2dc7a28b
sorry, forgot to correct the arguments names in .h file
2003-03-05 02:56:48 +00:00
kyle.yuan%sun.com
4bff80f975
Bug 193656 [ATK Accessibility] implement accessible object for block frame
...
r=aaronl, sr=henry.jia
2003-03-05 02:51:36 +00:00
kyle.yuan%sun.com
d7cb97a699
Bug 193987 need ability to fire event in any accObjects
...
r=aaronl, sr=henry.jia
2003-03-05 02:10:57 +00:00
kyle.yuan%sun.com
19e835f23a
Bug 166319 support getCharacterExtents for nsIAccessibleText
...
r=kyle.yuan, sr=henry.jia
Patch by simford.dong@sun.com
2003-02-27 10:07:58 +00:00
mkaply%us.ibm.com
5340bc50bc
IRIX bustage
2003-02-27 03:21:25 +00:00
aaronl%netscape.com
743f5bf616
Bug 193803. Expose iframes correctly in accessibility apis, fix iframe events. r=kyle, sr=henry
2003-02-27 02:04:43 +00:00
aaronl%netscape.com
c1e0b59d22
Bug 193797. Accessibility cleanup and fixes for <select>. r=kyle, sr=henry
2003-02-27 01:51:13 +00:00
timeless%mozdev.org
c875f1e532
Bug 191716 nsXULTabAccessible.cpp:281: warning: unused variable `classPluginViewerImpl * viewer'
...
r=jgaunt sr=henry.jia
2003-02-23 04:41:15 +00:00
kyle.yuan%sun.com
e22d5551d2
Bug 177638 [ATK Accessibility] don't create object for popup which is not showing
...
r=aaronl, sr=henry.jia
2003-02-22 14:05:50 +00:00
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
jgaunt%netscape.com
366a074c3c
bug 78390 accessible support for full page PDFs
...
r=aaronl,peterl
sr=jst
2002-07-02 17:39:40 +00:00
kyle.yuan%sun.com
55a26ba200
Bug 150603 Implementation of nsIAccessibleHyperLink
...
r=kyle, aaronl, sr=jst
Thanks for Gilbert Fang's (gilbert.fang@sun.com ) fix
2002-07-02 05:37:35 +00:00
kyle.yuan%sun.com
e6eca412ac
Bug 154196 nsIAccessible's accState returns wrong value for XUL Treeitem node
...
r=aaronl, sr=jag
override acctakefocus, acctakeselection, accremoveselection for treeitem
2002-07-02 02:01:00 +00:00
kyle.yuan%sun.com
ca5e36350c
Bug 154285 Mozilla crashes when i try to get HTML Radio button accessible node
...
r=aaronl, sr=jag
move nsLayoutAtoms::AddRefAtoms() from nsRootAccessible to nsAccessibilityService
2002-07-02 01:53:16 +00:00
aaronl%netscape.com
b7707df905
Bug 154340. Active Accessibility: name attribute should not map to nsIAccessible::GetAccName(). r=kyle, sr=hewitt
2002-06-27 21:18:56 +00:00
kyle.yuan%sun.com
c6746b716f
Bug 149856 [XBLFC] Active Accessibility: support XBL-based HTML button
...
r=aaronl, sr=jst
2002-06-26 01:53:11 +00:00
aaronl%netscape.com
e634b069e0
Bug 153196. Active Accessibility: support MSAA caret object and events. r=kyle, sr=kin
2002-06-25 22:54:23 +00:00
kyle.yuan%sun.com
1678cfe94f
Bug 152786 The framework of new event interface between nsIAccessible and ATK
...
r=aaronl, sr=jst
2002-06-25 05:04:17 +00:00
aaronl%netscape.com
4d3c25821a
Active Accessibility: XUL property pages (tab panels) should not report themselves as STATE_FOCUSABLE
2002-06-25 02:41:44 +00:00
kyle.yuan%sun.com
a5234ef0dd
Bug 151048 Implemetation of nsIAccessibleText
...
second step: other files
2002-06-24 01:22:35 +00:00
kyle.yuan%sun.com
0ff1a9d47d
Bug 151048 Implemetation of nsIAccessibleText
...
r=aaronl, sr=jst
first step: the new files
2002-06-24 01:13:56 +00:00
kyle.yuan%sun.com
95595be4ce
For Bug 146400 To merge nsIAccessibleSelectable and nsIAccessibleSelection.
...
I forgot to remove nsIAccessibleSelection.idl. We don't need this file any more.
2002-06-23 03:41:40 +00:00
aaronl%netscape.com
9d42017d1b
Missing part of checkin. Fixes breakage
2002-06-21 05:54:47 +00:00
aaronl%netscape.com
14d4c44cbb
Bug 151298. Correct accessible state for XUL radio buttons -should have STATE_FOCUSED when radio button is focused. r=jgaunt, sr=jst
2002-06-21 04:54:34 +00:00
aaronl%netscape.com
0a5c184950
Bug 151914. Correct accessible state for XUL menubar - should not have STATE_FOCUSABLE bit set. r=kyle, sr=jst
2002-06-21 04:47:13 +00:00
aaronl%netscape.com
4106bfd040
Bug 152370. Active Accessibility: correct accessible value for XUL listbox and combobox. r=kyle, sr=jst.
2002-06-21 04:44:26 +00:00
aaronl%netscape.com
22f84df25c
Bug 152425. Active accessibility: correct use of STATE_FOCUSABLE for XUL tabs. r=jgaunt, sr=kyle
2002-06-21 04:41:28 +00:00
kyle.yuan%sun.com
0d34ba9cd5
Bug 152469 DefAction does not work for tree column node.
...
r=aaronl, sr=jst
Bug 152472 nsIAccessible's accValue returns NS_ERROR_ILLEGAL_VALUE instead of return NS_ERROR_NOT_IMPLEMENTED for XUL Tree Node
r=aaronl, sr=jst
2002-06-20 02:51:55 +00:00
kyle.yuan%sun.com
02f117ccc1
Bug 149858 [XBLFC] Active Accessibility: support XBL-based HTML radio
...
r=aaronl, sr=jst
Add nsIAccessibleProvider in radio.xml, create accessible object for XBL radio button
2002-06-19 02:00:38 +00:00
aaronl%netscape.com
3df1bfa24e
Bug 148007 - Active Accessibility: wrong accState for XUL label and description elements. r=kyle, sr=hewitt
2002-06-14 01:47:35 +00:00
aaronl%netscape.com
7d692955f6
Bug 147976 - Active Accessibility: progress meter get_accValue() sometimes returning value with 2 Progress meter <label> not getting picked up in get_accName(). r=kyle, sr=hewitt
2002-06-14 01:47:32 +00:00
aaronl%netscape.com
adda8fb0bc
Bug 147756 - Active Accessibility: get_accValue returning NS_ERROR_FAILURE for selects. r=kyle, sr=jst
2002-06-14 01:47:26 +00:00
kyle.yuan%sun.com
e71e668ebf
Bug 148902 Implemetation of nsIAccessibleEditableText
...
r=aaronl, sr=jst
2002-06-12 05:27:37 +00:00
kyle.yuan%sun.com
f3b55310fb
Bug 146400 To merge nsIAccessibleSelectable and nsIAccessibleSelection
...
r=aaronl, sr=jst
2002-06-12 05:16:30 +00:00
cbiesinger%web.de
6197948cc3
bug 115473 r=pavlov sr=brendan
...
Remove timer priorities
2002-06-11 20:47:04 +00:00
beard%netscape.com
2a3a81d2d3
Fix build bustage by declaring PRInt32 index outside of for loop.
2002-06-07 06:26:14 +00:00
pete.zha%sun.com
f1e7c17c4d
bug 148314:Implementation the nsIAccessibleTable
...
Description: let HTML table support nsIAccessibleTable extension
r=aaronl, sr=jst, a=asa
2002-06-07 04:15:18 +00:00
alecf%netscape.com
f0263ddf07
fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes)
2002-06-06 20:28:14 +00:00
kyle.yuan%sun.com
7fb7525f6d
Bug 146315, 146499, 146828 nsIAccessible's accDoAction does not work for XUL Button/Check Box/Radio Button Element
...
r=aaronl, sr=jst
2002-05-28 08:55:54 +00:00
pete.zha%sun.com
b48b48ee51
bug 145615:Should use AString instead of wstring or DOMString in accessibility APIs
...
r=aaronl, sr=jst
2002-05-21 05:16:58 +00:00
kyle.yuan%sun.com
79032e2971
Bug 144700 To polish the nsIAccessibleHyperLink interface
...
r=kyle.yuan, r=aaronl, sr=jst
Check in for Gilbert.Fang@Sun.COM .
2002-05-20 02:31:14 +00:00
aaronl%netscape.com
a3fc469d4e
Bug 134787. Active Accessibility: support XBL checkbox (first XBL-based HTML form control to be supported). r=jgaunt, sr=jst
2002-05-17 04:03:12 +00:00
rpotts%netscape.com
4d4116d281
bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener)
2002-05-16 20:57:37 +00:00
pete.zha%sun.com
608529eb7f
bug 109217:Active Accessibility: implement support for <tree>
...
r=aaronl, sr=jst
Check in for Kyle Yuan(kyle.yuan@sun.com )'s fix
Check in other files.
2002-05-13 07:19:43 +00:00
pete.zha%sun.com
a7493d9116
bug 109217:Active Accessibility: implement support for <tree>
...
r=aaronl, sr=jst
Check in for Kyle Yuan(kyle.yuan@sun.com )'s fix
Check in the new file. Will check in others later
2002-05-13 07:11:28 +00:00
jgaunt%netscape.com
65f0265b03
dumb ass!
2002-05-11 01:44:16 +00:00
jgaunt%netscape.com
610948ea7d
Doh! more bustage
2002-05-11 01:15:23 +00:00
jgaunt%netscape.com
945088fedf
Fixing Bustage
2002-05-10 23:57:01 +00:00
jgaunt%netscape.com
6666e38848
bug 124448 Accessibility Support for Object/Embed tags
...
r=aaronl
sr=jst
2002-05-10 22:34:53 +00:00
aaronl%netscape.com
ddf317a29f
Bug 136696. Active Accessibility: support get_accKeyboardShortcut(). r=jgaunt, sr=jst
2002-05-08 20:43:49 +00:00
aaronl%netscape.com
542ba4868b
Bug 135482. Active Accessibility: need EVENT_OBJECT_SCROLLINGEND to tell where screen has scrolled to. r=jgaunt, sr=jst.
2002-05-08 20:21:03 +00:00
aaronl%netscape.com
e00af508fc
Bug 122312. Active Accessibility: support default actions for menu items and options. r=jgaunt, sr=alecf
2002-04-26 04:50:21 +00:00
aaronl%netscape.com
7fb4a4610b
Active Accessibility: getAccActionName returning empty string on Linux and Mac
2002-04-26 04:39:42 +00:00
seawood%netscape.com
ce9e9903a5
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
2002-04-25 02:52:44 +00:00
jay.yan%sun.com
da3678b45e
bug 127893 checkin the additional IDL files contributed by Sun
...
r=jgaunt sr=jst
this is the final part of this patch: XML file for MAC makefile. the first 2 parts are new files and makefile for win/linux.
2002-04-17 09:55:49 +00:00
jay.yan%sun.com
b952a77d64
bug 127893 checkin additional IDL files contributed by Sun
...
r=jgaunt sr=jst
this is the second part of the patch: makefile for linux and windows. I will checkin xml file for MAC makefile soon
2002-04-17 09:49:23 +00:00
jay.yan%sun.com
1142f2ced3
bug 127893 check in additional IDL files contributed by Sun
...
r=jgaunt sr=jst
this part is only the new idl files, I will checkin makefile for 3 platforms soon.
2002-04-17 09:44:40 +00:00
jst%netscape.com
21ff37f2ef
Checking in the fix for bug 52334 for the third time. This time it should stick! Making iframe's load their document even if they're not displayed. r=jkeiser@netscape.com, sr=rpotts@netscape.com.
2002-04-17 04:17:16 +00:00
aaronl%netscape.com
481aba146f
Bug 124452. Active Accessibility: support HTML optgroup. Patch from bernie5412@hotmail.com. r=aaronl, jgaunt. rs=waterson, a=asa
2002-04-06 00:58:46 +00:00
aaronl%netscape.com
837f42b949
Bug 124234. Active Accessibility: doDefaultAction not working on html buttons. r=jkeiser, sr=jst, a=asa
2002-04-05 23:49:42 +00:00
timeless%mac.com
bd7550e353
cvs update -j1.43 -j1.42 mozilla/accessible/src/base/nsAccessibilityService.cpp
...
backout overflow
2002-04-05 06:42:15 +00:00
aaronl%netscape.com
d22f893813
Bug 112978. HTML select options need to generate Accessibility API focus events, so screen readers can track user's movements through options. r=jgaunt, sr=attinasi, a=asa
2002-04-04 23:27:45 +00:00
jst%netscape.com
0a42ceaaf0
Checking in the fix for bug 52334 again now that the linux crash and the scrollwheel crash has been fixed. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org
2002-04-04 22:42:19 +00:00
jst%netscape.com
96d1e84dc6
Backing out latest checkins due to them not working on linux and other unix systems with broken compilers.
2002-04-04 07:31:16 +00:00
jst%netscape.com
af0cf0c5e7
Fixing bug 52334. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org
2002-04-04 02:09:19 +00:00
bryner%netscape.com
4101d11520
Revert to using an attribute for menuactive (bug 133610). r=ben/jkeiser, sr=jst, a=asa.
2002-03-27 07:01:26 +00:00
bryner%netscape.com
f2bcde7f5c
Second try at fixing bug 130778. Create a new content interface, nsIMenuElement, which is implemeneted on nsHTMLSelectElement, nsHTMLOptGroupElement, and the newly-created nsXULMenuElement. Create a nsXULMenuElement instance for XUL menubar and menupopup tags. Use this interface to set and get the active item from the XUL menuframe code and the :-moz-menuactive pseudoclass matching code. Should eliminate the Txul slowdown resulting from fetching the active item through js from the pseudoclass matching code. r=jkeiser, sr=jst, a=scc.
2002-03-24 22:38:21 +00:00
dbaron%fas.harvard.edu
72a3975289
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:52:27 +00:00
cltbld%netscape.com
7543041b70
Remove the search path to mozilla: so that this project doesn't take aeons to open.r=bryner. (sfraser checking in from build machine)
2002-03-22 04:41:44 +00:00
bryner%netscape.com
0fb5a715ab
Backing out my checkin from earlier (bug 130778), it seems to be the culprit for the Tp increase.
2002-03-21 07:33:51 +00:00
bryner%netscape.com
bec0e18074
Fixing bustage again
2002-03-21 01:08:59 +00:00
bryner%netscape.com
8ec38c058a
argh, fixing windows nmake bustage.
2002-03-21 00:50:40 +00:00
bryner%netscape.com
93114688c3
Bug 130778 - fixing Txul regression from changing 'menuactive' attribute to :-moz-menuactive pseudoclass. Get the menuactive state from the frame instead of the content node so that we don't have to call through xpconnect and js. r=dbaron, sr=hyatt, a=asa.
2002-03-20 22:48:24 +00:00
aaronl%netscape.com
0733b51c36
Bug 127724. Active Accessibility: nsIAccessible's accDoAction does not work for Html Check Box Node. r=aaronl, sr=sfraser, a=asa
2002-03-14 06:14:33 +00:00
bryner%netscape.com
f0da73b96a
Changing XUL menus to use a :-moz-menuactive pseudoclass rather than a menuactive attribute for styling the active item. This will allow XBL select widgets to not modify the HTML DOM. Bug 128947, r=dbaron, sr=hyatt, a=asa.
2002-03-12 21:49:23 +00:00
aaronl%netscape.com
947cc66dd2
Bug 129606 - Active accessibility: support STATE_DEFAULT. r=jgaunt. sr=alecf. a=asa. Bug 124450 (reopened) - Active Accessibility: support fieldset and legend. r=jgaunt. sr=hewitt. a=asa
2002-03-10 05:14:24 +00:00
aaronl%netscape.com
620abc0a7b
Bug 129605 - Active accessibility: support ROLE_DIALOG. r=jgaunt. sr=alecf, a=asa
2002-03-10 05:12:39 +00:00
darin%netscape.com
026dda9f95
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
aaronl%netscape.com
8967bb3109
Bug 125295. Active Accessibility: HTML <button> element should be a leaf. r=jgaunt, sr=hewitt, a=shaver
2002-03-01 07:27:33 +00:00
aaronl%netscape.com
51cba842ce
Bug 127277. accValue incorrect return values. r=jgaunt, sr=hewitt, a=shaver
2002-03-01 07:27:29 +00:00
aaronl%netscape.com
c019a232fd
Backing out Bug 125295. (Smoktests not finished) Active Accessibility: HTML <button> element should be a leaf. r=jgaunt, sr=hewitt, a=shaver
2002-02-28 18:18:42 +00:00
aaronl%netscape.com
38b5b3788b
Backing out Bug 127277. (Smoktests not finished) accValue incorrect return values. r=jgaunt, sr=hewitt, a=shaver
2002-02-28 18:18:39 +00:00
aaronl%netscape.com
5dbaacefb9
Bug 125295. Active Accessibility: HTML <button> element should be a leaf. r=jgaunt, sr=hewitt, a=shaver
2002-02-28 18:14:54 +00:00
aaronl%netscape.com
5e83a74b66
Bug 127277. accValue incorrect return values. r=jgaunt, sr=hewitt, a=shaver
2002-02-28 18:14:49 +00:00
jgaunt%netscape.com
0e4249182d
this would break too
2002-02-18 08:48:29 +00:00
jgaunt%netscape.com
59b0ae7dae
DAMN, more bustage fixage
2002-02-18 08:46:08 +00:00
jgaunt%netscape.com
a7c9102fb0
bustage fix
2002-02-18 08:12:27 +00:00
jgaunt%netscape.com
9aee0dbbe5
bug 109223 - XUL listbox Accessibility support r=aaronl sr=hewitt
2002-02-18 07:35:10 +00:00
aaronl%netscape.com
3d77ae43f5
Active Accessibility: support HTML tags <fieldset> and <legend>. r=jgaunt, sr=hewitt
2002-02-16 01:34:42 +00:00
dbragg%netscape.com
fefbb6ceb6
Moving these platform specific files to the platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf
2002-02-07 22:52:20 +00:00
alecf%netscape.com
18abf74f5c
dependency update
2002-02-06 22:19:07 +00:00
sfraser%netscape.com
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
jgaunt%netscape.com
79c8a2ec36
bug 121890 bad acc bounds reporting for HTML Select Button
...
r=aaronl
sr=brendan
2002-01-29 02:05:22 +00:00
jst%netscape.com
48f217780d
Fixing bug 120899. Changing the NS_WARN_IF_FALSE() macro so that it can't be mis-used in optimized builds. This change makes the macro not usable in expressions that are supposed to be evaluated in release code since the macro now expands to nothing in non-debug builds. Also eliminate NS_VALIDATE which is equally mis-usable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org
2002-01-24 09:20:51 +00:00
aaronl%netscape.com
68558db0ea
Bug 120813. Active Accessibility: fix bounds of root frame. The root frame's x,y position shouldn't have the current scroll position added to it, unlike it's child elements. r=jgaunt, rs=waterson
2002-01-24 05:12:29 +00:00
seawood%netscape.com
fa5df5e54c
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
aaronl%netscape.com
c3d31ba6a2
Bug 120176. Active Accessibility: tweaks to STATE_OFFSCREEN. r=kmcclusk, sr=waterson
2002-01-16 03:07:03 +00:00
aaronl%netscape.com
ca9cdd2c42
Bug 118018. Active Accessibility: Bounds fixes. r=dbaron, sr=hewitt
2002-01-15 05:20:27 +00:00
jgaunt%netscape.com
b1fbe56df9
bug 115659 xul radio buttons not exposed properly through accessibility
...
r=aaronl
sr=jag
2002-01-14 21:00:08 +00:00
jgaunt%netscape.com
a78a9677f1
bug 110422 optimize XBL accessible code
...
r=aaronl,rginda
sr=jag
2002-01-14 20:56:49 +00:00
aaronl%netscape.com
39719216ba
Bug 118851. Active Accessibility: return i18n compatible names again. r=jgaunt, sr=hewitt. Bug 119312. Active Accessibility: GetAccFocused needs to return the IAccessible for the currently focused node. r=jgaunt, sr=alecf
2002-01-12 00:23:06 +00:00
aaronl%netscape.com
8c3eb5b497
Active Accessibility: use tooltiptext attribute for accessible name if there is no label. r=jgaunt, sr=waterson
2002-01-11 03:49:13 +00:00
aaronl%netscape.com
fc06116b5f
Bug 119067. Add nsIDOMXULMenuListElement.idl, implement open property. r=jgaunt, sr=hyatt. Bug 119251 - Active Accessibility status bar shouldn't act like a leaf - need the ability to have children. r=jgaunt, sr=waterson
2002-01-11 03:48:02 +00:00
aaronl%netscape.com
13f63c20ef
Active accessibility fixes. Bug 118633 - null frame checks, bug 118761 - support STATE_SYSTEM_INVISIBLE, bug 118759 - support statusbar, bug 114109 - support dropmarker, bug 118858 and bug 118020 - text nodes shouldn't get focusable state. r's=jgaunt, sr's=hewitt, waterson
2002-01-09 10:02:29 +00:00
mcafee%netscape.com
e84615645a
Ignore generated files
2001-12-29 03:28:07 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
mjudge%netscape.com
d41f10649d
wrong name for module name. needed webbrwsr not webBrowser_core
2001-12-18 02:06:04 +00:00
mjudge%netscape.com
cdd74d163c
7868 api change for selection SetDisplayFlags in nsISelectionDisplay idl. r=saari bug bs=7868
2001-12-18 01:12:02 +00:00
aaronl%netscape.com
f42e55c95c
Bug 115330. Correct states for text nodes that are children of links. r=jgaunt, rs=waterson
2001-12-17 23:52:24 +00:00
jgaunt%netscape.com
b67d9ce8ba
fixing bustage on mac
2001-12-17 03:01:20 +00:00
jgaunt%netscape.com
2d9190147b
bug 102021, xul menulist accessibility support for aaronl
r=jgaunt, sr=hyatt
bug 109227, xul tabbox accessibility support
r=aaronl, sr=hewitt
2001-12-17 01:21:45 +00:00
jgaunt%netscape.com
732bf72a9d
bug 102021, xul menulist accessibility support for aaronl
...
r=jgaunt, sr=hyatt
bug 109227, xul tabbox accessibility support
r=aaronl, sr=hewitt
bug 110800, improper event firing in selects
r=dcone, sr=attinasi
2001-12-17 01:21:29 +00:00
jaggernaut%netscape.com
2df17e0579
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
1886ca82f6
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
6ab111155d
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
pavlov%netscape.com
5cd1b8e131
bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan
2001-12-16 06:13:17 +00:00
jgaunt%netscape.com
6c932f3fb4
bug 103148, turn off xul accessibility when not needed
r=aaronl,cls,sfraser
sr=hyatt
2001-12-15 23:50:32 +00:00
jgaunt%netscape.com
a15997a894
bug 103148, turn off xul accessibility when not needed
...
r=aaronl,cls,sfraser
sr=hyatt
2001-12-15 23:50:14 +00:00
seawood%netscape.com
3738d752bc
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
aaronl%netscape.com
b9e6752973
Bug 114687. Active Accessibility: Bounds calculation off by how far we're scrolled into the document. r=jgaunt, rs=waterson
2001-12-11 22:40:25 +00:00
aaronl%netscape.com
fdb68feb62
Bug 113367 and Bug 111284. Active Accessibility: fix states for table (*not* focusable) and accessible name for table when caption is used. r=jgaunt, sr=brendan
2001-12-11 21:42:58 +00:00
jgaunt%netscape.com
853a38965a
bug 98598 Xul radiobutton accessibility support
...
r=aaronl
sr=hyatt
2001-12-11 20:49:49 +00:00
ccarlen%netscape.com
43b93983ff
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 04:25:37 +00:00
ccarlen%netscape.com
2d15ad27bc
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:25:12 +00:00
jst%netscape.com
117e1271b9
Fixing bug 110798. Freezing the interfaces nsIDOMEvent, nsIDOMEventListener, nsIDOMEventTarget and nsIDOMDocumentEvent. r=harishd@netscape.com, sr=jband@netscape.com
2001-12-06 06:57:03 +00:00
jgaunt%netscape.com
083b34cc28
bug 112731 fix for accPreviousSibling
...
r=aaronl
rs=waterson
2001-12-05 02:11:02 +00:00
jgaunt%netscape.com
db88dcc009
Fixing bustage on linux
2001-11-30 23:51:06 +00:00
sfraser%netscape.com
c6af31c9eb
Fix access paths to pick up new files.
2001-11-30 23:42:44 +00:00
jgaunt%netscape.com
9813cc5032
bug 112701 - seperate accessible/src dir into 3
mac specific changes
r=aaronl
r=leaf
sr=hyatt
2001-11-30 22:49:02 +00:00
jgaunt%netscape.com
8419a4fa5c
bug 112701 - seperate accessible/src directory into 3
...
r=aaronl
r=leaf
sr=hyatt
2001-11-30 22:48:55 +00:00
rginda%netscape.com
d951e163d4
bug 112494, "crash in nsAccessibilityService::CreateIFrameAccessible", r=jgaunt, sr=shaver
...
sanity check the parameter and return an error code if something isn't right, instead of crashing.
2001-11-30 08:29:08 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
aaronl%netscape.com
da875af4cf
Bug 109851. Fix extra accessible events being generated. sr=brendan, r=jgaunt
2001-11-20 02:29:14 +00:00
aaronl%netscape.com
3667bef2b8
Bug 109851, bug 108629, bug 109921, bug 109977, bug 109153, bug 109187, bug 109213, bug 109221. Check in latest XUL accessibility support - menus, <colorpicker>, <progressmeter>, <groupbox>, mixed states for checkboxes, buttons that can be 'checked' ie pressed down, fixes extra MSAA events being generated, couldn't see HTML content
2001-11-20 02:05:26 +00:00
jgaunt%netscape.com
7a702bad66
mcp files for bug 108629 and bug 109221 latest round of accessibility support
r=jgaunt
sr=sfraser
2001-11-20 02:03:03 +00:00
rginda%netscape.com
dba7821c59
bug 110620, r=aaronl, sr=brendan, a=blizzard/drivers
...
add null pointer check to avoid crash when we're called in unexpected ways.
2001-11-19 22:44:14 +00:00
alecf%netscape.com
52cd89e71b
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
jgaunt%netscape.com
d000f0e90a
bug 108069 r=aaronl sr=hyatt
groundwork for XUL select accessibility work
2001-11-07 00:13:07 +00:00
jgaunt%netscape.com
1fa3b53c05
bug 108069 r=aaronl sr=hyatt
...
groundwork for XUL select accessibility work
lots of suffling stuff around
2001-11-07 00:12:16 +00:00
aaronl%netscape.com
cf084ec29a
Bug 106533. Active Accessibility: Assert on startup in timer code. r=evaughan, sr=waterson
2001-10-31 06:12:39 +00:00
aaronl%netscape.com
e987e6b038
Bug 107196. Leave empty HTML text nodes and nameless XUL images out of accessible tree. r=evaughan, sr=waterson
2001-10-31 06:10:44 +00:00
seawood%netscape.com
e2855fc61b
Adding type specifier for functions to fix bustage.
2001-10-27 03:24:15 +00:00
seawood%netscape.com
04080b1241
Apparently, the ANSI C++ standard no longer assumes int for functions that are mssing their type specifier. And the HP-UX & Sun Forte compilers catch this.
...
Fixing tinderbox bustage.
2001-10-27 01:49:12 +00:00
aaronl%netscape.com
19725e63bd
Bug 106710. Expose anonymous content via accessibility API's. r=jgaunt, sr=waterson
2001-10-26 23:47:52 +00:00
aaronl%netscape.com
fe175b3205
Bug 103903. Accessibility module must be ready for pres shell to disappear at any time, so it doesn't crash. r=jgaunt, sr=brendan
2001-10-12 21:05:31 +00:00
jgaunt%netscape.com
861b371175
Fix bustage on Linux on ports page and the coming bustage on the main linux pages. for bug 102777
2001-10-09 22:30:06 +00:00
jgaunt%netscape.com
02d5f169d4
bug 102777 factoring of a8e code into seperate HTML and XUL files, and new impl for GetAccName for XUL a11y widgets
r=aaronl
sr=hyatt
2001-10-09 21:53:46 +00:00