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

45 Коммитов

Автор SHA1 Сообщение Дата
Alexander Surkov ab6511b813 Bug 561541 - convert nsIAccessilbilityService.idl to header, r=davidb, a=philor
--HG--
rename : accessible/public/nsIAccessibilityService.idl => accessible/public/nsIAccessibilityService.h
2010-04-26 11:56:12 +09:00
Alexander Surkov a2652d60bd Bug 553174 - expose nsIAccessibleApplication similar to IA2, r=marcoz, davidb
--HG--
rename : accessible/tests/mochitest/test_name_nsApplicationAcc.html => accessible/tests/mochitest/test_elm_nsApplicationAcc.html
2010-03-19 02:49:39 +08:00
Alexander Surkov 02064170df Bug 461923 - remove nsIAccessibleTreeCache and nsPIAccessibleTreeItem, r=marcoz, davidb 2009-06-29 23:38:17 +08:00
Alexander Surkov 001473948e Bug 461922 - remove nsPIAccessibleDocument, r=marcoz, davidb, sr=neil 2009-06-25 10:08:53 +08:00
Alexander Surkov 698660f051 Bug 461921 - remove nsPIAccessible, r=marcoz, davidb 2009-06-18 15:37:38 +08:00
Alexander Surkov 9d965cf68e Bug 490287 - slider of audio/video element hasn't accessible name, r=marcoz, davidb, dolske, l10n, mconor, sr=neil 2009-05-14 13:29:33 +08:00
Alexander Surkov 7cd576d036 Bug 461920 - remove nsPIAccessNode, r=marcoz, aaronlev, sr=neil 2008-11-01 11:58:07 +08:00
aaronleventhal@moonset.net 6f16820dca Bug 381888. Caret tracking broken with Windows screen readers [Cairo-related]. When a11y active, follow Gecko caret around with invisible system caret. r=surkov 2007-06-14 10:12:50 -07:00
surkov.alexander@gmail.com 8fbb497f56 Bug 374487 - provide API to support multiple targets for the same relation, r=aaronlev 2007-05-19 19:41:33 -07:00
surkov.alexander@gmail.com fd2265402e Fix for bug 377285 - sync nsIAccessNode::scrollTo with IA2, r=aaronlev 2007-04-12 09:54:09 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
aaronleventhal%moonset.net 991b13b0db Bug 381888. Caret tracking broken with Windows screen readers [Cairo-related]. When a11y active, follow Gecko caret around with invisible system caret. r=surkov 2007-06-14 17:12:51 +00:00
surkov.alexander%gmail.com e89beae9e9 Bug 374487 - provide API to support multiple targets for the same relation, r=aaronlev 2007-05-20 02:41:34 +00:00
surkov.alexander%gmail.com bde6d496d8 Fix for bug 377285 - sync nsIAccessNode::scrollTo with IA2, r=aaronlev 2007-04-12 16:54:09 +00:00
surkov.alexander%gmail.com ea1e22838e Fix for bug 373532 - moved states out of nsIAccessible. r=aaronlev 2007-03-15 14:18:33 +00:00
surkov.alexander%gmail.com 87bfbc39c1 =Fix for bug 373532 - move roles out of nsIAccessible. r=aaronlev 2007-03-15 02:26:13 +00:00
aaronleventhal%moonset.net 63ddbf6f50 Bug 370676. Import IAccessible2 interfaces into tree. Patch by Alexander Surkov. r=aaronleventhal, sr=bsmedberg 2007-03-01 20:24:38 +00:00
ginn.chen%sun.com 5a6aec5d72 Bug 357430 New ATK: expose AtkImage interface via nsIAccessibleImage
patch by Mike Gao and Nian Liu r=aaronleventhal,ginn.chen
2007-02-12 07:04:58 +00:00
timeless%mozdev.org 8eddc1534e Bug 347851 Building XULRunner with --embedding-profile=minimal failed
Make accessible tree support only build ifdef MOZ_XUL
patch by romaxa@gmail.com r=timeless r=aaronl sr=bz
2006-08-14 15:43:49 +00:00
aaronleventhal%moonset.net bcc0f9181f Bug 340822. Move accessible/public/atk interfaces up one directory. r=ginn.chen, r=bsmedberg 2006-06-09 10:47:20 +00:00
louie.zhao%sun.com cd5597f11f bug 201922 Make XUL tree accessibles keep track of their own tree item accessibles
r = aaronleventhal
sr= Henry.Jia
2004-06-16 06:19:12 +00:00
gerv%gerv.net 692411203a Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
aaronl%netscape.com 98bd7982dd Bug 212157. Move accessibility interfaces toward eventual freezing, mark @status UNDER_REVIEW. r=kyle, sr=alecf 2003-07-22 14:55:22 +00:00
aaronl%netscape.com 2003aecfd7 Bug 210782. Separate public and private accessibility interfaces. r=kyle, sr=jst 2003-07-09 07:01:46 +00:00
aaronl%netscape.com 7f361db16c Bug 208922. Make nsIAccessNode useful for inprocess accessibility clients. r=kyle, sr=alecf 2003-06-19 18:12:52 +00:00
aaronl%netscape.com 750584cee6 Bug 208812. Fire nsIObserver notifications for accessibility events for internal accessibility clients. r=kyle, sr=alecf 2003-06-16 10:35:11 +00:00
kyle.yuan%sun.com 8d40643405 Bug 202086 Move atk specific code from xp dir to accessible/src/atk
r=aaronl, sr=henry.jia
Part 2: modified files
2003-04-22 07:38:18 +00:00
aaronl%netscape.com 7bd7078f78 Bug 193802. Implement xp accessibility cache. r=kyle, sr=alecf 2003-04-15 08:45:55 +00:00
aaronl%netscape.com 40168b0747 Bug 199060. Move most accessibility code out of widget. Merge MSAA-specific and XP accessibility object hierarchies into one tree of objects. Paves way for XP accessibility caching, more stability, and it's just better. r=kyle, sr=alecf 2003-04-01 20:02:51 +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
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 f3b55310fb Bug 146400 To merge nsIAccessibleSelectable and nsIAccessibleSelection
r=aaronl, sr=jst
2002-06-12 05:16:30 +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
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 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
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
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
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
evaughan%netscape.com a8792fc3db Landing accessibility
-r aarol, jgaunt

-sr brendan
2001-05-11 21:11:38 +00:00
evaughan%netscape.com 0211de1fe7 Accessibility work. bug #12952
-r aaronl -sr brendan
2001-04-17 23:06:38 +00:00
evaughan%netscape.com 96649a1b66 Updated accesibility code. NOT IN BUILD PROCCESS 2001-03-04 02:31:28 +00:00