Commit Graph

77267 Commits

Author SHA1 Message Date
scc%mozilla.org
1d4f5e20ec bug #69941: r=jag, sr=alecf. Fixed signature of |FindCharInReadable|. 2001-02-24 03:09:04 +00:00
brendan%mozilla.org
55d5713602 Don't deprecate __proto__, there ain't no forward-compatible alternative (68401, r=timeless, sr=shaver). 2001-02-24 03:07:58 +00:00
brendan%mozilla.org
ee954accd5 - Shaver hacked this fix with advice from me, and I carried it to check-in. We now avoid a heavyweight outer function when the inner one is defined at top-level or in an expression (is not a JSOP_CLOSURE, IOW), and it doesn't refer to any non-local names. See bug 65308 for details on the win. (r=rogerl, sr=brendan)
- Fix scope chain for nested functions at top-level (JSOP_DEFFUN), in a part of another statement (JSOP_CLOSURE), and unnamed in an expression (JSOP_ANONFUNOBJ) to match ECMA-262 13.2.  My bad: fp->varobj was used up till now, instead of fp->scopeChain; we still *bind* the name of a statement-level (top or not) nested function in fp->varobj.  This fixes bug 69559.  (r=rogerl, sr=jband)
- Add an Intern command to the shell, for GC vs. intern'ed atom testing.
2001-02-24 03:00:56 +00:00
scc%mozilla.org
9226b1aed1 bug #'s 69940 and 69289: r=dbaron, sr=waterson. Fix parameters to, templatization of |Substring()|. 2001-02-24 02:55:46 +00:00
morse%netscape.com
2a278f849d bug 70018, image blocking busted, r=hwaara@chello.se, sr=alecf@netscape.com 2001-02-24 02:48:51 +00:00
gordon%netscape.com
58aeb43790 Include nsNetCID.h for cache service contract id. 2001-02-24 02:47:37 +00:00
gordon%netscape.com
cfb921fac8 Adding contract id for new cache service. r=beard. 2001-02-24 02:44:43 +00:00
darin%netscape.com
d22de88f0f Made accessGranted be of type nsCacheAccessMode. This is not part of the mozilla build. 2001-02-24 01:36:11 +00:00
darin%netscape.com
a19e03ee92 Updating cache IDL documentation. This is not part of the mozilla build. 2001-02-24 01:27:49 +00:00
gordon%netscape.com
cb127e5457 Updated new cache source to build with recent changes to interface files. These files are not part of the build. r=beard, darin. 2001-02-24 01:02:37 +00:00
pavlov%netscape.com
897e3b6058 cleanup of timer, etc code 2001-02-24 00:31:45 +00:00
pavlov%netscape.com
7ecc928aa6 check to see if numframes > 1 2001-02-24 00:31:08 +00:00
javi%netscape.com
147e289d6f Implement the SSL dialog warnings for Domain Mismatch and
server cert expired.
2001-02-24 00:20:32 +00:00
beard%netscape.com
67f04722d0 [not part of build] stand-alone cache module. 2001-02-24 00:19:43 +00:00
gordon%netscape.com
e41f5dd4d8 Remove inheritance from interface, and provide transport as an attribute. This change is not part of the build. 2001-02-23 23:55:42 +00:00
pavlov%netscape.com
297fe866b1 return 2001-02-23 23:49:34 +00:00
pavlov%netscape.com
72dbda52ea adding StartAnimation() 2001-02-23 23:48:25 +00:00
pavlov%netscape.com
43e705186c adding animation restart capibilities 2001-02-23 23:48:08 +00:00
radha%netscape.com
964bf51e3f Fix for blocker bug 69843. r=valeski, sr=waterson 2001-02-23 23:37:41 +00:00
nicolson%netscape.com
00c7c0a528 Elimintate some JDK 1.2isms so that we are still JDK1.1 compatible. 2001-02-23 23:30:08 +00:00
nicolson%netscape.com
25d1d20a81 add additional include path under AIX. 2001-02-23 23:29:34 +00:00
gordon%netscape.com
8706317ae2 Add nsICache.idl for common typedefs and constants. These changes are not part of the build. r = beard, darin. 2001-02-23 23:20:15 +00:00
nicolson%netscape.com
7c97d4ab6f When creating the mapfile, we need to create OBJDIR first if it
doesn't already exist.
2001-02-23 22:45:29 +00:00
pavlov%netscape.com
0d4690a051 use gfxImageContainer on windows too 2001-02-23 22:42:42 +00:00
pavlov%netscape.com
41a39d5c2f update animation stuff 2001-02-23 22:31:43 +00:00
gordon%netscape.com
d13aaaff49 New interfaces for cache service. These are not part of the build. r=beard, darin, gagan. 2001-02-23 22:23:55 +00:00
cyeh%bluemartini.com
6cd18637ba fix for 54566: Software error generated when adding invalid dependencies
if we call PuntTryAgain(), make sure we've unlocked tables
2001-02-23 21:40:03 +00:00
ducarroz%netscape.com
e73173642a Fix for bug 69966 (smoketest blocker). Do need to do an extra copy especially when this one is bogus. R=jgmyers, SR=bienvenu 2001-02-23 21:26:36 +00:00
gordon%netscape.com
0abd1aae6c Adding Makefile.in for new cache service. 2001-02-23 21:05:32 +00:00
pavlov%netscape.com
febc051bb7 adding cvsignore files 2001-02-23 20:52:12 +00:00
pavlov%netscape.com
9ffb879fb6 making a base imagecontainer impl that handles animation, etc. the platform specific container should inherit from this and overwrite GetPreferredAlphaFormat() and have its draw methods, etc. 2001-02-23 20:51:24 +00:00
blakeross%telocity.com
c2f13b1ae0 Smoketest blocker/autocompletion fix (69949). 2001-02-23 20:40:29 +00:00
cls%seawood.org
d21e426cdc Use full path on nspr dependency. (missed one last night). Thanks to leaf for the patch. r=cls sr=granrose 2001-02-23 20:35:18 +00:00
dave%intrec.com
c4d36b7026 Oops, typo in patch. = -> eq 2001-02-23 19:32:13 +00:00
pavlov%netscape.com
f3b40ff4e7 returning ns_Error_not_implemented 2001-02-23 18:57:05 +00:00
pavlov%netscape.com
1f4d5cb549 using NS_STATIC_CAST(void*, this) 2001-02-23 18:40:29 +00:00
pavlov%netscape.com
fe86f1b6b1 append __LINE__ to the local var name when using LOG_SCOPE() 2001-02-23 18:32:09 +00:00
rbs%maths.uq.edu.au
77ba9d1f19 Ignorable whitespace frames are gone - Additions to the inter-frame spacing - Typos - Rework the style of scripting elements - fix for bugs 67451,15402 - this check-in was contingent on the check-in for bug 68411 - sr=waterson 2001-02-23 16:10:51 +00:00
rbs%maths.uq.edu.au
f2ec04c5e0 First check-in 2001-02-23 16:09:14 +00:00
oeschger%netscape.com
52a04a142a updates to help chrome, NOT PART OF BUILD 2001-02-23 14:57:34 +00:00
locka%iol.ie
3b1ce4bad9 NOT PART OF BUILD. Prototype replacement for nsIWebBrowserSiteWindow. b=68581 2001-02-23 14:44:58 +00:00
leaf%mozilla.org
a6c52b8959 Automated update 2001-02-23 13:30:09 +00:00
jdunn%netscape.com
d95ac99bb0 defining _REENTRANT for hpux 11.00 & aix 4.3
r= cls@seawood.org
# 69808
2001-02-23 13:24:49 +00:00
gordon%netscape.com
619c6dc8ae Rough first cut of cache service and memory object cache. It currently builds on linux. 2001-02-23 13:18:01 +00:00
locka%iol.ie
7525dfae9c NOT PART OF BUILD. Fixed recent breakage and merged export/install dirs into single list. b=68668 2001-02-23 12:54:24 +00:00
rbs%maths.uq.edu.au
17a3d3c304 Declare atoms, update css rules, init a variable to zero - sr=waterson 2001-02-23 12:49:38 +00:00
rbs%maths.uq.edu.au
7da093a1d8 When requested, avoid to create frames for ignorable whitespace - bug 68411 r=karnaze sr=waterson 2001-02-23 12:45:19 +00:00
rbs%maths.uq.edu.au
2b65370bf6 Shift frame-state bits in implementations to the 12 higher bits - bug 68411 r=karnaze sr=waterson 2001-02-23 12:42:12 +00:00
rbs%maths.uq.edu.au
da17b2181d Avoid ignorable whitespace in tables by setting the frame state-bit to this effect - bug 68411 r=karnaze sr=waterson 2001-02-23 12:35:34 +00:00
rbs%maths.uq.edu.au
b6518223fe Reserve additional frame state-bits - implementations are now only allowed to use the 12 higher bits. The 20 lowest bits are reserved for general use - bug 6841 r=karnaze sr=waterson 2001-02-23 12:31:28 +00:00