gecko/content
Trevor Saunders 1ec207943c bug 888981 - add Accessible::IsAcceptableChild() r=surkov
this patch does several things
- makes DocAccessible::BindToDocument return void the only case in which
  it would "fail" was when passed null, and we know none of the callers
do that.
- adds Accessible::IsAcceptableChild() which returns true if its ok for
  the possible child to be a child of this accessible.
- replace several over rides of Accessible::CacheChildren() that are
  only to prevent certain types of children to over rides of
Accessible::IsAcceptableChild()
2013-09-06 15:27:07 -04:00
..
base bug 888981 - add Accessible::IsAcceptableChild() r=surkov 2013-09-06 15:27:07 -04:00
canvas Backout bug 817700 for causing various regressions. r=me 2013-09-13 14:14:36 -04:00
events Bug 916879, remove SetterThrows from eventhandlers, r=emk 2013-09-17 14:01:28 +03:00
html Bug 785140 - Correct SVG whitespace handling in various spots. r=smaug,dholbert 2013-09-17 13:52:39 +01:00
mathml/content Bug 913619 - Minimize the #includes in image/src; r=jrmuizel 2013-09-07 09:01:08 -04:00
media Bug 881959 - Fix inbound bustage on XP. 2013-09-17 16:25:13 +02:00
smil Backed out 5 changesets (bug 904720, bug 915757, bug 902909) for b2g bustage 2013-09-15 22:48:30 -07:00
svg Bug 785140 - Correct SVG whitespace handling in various spots. r=smaug,dholbert 2013-09-17 13:52:39 +01:00
test Bug 915202 - Remove a hack enabling DOMException in xpcshell. r=khuey 2013-09-12 22:16:22 +09:00
xbl Backed out 5 changesets (bug 904720, bug 915757, bug 902909) for b2g bustage 2013-09-15 22:48:30 -07:00
xml Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
xslt Bug 913830 - Remove more unneeded #includes from the xpconnect IDL files; r=bholley 2013-09-09 22:37:37 +02:00
xul Backed out 5 changesets (bug 904720, bug 915757, bug 902909) for b2g bustage 2013-09-15 22:48:30 -07:00
moz.build