gecko-dev/accessible/generic
Nicholas Nethercote f582d96b98 Bug 1390428 (part 9) - Remove nsXPIDLCString. r=erahm.
This is straightforward, with only two notable things.

- `#include "nsXPIDLString.h" is replaced with `#include "nsString.h"`
  throughout, because all nsXPIDLString.h did was include nsString.h. The
  exception is for files which already include nsString.h, in which case the
  patch just removes the nsXPIDLString.h inclusion.

- The patch removes the |xpidl_string| gtest, but improves the |voided| test to
  cover some of its ground, e.g. testing Adopt(nullptr).

--HG--
extra : rebase_source : 452cc4a08046a1adb1a8099a7e85a1917de5add8
2017-08-17 15:29:03 +10:00
..
Accessible-inl.h Bug 1355954 - Focusable separators should implement the accessible value interface. r=MarcoZ 2017-06-28 07:11:00 -04:00
Accessible.cpp Bug 1390428 (part 9) - Remove nsXPIDLCString. r=erahm. 2017-08-17 15:29:03 +10:00
Accessible.h bug 1240893 - ensure accessibles are shutdown before their document r=davidb, smaug 2017-01-19 17:18:39 -05:00
ApplicationAccessible.cpp Bug 1386600 - Change nsIStringBundle methods to return |AString| instead of |wstring|. r=emk,sr=dbaron. 2017-08-04 14:40:52 +10:00
ApplicationAccessible.h Bug 1273020 - add more assertions, r=njn 2016-05-17 14:11:42 -04:00
ARIAGridAccessible-inl.h
ARIAGridAccessible.cpp Bug 1212457 - crash at ARIARowAccessible::GroupPosition(), r=marcoz 2015-10-08 08:02:52 -04:00
ARIAGridAccessible.h
BaseAccessibles.cpp Bug 1260277 - remove empty CacheChildren's, r=marcoz 2016-03-31 21:40:56 -04:00
BaseAccessibles.h Bug 1260277 - remove empty CacheChildren's, r=marcoz 2016-03-31 21:40:56 -04:00
DocAccessible-inl.h Bug 1379098 - ARIA combobox should map to AXComboBox. r=marcoz 2017-07-11 11:16:00 +02:00
DocAccessible.cpp Bug 1388006 - a11y module should use TextEditor and HTMLEditor instead of nsIEditor r=surkov 2017-08-07 17:42:50 +09:00
DocAccessible.h Bug 1388006 - a11y module should use TextEditor and HTMLEditor instead of nsIEditor r=surkov 2017-08-07 17:42:50 +09:00
FormControlAccessible.cpp
FormControlAccessible.h
HyperTextAccessible-inl.h Bug 1388006 - a11y module should use TextEditor and HTMLEditor instead of nsIEditor r=surkov 2017-08-07 17:42:50 +09:00
HyperTextAccessible.cpp Bug 1388006 - a11y module should use TextEditor and HTMLEditor instead of nsIEditor r=surkov 2017-08-07 17:42:50 +09:00
HyperTextAccessible.h Bug 1388006 - a11y module should use TextEditor and HTMLEditor instead of nsIEditor r=surkov 2017-08-07 17:42:50 +09:00
ImageAccessible.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
ImageAccessible.h
moz.build Bug 1268544: Refactor PDocAccessible and its dependencies, and add code to integrate remote COM objects; r=tbsaunde 2016-08-15 17:14:53 -06:00
OuterDocAccessible.cpp bug 1338755 - send a tab's parent proxy when it may have changed r=yzen 2017-02-17 09:06:26 -05:00
OuterDocAccessible.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
RootAccessible.cpp Bug 1379098 - ARIA combobox should map to AXComboBox. r=marcoz 2017-07-11 11:16:00 +02:00
RootAccessible.h Bug 1251897 - DocAccessible constructor doesn't have to take root element as an argument, r=davidb 2016-03-02 09:39:06 -05:00
TableAccessible.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
TableCellAccessible.cpp
TableCellAccessible.h
TextLeafAccessible.cpp Bug 1261439 - replace nsAccUtils::IsEmbeddedObject on a bit flag check, r=marcoz 2016-04-08 08:35:11 -04:00
TextLeafAccessible.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00