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

1533 Коммитов

Автор SHA1 Сообщение Дата
aaronleventhal%moonset.net 15e3038006 Bug 385070. Accessible subtrees for anonymous content need to be shut down. Patch by Evan Yan. r=aaronlev, r+sr=roc for layout part, a=dsicor 2007-11-20 20:39:37 +00:00
aaronleventhal%moonset.net 2da7d00443 Backing out bug 398021, it caused regression bug 404343. 2007-11-20 19:54:18 +00:00
surkov.alexander%gmail.com 468df601a8 Bug 397485 - embed characters to children not 1:1, r=aaronlev, a=mtschrep 2007-11-17 03:44:49 +00:00
Evan.Yan%Sun.COM df99c2e295 back out patch of bug 385070 which broke accessible tree, to make
nightly build safe
2007-11-16 09:12:59 +00:00
aaronleventhal%moonset.net 64722fdb94 Bug 385070. Nodes in anonymous content trees that are hidden not being shut down. Patch by Evan Yan. r=aaronlev, r+sr=roc, a=mconnor 2007-11-16 01:38:46 +00:00
aaronleventhal%moonset.net 36bd267883 Bug 403794. GetState() cleanup to fix some crashes on defunct objects and some incorrect states, and remove some code that is no longer necessary. r=surkov, a=dsicore 2007-11-15 19:53:41 +00:00
aaronleventhal%moonset.net e8e8225357 Bug 391490. Every single <option> shows up in JAWS virtual cursor mode. Terrible for screen reader usability. r=ginn.chen, a=dsicore 2007-11-15 19:46:30 +00:00
aaronleventhal%moonset.net 21e0b007f4 Bug 399594. Description not exposed when on object with display:none, Patch by vasiliy.potapenko@gmail.com. r=aaronlev, r=surkov, r=ginn.chen, a=schrep 2007-11-15 15:44:04 +00:00
aaronleventhal%moonset.net dede6e1b8f Bug 398021. Crash [@ nsAccessible::GetFinalRole] with moving options and using visibility: hidden. r=surkov, a=schrep 2007-11-15 15:33:52 +00:00
aaronleventhal%moonset.net 9f4d7d36b2 Bug 394404. Crash fix. When a mutation causes an accessible node to be inserted, allow it to adopt children from its parent, where they are descendants of the new node. r=surkov, a=dsicore 2007-11-13 19:47:15 +00:00
aaronleventhal%moonset.net 7e26cb7464 bug 402686. Crashes @CheckVisibilityInParent. r=ginn.chen, a=schrep 2007-11-13 03:05:34 +00:00
aaronleventhal%moonset.net 1ea2425868 Bug 403262. nsIAccessible::groupPositioN() does not expose the proper number of similar items in group. r=surkov, a=mtschrep 2007-11-13 03:03:29 +00:00
surkov.alexander%gmail.com 309ec2e1b3 Bug 366527 - build 1-1 relation between tab and tabpanel for accessible object, r=ginn.chen, a=dsicore 2007-11-12 06:02:42 +00:00
aaronleventhal%moonset.net dba272a637 Bug 343137. Multiple ARIA role support inconsistent with ARIA spec. r=surkov, sr=neil, a=dsicore 2007-11-12 01:05:37 +00:00
aaronleventhal%moonset.net 93f8632057 Bug 394115. Hang under accessibility code. r=ginn.chen, a=dsicore 2007-11-09 19:27:07 +00:00
aaronleventhal%moonset.net 8f3bd04837 Bug 402600. Don't mark 0x0 objects as invisible when they are absolutely positioned and have children. r=ginn.chen, a=dsicore 2007-11-09 19:01:52 +00:00
aaronleventhal%moonset.net 59e41466b1 Bug 403037. Crash when ARIA menu bar closes. r=ginn.chen, a=dsicore 2007-11-09 18:44:18 +00:00
aaronleventhal%moonset.net e5206ff299 Bug 402908. Hang in GetNextState() when parent has single child. r=evan.yan, a=dsicore 2007-11-09 18:43:08 +00:00
aaronleventhal%moonset.net cb1aab5adf Bug 401655. Stop exposing debugging info in description field for table heuristics, r=evan.yan, a=dsicore 2007-11-09 18:41:45 +00:00
aaronleventhal%moonset.net 6645117ac5 Bug 400889. Warning on console, no content at line 540 in nsAccessibilityUtils.cpp. r=surkov, a=dsicore 2007-11-09 18:39:56 +00:00
aaronleventhal%moonset.net 12a3c9eff1 Bug 373245. Accessibility doesn't build with VC9. r=bsmedberg, a=dsicore 2007-11-09 18:38:08 +00:00
reed%reedloden.com 664f739e1f Bug 401079 - "Building accessible without XUL fails" [p=romaxa r=aaronlev a1.9=damons] 2007-11-09 07:56:38 +00:00
aaronleventhal%moonset.net 6c29766b98 Bug 399478. Accessing the GMail Inbox page While Window-eyes is Running Crashes Firefox. r=evan.yan, a=mconnor 2007-10-29 18:03:08 +00:00
aaronleventhal%moonset.net bb2e4f0d7d Bug 400310. Deadlock when Thunderbird starts with Accessibility, or when Firefox starts after an auto-update, effective 2007-10-07. Patch by Ginn Chen, r=aaronlev, a=beltzner 2007-10-29 18:01:43 +00:00
Evan.Yan%Sun.COM a6eb156a29 Bug 399128 - Events (still) missing for collapsed XUL combo boxes.
r=aaronleventhal
aM9=beltzner
2007-10-26 05:30:23 +00:00
aaronleventhal%moonset.net 47d00fe897 Bug 399858. Infinite loops possible when getting accessible name or description. r=evan.yan, a=endgame 2007-10-25 20:22:50 +00:00
aaronleventhal%moonset.net dfaf22549b Bug 397266. Crash on multitab dialog pages when JAWS is running. r=surkov, a=endgame 2007-10-25 20:19:36 +00:00
Evan.Yan%Sun.COM 9b9b4e465b Bug 391132 - Crash [@ nsAttrValue::ToString] with input type=image inside label and with display: table-cell
r=surkov.alexander
a=dsicore
2007-10-15 06:39:57 +00:00
benjamin%smedbergs.us 50169187c1 Bug 398566 - Set MOZ_FIX_LINK_PATHS unconditionally, r=luser a=sayrer 2007-10-13 21:13:52 +00:00
surkov.alexander%gmail.com 0655e5e9f2 Bug 386551 - expose ARIA description on document, r=aaronlev, a=dsicore 2007-10-12 06:58:18 +00:00
aaronleventhal%moonset.net ff1cc3dc9f Bug 398156. Several ARIA-related object attributes missing. r=simonjb, a=dsicore 2007-10-11 21:35:01 +00:00
ginn.chen%sun.com 81d55bf7dd Bug 399147 yelp exits with warnings
r=aaronleventhal a=dsicore
2007-10-11 10:13:32 +00:00
surkov.alexander%gmail.com d1f2927376 Bug 347792 - expose accessible relations in DOM inspector, r=sdwilsh, ajvincent, evan.yan, sr=neil, a=dsicore 2007-10-11 02:02:11 +00:00
aaronleventhal%moonset.net e303de892a Bug 399195. Shutdown leaks when a11y active. r=surkov, a=dsicore 2007-10-10 16:51:45 +00:00
aaronleventhal%moonset.net c1827594d3 Bug 396429. Expose object attribute to explain when a text object ends in a newline. r=surkov, a=dsicore 2007-10-10 15:31:52 +00:00
aaronleventhal%moonset.net e39a4b7933 bug 395923. The whole page is repeated in a single node following the ordered list with 8 items on this page. Correct fix that doesn't change role for links with onclicks. r=surkov, a=dsicore 2007-10-06 16:52:04 +00:00
aaronleventhal%moonset.net 42a15db355 Bug 388187. Incorrect initial focus event when dialogs are opened. Patch by Ginn Chen, r=aaronlev, a=dsicore 2007-10-06 16:38:05 +00:00
aaronleventhal%moonset.net 0d1dca389d Bug 393660. When non-accessible node is removed/shown, fire events for accessible first-line descendants. Patch put together by both Surkov and aaronlev, r=aaronlev, r=surkov, a=dsicore 2007-10-06 16:24:57 +00:00
tglek%mozilla.com 9d8f061534 Bug 398571: Fix PRBool misuse bugs in accessible/. r=aaronleventhal, a=dsicore 2007-10-05 18:53:46 +00:00
surkov.alexander%gmail.com 9bcd257405 Bug 398176 - dont count invisible tabs in pageInfo screen, r=aaronlev, a=dsicore 2007-10-04 07:20:37 +00:00
surkov.alexander%gmail.com 0e7f28ccf3 Bug 396424 - calculate selected state for currently active ARIA tab, r=aaronlev, a=dsicore 2007-10-03 09:31:41 +00:00
aaronleventhal%moonset.net 9f76986675 bug 397644. Don't process xhtml2:role, r=mano, r=philringnalda, r=surkov, sr=neil, a=dsicore 2007-10-02 00:57:25 +00:00
aaronleventhal%moonset.net 2a91a9bd9d Bug 396005. Severe performance degredation regression when a11y active. r=surkov, a=dsicore 2007-10-01 18:27:13 +00:00
ginn.chen%sun.com e97d2fbe9e Bug 397728 revesed logic in nsAccessible::IsValid
r=aaronleventhal a=dsicore
2007-09-29 07:05:41 +00:00
ginn.chen%sun.com 01814e4e85 Bug 388185 LABELLED_BY, LABEL_FOR relations shoudl be set for labels in panels
r=aaronleventhal,mano a=dsicore
2007-09-29 07:04:27 +00:00
aaronleventhal%moonset.net e1c4ebb586 Bug 386580. Crash [@nsAccessibleWrap::GetAtkObject]. Patch by Ginn Chen, r=aaronlev, a=dsicore 2007-09-28 20:57:50 +00:00
aaronleventhal%moonset.net 0872c250cc Bug 397112. Crash [@ nsAccessible::GetFirstChild] moving text out of an option. Patch by Alexander Surkov and Mats Palmgren. r=aaronlev 2007-09-28 20:55:46 +00:00
aaronleventhal%moonset.net 070aebdabb Bug 397100. Make non-namespaced role values also work in XHTML, SVG and XUL (synch with html). r=surkov, a=dsicore 2007-09-28 18:16:05 +00:00
aaronleventhal%moonset.net a77a76fdfd bug 397644. File control not exposed correctly to a11y apis. r+sr+a=roc 2007-09-28 01:09:14 +00:00
aaronleventhal%moonset.net cfc6c639d8 Bug 395923. The whole page's contents are repeated inside an anchor with no href. r=evan.yan, a=dsicore 2007-09-26 17:32:33 +00:00