mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-29 18:40:41 +00:00
88653c1804
- Bug 1153255 - set a build configuration flag when MOZ_TSAN is enabled; r=jorendorff (6b787252a5) - bug 1155829 - remove AccessibleWrap::SetMaiHyperlink r=surkov (69718cc37e) - bug 1155829 - remove MaiHyperlink::Initialize r=surkov (cf770ba16e) - bug 1155829 - inline MaiHyperlink::GetAtkHyperlink r=surkov (2eb9846a7e) - bug 1155829 - add shutdown method to MaiAtkObject r=yzen (f4e35f223d) - bug 1155829 - declare MaiAtkObject in nsMai.h r=yzen (fdb5cd60c7) - bug 1155829 - move AccessibleWrap::GetMaiHyperlink to MaiAtkObject::GetAtkHyperlink r=surkov (e00ba50a1a) - bug 1164976 - move AccessibleWrap::FireStateChangeEvent to be a member of MaiAtkObject r=davidb (5aee8b6119) - Bug 1128365 - MOZ_TOOLS is unnecessary. r=glandium (d7c8d8798d) - bug 1169376 - Allow getting the OuterDocAccessible for the tab's top level document r=davidb (630780f18e) - bug 1171728 - Only look for an OuterDoc accessible parent of a proxy if it doesn't have a proxy parent r=lsocks (76a55151bd) - bug 1107337 - Teach refChildCB to deal with proxies r=lsocks, davidb (1a5cfddb63) - bug 1172053 - don't call malloc in FireAtkShowHideEvent r=lsocks (350bbd99e1) - bug 1172053 - don't malloc the signal name in FireAtkTextChangedEvent r=lsocks (9035d29090) - bug 1107337 - support downcasting Accessible to OuterDocAccessible r=lsocks, davidb (d946ce3bf4) - bug 1107337 - Add OuterDocAccessible::RemoteChildDoc() r=lsocks, davidb (9fd40de39d) - bug 1172523 - Move AccessibleWrap::FireAtkTextChangedEvent to MaiAtkObject::FireTextChangeEvent r=lsocks (021898bef4) - bug 1146518 - allow MaiHyperlink to store references to proxies r=surkov (e068e47855) - bug 1146518 - make atk hyper link impl support proxies r=surkov (7e4d74efb3) - bug 1146518 - create MaiHyperlinks for proxies r=surkov (1b2b0ef5fa) - bug 1146518 - Only pass hyper links to MaiHyperlink::MaiHyperlink r=surkov (2c506d17b7) - bug 1163070 - fix AtkHyperlinkImpl::getHyperlink after bug 1146518 r=surkov (0a33758e48) - bug 1172523 - Allow getting the modified text from an AccTextChangeEvent without copying r=lsocks (aa0bf42335) - bug 1170153 - check documents have a docshell before trying to tell the parent process about new remote DocAccessibles r=davidb (8c35f9cec4) - bug 1181177 - null check tabChild in DocManager::CreateDocOrRootAccessible r=davidb (6c3e309edb) - bug 1186528 - don't create a DocAccessibleChild if we can't tell the parent process about it r=lsocks (d3954843b9) - bug 1164976 - fire useful state change and caret move events for proxies r=davidb (ef2e39e6d9) - bug 1172525 - rework forwarding events to the parent process r=davidb, lsocks (36537fb8f9)