Commit Graph

908 Commits

Author SHA1 Message Date
Alexander Surkov
9a513e057d Bug 706849 - create accessible by tag name as fallback if table descendant style is used out of table context, r=tbsaunde 2012-09-17 11:00:39 +09:00
Alexander Surkov
e70e67d8bf Bug 686821 - expose offscreen state (no invisible state) for background tab accessibles, r=tbsaunde 2012-09-14 11:55:18 +09:00
Alexander Surkov
8e562ad7b0 Bug 507555 - Wrong accessible is created for HTML:li having block display style, r=tbsaunde 2012-09-06 15:03:24 +09:00
Alexander Surkov
6174d95762 Bug 761102 - focus may be missed when ARIA active-descendant is changed on active composite widget, r=tbsaunde, f=davidb 2012-09-05 20:03:39 +09:00
Alexander Surkov
99ec2ab9a0 Bug 761853 - ARIA grid with rowgroup breaks table row/col counting and indices, r=tbsaunde
--HG--
rename : accessible/src/base/filters.cpp => accessible/src/base/AccFilters.cpp
rename : accessible/src/base/filters.h => accessible/src/base/AccFilters.h
2012-08-28 22:13:59 +09:00
Ms2ger
5f9f66dfe4 Backed out changeset 08e41d18e1f8 for a case-folding collision. 2012-08-28 10:24:30 +02:00
Alexander Surkov
14c8d8da8f Bug 761853 - ARIA grid with rowgroup breaks table row/col counting and indices, r=tbsaunde
--HG--
rename : accessible/src/base/filters.cpp => accessible/src/base/Filters.cpp
rename : accessible/src/base/filters.h => accessible/src/base/Filters.h
2012-08-28 16:33:01 +09:00
Phil Ringnalda
4a25565b93 Back out fb49a2f819ad (bug 766112) for destroying the a11y village rather than saving it, CLOSED TREE 2012-08-20 14:25:30 -07:00
Trevor Saunders
06aee59206 bug 766112 - add logging for orange test rs=davidb 2012-08-20 15:31:19 -04:00
Mike Hommey
70d7c821af Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Ed Morley
6829dfe6eb Bug 733848 - Temporarily disable part of markuprules.xml for frequent intermittent failures; r=surkov 2012-08-03 11:28:12 +01:00
Trevor Saunders
354efdaec0 bug 762876 - fix default orientation of role=scrollbar, and ensure only one of states horizontal or vertical is set r=davidb 2012-07-17 10:41:59 -04:00
Boris Zbarsky
5a39a1c779 Bug 607267. Don't style imagemaps as block. r=dbaron,tbsaunde 2012-07-17 12:18:53 -04:00
Andrew Hurle
9015f3f070 Bug 587909 - Improve the visual style of location bar results. r=Unfocused ui-r=shorlander
--HG--
extra : rebase_source : 625a3e2cf16b2601c20709b1ff6ee7c3792a6faa
2012-07-12 20:53:00 -07:00
Nathan Froyd
bfff055672 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Andrew Quartey
856520bf43 Bug 761910 - Add text attribute testing for HTML mark color. r=eitan 2012-07-07 10:06:59 -04:00
Ehsan Akhgari
f4b598bf08 Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
This patch does the following:

* It adds nsITransferable::Init(nsILoadContext*).  The load context
  might be null, which means that the transferable is non-private, but
  if it's non-null, we extract the boolean value for the privacy mode
  and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
  called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
  represent the document that the string is coming from.
  nsIClipboardHelper implementation internally gets the nsILoadContext
  from that and passes it on to the transferable upon creation.  The
  reason that I did this was that nsIClipboardHelper is supposed to be a
  high-level helper, and in most of its call sites, we have easy access
  to a document object.
* It modifies all of the call sites of the above interfaces according to
  this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
  the call sites.
