Mark Capella
08c39ca55b
Bug 765110 - TextLeafAccessibleWrap is never instanciated, r=tbsaunde
2012-06-28 05:09:14 -04:00
Ehsan Akhgari
45fe6d3ae2
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
3e9c8587b9
Bug 766845 part 3 - Fix assertion in DeleteRangeTxn; r=ehsan,surkov
2012-06-25 14:44:40 +03:00
Mark Capella
20c2ffc214
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
6380335603
Bug 767388 - Kill NS_DEBUG. r=bz.
...
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
2012-06-25 20:59:42 +01:00
Eitan Isaacson
5c50b24520
Bug 766779 - Introduce Explore by touch
2012-06-25 10:34:52 -07:00
Eitan Isaacson
ab2436ed8d
Bug 766780 - Introduce android scroll accessibility events. r=davidb
2012-06-25 10:34:52 -07:00
Eitan Isaacson
2bf6598e99
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
9989086b37
Bug 763150 - remove notification methods from nsIAccessibilityService, r=tbsaunde
2012-06-24 02:19:13 -04:00
Mark Capella
dc287b48f3
Bug 757503 - decomtaminate GetColumnIndexAt/GetRowIndexAt/GetRowAndColumnIndicesAt on accessible tables, r=tbsaunde
2012-06-23 18:34:48 -04:00
Mark Capella
445ddea207
Bug 765512 - decomtaminate GetSelected (Cell / Column / Row) Indices() on accessible tables, r=tbsaunde
2012-06-23 18:34:44 -04:00
Brian Nicholson
1725263f16
Bug 766757 - Follow-up to add missing break. r=me
2012-06-21 14:03:44 -07:00
Brian Nicholson
ae0d3aaabc
Bug 766757 - Add LOAD_REPLACE_BYPASS_CACHE load type. r=bz
2012-06-21 10:31:07 -07:00
Eitan Isaacson
0a5d6947f7
Bug 766238 - Introduce Utils module in jsat. r=davidb
2012-06-20 14:07:51 -07:00
Eitan Isaacson
c7883dbfbb
Bug 756502 - Added reason to pivot change notifications. r=davidb
2012-06-20 14:07:51 -07:00
Eitan Isaacson
7f419da2d8
Bug 756296 - Introduce pivot moveToPoint(). r=davidb
2012-06-20 14:07:51 -07:00
Mark Capella
b70adf8077
Bug 765371 - decomtaminate GetSelected-RowCount / ColumnCount / CellCount on accessible tables, r=tbsaunde
2012-06-20 14:05:31 -04:00
Mike Hommey
90d687d851
Merge last PGO green changeset from mozilla-inbound to mozilla-central
2012-06-20 10:53:31 +02:00
Hub Figuière
1887a4efa8
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
70c39ccb77
Bug 762038 - Get rid of HyperTextAccessible CID. r=tbsaunde
2012-06-19 19:01:10 -04:00
Andrew Quartey
29da1e354d
Bug 761911 - Add text attribute tests for HTML strike and s elements. r=eitan
2012-06-19 19:01:10 -04:00
Mike Hommey
c533a83b6c
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
229093fff6
Bug 765172 - Add missing entries in nsTextEquivUtils::gRoleToNameRulesMap. r=tbsaunde
2012-06-20 10:10:15 +02:00
Phil Ringnalda
9ef61ebf0a
Back out 2168e72ab8d3 (bug 764686) for orange
2012-06-18 20:52:28 -07:00
Eitan Isaacson
20c87fa332
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
7f867d2927
Backed out changeset 0c17f1be2df3 (bug 764686)
2012-06-18 17:54:01 -07:00
Eitan Isaacson
59ef00d08e
Bug 764203 - Only notify pivot change if it actually changed. r=davidb
2012-06-18 16:07:56 -07:00
Eitan Isaacson
2882dc8665
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
5651c9ba7b
Bug 755048 - Fix warnings for uninitiliazed variables and unhandled case. r=dbolter
2012-06-18 13:14:01 -07:00
Mark Capella
22b27285a4
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
30e60bde90
Bug 765195 - crash in nsXULTreeAccessible::TreeViewInvalidated, r=tbsaunde
2012-06-16 13:12:58 -04:00
Andrew Quartey
5eb68c1a11
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
7aa91ef946
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
f15d8d0e1f
Bug 765387 - Add some ICS accessible event attributes. r=blassey
2012-06-15 15:34:22 -07:00
Ed Morley
0de9e97430
Merge mozilla-central to mozilla-inbound
2012-06-15 15:18:20 +01:00
Mike Hommey
311cae060f
Backout changeset a81526647059 and 560c492f81ad (bug 616262) because of Windows Moth perma-orange
2012-06-15 15:50:24 +02:00
Ed Morley
3497a91693
Merge mozilla-central to mozilla-inbound
2012-06-15 14:04:37 +01:00
Mark Capella
be1fbffd23
Bug 760878 - decomtaminate Get Row / Column Description() on accessible tables, r=tbsaunde
2012-06-15 04:04:03 -04:00
Mark Capella
5e9f336f99
Bug 757203 - crash in nsXULTreeAccessible::InvalidateCache when deleting cookie, r=surkov
2012-06-15 04:03:57 -04:00
Mark Capella
5ae0d8cbeb
Bug 760880 - decomtaminate Is Column / Row / Cell Selected(), r=tbsaunde
2012-06-15 04:03:51 -04:00
Mike Hommey
88257ed076
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
395f891e05
Bug 764119 - Explore by touch preference. r=davidb
2012-06-13 12:22:52 -07:00
Mark Capella
2a742dc6a7
Bug 759817 - Repair an inheritance issue, r=surkov
2012-06-12 19:18:04 -04:00
Marco Zehe
4759ccd28a
Bug 762851 - [AccessFu] Introduce single letter quick navigation keys, r=eitan
2012-06-12 19:32:37 +02:00
Mark Capella
8022460305
Bug 760354 - implement IsInDocument as accessible flag, r=tbsaunde, f=surkov
2012-06-12 10:30:59 -04:00
David Bolter
78049ecc9b
Bug 761891 - HTML5 article element should expose xml-roles:article object attribute. r=surkov
2012-06-11 11:16:48 -04:00
Mark Capella
655f2bea5e
Bug 760881 - decomtaminate Select Row / Column() on accessible tables, r=tbsaunde
2012-06-11 01:25:07 -04:00
Mark Capella
6ebcf84165
Bug 763148 - put Relation into a11y namespace, r=surkov
2012-06-10 18:18:31 -04:00
Mark Capella
118a8a50f8
Bug 763146 - put TextUpdater into a11y namespace, r=surkov
2012-06-10 18:18:27 -04:00
Ryan VanderMeulen
bf2b50270d
Merge m-c to inbound
2012-06-10 17:59:00 -04:00