Commit Graph

3503 Commits

Author SHA1 Message Date
Justin Lebar
6ff2cb6e6b Bug 769585 - Fix vim modelines. DONTBUILD rs=mrbkap 2012-06-29 12:42:59 +02:00
Mark Capella
d143874a39 Bug 767705 - decomtaminate GetSelectedCells() on accessible tables, r=tbsaunde 2012-06-29 04:14:22 -04:00
Mark Capella
bc9744216e Bug 765110 - TextLeafAccessibleWrap is never instanciated, r=tbsaunde 2012-06-28 05:09:14 -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
Mark Capella
5fcd8d777d 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
970e60a384 Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
2012-06-25 20:59:42 +01:00
Eitan Isaacson
58a5ab2042 Bug 766779 - Introduce Explore by touch 2012-06-25 10:34:52 -07:00
Eitan Isaacson
3fda41ea43 Bug 766780 - Introduce android scroll accessibility events. r=davidb 2012-06-25 10:34:52 -07: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
Oussama BADR
80066aef21 Bug 763150 - remove notification methods from nsIAccessibilityService, r=tbsaunde 2012-06-24 02:19:13 -04:00
Mark Capella
f7907a1429 Bug 757503 - decomtaminate GetColumnIndexAt/GetRowIndexAt/GetRowAndColumnIndicesAt on accessible tables, r=tbsaunde 2012-06-23 18:34:48 -04:00
Mark Capella
0f515c37e2 Bug 765512 - decomtaminate GetSelected (Cell / Column / Row) Indices() on accessible tables, r=tbsaunde 2012-06-23 18:34:44 -04:00
Brian Nicholson
54084044a2 Bug 766757 - Follow-up to add missing break. r=me 2012-06-21 14:03:44 -07:00
Brian Nicholson
5de6a4b075 Bug 766757 - Add LOAD_REPLACE_BYPASS_CACHE load type. r=bz 2012-06-21 10:31:07 -07:00
Eitan Isaacson
62e7becc7a Bug 766238 - Introduce Utils module in jsat. r=davidb 2012-06-20 14:07:51 -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
Mark Capella
1760b880a4 Bug 765371 - decomtaminate GetSelected-RowCount / ColumnCount / CellCount on accessible tables, r=tbsaunde 2012-06-20 14:05:31 -04:00
Mike Hommey
894a244c4f Merge last PGO green changeset from mozilla-inbound to mozilla-central 2012-06-20 10:53:31 +02:00
Hub Figuière
b6e65bfdfa 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
232b379314 Bug 762038 - Get rid of HyperTextAccessible CID. r=tbsaunde 2012-06-19 19:01:10 -04: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
Mike Hommey
b95d1d1421 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
293c6a4ced Bug 765172 - Add missing entries in nsTextEquivUtils::gRoleToNameRulesMap. r=tbsaunde 2012-06-20 10:10:15 +02: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
405fbb85d5 Bug 764203 - Only notify pivot change if it actually changed. r=davidb 2012-06-18 16:07:56 -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
Hub Figuière
abbe143757 Bug 755048 - Fix warnings for uninitiliazed variables and unhandled case. r=dbolter 2012-06-18 13:14:01 -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
8a1955f45f Bug 765195 - crash in nsXULTreeAccessible::TreeViewInvalidated, r=tbsaunde 2012-06-16 13:12:58 -04:00
Andrew Quartey
83d705b089 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
Andrew Quartey
4b91a0a661 Bug 762394 - Replace do_QueryObject() with static_cast in CAccessibleText; r=tbsaunde
--HG--
rename : accessible/src/msaa/CAccessibleText.cpp => accessible/src/msaa/ia2AccessibleText.cpp
rename : accessible/src/msaa/CAccessibleText.h => accessible/src/msaa/ia2AccessibleText.h
2012-06-16 17:28:31 +12:00
Eitan Isaacson
a828bb7159 Bug 765387 - Add some ICS accessible event attributes. r=blassey 2012-06-15 15:34:22 -07:00
Ed Morley
17ddf20f96 Merge mozilla-central to mozilla-inbound 2012-06-15 15:18:20 +01:00
Mike Hommey
cc362780fd Backout changeset a81526647059 and 560c492f81ad (bug 616262) because of Windows Moth perma-orange 2012-06-15 15:50:24 +02:00
Ed Morley
f56446474c Merge mozilla-central to mozilla-inbound 2012-06-15 14:04:37 +01:00
Mark Capella
331dec4fd2 Bug 760878 - decomtaminate Get Row / Column Description() on accessible tables, r=tbsaunde 2012-06-15 04:04:03 -04:00
Mark Capella
b74d09b750 Bug 757203 - crash in nsXULTreeAccessible::InvalidateCache when deleting cookie, r=surkov 2012-06-15 04:03:57 -04:00
Mark Capella
25e7472b6b Bug 760880 - decomtaminate Is Column / Row / Cell Selected(), r=tbsaunde 2012-06-15 04:03:51 -04:00
Mike Hommey
bda3a28b5d 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
Eitan Isaacson
e3c0b7755c Bug 764119 - Explore by touch preference. r=davidb 2012-06-13 12:22:52 -07:00
Mark Capella
84b97d2fb1 Bug 759817 - Repair an inheritance issue, r=surkov 2012-06-12 19:18:04 -04:00
Marco Zehe
d2ff9e838f Bug 762851 - [AccessFu] Introduce single letter quick navigation keys, r=eitan 2012-06-12 19:32:37 +02:00
Mark Capella
edb7b50436 Bug 760354 - implement IsInDocument as accessible flag, r=tbsaunde, f=surkov 2012-06-12 10:30:59 -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
Mark Capella
956b1e7139 Bug 760881 - decomtaminate Select Row / Column() on accessible tables, r=tbsaunde 2012-06-11 01:25:07 -04:00
Mark Capella
9bac34e470 Bug 763148 - put Relation into a11y namespace, r=surkov 2012-06-10 18:18:31 -04:00