Commit Graph

69977 Commits

Author SHA1 Message Date
scc%mozilla.org
8271620013 fixes for VC++ 2000-09-09 09:44:45 +00:00
scc%mozilla.org
52146b8bc8 fixes to make it compile on VC++ 2000-09-09 09:39:44 +00:00
jst%netscape.com
1c8abb9416 Backing out the last changes to these files since they caused redness on tinderbox... 2000-09-09 09:26:19 +00:00
scc%mozilla.org
ef2e163089 adding new string files to the build 2000-09-09 09:05:16 +00:00
scc%mozilla.org
446f9a7680 adding new string files to the build 2000-09-09 08:54:03 +00:00
scc%mozilla.org
b957ef46c6 adding new string headers to exports 2000-09-09 08:53:39 +00:00
BlakeR1234%aol.com
a189fea186 Classic skin polish (46613) 2000-09-09 08:39:46 +00:00
scc%mozilla.org
fc5dcc58b5 adding new string headers to exports 2000-09-09 08:24:31 +00:00
BlakeR1234%aol.com
e0ea56d115 Classic skin polish (46613) 2000-09-09 08:18:53 +00:00
BlakeR1234%aol.com
a62dd4bd64 Classic skin polish (46613), use disabled dropmarker image for disabled menubuttons (like the nav back/fwd buttons) 2000-09-09 07:48:09 +00:00
scc%mozilla.org
26fdf3a955 refactoring |ToUpperCase|, |ToLowerCase| 2000-09-09 07:30:55 +00:00
cls%seawood.org
c585cbcf9c Ok, so I'm an idiot... 2000-09-09 06:47:43 +00:00
scc%mozilla.org
f9628a5ea2 nobody uses |nsFragmentedString| as yet ... changing it now to be based on the new work from |nsSlidingString|/|nsSlidingSubstring| for the parser 2000-09-09 06:42:45 +00:00
scc%mozilla.org
2f06e33fc1 adding a |#if|d out hunk of code to remind me of something later 2000-09-09 06:40:49 +00:00
scc%mozilla.org
d20b91809f closer to getting the parser strings in; these files are still not part of the build 2000-09-09 06:35:16 +00:00
scc%mozilla.org
2e1d1cad8f fix |const| errors, this file is not yet part of the build 2000-09-09 06:32:46 +00:00
scc%mozilla.org
3798ef25f3 adding more new string files 2000-09-09 06:29:37 +00:00
jst%netscape.com
20e0e70734 Changing PLEvent que priority. r=pavlov,vidur 2000-09-09 06:11:50 +00:00
nelsonb%netscape.com
d856a6e4f8 Create a new function, CERT_DupCertList(), and call it instead of calling
CERT_CertChainFromCert in ssl_DupSocket().  This is MUCH faster.  This is
the first approximation of the right fix.  The next step is to consider
doing ref counting instead of actual duplication.  Fixes bug 51425 .
2000-09-09 06:08:46 +00:00
cls%seawood.org
9a22fb5ff1 Ok, so what was the point of a static (non-inline) function in a header file? Why do the other compilers allow this? Why does Workshop 5.0 barf on it? 2000-09-09 06:02:34 +00:00
anthonyd%netscape.com
02ba6d64c1 putting in the rules for jar packaging,
NOT IN THE BUILD
dprice using anythonyd's linux machine
if there are problem email dprice@netscape.com
2000-09-09 05:54:35 +00:00
brendan%mozilla.org
f76a0a2d6b Fix C++ portability and AIX compilation problem due to last C++ porting attempt (48976, r=jdunn@netscape.com). 2000-09-09 05:53:00 +00:00
anthonyd%netscape.com
0b60677281 make certain the destination path for the jar file exists. R=warren
dprice using anthonyd's account
if there are problems email dprice@netscape.com
2000-09-09 05:46:29 +00:00
jst%netscape.com
a29c8269e1 Removing static IID's (NS_DEFINE_IID()) and replace the static IID's with NS_GET_IID(), this cleans things up and simplifies my fix for nsbeta3+ bug 7515. r=pollmann@netscape.com 2000-09-09 05:46:14 +00:00
anthonyd%netscape.com
37fda41540 Fixing bad makefile rule to use $(INSTALL) instead of calling cp directly
in preparation for Jar Packaging on Linux
dprice using anthonyd's account to check in
if there are problems email dprice@netscape.com
2000-09-09 05:45:12 +00:00
anthonyd%netscape.com
68da8cf588 Fixing bad rule to use $(INSTALL) instead of calling cp directly.
Preparation for Jar Packaging on Lunix
dprice using anthony's account to check in,
if there are problems email dprice@netscape.com
2000-09-09 05:43:42 +00:00
BlakeR1234%aol.com
72652578a0 Fix bug 51266, allow cookie blocking for local files and the about: protocol. r=morse a=morse 2000-09-09 05:20:09 +00:00
scc%mozilla.org
1b5dad648c fix a |const| error 2000-09-09 05:02:19 +00:00
jst%netscape.com
4a59e000ba Backing out checkin for bug 36849. This change is the reason for mozilla to freeze while loading pages (by not processing paint events while loading pages), this has made mozilla feel really crappy for the last 5 weeks, this is unacceptable. r=vidur. 2000-09-09 04:46:36 +00:00
scc%mozilla.org
f005c9b3b7 adding the new string files 2000-09-09 04:43:55 +00:00
scc%mozilla.org
59389ddca9 more work towards a working |nsSlidingString|, |nsSlidingSubstring| for the parser, these files are not yet part of the build 2000-09-09 04:42:19 +00:00
scc%mozilla.org
cff3c8e744 fixing comments, not yet part of the build 2000-09-09 04:40:38 +00:00
scc%mozilla.org
4337bf7aef adding comments 2000-09-09 04:40:01 +00:00
scc%mozilla.org
9c9a645de8 fixing includes 2000-09-09 04:39:25 +00:00
beard%netscape.com
ddae8993e0 splitting out call trees, to avoid creating unwieldy HTML reports. 2000-09-09 04:23:17 +00:00
beard%netscape.com
b69d93c128 trims strings by copying them, to avoid retaining excessively large strings. 2000-09-09 04:22:06 +00:00
beard%netscape.com
9bc9544d23 manages a compressed calltree. 2000-09-09 04:20:50 +00:00
disttsc%bart.nl
beba59aecf ctrl+left/right -> alt+left/right for back/forward navigation on unix (yay!). r=ben, a=brendan 2000-09-09 04:07:36 +00:00
pavlov%netscape.com
edee3e570c fix for bug 51417 2000-09-09 04:01:03 +00:00
nelsonb%netscape.com
1eac835d58 Change order of includes so this will build on NT. 2000-09-09 03:41:11 +00:00
nelsonb%netscape.com
32c1d386a9 Change order of includes, so this will build on NT. 2000-09-09 03:19:35 +00:00
BlakeR1234%aol.com
6408f1183c Fix bugs 51549 and bug 49444, focus to find dialog textfield upon opening and a typo. r=law a=brendan 2000-09-09 03:06:54 +00:00
wtc%netscape.com
8a2b495434 Bugzilla bug #48248: removed an extraneous declaration of putenv(). Thanks
to Steven T. Hatton <hattons@bellatlantic.net> for reporting the bug.
2000-09-09 02:25:18 +00:00
waldemar%netscape.com
a6d92aa305 Added support for highlights. Made @ operator js2-only. 2000-09-09 02:15:37 +00:00
waldemar%netscape.com
dc4e188aea Updated to correspond to js2 site 2000-09-09 02:15:06 +00:00
waldemar%netscape.com
8f752abf38 Added support for highlights. 2000-09-09 02:14:35 +00:00
ssu%netscape.com
760079a091 added option to update/noupdate the chrome jar files. a,r=dveditz 2000-09-09 02:08:03 +00:00
karnaze%netscape.com
e7cf1bf7e1 bug 14929 - Reallocate colspan adjusted col widths when there is a percent col being spanned. 2000-09-09 01:46:44 +00:00
jband%netscape.com
ab447aa9ef needed to fix bug 46707. We need to autoreg the native loader before the interface info manager (iim) so that the iim can use registered components; e.g. libjar. r=shaver@mozilla.org 2000-09-09 01:36:18 +00:00
ftang%netscape.com
23ab5863e0 fix 51432. r=cata 2000-09-09 01:24:30 +00:00