2012-04-16 22:14:01 -04:00
Aryeh Gregor
0ef6c7ac61 Bug 766845 part 3 - Fix assertion in DeleteRangeTxn; r=ehsan,surkov 2012-06-25 14:44:40 +03:00
Eitan Isaacson
a3c638cdda Bug 764686 - Always check if point are in match's bounds in Accessible::ChildAtPoint(). r=davidb 2012-06-25 10:34:52 -07:00
Eitan Isaacson
543be73801 Bug 756502 - Added reason to pivot change notifications. r=davidb 2012-06-20 14:07:51 -07:00
Eitan Isaacson
43020f808e Bug 756296 - Introduce pivot moveToPoint(). r=davidb 2012-06-20 14:07:51 -07:00
Andrew Quartey
55848a0b18 Bug 761911 - Add text attribute tests for HTML strike and s elements. r=eitan 2012-06-19 19:01:10 -04:00
Phil Ringnalda
af5af70e08 Back out 2168e72ab8d3 (bug 764686) for orange 2012-06-18 20:52:28 -07:00
Eitan Isaacson
4cc85f52f8 Bug 764686 - Always check if point are in match's bounds in Accessible::ChildAtPoint(). r=davidb 2012-06-18 18:40:47 -07:00
Eitan Isaacson
8ba0dd7648 Backed out changeset 0c17f1be2df3 (bug 764686) 2012-06-18 17:54:01 -07:00
Eitan Isaacson
52df1d4c92 Bug 764686 - Always check if point are in match's bounds in Accessible::ChildAtPoint(). r=davidb 2012-06-18 16:07:56 -07:00
Mark Capella
85680ff083 Bug 570322 - random fail of image map (area) accessible creation - part 1, r=davidb, f=marcoz 2012-06-18 09:47:25 -04:00
Mark Capella
331dec4fd2 Bug 760878 - decomtaminate Get Row / Column Description() on accessible tables, r=tbsaunde 2012-06-15 04:04:03 -04:00
David Bolter
4f0cfd95e0 Bug 761891 - HTML5 article element should expose xml-roles:article object attribute. r=surkov 2012-06-11 11:16:48 -04:00
Oussama BADR
e9b0a16f39 Bug 672514 - Smooth out nsIAccessible keyboard shortcuts methods, r=surkov 2012-06-09 18:49:21 +09:00
Alexander Surkov
dd1b35cb39 Bug 759833 - ARIA documents should fire document loading events, r=tbsaunde, f=davidb 2012-06-08 22:36:41 +09:00
Alexander Surkov
760a55bf54 Bug 760774 - switch ARIA role map to atoms, r=tbsaunde, sr=neil 2012-06-08 01:23:33 +09:00
Mark Capella
e6472c5368 Bug 760758 - de-ns-ify nsHTMLTableAccessible, r=surkov
--HG--
rename : accessible/src/atk/nsHTMLTableAccessibleWrap.h => accessible/src/atk/HTMLTableAccessibleWrap.h
rename : accessible/src/html/nsHTMLTableAccessible.cpp => accessible/src/html/HTMLTableAccessible.cpp
rename : accessible/src/html/nsHTMLTableAccessible.h => accessible/src/html/HTMLTableAccessible.h
rename : accessible/src/mac/nsHTMLTableAccessibleWrap.h => accessible/src/mac/HTMLTableAccessibleWrap.h
rename : accessible/src/msaa/nsHTMLTableAccessibleWrap.cpp => accessible/src/msaa/HTMLTableAccessibleWrap.cpp
rename : accessible/src/msaa/nsHTMLTableAccessibleWrap.h => accessible/src/msaa/HTMLTableAccessibleWrap.h
rename : accessible/src/other/nsHTMLTableAccessibleWrap.h => accessible/src/other/HTMLTableAccessibleWrap.h
2012-06-07 08:47:49 -04:00
Andrew Quartey
6f6bfa2214 Bug 445516 - Support for auto-generated=true text attribute on list bullets, r=tbsaunde 2012-06-07 21:49:21 +09:00
Mark Capella
fcec1569ca Bug 760756 - de-ns-ify nsHTMLLinkAccessible, r=surkov
--HG--
rename : accessible/src/html/nsHTMLLinkAccessible.cpp => accessible/src/html/HTMLLinkAccessible.cpp
rename : accessible/src/html/nsHTMLLinkAccessible.h => accessible/src/html/HTMLLinkAccessible.h
2012-06-04 08:32:38 -04:00
Alexander Surkov
d6e97a0399 Bug 756983 - make nsAccessible::GetActionName faster, r=tbsaunde 2012-06-04 14:41:06 +09:00
Alexander Surkov
4e0ccf7a2c Bug 759670 - Intermittent accessible/events/test_docload.xul | Test timed out, r=tbsaunde 2012-06-04 14:38:45 +09:00
Alexander Surkov
0a03ebec4c Bug 760099 - add more loggin capabilities, r=tbsaunde 2012-06-02 10:58:44 +09:00
Mark Capella
6780d6fc0a Bug 759305 - De-ns-ify nsHyperTextAcc, r=surkov
--HG--
rename : accessible/src/atk/nsHyperTextAccessibleWrap.h => accessible/src/atk/HyperTextAccessibleWrap.h
rename : accessible/src/html/nsHyperTextAccessible.cpp => accessible/src/generic/HyperTextAccessible.cpp
rename : accessible/src/html/nsHyperTextAccessible.h => accessible/src/generic/HyperTextAccessible.h
rename : accessible/src/mac/nsHyperTextAccessibleWrap.h => accessible/src/mac/HyperTextAccessibleWrap.h
rename : accessible/src/msaa/nsHyperTextAccessibleWrap.cpp => accessible/src/msaa/HyperTextAccessibleWrap.cpp
rename : accessible/src/msaa/nsHyperTextAccessibleWrap.h => accessible/src/msaa/HyperTextAccessibleWrap.h
rename : accessible/src/other/nsHyperTextAccessibleWrap.h => accessible/src/other/HyperTextAccessibleWrap.h
2012-05-31 04:04:41 -04:00
Alexander Surkov
01d99c9d62 Bug 754165 - fire document load events on iframes too, r=tbsaunde, f=marcoz 2012-05-30 11:21:24 +09:00
Mark Capella
f78b36f6a8 Bug 758870 - de-ns-ify nsDocAccessible, r=surkov, f=tbsaunde
--HG--
rename : accessible/src/atk/nsDocAccessibleWrap.cpp => accessible/src/atk/DocAccessibleWrap.cpp
rename : accessible/src/atk/nsDocAccessibleWrap.h => accessible/src/atk/DocAccessibleWrap.h
rename : accessible/src/base/nsDocAccessible.cpp => accessible/src/generic/DocAccessible.cpp
rename : accessible/src/base/nsDocAccessible.h => accessible/src/generic/DocAccessible.h
rename : accessible/src/mac/nsDocAccessibleWrap.h => accessible/src/mac/DocAccessibleWrap.h
rename : accessible/src/mac/nsDocAccessibleWrap.mm => accessible/src/mac/DocAccessibleWrap.mm
rename : accessible/src/msaa/nsDocAccessibleWrap.cpp => accessible/src/msaa/DocAccessibleWrap.cpp
rename : accessible/src/msaa/nsDocAccessibleWrap.h => accessible/src/msaa/DocAccessibleWrap.h
rename : accessible/src/other/nsDocAccessibleWrap.h => accessible/src/other/DocAccessibleWrap.h
2012-05-27 05:01:40 -04:00
Oussama BADR
c09b7245f2 Bug 675879 - clean up nsIAccessible action methods, r=surkov 2012-05-27 00:47:22 +09:00
Eitan Isaacson
bea6cbdf8b Bug 758072 - Fix backward sibling traversal in nsIAccessiblePivot. r=surkov 2012-05-24 11:46:04 -07:00
Mark Capella
3d283fa82c Bug 749810 - getText(0, -1) fails with empty text, r=surkov, f=eeejay 2012-05-23 14:06:07 -04:00
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Mark Capella
16accac8d4 Bug 736886 - test_nsIAccessibleDocument.html silently dies, r=surkov 2012-05-17 20:10:10 -04:00
Alexander Surkov
19610d6f75 Bug 754830 - calculate link states separately, r=tbsaunde 2012-05-17 18:37:37 +09:00
Arjun
5333bf27ce Bug 741474 - Intermittent failure of accessible/tree/test_img.html | Different amount of expected children, r=surkov 2012-05-16 17:01:34 +09:00
Eitan Isaacson
c66e58f0e5 Bug 753093 - Fix crasher when virtual cursor's position becomes defunct and a move method is called. r=surkov 2012-05-14 14:21:59 -07:00
Alexander Surkov
8ead6e75b2 Bug 754627 - GetBounds on bullet return wrong values, r=tbsaunde, roc 2012-05-14 13:51:45 +09:00
Mark Capella
2f2f091e1d Bug 614585 - mochitest test selection functions for nsIAccessibleText, r=surkov, f=hub 2012-05-10 23:18:29 +09:00
Alexander Surkov
b8ebb4ee6f Bug 751496 - get rid nsAccessible::GetBoundsFrame, r=rbsaunde 2012-05-08 09:00:36 +09:00
Alexander Surkov
61047f60c9 Bug 751079 - get rid misuses of nsAccessible::GetBoundaryFrame, r=tbsaunde 2012-05-07 22:42:56 +09:00
Ehsan Akhgari
86270a58c0 Merge backout; a=me 2012-05-02 16:22:51 -04:00
Ehsan Akhgari
9583e92170 Backout the merge from fx-team because of Ts regressions (no bug)
This is the backed out range:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a974c45914eb
2012-05-02 16:20:02 -04:00
Marco Zehe
918e705c98 Proper fix for disabling tests for bug 746970, copy and paste error, a=test-only 2012-05-02 06:56:40 +02:00
Tim Taubert
afc10add1d merge m-c to fx-team 2012-04-27 08:39:28 -04:00
Joe Walker
c620823148 Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-04-25 10:12:06 +01:00
Marco Zehe
c7d2cca4af Reland bug 746164, bug 746176, bug 746177, bug 746178, bug 746183, bug 746519, bug 746531 with bustage fix, bug 746534, bug 746970, bug 746971, bug 746974, and bug 746977 2012-04-26 14:25:23 +02:00
Mark Capella
6f3d67585a Bug 559747 - add a11y mochitests for <input type=search>, r=marcoz, f=surkov 2012-04-26 20:12:29 +09:00
Ed Morley
779e01fd9c Backout 8cc13f37bc66 (bug 746177), 2b5ee44bdc4e (bug 746977), 3c330e379fa3 (bug 746974), af0a722c0b95 (bug 746971), 269a49a7dc59 (bug 746534), e23e7fe11364 (bug 746531), 014ef60b82cd (bug 746970), db2c5fd694d6 (bug 746519), 7c165c01e13c (bug 746183), 247098e91bb5 (bug 746178), b761b5f4aeb2 (bug 746176), 5b623170c1d4 (bug 746164) for mochitest-other orange 2012-04-26 12:10:08 +01:00
Marco Zehe
f64bea14df Bug 746177 - events/test_focus_autocomplete.xul times out on search bar test, disabling on OS X 2012-04-26 11:11:10 +02:00
Marco Zehe
2389a8eeae Bug 746977 - tree/test_cssoverflow.html ShiftTab not working, and a test timeout on OS X, disable 2012-04-26 11:11:03 +02:00
Marco Zehe
a97bb44174 Bug 746974 - hittest/test_general.html and hittest/test_zoom.html fail with deepest child mismatches on OS X, fix temporarily 2012-04-26 11:06:45 +02:00
Marco Zehe
ad1b051bf5 Bug 746971 - test/events_focus_tabbox.xul fails on startup on OS X, disable 2012-04-26 10:59:26 +02:00
Marco Zehe
eb3d566583 Bug 746534 - events/test_selects.html causes crashes or hangs on OS X, disable 2012-04-26 10:59:21 +02:00
Marco Zehe
375d29aa58 bug 746531 - Last three tests for menulist of events/test_fodus_listcontrols.xul time out, disabling on OS X 2012-04-26 10:59:14 +02:00
Marco Zehe
60b6217642 Bug 746970 - mbb tests time out on OS X, disable 2012-04-26 10:59:09 +02:00
Marco Zehe
de1bae630c Bug 746519 - ShiftTab from editable document fails on Linux and Mac, disable it 2012-04-26 10:59:02 +02:00
Marco Zehe
7e916e1d17 Bug 746183 - events/test_focus_contextmenu.xul times out on OS X, disable for now 2012-04-26 10:58:57 +02:00
Marco Zehe
95a0d4a348 Bug 746178 - test timeout in events/test_focus_browserui.xul, disalb eoffending tests on OS X for now 2012-04-26 10:58:48 +02:00
Marco Zehe
82a90f2a57 Bug 746176 - bounds/test_zoom.html fails on OS X, disable whole file for now 2012-04-26 10:58:41 +02:00
Marco Zehe
eb65a406fd Bug 746164 - Correction for Failure for the shortcut keys in actions/test_keys.html, r=hub 2012-04-26 10:58:35 +02:00
Alexander Surkov
8746411d63 Bug 746868 - Some subtests in test_doc.html fail with Bug 695480, r=marcoz 2012-04-26 00:34:53 +09:00
Trevor Saunders
4847455e2c enable logging for bug 745788 2012-04-25 01:42:59 -04:00
Trevor Saunders
2a17238a12 enable logging for bug 739455 2012-04-25 01:42:57 -04:00
Mark Capella
14d2b978c9 Bug 559759 - add a11y mochitests for <input type=email>, r=marcoz, f=surkov 2012-04-25 12:12:31 +09:00
Michał Frontczak
5fb9033935 Bug 727722 - Create an accessible for HTML table row by frame, r=tbsaunde, roc, surkov 2012-04-25 12:06:21 +09:00
Hub Figuière
97b5e3bdb0 Bug 746358 - Implement new role for definition lists. r=tbsaunde 2012-04-24 11:35:23 -07:00
David Bolter
f037763211 Bug 563862 - Expand support for aria attribute change events. r=marcoz,surkov 2012-04-24 13:39:03 -04:00
Marco Zehe
96bd7530c0 bug 746164 - Failure for the shortcut keys in actions/test_keys.html on Mac, r=surkov 2012-04-17 18:40:33 +02:00
Marco Zehe
288d239416 Bug 746168 - Wrong font referenced in attributes/test_text.html for the cursive test on Mac, r=surkov 2012-04-17 18:39:18 +02:00
Alexander Surkov
7c5c0c3154 Bug 733848 - fix image url in name/test_markup.html test, r=marcoz 2012-04-17 17:49:09 +09:00
Matt Brubeck
28eac2b5d9 Merge mozilla-central to mozilla-inbound 2012-04-13 14:09:05 -07:00
Marco Zehe
ead7a1c648 Turn on logging for Bug 708927 - Intermittent test_focus_menu.xul | Test timed out, sometimes followed by tens of thousands of gA11yEventListeners is undefined exceptions, r=surkov 2012-04-13 17:02:38 +02:00
Max Li
6092f1f5bf Bug 740851 - ARIA undetermined progressmeters should expose mixed state, r=eeejay, f=surkov 2012-04-12 18:44:16 -04:00
Mark Capella
ea01acd86f Bug 652635 - Fallback missing @longdesc to aria-describedby pointing to <a href>, r=surkov, jonas 2012-04-11 15:16:00 +09:00
Mark Capella
14c2edb2f1 Bug 739612 - Cleanup A11y tests and test-suite organization, r=marcoz, f=surkov
--HG--
rename : accessible/tests/mochitest/elm/test_landmarks.html => accessible/tests/mochitest/attributes/test_tag.html
rename : accessible/tests/mochitest/test_aria_roles.html => accessible/tests/mochitest/role/test_aria.html
rename : accessible/tests/mochitest/test_aria_roles.xul => accessible/tests/mochitest/role/test_aria.xul
rename : accessible/tests/mochitest/test_role_nsHyperTextAcc.html => accessible/tests/mochitest/role/test_general.html
2012-04-11 12:50:22 +09:00
Mark Capella
a82e0072a3 Bug 740758 - dexpcom nsAccessible::GetValue, r=tbsaunde, f=surkov 2012-04-09 18:48:41 +09:00
Mark Capella
32c0377459 Bug 739889 - densify nsOuterDocAccessible, r=surkov, tbsaunde
--HG--
rename : accessible/src/base/nsOuterDocAccessible.cpp => accessible/src/generic/OuterDocAccessible.cpp
rename : accessible/src/base/nsOuterDocAccessible.h => accessible/src/generic/OuterDocAccessible.h
rename : accessible/tests/mochitest/test_nsOuterDocAccessible.html => accessible/tests/mochitest/test_OuterDocAccessible.html
2012-04-05 23:27:37 +09:00
Max Li
5b1c387da0 Bug 670853 - undetermined progressmeters should expose mixed state, r=surkov, f=eeejay 2012-04-04 18:07:49 -04:00
Max Li
f2ec9d9ab0 Bug 735645 - expose sub and sup elements in text attributes, r=surkov 2012-04-04 20:10:19 -04:00
Max Li
a0d2197948 Bug 559746 - add a11y mochitests for <input type='tel'>, r=surkov 2012-04-03 22:12:39 -04:00
Mark Capella
7dbe0c1ec1 Bug 739524 - replace TreeViewChanged DOM event on direct call from XUL tree, r=tbsaunde, f=surkov 2012-04-02 20:31:10 +09:00
Max Li
f7870ef5e0 Bug 725432 - HTML buttons with aria-pressed not exposing IA2 TOGGLE_BUTTON role, r=tbsaunde, f=surkov 2012-03-29 20:04:06 -04:00
Mark Capella
262cffc47b Bug 614310 - Map section to pane (like role=region), r=davidb, f=surkov 2012-03-28 17:20:50 +09:00
Alexander Surkov
d7940989f5 Bug 656225 - XUL listbox accessible tree doens't get updated, r=tbsaunde, bz 2012-03-27 16:29:51 +09:00
Mark Capella
f4ceb2ab9c Bug 734982 - Map ARIA role 'form', r=surkov, f=eitan 2012-03-26 23:05:04 +09:00
Alexander Surkov
82545744b8 Bug 727942 - childAtPoint on XUL trees is broken when page is zoomed, r=marcoz
--HG--
rename : accessible/tests/mochitest/hittest/test_general.xul => accessible/tests/mochitest/hittest/test_zoom_tree.xul
2012-03-26 21:19:07 +09:00
Alexander Surkov
0c44dec5fa Bug 736059 - do some cleanups of nsAccessible::GetAttributesInternal, r=tbsaunde 2012-03-26 13:37:07 +09:00
Alexander Surkov
f57f20b552 Bug 738635 - fix XUL tree accessible leak and add XUL tree mochitest sugar, r=marcoz 2012-03-24 11:30:11 +09:00
Mark Capella
88c8cc7fea Bug 726071 - get rid nsAccUtilsGetPositionAndSizeForXULSelectControlItem, r=surkov, f=tbsaunde 2012-03-24 10:09:10 +09:00
Alexander Surkov
9aa9e71a8a Bug 727942 - boundaries of imagemap may be incorrect when page is zoomed, r=marcoz 2012-03-24 02:05:09 +09:00
Mark Capella
68228072cd Bug 737156 - Map role=note to IA2 role NOTE instead of SECTION, r=eitan, dbolter 2012-03-23 14:23:46 +09:00
Alexander Surkov
c753d7f448 Bug 736944 - make nsDocAccessible::RecreateAccessible fall into usual ContentInserted/ContentRemoved procedure, r=tbsaunde 2012-03-23 10:49:55 +09:00
Mark Capella
1d8d223e26 Bug 686909 - The system suffix is for system generated events only, patch=tbsaune, capella, r=surkov 2012-03-22 21:28:25 +09:00
Matt Brubeck
6669b8ff99 Merge mozilla-central and mozilla-inbound 2012-03-20 16:16:42 -07:00
Serge Gautherie
7c3e3c5d25 Bug 736905. (Av1) test_ui_modalprompt.html needs to check "prompts.tab_modal.enabled" preference. r=surkov.alexander. 2012-03-20 20:16:15 +01:00
Aryeh Gregor
69cb7fc73a Bug 735805 - Part 4.5: Fix a11y mochitest that runs no tests. r=surkov 2012-03-20 13:31:39 -04:00
Alexander Surkov
b9dc078740 Bug 732389 - image map accessible tree is not updated when image map is changed, r=bz, tbsaunde 2012-03-15 16:16:02 -04:00
Alexander Surkov
b186e2ce6d Bug 733382 - editable state bit should be presented on readonly inputs, r=davidb
--HG--
rename : accessible/tests/mochitest/states/test_inputs.xul => accessible/tests/mochitest/states/test_controls.xul
2012-03-14 13:48:01 -04:00
Alexander Surkov
b88d1ebc47 Bug 661293 - add mochitest for content alert() relations, r=marcoz 2012-03-13 13:01:26 -04:00
Alexander Surkov
9296772596 Bug 421242 - allow relations in anonymous content for binding parent, r=bsaunde, f=smaug 2012-03-13 12:06:21 -04:00
Alexander Surkov
79de720423 Bug 731276 - remove CSS computed style getters from nsIAccessible, r=tbsaunde 2012-03-12 21:00:29 -04:00
Mark Capella
0e16ad4b44 Bug 726069 - get rid nsAccUtils::GetPositionAndSizeForXULContainerItem, r=hub, f=surkov 2012-03-12 14:10:03 -04:00
Mark Capella
c864aef084 Bug 696975 - extend the list of legitimate data table structures for layout-guess object attribute, r=surkov, hub 2012-03-12 13:54:21 -04:00
Alexander Surkov
28c5ddc5cf Bug 473569 - Restrict text-position to allowed values, r=tbsaunde 2012-03-12 08:03:43 -04:00
Alexander Surkov
7e3784b6d4 Bug 523304 - expose text-underline-color and text-line-through-color text attributes, r=tbsaunde 2012-03-11 00:35:02 +09:00
Eitan Isaacson
ebee79690d Bug 729384 - Mochitest for nsIAccessibleVirtualCursorChangeEvent. r=marco.zehe 2012-03-09 20:52:13 -05:00
Alexander Surkov
762ddc766a Bug 729831 - Don't expose CSS-based object attributes on not in tree accessible and accessible having no DOM element, r=marcoz 2012-03-09 23:20:17 +09:00
Alexander Surkov
b19aadd98d Bug 643172 - improve a11y eventQueue logging, r=marcoz 2012-03-08 03:19:50 +09:00
Marco Bonardo
6c866c3814 Merge inbound and central 2012-03-07 10:33:11 +01:00
Alexander Surkov
7f830029fb Bug 732908 - Expose 'Firefox' and 'Thunderbird' as the accessible app names -- even for pre-release versions, r=ginn 2012-03-06 19:01:55 +09:00
Serge Gautherie
c16fe03cd5 Bug 718237. (Cv1) Call initAutoComplete() early to support XPFE AutoComplete. r=surkov.alexander. 2012-03-06 15:10:10 +01:00
Alexander Surkov
a638b2c723 Bug 727940 - Windows app can't read Firefox setting for hardware acceleration (D2D), r=marcoz, tbsaunde 2012-03-03 21:09:46 +09:00
Mark Capella
a27115a88a Bug 627379 - Add test for @hidden attribute, r=surkov 2012-03-02 22:46:57 +09:00
David Bolter
ab09888daa Bug 495912 - Expose content in HTML canvas elements. r=bz,roc r=surkov(tests)
layout-mentor: bz (mucho thanks!)

