gecko-dev/accessible/generic
Masayuki Nakano 450b71f763 Bug 1612085 - part 1: Hide constructor of nsRange r=smaug
`nsRange` instances are allocated a lot in the heap especially by editor and
spellchecker.  The allocation cost is too bad for benchmarks.  Therefore,
we should reuse released instances as far as possible.  For managing it in
static factory methods of `nsRange`, we need to hide `nsRange` constructor.

Differential Revision: https://phabricator.services.mozilla.com/D61237

--HG--
extra : moz-landing-system : lando
2020-01-30 13:23:35 +00:00
..
Accessible-inl.h Bug 1357071 - Implement support for implicit values for aria-value* attributes for scrollbar and slider roles, r=Jamie 2019-08-29 06:39:28 +00:00
Accessible.cpp Bug 1606130 - Make display: -moz-box more similar to other display types for block layout. r=jfkthame,surkov 2020-01-07 21:00:42 +00:00
Accessible.h Bug 1572677: Correct a11y exposure for HTML elements with associated XUL labels. r=MarcoZ 2019-11-28 06:36:04 +00:00
ApplicationAccessible.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
ApplicationAccessible.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
ARIAGridAccessible-inl.h
ARIAGridAccessible.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
ARIAGridAccessible.h Bug 1568360 - Don't calculate the accessible names for table or grid rows unless they have an explicit ARIA role, r=Jamie 2019-07-26 09:14:55 +00:00
BaseAccessibles.cpp
BaseAccessibles.h
DocAccessible-inl.h Bug 1609589: Fire a value change event when the text of a spin button changes. r=MarcoZ 2020-01-16 04:57:24 +00:00
DocAccessible.cpp Bug 1610596: Ignore ARIA roles other than application or dialog on body elements. r=MarcoZ 2020-01-23 04:34:22 +00:00
DocAccessible.h Bug 1610596: Ignore ARIA roles other than application or dialog on body elements. r=MarcoZ 2020-01-23 04:34:22 +00:00
FormControlAccessible.cpp
FormControlAccessible.h
HyperTextAccessible-inl.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
HyperTextAccessible.cpp Bug 1612085 - part 1: Hide constructor of nsRange r=smaug 2020-01-30 13:23:35 +00:00
HyperTextAccessible.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
ImageAccessible.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
ImageAccessible.h
moz.build Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj 2019-08-21 12:25:42 +00:00
OuterDocAccessible.cpp Bug 1606743: Defer calling BrowserBridgeChild::SendSetEmbedderAccessible if a DocAccessibleChild hasn't sent its constructor to the parent process yet. r=eeejay 2020-01-17 05:46:25 +00:00
OuterDocAccessible.h Bug 1558390: For OOP iframes, also send the embedder accessible when the BrowserBridgeChild is created. r=yzen,nika 2019-06-13 02:19:42 +00:00
RootAccessible.cpp Bug 1585482 - Remove C++ special-casing of top-level <dialog> elements r=Jamie 2019-12-10 18:10:45 +00:00
RootAccessible.h Bug 1585482 - Remove C++ special-casing of top-level <dialog> elements r=Jamie 2019-12-10 18:10:45 +00:00
TableAccessible.cpp Bug 1580491 - Use Element::HasNonEmptyAttr in various places; r=bzbarsky 2019-11-01 15:24:25 +00:00
TableAccessible.h
TableCellAccessible.cpp
TableCellAccessible.h
TextLeafAccessible.cpp
TextLeafAccessible.h