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
jgaunt%netscape.com
c6e9b2d1cb
bug 102777 -- factoring of a8e code into XUL and HTML specific files and new impl for GetAccName for XUL a11y widgets
...
r=aaronl
sr=hyatt
2001-10-09 21:52:36 +00:00
aaronl%netscape.com
f917df3955
Bug 102192. Active Accessibility: Support STATE_OFFSCREEN for accessible objects. r=kmcclusk, sr=waterson
2001-10-03 00:18:48 +00:00
aaronl%netscape.com
062ca92d69
Bug 102416. Document URL exposed via Acessibility API not always current. r=jgaunt, sr=rpotts
2001-10-02 21:36:38 +00:00
aaronl%netscape.com
747cfc77bf
Bug 102475. Fixes to msaa busy statechange events. r=jgaunt, sr=brendan
2001-10-02 08:07:40 +00:00
dbaron%fas.harvard.edu
0cc7ea34da
Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf
2001-10-02 03:18:08 +00:00
aaronl%netscape.com
48d2ac6b1d
Bug 101615. Unique child ID's for accessible event targets. r=jgaunt, sr=vidur
2001-09-28 08:12:07 +00:00
seawood%netscape.com
76aa5b3f58
Update module deps. Adding timer & uriloader to REQUIRES for accessible.
2001-09-26 21:03:18 +00:00
jgaunt%netscape.com
a000eb321f
bug 100772 bug 98777 accessible support for XUL
...
Description, Label, Button
r=aaronl sr=hyatt
2001-09-25 22:59:55 +00:00
aaronl%netscape.com
365288f7ae
Bug 98781. Active Accessibility: XUL <image> element support. sr=hyatt, r=jgaunt
2001-09-25 22:32:32 +00:00
jaggernaut%netscape.com
8ee628d497
Fixing myotonic bustage (add "timer" and "uriloader" to REQUIRES)
2001-09-25 10:46:39 +00:00
aaronl%netscape.com
adb51353dd
Bug 100498. Active accessibility: Clear, consistent events for page load busy states. r=jgaunt, sr=waterson.
2001-09-25 08:34:42 +00:00
aaronl%netscape.com
03be6dff68
Backing out 100498 for now. Mac problems
2001-09-25 05:54:10 +00:00
aaronl%netscape.com
c2ea45912b
Bug 100498. Active accessibility: Clear, consistent events for page load busy states. r=jgaunt, sr=hyatt.
2001-09-25 04:52:14 +00:00
gerv%gerv.net
d813e41062
License changes, take 2. Bug 98089. mozilla/accessible/.
2001-09-25 00:48:50 +00:00
bzbarsky%mit.edu
687a4abbe8
Add a document.contentType attribute to allow getting the MIME type of
...
the current document from JS. The rest is moving around stuff to deal
with nsIDocument already declaring GetContentType. bug 73847, r=peterv,
sr=jst
2001-09-24 22:43:23 +00:00
gerv%gerv.net
2a80f3fea9
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
63e86dc84f
bug #98089 : ripped new license
2001-09-19 20:09:47 +00:00
cls%seawood.org
15ce5c78ed
Updating accessibility dependencies.
...
Bug #98371 sr=alecf
2001-09-18 23:48:03 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
saari%netscape.com
bd2d5a6c8b
adding files to IDL projects for aaronl. Accessiblity stuff, bug 82207
2001-09-18 03:09:19 +00:00
aaronl%netscape.com
534dbf9200
Bug 82207. Beginning XUL MSAA support (checkboxes). r=jgaunt, sr=hyatt
2001-09-18 03:09:01 +00:00
aaronl%netscape.com
a47c9c8b06
Bug 82207. Reversing part of change, before redness occurs
2001-09-15 01:33:24 +00:00
aaronl%netscape.com
eb927126b4
Part of bug 82207. r=jgaunt, sr=hyatt. XUL Checkbox supporting MSAA
2001-09-15 01:15:19 +00:00
jaggernaut%netscape.com
efc8c209fb
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00
alecf%netscape.com
e5cc5abd22
Add REQUIRES to many modules for win32 support, bug 98372 r=cls
2001-09-12 20:32:40 +00:00
jaggernaut%netscape.com
e055a4a2a4
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
2001-09-12 12:48:23 +00:00
aaronl%netscape.com
025d54da07
Reversing 82207 patch - mac problems.
2001-09-08 17:05:09 +00:00
aaronl%netscape.com
63bd6a7d3a
Bug 82207. XUL Checkbox working with MSAA. r=jgaunt, sr=hyatt
2001-09-08 16:22:09 +00:00
aaronl%netscape.com
8556a96a00
Bug 96065. Active Accessibility text nodes should not be focusable. r=jgaunt, sr=brendan\
2001-08-21 00:47:07 +00:00
sfraser%netscape.com
3e6475c529
Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage.
2001-08-17 01:16:19 +00:00
dbaron%fas.harvard.edu
72421d25cf
Fixing MOZ_TRACK_MODULE_DEPS bustage by updating REQUIRES.
2001-08-15 04:34:46 +00:00
aaronl%netscape.com
0b7e85d843
Bug 91716. MSAA Events for focus/selection changes to HTML <select> objects. Also supports focus state for options. r=jgaunt, sr=brendan
2001-08-14 06:01:48 +00:00
aaronl%netscape.com
295e5a847f
Bug 93016. Support STATE_ANIMATED for images in Active Accessibility API. r=jgaunt, sr=scc
2001-08-14 02:27:30 +00:00
aaronl%netscape.com
faf051807a
Fixing build bustage until I can find out what happened.
2001-08-14 01:13:56 +00:00
aaronl%netscape.com
f3df6cce3f
Fixing build bustage until I can find out what happened.
2001-08-14 01:10:47 +00:00
aaronl%netscape.com
a4bb577604
Fix for bug 94778. Simple MSAA role changed for select box windows. r=jgaunt, sr=scc
2001-08-14 00:21:26 +00:00
aaronl%netscape.com
9ea11d270a
Fix for 93016. Support STATE_ANIMATED for Images in MSAA. r=jgaunt, sr=scc
2001-08-14 00:18:04 +00:00
cls%seawood.org
96befe0b45
Add -L$(DIST)/lib to EXTRA_DSO_LDOPTS so that static libs can be found.
...
Thanks to fcrozat@mandrakesoft.com (Frederic Crozat) for the patch.
Bug #93420 r=cls
2001-08-12 11:00:53 +00:00
jaggernaut%netscape.com
3f0c50d813
Bug 94458: change dynamically registered listeners to "create" and "destroy" events to listen to "popupshowing" and "popuphiding". r=bryner, sr=hyatt
2001-08-10 01:32:12 +00:00
aaronl%netscape.com
26635cab6d
Fixes bug 94245, bug 94249 and bug 94263. Accessibility fixes for GW Micro. r=jgaunt, sr=waterson.
2001-08-09 04:58:01 +00:00
hyatt%netscape.com
cde001b9e2
Fix Win32 bustage from 71106.
2001-08-06 23:32:25 +00:00
jgaunt%netscape.com
151fe68669
bug 77648 implementing get_AccSelection
...
r=aaronl sr=brendan
2001-08-06 21:52:01 +00:00
aaronl%netscape.com
045459d7b9
Fix for bug 88284. nsIAccessible is now scriptable. r=jgaunt, sr=brendan
2001-08-03 08:15:20 +00:00
jgaunt%netscape.com
d05da993f7
Fix for bug 91547 r=aaronl rs=waterson
...
fix reporting of bounds in accessibility
2001-08-01 23:42:47 +00:00
aaronl%netscape.com
458a6a856d
Bug 92827. Active Accessibility: refine behavior of client/pane objects. r=jgaunt, rs=waterson
2001-08-01 02:52:57 +00:00
aaronl%netscape.com
81d93e3c84
Backing out changes - sorry
2001-07-31 22:30:46 +00:00
aaronl%netscape.com
ba94192882
Bug 92827. Active Accessibility: refine behavior of client/pane objects. r=jgaunt, rs=waterson
2001-07-31 22:23:58 +00:00
jaggernaut%netscape.com
c14d9c09a1
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
jaggernaut%netscape.com
4d73a251ab
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
jgaunt%netscape.com
59fb2feee1
bug 90182 fixing accessible support for html selects
...
r=aaronl@netscape.com
sr=waterson@netscape.com
2001-07-20 22:17:31 +00:00
pinkerton%netscape.com
9033daa50b
adding listbox, combobox, selectlist for jgaunt. bug 90182.
2001-07-20 22:15:50 +00:00
dbaron%fas.harvard.edu
bf82abfd11
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
aaronl%netscape.com
0075deea91
Bug 90624, one more fix from Brendan's comment
2001-07-14 03:12:01 +00:00
aaronl%netscape.com
dfcbef7bba
Fixed GetBounds algorithm. Bug 90624, r=jgaunt, sr=brendan
2001-07-14 02:53:42 +00:00
dbaron%fas.harvard.edu
32a38fb52e
Correct fix for OS/2 bustage that doesn't bloat libaccessibility.so. rules.mk has special rules to transform EXTRA_DSO_LIBS for OS/2, so use it. (discussed with mkaply)
2001-07-01 04:41:38 +00:00
mkaply%us.ibm.com
6f0c50d9f1
OS/2 TB break - should be in SHARED_LIBRARY_LIBS not EXTRA_DSO_LDOPTS
2001-07-01 02:25:29 +00:00
jaggernaut%netscape.com
5a009de992
Fix senna bustage (REQUIRES += xuldoc)
2001-06-30 09:57:59 +00:00
jgaunt%netscape.com
ba7640beb6
Attempt to clear up orange
2001-06-30 04:49:25 +00:00
jgaunt%netscape.com
0fbaf87ea6
proper fixage of the bustage -- SUB_LIBRARIES in windows
2001-06-30 01:33:37 +00:00
jgaunt%netscape.com
3e6062c24c
fixing build bustage on win
2001-06-30 01:20:33 +00:00
jgaunt%netscape.com
96a2e5ce18
bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
...
r= lots, see bug
2001-06-30 00:25:09 +00:00
waterson%netscape.com
0877b1a573
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
dbaron%fas.harvard.edu
688519fb0c
Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa
2001-06-20 03:27:48 +00:00
cls%seawood.org
80f526179f
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
jgaunt%netscape.com
9eb881c4e5
One line regression fix for bug 79900. the fix for 80505 caused this.
...
Change from a QI to a GetAccessible() call on content nodes.
r=dr@netscape.com sr=scc@mozilla.org
2001-05-23 02:55:37 +00:00
jst%netscape.com
f72e19a2c3
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
evaughan%netscape.com
453d1d1d71
Fix for bug #80902
...
-r jeff@tcbnetworks.com -sr waterson
Fix for bug #80505
-r aaronl, jgaunt -sr brendan
2001-05-17 23:52:32 +00:00
jgaunt%netscape.com
9fe8967f9a
fixing bug=#79900 r=aaronl@netscape.com sr=brendan@mozilla.org
...
nsRootAccessible now is a capturer(listener) of focus events to capture the events from textareas and text inputs.
No longer a text or a mutation listener
2001-05-17 21:28:37 +00:00
cls%seawood.org
b026faa262
Update our intermodule dependencies list.
...
Fixing senna tinderbox bustage.
2001-05-14 09:55:00 +00:00
peterv%netscape.com
aa5e383f6c
Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst.
2001-05-12 12:47:41 +00:00
evaughan%netscape.com
33f183e6e0
Fixed HP bustage
2001-05-12 04:20:34 +00:00
darin%netscape.com
e666be29d0
fixes mac bustage r=evaughan
2001-05-11 22:29:34 +00:00
evaughan%netscape.com
a8792fc3db
Landing accessibility
...
-r aarol, jgaunt
-sr brendan
2001-05-11 21:11:38 +00:00
jst%netscape.com
adf1d8320a
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 16:46:42 +00:00
kandrot%netscape.com
d5bd552195
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
scc%mozilla.org
e11a7ddfca
fix build bustage
2001-05-03 11:14:50 +00:00
scc%mozilla.org
e40df0d961
bug #75504 ; sr=jband. simple fixes correcting where people inappropriately applied |getter_AddRefs|
2001-05-03 10:09:59 +00:00
cls%seawood.org
25c6dc1c7e
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
jdunn%netscape.com
48d1d73dbe
fixing HP tinderbox bustage, just reformatting the lines of code
...
a=roc@moz
sr=roc+moz
# 76489
2001-04-18 22:42:30 +00:00
evaughan%netscape.com
3342f4ee5f
Added a return to the end of this file to prevent HPUX bustage.
2001-04-18 00:48:24 +00:00
evaughan%netscape.com
0211de1fe7
Accessibility work. bug #12952
...
-r aaronl -sr brendan
2001-04-17 23:06:38 +00:00
aaronl%chorus.net
5f7a33f2d3
State is now a bitfield. Makefile for viewer fixed
2001-04-06 01:42:48 +00:00
sfraser%netscape.com
28e8e8ab27
Add nsAccessibilityFactory.cpp so this stupid thing gets registered properly. r=pinkerton
2001-04-05 00:47:00 +00:00
shaver%mozilla.org
3feeaa7dbd
explicitly include nsString.h
2001-04-04 16:41:14 +00:00
disttsc%bart.nl
8b81ca1052
Adding .cvsignore loving to mozilla/accessible/ and mozilla/accessible/public/
2001-03-31 20:32:49 +00:00
disttsc%bart.nl
96f5f6cf31
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
jdunn%netscape.com
6840c153fd
fixing typo (added ')' after libaccessibility_s.$(LIB_SUFFIX
...
and added '\' after both of the libs
Also added -lgkgfx to resolve the nsRect reference. (AIX requries all
symbols to be resolved at link time)
2001-03-29 14:33:33 +00:00
mkaply%us.ibm.com
ded19dcb5b
attempt to fix AIX and OS/2 bustage
2001-03-29 14:19:10 +00:00
disttsc%bart.nl
dd42b1cc36
Add .cvsignore to accessible/build, fix REQUIRES line in Makefile.in to fix senna bustage.
2001-03-29 04:43:09 +00:00
disttsc%bart.nl
31e7bf4e08
Add .cvsignore to accessible/src for Makefile, fix Makefile.in's REQUIRES line
2001-03-29 04:18:46 +00:00
mkaply%us.ibm.com
aac0fdb8d5
HPUX bustage - need returns at end of files
2001-03-29 03:37:57 +00:00
mkaply%us.ibm.com
6639b07a18
8.3 name for accessibility
2001-03-29 03:33:55 +00:00
evaughan%netscape.com
cc0f43242f
Fix for solaris horkage.
2001-03-29 00:16:20 +00:00
evaughan%netscape.com
2eb88e65f3
adding accessible mac projects
2001-03-28 22:28:49 +00:00
evaughan%netscape.com
7fca1576d0
Part of accessibility landing
...
-r vidur -sr hyatt
2001-03-28 00:49:05 +00:00
evaughan%netscape.com
bee50e344a
Forgot some makefile. NOT IN BUILD
2001-03-05 20:26:03 +00:00
evaughan%netscape.com
05da35b2e1
Added to accessibility not in build.
2001-03-05 20:21:39 +00:00
evaughan%netscape.com
96649a1b66
Updated accesibility code. NOT IN BUILD PROCCESS
2001-03-04 02:31:28 +00:00
evaughan%netscape.com
5ac23e399e
Accessibility DLL. Not in build.
2001-02-14 20:51:33 +00:00