gecko/js/xpconnect
Bobby Holley 2d5f3aaee1 Bug 808730 - Implement the 'IfFound' parent of ReparentWrapperIfFound. r=mrbkap
This is a pretty dumb bug, but we never actually hit this codepath at the moment.
We currently end up in wrapper by either explicitly calling
ReparentWrappedNativeIfFound (in nsNodeUtils and in nsHTMLDocument), or by moving
existing wrappers during orphan fixup. The former always passes a wrapper-cached
object, and the latter guarantees that we always have a wrapper. So we'd never
hit the "no wrapper cache, no wrapper" case in the current code.
2012-11-06 17:56:49 -08:00
..
crashtests Bug 797583 - Remove bogus assertion. r=mrbkap 2012-10-04 11:56:51 +02:00
idl Backed out 2 changesets (bug 579517) 2012-10-25 12:32:24 -04:00
loader Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-31 09:13:28 -07:00
public Bug 798123 - Fix build bustage. r=Waldo 2012-10-18 22:21:38 -04:00
shell Bug 806587: Restore getCodebasePrincipal since extensions use it. r=mounir 2012-10-30 22:24:41 +01:00
src Bug 808730 - Implement the 'IfFound' parent of ReparentWrapperIfFound. r=mrbkap 2012-11-06 17:56:49 -08:00
tests Bug 800864 - Add some more tests. r=bz 2012-11-05 17:15:53 -08:00
wrappers Bug 807179 - Add a constructor for JSPropertyDescriptor. r=luke 2012-11-05 17:49:44 -08:00
Makefile.in