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

3369 Коммитов

Автор SHA1 Сообщение Дата
dbaron%fas.harvard.edu b566e03467 Fixing MOZ_TRACK_MODULE_DEPS bustage by updating REQUIRES. 2001-08-15 04:34:46 +00:00
aaronl%netscape.com f3b32fcf7a 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 50912cb832 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 fde37500c0 Fixing build bustage until I can find out what happened. 2001-08-14 01:13:56 +00:00
aaronl%netscape.com 358b069221 Fixing build bustage until I can find out what happened. 2001-08-14 01:10:47 +00:00
aaronl%netscape.com bd63b978c6 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 71b485f396 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 5591c05db3 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 56cd4b1ba1 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 9ea24e0527 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 8972f6b99f Fix Win32 bustage from 71106. 2001-08-06 23:32:25 +00:00
jgaunt%netscape.com 5b8905acf2 bug 77648 implementing get_AccSelection
r=aaronl sr=brendan
2001-08-06 21:52:01 +00:00
aaronl%netscape.com cd460e3649 Fix for bug 88284. nsIAccessible is now scriptable. r=jgaunt, sr=brendan 2001-08-03 08:15:20 +00:00
jgaunt%netscape.com 0c4aca7346 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 c60994bb45 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 dbec3b7bc7 Backing out changes - sorry 2001-07-31 22:30:46 +00:00
aaronl%netscape.com 2cb8fd21af 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 e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
jaggernaut%netscape.com cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
jgaunt%netscape.com 52a631c3bc 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 32aad7f75a adding listbox, combobox, selectlist for jgaunt. bug 90182. 2001-07-20 22:15:50 +00:00
dbaron%fas.harvard.edu aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
aaronl%netscape.com c8d1d523ed Bug 90624, one more fix from Brendan's comment 2001-07-14 03:12:01 +00:00
aaronl%netscape.com 90af7e4aab Fixed GetBounds algorithm. Bug 90624, r=jgaunt, sr=brendan 2001-07-14 02:53:42 +00:00
dbaron%fas.harvard.edu a6a21f30b1 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 dc3a8bb0cf 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 2e7d568b55 Fix senna bustage (REQUIRES += xuldoc) 2001-06-30 09:57:59 +00:00
jgaunt%netscape.com 0289b50d95 Attempt to clear up orange 2001-06-30 04:49:25 +00:00
jgaunt%netscape.com 1bbdfc6534 proper fixage of the bustage -- SUB_LIBRARIES in windows 2001-06-30 01:33:37 +00:00
jgaunt%netscape.com 756089553f fixing build bustage on win 2001-06-30 01:20:33 +00:00
jgaunt%netscape.com 07868cf706 bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
r= lots, see bug
2001-06-30 00:25:09 +00:00
waterson%netscape.com b74d6e1c8b 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 9d35ed31a4 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 bf5fb48486 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 b47a889fee 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 77aeecc056 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 d9378cb8f0 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 d9be75bc01 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 f6348377f7 Update our intermodule dependencies list.
Fixing senna tinderbox bustage.
2001-05-14 09:55:00 +00:00
peterv%netscape.com bca11b5ad0 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 aa73d86155 Fixed HP bustage 2001-05-12 04:20:34 +00:00
darin%netscape.com 5fd7c54be3 fixes mac bustage r=evaughan 2001-05-11 22:29:34 +00:00
evaughan%netscape.com 94198ed5d8 Landing accessibility
-r aarol, jgaunt

-sr brendan
2001-05-11 21:11:38 +00:00
jst%netscape.com f7460d0269 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 afdac97c93 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 d0475c5be9 fix build bustage 2001-05-03 11:14:50 +00:00
scc%mozilla.org 6860a0a739 bug #75504; sr=jband. simple fixes correcting where people inappropriately applied |getter_AddRefs| 2001-05-03 10:09:59 +00:00
cls%seawood.org 00f28396a9 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 faffa4dad0 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 692761f08b Added a return to the end of this file to prevent HPUX bustage. 2001-04-18 00:48:24 +00:00
evaughan%netscape.com 679472c15d Accessibility work. bug #12952
-r aaronl -sr brendan
2001-04-17 23:06:38 +00:00
aaronl%chorus.net cb01bf2eba State is now a bitfield. Makefile for viewer fixed 2001-04-06 01:42:48 +00:00
sfraser%netscape.com 764cc9672e Add nsAccessibilityFactory.cpp so this stupid thing gets registered properly. r=pinkerton 2001-04-05 00:47:00 +00:00
shaver%mozilla.org 46f94e2e6a explicitly include nsString.h 2001-04-04 16:41:14 +00:00
disttsc%bart.nl 1bd7538c8a Adding .cvsignore loving to mozilla/accessible/ and mozilla/accessible/public/ 2001-03-31 20:32:49 +00:00
disttsc%bart.nl dacbb4faa9 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 c44645c864 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 315f35f646 attempt to fix AIX and OS/2 bustage 2001-03-29 14:19:10 +00:00
disttsc%bart.nl e87465d094 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 9c2b3d1915 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 a528425b2a HPUX bustage - need returns at end of files 2001-03-29 03:37:57 +00:00
mkaply%us.ibm.com b0c3003ba6 8.3 name for accessibility 2001-03-29 03:33:55 +00:00
evaughan%netscape.com 20458bbea8 Fix for solaris horkage. 2001-03-29 00:16:20 +00:00
evaughan%netscape.com c3df8d612a adding accessible mac projects 2001-03-28 22:28:49 +00:00
evaughan%netscape.com ae512f6495 Part of accessibility landing
-r vidur -sr hyatt
2001-03-28 00:49:05 +00:00
evaughan%netscape.com 08aebcc348 Forgot some makefile. NOT IN BUILD 2001-03-05 20:26:03 +00:00
evaughan%netscape.com 117969cafd Added to accessibility not in build. 2001-03-05 20:21:39 +00:00
evaughan%netscape.com bc48c561a9 Updated accesibility code. NOT IN BUILD PROCCESS 2001-03-04 02:31:28 +00:00
evaughan%netscape.com 94194c2cb0 Accessibility DLL. Not in build. 2001-02-14 20:51:33 +00:00