gecko-dev/content
Boris Zbarsky 08d376c598 Bug 776536 part 4. Turn on WebIDL bindings for NodeIterator and TreeWalker. r=peterv
The behavior here is a bit weird because Document is still not a
WebIDL object, so calling createNodeIterator or createTreeWalker via
an Xray will call the XPCOM versions of those methods.  That means
that I can't just disable XPCOM-based wrapping for TreeWalker and
NodeIterator altogether, unfortunately, which means a web page could
try stashing a TreeWalker in something like userdata and then getting
it back and end up wrapping it as an XPCOM object the second time.

I could "fix" that by adding a wrapper cache and whatnot, I guess, if
desired...  But the problem will go away once we convert Document in
any case.
2013-02-28 12:56:42 -05:00
..
base Bug 776536 part 4. Turn on WebIDL bindings for NodeIterator and TreeWalker. r=peterv 2013-02-28 12:56:42 -05:00
canvas Merge mozilla-central into build-system 2013-02-27 21:02:02 -08:00
events Merge mozilla-central into build-system 2013-02-27 10:03:52 -08:00
html Merge m-i to b-s. 2013-02-28 14:46:10 +01:00
mathml Bug 784841 - Part 18g: Convert /content; r=glandium 2013-02-25 12:47:19 -08:00
media Merge m-i to b-s. 2013-02-28 14:46:10 +01:00
smil Bug 784841 - Part 18g: Convert /content; r=glandium 2013-02-25 12:47:19 -08:00
svg Merge mozilla-central into build-system 2013-02-27 10:03:52 -08:00
test Bug 784841 - Part 18g: Convert /content; r=glandium 2013-02-25 12:47:19 -08:00
xbl Merge mozilla-central into build-system 2013-02-27 10:03:52 -08:00
xml Bug 784841 - Part 18g: Convert /content; r=glandium 2013-02-25 12:47:19 -08:00
xslt Bug 784841 - Part 18g: Convert /content; r=glandium 2013-02-25 12:47:19 -08:00
xul Merge mozilla-central into build-system 2013-02-27 10:03:52 -08:00
Makefile.in Bug 784841 - Part 18g: Convert /content; r=glandium 2013-02-25 12:47:19 -08:00
moz.build Bug 784841 - Part 18g: Convert /content; r=glandium 2013-02-25 12:47:19 -08:00