scc%mozilla.org
5f022da463
attempting to fix build bustage on Solaris
2001-02-24 04:49:34 +00:00
beard%netscape.com
e3954dddbd
[not part of build] changes to build correctly on Mac, and link correctly on all platforms.
2001-02-24 04:22:19 +00:00
beard%netscape.com
c6151d6d87
[not part of build] projects to build new cache on Mac.
2001-02-24 04:21:26 +00:00
pavlov%netscape.com
872b047487
add define incase of non-debug
2001-02-24 04:21:18 +00:00
pschwartau%netscape.com
7f6cf43c0f
Added Stephen Ostermiller's pattern-match from bug 69989 to this test -
2001-02-24 03:23:27 +00:00
scc%mozilla.org
ddb0743c0c
bug #53209 : remove unused file from the build
2001-02-24 03:17:53 +00:00
scc%mozilla.org
cbbbd2bc60
bug #53209 : removing |nsSharedString| here, just from my test harness.
2001-02-24 03:13:51 +00:00
scc%mozilla.org
6e60f7492d
bug #67876 : r=jst, sr=alecf. Added comment documenting `NULL' string infrastructure.
2001-02-24 03:11:23 +00:00
scc%mozilla.org
e993480902
bug #69941 : r=jag, sr=alecf. Fixed signature of |FindCharInReadable|.
2001-02-24 03:09:04 +00:00
brendan%mozilla.org
5954a16aa8
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
bdf1de2757
- 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
64f1e22b83
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
fd3fb3379d
bug 70018, image blocking busted, r=hwaara@chello.se, sr=alecf@netscape.com
2001-02-24 02:48:51 +00:00
gordon%netscape.com
d75f56b14e
Include nsNetCID.h for cache service contract id.
2001-02-24 02:47:37 +00:00
gordon%netscape.com
1a176e8567
Adding contract id for new cache service. r=beard.
2001-02-24 02:44:43 +00:00
darin%netscape.com
a7f5e770bf
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
77c0aa2d9d
Updating cache IDL documentation. This is not part of the mozilla build.
2001-02-24 01:27:49 +00:00
gordon%netscape.com
04beb97fd8
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
3e7550e4b4
cleanup of timer, etc code
2001-02-24 00:31:45 +00:00
pavlov%netscape.com
48328feb42
check to see if numframes > 1
2001-02-24 00:31:08 +00:00
javi%netscape.com
aafbc7b0de
Implement the SSL dialog warnings for Domain Mismatch and
...
server cert expired.
2001-02-24 00:20:32 +00:00
beard%netscape.com
ca4097ba59
[not part of build] stand-alone cache module.
2001-02-24 00:19:43 +00:00
gordon%netscape.com
438b40d2ee
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
99f884dd73
return
2001-02-23 23:49:34 +00:00
pavlov%netscape.com
90cc8a56b0
adding StartAnimation()
2001-02-23 23:48:25 +00:00
pavlov%netscape.com
d179dfc96c
adding animation restart capibilities
2001-02-23 23:48:08 +00:00
radha%netscape.com
2fb7097db8
Fix for blocker bug 69843. r=valeski, sr=waterson
2001-02-23 23:37:41 +00:00
nicolson%netscape.com
134e24a928
Elimintate some JDK 1.2isms so that we are still JDK1.1 compatible.
2001-02-23 23:30:08 +00:00
nicolson%netscape.com
7537d650c6
add additional include path under AIX.
2001-02-23 23:29:34 +00:00
gordon%netscape.com
414b0ff434
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
ad437013f9
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
81fcc8c26b
use gfxImageContainer on windows too
2001-02-23 22:42:42 +00:00
pavlov%netscape.com
2b8898dfc9
update animation stuff
2001-02-23 22:31:43 +00:00
gordon%netscape.com
0bcfd56974
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
3fab8d4515
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
89aae320e8
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
6bc9415a83
Adding Makefile.in for new cache service.
2001-02-23 21:05:32 +00:00
pavlov%netscape.com
2e23b7dc87
adding cvsignore files
2001-02-23 20:52:12 +00:00
pavlov%netscape.com
7303529200
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
32fa43bcb2
Smoketest blocker/autocompletion fix (69949).
2001-02-23 20:40:29 +00:00
cls%seawood.org
2ffaaa1fbb
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
730d05c4eb
Oops, typo in patch. = -> eq
2001-02-23 19:32:13 +00:00
pavlov%netscape.com
99c03c60f1
returning ns_Error_not_implemented
2001-02-23 18:57:05 +00:00
pavlov%netscape.com
af84e99904
using NS_STATIC_CAST(void*, this)
2001-02-23 18:40:29 +00:00
pavlov%netscape.com
225c0a9ee9
append __LINE__ to the local var name when using LOG_SCOPE()
2001-02-23 18:32:09 +00:00
rbs%maths.uq.edu.au
b210805603
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
843fa2d789
First check-in
2001-02-23 16:09:14 +00:00
oeschger%netscape.com
7d0e8f65c1
updates to help chrome, NOT PART OF BUILD
2001-02-23 14:57:34 +00:00
locka%iol.ie
3508afd0c4
NOT PART OF BUILD. Prototype replacement for nsIWebBrowserSiteWindow. b=68581
2001-02-23 14:44:58 +00:00
leaf%mozilla.org
46186a9493
Automated update
2001-02-23 13:30:09 +00:00