We make html canvas frame a container and render frames for its content which makes a lot of what we need for accessibility "just work".
2012-02-17 23:26:37 -05:00
Ed Morley
8de602546b Backout 547de632a3e2 (bug 495912) for mochitest-a11y orange 2012-02-29 18:42:58 +00:00
David Bolter
6392ae8ed0 Bug 495912 - Expose content in HTML canvas elements. r=bz,roc r=surkov(tests)
layout-mentor: bz (mucho thanks!)

We make html canvas frame a container and render frames for its content which makes a lot of what we need for accessibility "just work".
2012-02-17 23:26:37 -05:00
Alexander Surkov
4ee99a196c Bug 473576 - font-family text attribute should expose actual font used, r=tbsaunde, f=karl 2012-02-29 09:25:06 +09:00
Serge Gautherie
908613abfc Bug 718235. (Av1) events/test_focus_general.html: Disable synthShiftTab() check on SeaMonkey. r=surkov.alexander. 2012-02-25 06:18:27 +01:00
Alexander Surkov
c167d020ca Bug 727942 - childAtPoint may return incorrect accessibles when page zoomed, r=marcoz 2012-02-23 12:16:57 +09:00
Ed Morley
2564b11e39 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-22 22:20:54 +00:00
Ed Morley
810fe947b3 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-22 14:10:55 +00:00
Serge Gautherie
625d3e3821 Bug 729474. (Av1) name/test_browserui.xul: Improve log, to help diagnose. r=surkov.alexander. 2012-02-22 14:45:24 +01:00
Alexander Surkov
43a881a014 Bug 650241 - disable width testing of testBounds() because of failure on some platforms 2012-02-22 13:49:22 +09:00
Alexander Surkov
6bc52a5a51 Bug 650241 - Location returned by accessibles sometimes incorrect when page zoomed, r=marcoz 2012-02-22 11:07:43 +09:00
Hub Figuière
0698516eb4 Bug 726097 - Use the right doc accessible when hit testing. Add proper mochi-test. r=surkov
--HG--
rename : accessible/tests/mochitest/test_childAtPoint.html => accessible/tests/mochitest/hittest/test_general.html
rename : accessible/tests/mochitest/test_childAtPoint.xul => accessible/tests/mochitest/hittest/test_general.xul
2012-02-15 13:51:04 -08:00
Alexander Surkov
14bff999a4 Bug 714579 - Don't use GetComputedStyle for object attribute calculation, r=tbsaunde, marcoz, f=bz 2012-02-21 00:45:29 +09:00
Serge Gautherie
d488b0cc79 Bug 718237. (Bv2) test_focus_autocomplete.xul: Skip this test on SeaMonkey ftb. r=surkov.alexander. 2012-02-20 05:25:17 +01:00
Alexander Surkov
ae14569a5a Bug 677154 - Detached document accessibility tree, r=bz, marcoz 2012-02-18 02:38:43 +09:00
Andrew Quartey
61bb7df447 Bug 691267 - Remove nsHTMLButtonAccessible duplication, r=surkov
--HG--
rename : accessible/tests/mochitest/actions/test_inputs.html => accessible/tests/mochitest/actions/test_controls.html
2012-02-22 20:33:37 +09:00
Alexander Surkov
8eed5b1ea9 Bug 650241 - improve accessible boundaries testing, r=marcoz 2012-02-22 20:27:28 +09:00
Mark Capella
a9e24e2e83 Bug 725647. (Bv1a) test_embeds.xul: Use new openBrowserWindow(). f=sgautherie r=surkov.alexander. 2012-02-13 21:03:43 +01:00
Alexander Surkov
b8118c639c Bug 725581 - caretOffset for textarea should be -1 when textarea doesn't have a focus, r=tbsaunde 2012-02-13 12:37:52 +09:00
Tobias Markus (:Tobbi)
e23a0e56f7 Bug 725178 - Remove ensureAccessibleTree from common.js, r=surkov 2012-02-08 20:13:37 +01:00
Andrzej Skalski
03040ac231 Bug 706134 - ARIA listitem shouldn't expose selectable state and pick up aria-selected and aria-checked, r=surkov 2012-02-11 03:25:48 +09:00
Alexander Surkov
6dc822e36a Bug 723833 - IAccessibleText::setCaretOffset on location or search bar causes focus to jump, r=tbsaunde, marcoz
--HG--
rename : accessible/tests/mochitest/test_text_caret.html => accessible/tests/mochitest/textcaret/test_general.html
2012-02-08 13:31:18 +09:00
Trevor Saunders
f9dbefb4bb bug 672507 - merge nsIAccessNode and nsIAccessible r=davidb, surkov 2012-02-07 08:18:33 -05:00
Mark Capella
a4fbde2347 Bug 689540 - Expose IA2 margin- object attributes, r=surkov 2012-02-06 18:18:25 +01:00
Marco Zehe
af57611b0f Bug 719754 - Rewrite a11y tests that put <tabbrowser> in random XUL documents and expect it to work (tree and relations files), r=surkov 2012-02-06 13:06:07 +01:00
Alexander Surkov
04902bc825 Bug 719754 - rewrite name/test_nsRootAcc.xul, r=marcoz
--HG--
rename : accessible/tests/mochitest/name/test_nsRootAcc.xul => accessible/tests/mochitest/name/test_browserui.xul
2012-02-03 20:19:17 +09:00
Jonathan Kew
8aaf34ca5b backout 5ca407ff5564 (bug 672507) for M-oth (a11y) orange 2012-02-03 10:18:03 +00:00
Trevor Saunders
e0e93aa906 bug 672507 - merge nsIAccessNode and nsIAccessible r=davidb, surkov 2012-01-10 11:43:27 -05:00
Trevor Saunders
0603707c0e really backout bug 672507 on a CLOSED TREE 2012-02-02 04:42:34 -05:00
Trevor Saunders
790786fd33 bug 672507 - merge nsIAccessNode and nsIAccessible r=davidb, surkov 2012-01-10 11:43:27 -05:00
Eitan Isaacson
54a74544c9 Bug 698823 - Introduce virtual cursor/soft focus functionality to a11y API, r=tbsaunde, surkov, sr=neil 2012-02-02 15:14:51 +09:00
Murali
8f45182bfa Bug 720148 - ARIA button should expose press action, r=surkov 2012-02-02 10:13:09 +09:00
Mark Capella
cf1cfb8e56 Bug 589784 - Remove role='label' aria processing: no longer in spec, r=davidb, surkov 2012-02-01 16:23:22 +09:00
Alexander Surkov
23e0bfe222 Bug 719754 - rewrite events/test_scroll.xul, patch=marcoz, surkov, r=marcoz 2012-02-01 14:17:42 +09:00
Alexander Surkov
507cd379ea Bug 707654 - embeds relation on root accessible can return not content document, r=davidb 2012-01-31 15:40:06 +09:00
Tim Taubert
a0f0cb5e8d merge m-c to fx-team 2012-01-28 09:10:04 +01:00
Alexander Surkov
8f80f72f4c Bug 719754 - rewrite events/test_docload.xul, r=marcoz 2012-01-27 19:22:19 +09:00
Tim Taubert
3034f95b20 Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin 2012-01-25 23:43:27 +01:00
Ed Morley
049dda7acc Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-23 19:19:06 +00:00
Ed Morley
2fe7e7bf89 Backout ca7d87ab38b6 (bug 707654) for causing problems with NVDA (bug 720393); a=MarcoZ 2012-01-23 17:55:30 +00:00
Marco Zehe
2d816d3fd5 Bug 477015 - Create namerules based tests for accessible name of images, r=surkov 2012-01-23 09:05:26 +01:00
Alexander Surkov
92070748c0 Bug 707654 - embeds relation on root accessible can return not content document, r=davidb 2012-01-22 15:36:52 +01:00
Tim Taubert
6210f83731 Backed out changeset 746adaa9c9da (bug 455553) 2012-01-26 18:27:49 +01:00
Tim Taubert
ea80ee7eb8 Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin 2012-01-25 23:43:27 +01:00
Alexander Surkov
43aeca2f2a Bug 526703 - Screen readers announce ARIA list items, tree items, and listbox items as 'not selected', r=marcoz
--HG--
rename : accessible/tests/mochitest/states/test_aria_tabs.html => accessible/tests/mochitest/states/test_aria_widgetitems.html
2012-01-21 12:06:26 +01:00
Serge Gautherie
6c34f37246 Bug 718239. (Bv1a-bis) accessible/tests/mochitest/events.js: Fix typo in patch Bv1a. r=surkov.alexander. 2012-01-20 12:58:57 +01:00
Serge Gautherie
828ebbec0f Bug 718239. (Bv1a) accessible/tests/mochitest/events.js: Use Services.jsm. r=surkov.alexander. 2012-01-20 12:49:41 +01:00
Serge Gautherie
b799a48bd8 Bug 718237. (Av1) accessible/tests/mochitest/*: Support "SeaMonkey searchbar" too, Remove 1 useless "browser.css" use. r=surkov.alexander. 2012-01-20 12:49:41 +01:00
Dão Gottwald
9c8f010f62 Bug 715857 - Disable a11y tests that put <tabbrowser> in random XUL documents and expect it to work. r=MarcoZ 2012-01-16 14:37:21 +01:00
Serge Gautherie
d236689291 Bug 717753. (Av2) test_focus_browserui.xul: Use "browser.chromeURL" preference to support other browsers than "Firefox" too. r=marco.zehe. 2012-01-14 00:39:57 +01:00
Trevor Saunders
33da294063 merge accessibility to mozilla-central 2012-01-10 20:52:37 -05:00
Trevor Saunders
fe34f7aa70 disable osx tests part 2 test_caretmoved.xul had conflicts 2012-01-10 08:30:35 -05:00
David Bolter
53e6526b7b Bypass failing OSX tests (b=650294,b=650366). r=tests 2012-01-06 15:54:44 -05:00
David Bolter
00bbb552fa Bug 591363 - (in)visible state is not always correct? r=tbsaunde, marcoz
Here we depart from relying on layout because we don't want to walk
up the ancestor chain all the way past the property page parent since
this messes with screen readers virtual buffer updates (see bug).
2012-01-05 22:45:11 -05:00
Dão Gottwald
5b26339c7c Bug 618770 - Fixing stupid a11y test 2012-01-06 13:03:17 +01:00
Mats Palmgren
ff183ab7dd Bug 619273 - Create new ranges for adding to the selection. 2011-12-20 10:15:41 +01:00
Marco Zehe
d530dbaee3 Bug 457226 - mochitest for ARIA states, r=surkov 2011-12-08 17:01:31 +01:00
Alexander Surkov
c09db1bc84 Bug 706067 - Make takeFocus work on widget items, r=marcoz, tbsaunde 2011-12-08 20:20:15 +08:00
Boris Zbarsky
0dd5df7749 Mitigation (not fix) for bug 694254. 2011-12-08 01:24:17 -05:00
Alexander Surkov
d26cb4cb75 Bug 689847 - Expose active state on current item of selectable widgets, r=davidb, tbsaunde 2011-12-07 17:10:22 +08:00
Alexander Surkov
edc770329c Bug 658272 - Implement figure and figcaption accessibility, r=tbsaunde, marcoz
--HG--
rename : accessible/tests/mochitest/test_elm_landmarks.html => accessible/tests/mochitest/elm/test_landmarks.html
rename : accessible/tests/mochitest/test_elm_listbox.xul => accessible/tests/mochitest/elm/test_listbox.xul
rename : accessible/tests/mochitest/test_elm_nsApplicationAcc.html => accessible/tests/mochitest/elm/test_nsApplicationAcc.html
rename : accessible/tests/mochitest/test_elm_plugin.html => accessible/tests/mochitest/elm/test_plugin.html
2011-12-05 14:04:06 +08:00
Alexander Surkov
da6f38dbdb Bug 706335 - Remove text accesible getting no text inside a preformatted area, r=marcoz, bz 2011-12-02 16:52:56 +08:00
Alexander Surkov
501c68b0e5 Bug 703202 - ARIA comboboxes don't fire value change events, r=tbsaunde, marcoz 2011-12-02 00:12:02 +08:00
Alexander Surkov
ca6afa8566 Bug 699017 - aria-required attribute on file input not read by JAWS, r=tbsaunde, marcoz, roc 2011-11-30 20:36:20 +08:00
Trevor Saunders
47210c1f13 Bug 693948 - expose layout-guess: true object attribute on CSS table accessible, r=surkov 2011-11-07 04:05:51 -05:00
David Bolter
899b2bf2a0 Bug 705179 - Implement initial canvas accessible and baseline test. r=surkov,ehsan 2011-11-25 11:58:34 -05:00
Alexander Surkov
279a5e8eb0 Bug 287740 - expose axis object attribute on table cells, r=marcoz 2011-11-24 19:31:41 +08:00
Alexander Surkov
677bfef278 Bug 704754 - expose abbr object attribute on header cells, r=marcoz 2011-11-24 19:31:34 +08:00
Alexander Surkov
3b4b35835a Bug 704416 - HTML acronym and abbr names should be provided by @title, r=marcoz 2011-11-24 19:31:25 +08:00
Alexander Surkov
221c625fa5 Bug 702629 - aria-orientation should be applied to slider and separator roles, r=marcoz 2011-11-17 21:18:54 +08:00
Ed Morley
7ea8e12caa Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
Rail Aliiev
ac65d0d88e Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Alexander Surkov
3f07ab58a4 Bug 414302 - Incorrect selection events in HTML, XUL and ARIA, r=tbsaunde, f=marcoz 2011-11-01 08:52:27 +08:00
Ms2ger
6d97442563 Bug 684821 - Remove nsIDOMNSHTMLElement; r=peterv 2011-10-29 22:03:55 +02:00