removing old NSPR20 and MOCHA #ifdefs. Sorry for the rebuild.

git-svn-id: svn://10.0.0.236/trunk@11239 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cyeh%netscape.com
1998-09-28 19:56:38 +00:00
parent db076dcb00
commit 377c0b4ee8
9 changed files with 15 additions and 35 deletions

View File

@@ -224,7 +224,7 @@ struct MWContext_ {
in Browser windows too.) */
/* Also overloaded by progress module to hold private crap! */
#ifdef MOCHA
struct JSContext *mocha_context; /* opaque handle to Mocha state */
uint32 event_bit; /* sum of all event capturing objects */
XP_Bool js_drag_enabled; /* indicates JS drag enabled */
@@ -233,7 +233,7 @@ struct MWContext_ {
MWContext *js_parent;
int32 js_timeouts_pending; /* Number of pending JavaScript timeouts */
#endif
XP_Bool restricted_target; /* TRUE if window is off-limits for opening links into
from mail or other window-grabbing functions.*/