Commit Graph

2378 Commits

Author SHA1 Message Date
Eitan Isaacson
54e34df557 Bug 757372 - Announce "editing" when in editing mode. Use a11y states and focus to determine it. r=davidb 2012-07-10 16:10:15 -07:00
Andrew Quartey
697500916b Bug 767757 - Move nsAccessNode::Init() to Acccessible::Init() r=trev.saunders 2012-07-10 14:32:30 +02:00
Nathan Froyd
5b30baa4c3 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
a5f86cec70 Bug 761910 - Add text attribute testing for HTML mark color. r=eitan 2012-07-07 10:06:59 -04:00
Mark Capella
bb72a6f2f7 Bug 762770 - implement IAccessibleEx, rkhuey 2012-07-06 12:59:13 -04:00
Hub Figuière
606fb7e8ba Bug 718700 - Implement subroles for WAI-ARIA Landmarks. f=marcoz r=dbolter
--HG--
extra : rebase_source : b4bd571fe82d401d96bdd11ad8902b3fa03b1294
2012-06-29 14:12:18 -07:00
Hub Figuière
1cfbdb2b0d Bug 718625 - Implement TextLeaf accessibles for Mac. Fix Heading title. r=tbsaunde
--HG--
extra : rebase_source : c5f3044614af18ace16f7a91d3b51effa48c9ff8
2012-06-29 14:12:16 -07:00
Hub Figuière
60f0d598fb Bug 758799 - Check accessible expiry properly. r=dbolter
--HG--
extra : rebase_source : 9ed36a1fe38bac02770c57f82eeef15e6ac9cd74
2012-06-29 14:12:02 -07:00
Hub Figuière
64a384e119 Bug 750612 - Don't expose invisible property pages in a deck frame. r=tbsaunde
--HG--
extra : rebase_source : ca16cada2efddb6d55cf5dff43cc6a9393ba66e1
2012-06-28 16:04:50 -07:00
Trevor Saunders
7019245a6c bug 758112 - use mozilla::Selection in accessible/ r=surkov
From 60355eaaee7ef9edbc475c355133e02bc7c1a89f Mon Sep 17 00:00:00 2001
---
 accessible/src/generic/HyperTextAccessible.cpp |  106 +++++++++---------------
 accessible/src/generic/RootAccessible.cpp      |    1 -
 2 files changed, 39 insertions(+), 68 deletions(-)
