gecko/content/base
Bobby Holley 772a8da25d Bug 868130 - Move nsCxPusher into XPConnect. r=gabor
The JSContext stack is an XPConnect construction. In particular, there are
situations where we want to manipulate it outside the lifetime of nsContentUtils
but within the lifetime of the stack itself. In order to do this cleanly, it's
helpful to use private XPConnect APIs. So the first step here is to move this into
js/src/xpconnect, so that we can take advantage of the stuff in xpcprivate.h.

--HG--
rename : content/base/src/nsCxPusher.cpp => js/xpconnect/src/nsCxPusher.cpp
rename : content/base/public/nsCxPusher.h => js/xpconnect/src/nsCxPusher.h
2013-05-22 10:05:26 -06:00
..
crashtests Bug 864448. Add crashtest. 2013-04-22 15:24:08 -05:00
public Bug 868130 - Move nsCxPusher into XPConnect. r=gabor 2013-05-22 10:05:26 -06:00
src Bug 868130 - Move nsCxPusher into XPConnect. r=gabor 2013-05-22 10:05:26 -06:00
test Bug 869000 - Text should be constructable. r=Ms2ger 2013-05-21 14:34:36 -04:00
moz.build Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00