Граф коммитов

220 Коммитов

Автор SHA1 Сообщение Дата
kyle.yuan%sun.com aba44a2d56 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 61c5b0b4db 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 38988afa39 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 86d0155369 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 dd93418e7f 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 d5c0bf6b9b Bug 148902 Implemetation of nsIAccessibleEditableText
r=aaronl, sr=jst
2002-06-12 05:27:37 +00:00
kyle.yuan%sun.com 5edddda012 Bug 146400 To merge nsIAccessibleSelectable and nsIAccessibleSelection
r=aaronl, sr=jst
2002-06-12 05:16:30 +00:00
cbiesinger%web.de 15a321ca78 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2002-06-11 20:47:04 +00:00
beard%netscape.com 072ad16f6e Fix build bustage by declaring PRInt32 index outside of for loop. 2002-06-07 06:26:14 +00:00
pete.zha%sun.com ec516d0be2 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 bcf192e308 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 0d6ac17585 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 f8f863832b 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 73ec25c697 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 a4509817d1 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 73de225b01 bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 20:57:37 +00:00
pete.zha%sun.com 7932a7441b 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 851c29b903 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 928b4a92d5 dumb ass! 2002-05-11 01:44:16 +00:00
jgaunt%netscape.com f6348dc8bc Doh! more bustage 2002-05-11 01:15:23 +00:00
jgaunt%netscape.com 3d2fc538fe Fixing Bustage 2002-05-10 23:57:01 +00:00
jgaunt%netscape.com bd32ae519e bug 124448 Accessibility Support for Object/Embed tags
r=aaronl
sr=jst
2002-05-10 22:34:53 +00:00
aaronl%netscape.com a97fef7f68 Bug 136696. Active Accessibility: support get_accKeyboardShortcut(). r=jgaunt, sr=jst 2002-05-08 20:43:49 +00:00
aaronl%netscape.com a91955185f 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 6d9909a3db 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 869936db36 Active Accessibility: getAccActionName returning empty string on Linux and Mac 2002-04-26 04:39:42 +00:00
seawood%netscape.com c0ec608df6 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 b5289a5a6e 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 e1d8e5f3be 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 e918e15c14 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 cd9afd67e1 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 d8d7d00c30 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 04b6d367fd 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 f3abe2f8a1 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 be88fe4c6a 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 bf7702387e 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 020632bdc1 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 aa9f71957d 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 653df3043e 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 54e3bd6266 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 df8e0b2f1e 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 2a441078b6 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 2a55a8bbfb 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 60c852910e Fixing bustage again 2002-03-21 01:08:59 +00:00
bryner%netscape.com a229e7dae2 argh, fixing windows nmake bustage. 2002-03-21 00:50:40 +00:00
bryner%netscape.com 65ba075a1d 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 f70915c92a 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 a34c68fa0b 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 38b3c18e80 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 93a20e823f Bug 129605 - Active accessibility: support ROLE_DIALOG. r=jgaunt. sr=alecf, a=asa 2002-03-10 05:12:39 +00:00