2012-04-06 20:09:31 -04:00
Trevor Saunders
a7bf077b81 bug 758113 - remove a bunch of nsIDOMNode stuff from HypertextAccessible r=davidb 2012-04-06 14:08:24 -04:00
Mark Capella
3273de0738 Bug 767269 - ia2Accessible Text/EditableText QI shouldn't call QI for nsIAccessible Text/EditableText, r=tbsaunde 2012-07-01 23:42:45 -04:00
David Zbarsky
cd3c58ee76 Bug 763350 - Clean up some includes in content/ and dom/ r=smaug 2012-07-01 16:45:59 -07:00
Hub Figuière
914ee2da93 Bug 761589 - Part 2: implement accessibility.force_disabled for ATK. r=tbsaunde 2012-06-30 15:54:17 -07:00
Eitan Isaacson
c2e5ffa685 Bug 769340 - Don't utter anything for list roles. r=MarcoZ 2012-06-29 11:30:27 -07:00
Eitan Isaacson
ff54227eb2 Bug 768863 - Provide full context for explore by touch events like we do for focus. r=MarcoZ 2012-06-29 11:30:27 -07:00
Justin Lebar
4c3ea02bd1 Bug 769585 - Fix vim modelines. DONTBUILD rs=mrbkap 2012-06-29 12:42:59 +02:00
Mark Capella
a3a7287306 Bug 767705 - decomtaminate GetSelectedCells() on accessible tables, r=tbsaunde 2012-06-29 04:14:22 -04:00
Mark Capella
2c10241b54 Bug 765110 - TextLeafAccessibleWrap is never instanciated, r=tbsaunde 2012-06-28 05:09:14 -04:00
Ehsan Akhgari
a95b6edeea 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
ccc8365e72 Bug 766845 part 3 - Fix assertion in DeleteRangeTxn; r=ehsan,surkov 2012-06-25 14:44:40 +03:00
Mark Capella
21d9164844 Bug 767264 - remove uses of do_QueryObject() in CAccessibleHyperlink, r=tbsaunde
--HG--
rename : accessible/src/msaa/CAccessibleHyperlink.cpp => accessible/src/msaa/ia2AccessibleHyperlink.cpp
rename : accessible/src/msaa/CAccessibleHyperlink.h => accessible/src/msaa/ia2AccessibleHyperlink.h
2012-06-26 04:18:48 -04:00
Jonathan Watt
9ac7bb2267 Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
2012-06-25 20:59:42 +01:00
Eitan Isaacson
ac97aa10a8 Bug 766779 - Introduce Explore by touch 2012-06-25 10:34:52 -07:00
Eitan Isaacson
044fb0c6a4 Bug 766780 - Introduce android scroll accessibility events. r=davidb 2012-06-25 10:34:52 -07:00
Eitan Isaacson
a5cb5ccf0f Bug 764686 - Always check if point are in match's bounds in Accessible::ChildAtPoint(). r=davidb 2012-06-25 10:34:52 -07:00
Oussama BADR
b0b9c113ec Bug 763150 - remove notification methods from nsIAccessibilityService, r=tbsaunde 2012-06-24 02:19:13 -04:00
Mark Capella
3e279a4f8f Bug 757503 - decomtaminate GetColumnIndexAt/GetRowIndexAt/GetRowAndColumnIndicesAt on accessible tables, r=tbsaunde 2012-06-23 18:34:48 -04:00
Mark Capella
c249fc2140 Bug 765512 - decomtaminate GetSelected (Cell / Column / Row) Indices() on accessible tables, r=tbsaunde 2012-06-23 18:34:44 -04:00
Brian Nicholson
1a4f713f9d Bug 766757 - Follow-up to add missing break. r=me 2012-06-21 14:03:44 -07:00
Brian Nicholson
4c6cac45a7 Bug 766757 - Add LOAD_REPLACE_BYPASS_CACHE load type. r=bz 2012-06-21 10:31:07 -07:00
Eitan Isaacson
7e79ad818f Bug 766238 - Introduce Utils module in jsat. r=davidb 2012-06-20 14:07:51 -07:00
Eitan Isaacson
c5ed151532 Bug 756502 - Added reason to pivot change notifications. r=davidb 2012-06-20 14:07:51 -07:00
Eitan Isaacson
6151b5e79c Bug 756296 - Introduce pivot moveToPoint(). r=davidb 2012-06-20 14:07:51 -07:00
Mark Capella
aa746fa127 Bug 765371 - decomtaminate GetSelected-RowCount / ColumnCount / CellCount on accessible tables, r=tbsaunde 2012-06-20 14:05:31 -04:00
Mike Hommey
e1f994d15f Merge last PGO green changeset from mozilla-inbound to mozilla-central 2012-06-20 10:53:31 +02:00
Hub Figuière
cd89dee94c Bug 761589 - Refactor accessibility.force_disabled to work on Mac too and make it tri-state. r=tbsaunde 2012-06-19 16:19:13 -07:00
Andrew Quartey
79cf139ded Bug 762038 - Get rid of HyperTextAccessible CID. r=tbsaunde 2012-06-19 19:01:10 -04:00
Andrew Quartey
e2c721d1b9 Bug 761911 - Add text attribute tests for HTML strike and s elements. r=eitan 2012-06-19 19:01:10 -04:00
Mike Hommey
f600664217 Bug 616262 - Avoid cycle collection participant global variables adding static initializers. r=smaug,r=mccr8,r=Waldo 2012-06-04 08:30:26 +02:00
Mike Hommey
37b971c2cb Bug 765172 - Add missing entries in nsTextEquivUtils::gRoleToNameRulesMap. r=tbsaunde 2012-06-20 10:10:15 +02:00
Phil Ringnalda
56b88018d5 Back out 2168e72ab8d3 (bug 764686) for orange 2012-06-18 20:52:28 -07:00
Eitan Isaacson
989fcb8338 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
263ab98794 Backed out changeset 0c17f1be2df3 (bug 764686) 2012-06-18 17:54:01 -07:00
Eitan Isaacson
b87f22f604 Bug 764203 - Only notify pivot change if it actually changed. r=davidb 2012-06-18 16:07:56 -07:00
Eitan Isaacson
a9fc03b503 Bug 764686 - Always check if point are in match's bounds in Accessible::ChildAtPoint(). r=davidb 2012-06-18 16:07:56 -07:00
Hub Figuière
cc4cba5587 Bug 755048 - Fix warnings for uninitiliazed variables and unhandled case. r=dbolter 2012-06-18 13:14:01 -07:00
Mark Capella
f2bd648b14 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
f1912ce523 Bug 765195 - crash in nsXULTreeAccessible::TreeViewInvalidated, r=tbsaunde 2012-06-16 13:12:58 -04:00
Andrew Quartey
b429e45adb Bug 762396 - Replace do_QueryObject with static_cast in CAccessibleEditableText; r=tbsaunde
--HG--
rename : accessible/src/msaa/CAccessibleEditableText.cpp => accessible/src/msaa/ia2AccessibleEditableText.cpp
rename : accessible/src/msaa/CAccessibleEditableText.h => accessible/src/msaa/ia2AccessibleEditableText.h
2012-06-16 18:02:54 +12:00