gecko-dev/content
jband%netscape.com ef9c82db1e Landing big set of DOM and XPConnect changes:
DOM: getting rid of JS_GetContextPrivate wherever possible. Use static parent
links where we can. When we do need to find this info about the caller
we call a function that knows how to get that info rather than inline calls
to JS_GetContextPrivate. This is all required for calling DOM objects on
non-DOM JSContexts as we do via xpconnect.

XPConnect: basic refactoring work to disassociate wrappers from the JSContext
that was active when the wrapper was constructed. This allows for calling into
wrapped JS objects on the right JSContext and for proper grouping of wrapped
native objects so that they can share proto objects. This also allows for
better sharing of objects and lays the foundations for threadsafety and
interface flattening.

Also, xpconnect tests are reorganized and improved.

fixes bugs: 13419, 17736, 17746, 17952, 22086

r=vidur r=mccabe r=norris r=cbegle
a=chofmann
1999-12-18 20:29:29 +00:00
..
base Landing big set of DOM and XPConnect changes: 1999-12-18 20:29:29 +00:00
events Fixes for 3 PDT+ bugs (THAT'S RIGHT). Bugs 21895, 21832, and 21610. r=mjudge, 1999-12-18 04:02:28 +00:00
html Landing big set of DOM and XPConnect changes: 1999-12-18 20:29:29 +00:00
shared fix for #21417 1999-12-17 03:28:50 +00:00
xml Landing big set of DOM and XPConnect changes: 1999-12-18 20:29:29 +00:00
xsl Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
xslt/src
xul Landing big set of DOM and XPConnect changes: 1999-12-18 20:29:29 +00:00