Commit Graph

111972 Commits

Author SHA1 Message Date
ian%hixie.ch
8fbdfcf024 Support for #literal in case users need to output lines starting with a #
git-svn-id: svn://10.0.0.236/trunk@131724 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 21:56:47 +00:00
blakeross%telocity.com
dfc89d7838 Begin using XULPP: strip our last two overlays.
git-svn-id: svn://10.0.0.236/trunk@131722 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 21:54:02 +00:00
ian%hixie.ch
720c1ae7c6 Typo fix: CR is 0x0D not 0xDA... Ahem.
git-svn-id: svn://10.0.0.236/trunk@131721 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 21:44:08 +00:00
ian%hixie.ch
ad4167b122 Be slightly more verbose in error messages.
git-svn-id: svn://10.0.0.236/trunk@131720 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 21:42:44 +00:00
relyea%netscape.com
f045aece62 Fix optimized build failures
git-svn-id: svn://10.0.0.236/trunk@131718 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 21:17:39 +00:00
chanial%noos.fr
d6b8b68e0c typo
git-svn-id: svn://10.0.0.236/trunk@131715 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 20:53:06 +00:00
sspitzer%netscape.com
4a15b99b96 fix junk threadpane icons, per jglick. part of bug #169638.
doesn't affect end user yet.  r/sr=bienvenu, a=asa


git-svn-id: svn://10.0.0.236/trunk@131713 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 20:50:47 +00:00
hyatt%netscape.com
47fe9b229f Fix print preview.
git-svn-id: svn://10.0.0.236/trunk@131711 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 20:38:23 +00:00
wtc%netscape.com
e2a88b3f49 Bug 131386: use 'tee' (in a pipe) instead of 'tail -f' when we need to
display the test output on stdout.  This avoids the need to kill the tail
process, which is tricky to do under MKS Korn Shell on Windows.
Modified Files: all.sh jssqa common/init.sh


git-svn-id: svn://10.0.0.236/trunk@131710 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 20:36:53 +00:00
relyea%netscape.com
58d140d4e0 Fix Cert Reference leak in error path
git-svn-id: svn://10.0.0.236/trunk@131709 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 20:34:29 +00:00
chanial%noos.fr
279ed3c170 cvs add -kb is my new friend
git-svn-id: svn://10.0.0.236/trunk@131708 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 20:34:13 +00:00
relyea%netscape.com
1e6d88b94e Add missing errors from secerr.h in lib/util
git-svn-id: svn://10.0.0.236/trunk@131707 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 20:31:25 +00:00
relyea%netscape.com
faa9e5505e Bug 164501. Return a proper error code from PK11_FindCrlByName() so the CRL
code can decide if there is a hw or system failure preventing the reading of a
CRL or if the CRL is just not there.


git-svn-id: svn://10.0.0.236/trunk@131706 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 20:30:19 +00:00
ian%hixie.ch
e534e68b6f Different approach to fixing newlines on cygwin.
git-svn-id: svn://10.0.0.236/trunk@131705 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 20:28:44 +00:00
ian%hixie.ch
4e043cca47 A hack for cygwin perl systems: newlines are DOS newlines, not unix newlines.
git-svn-id: svn://10.0.0.236/trunk@131704 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 20:12:13 +00:00
relyea%netscape.com
346d28c2bf Unix and Mac platforms need to load librdb.* not rdb.*.
git-svn-id: svn://10.0.0.236/trunk@131703 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 20:11:09 +00:00
relyea%netscape.com
e16188c400 Fix minor memory leak on init.
git-svn-id: svn://10.0.0.236/trunk@131702 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 20:09:30 +00:00
blakeross%telocity.com
943cb026b7 Fix longstanding bug that disabled radiobuttons have enabled-looking bullets.
git-svn-id: svn://10.0.0.236/trunk@131701 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 19:58:49 +00:00
chanial%noos.fr
a2970b8fe7 middle-click broken in bookmark menus
git-svn-id: svn://10.0.0.236/trunk@131700 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 19:51:50 +00:00
hyatt%netscape.com
c626c5860b No need for background rule for the customized PT items.
git-svn-id: svn://10.0.0.236/trunk@131699 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 19:45:09 +00:00
sspitzer%netscape.com
4461362e4c fix some typos in the junk mail UI. r=robinf, a=asa.
git-svn-id: svn://10.0.0.236/trunk@131698 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 19:41:21 +00:00
ian%hixie.ch
b892fab0b5 Make the preprocessor moderately cleverer about line endings.
git-svn-id: svn://10.0.0.236/trunk@131697 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 19:39:33 +00:00
dmose%netscape.com
bdd53eed5c Ongoing work for spam filtering GUI (bug 169638); not yet turned on in default builds. Fix Junk Mail dialog to always show content, not just the initial time it comes up. r/sr=sspitzer@netscape.com; a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@131696 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 19:30:49 +00:00
chanial%noos.fr
a3ad78ff6a default icon for tabs
cutting related browser and communicator dependencies in toolkit


git-svn-id: svn://10.0.0.236/trunk@131695 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 19:21:54 +00:00
gerv%gerv.net
926fc445c7 Bug 170903 - review markup I missed. Patch by gerv; r=bbaetz.
git-svn-id: svn://10.0.0.236/trunk@131693 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 19:12:52 +00:00
gerv%gerv.net
9f77460a6f Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; r=bbaetz.
git-svn-id: svn://10.0.0.236/trunk@131692 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 19:02:36 +00:00
asa%mozilla.org
b93495c605 change bookmark to the index of phoenix forums rather than the general forum
git-svn-id: svn://10.0.0.236/trunk@131687 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 17:36:49 +00:00
blakeross%telocity.com
6f0eab04bd Backing out backout of history changes.
git-svn-id: svn://10.0.0.236/trunk@131686 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 10:55:21 +00:00
hyatt%netscape.com
83ae50beff Remove class attribute setting on open in tabs menu item.
git-svn-id: svn://10.0.0.236/trunk@131685 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 09:02:28 +00:00
hyatt%netscape.com
b9a0b96261 Backing out change that breaks history.
git-svn-id: svn://10.0.0.236/trunk@131684 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 07:47:36 +00:00
hyatt%netscape.com
963369ea21 Back out change to global history that stopped it from writing itself to disk.
git-svn-id: svn://10.0.0.236/trunk@131683 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 07:35:10 +00:00
hyatt%netscape.com
308c07f13a Make personal toolbar look better during customization.
git-svn-id: svn://10.0.0.236/trunk@131682 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 07:13:43 +00:00
hyatt%netscape.com
d848b97c57 Make personal toolbar look better during customization.
git-svn-id: svn://10.0.0.236/trunk@131681 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 07:03:27 +00:00
gerv%gerv.net
ba1cc2d33d Bug 173581 - Changing milestone sortkeys is broken. Patch by gerv; r=bbaetz.
git-svn-id: svn://10.0.0.236/trunk@131680 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 06:54:58 +00:00
hyatt%netscape.com
ce1e82fb92 Fix menu icon bustage.
git-svn-id: svn://10.0.0.236/trunk@131679 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 06:40:31 +00:00
varga%netscape.com
f6df4db2b2 Fix for bug 171752 - Merge nsBoxFrameInner and nsBoxFrame
r=hyatt, sr=jag, a=asa


git-svn-id: svn://10.0.0.236/trunk@131678 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 06:39:30 +00:00
varga%netscape.com
d0e82c61ec Fixing JS errors caused by bug 172545.
r=neil, sr=sspitzer, a=asa


git-svn-id: svn://10.0.0.236/trunk@131677 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 06:35:58 +00:00
rogerl%netscape.com
5718e4bcab More long/ulong changes - moved to String for name storage, added string
to GC handling. Removing reference assign ops.


git-svn-id: svn://10.0.0.236/trunk@131676 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 05:32:21 +00:00
depstein%netscape.com
6632bd808f Added test cases for nsIWebProgress->GetIsDocumentLoading() and nsIWebNavigation->SetSessionHistory(). Added IsDocumentLoading tracking in web progress listeners. not part of the build.
git-svn-id: svn://10.0.0.236/trunk@131674 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 05:03:39 +00:00
bzbarsky%mit.edu
1dedbd7154 Add & implement imgIContainer::ResetAnimation. Bug 152756, patch by
paper@animecity.nu (Arron), r=pavlov, sr=tor, a=asa


git-svn-id: svn://10.0.0.236/trunk@131673 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 04:43:13 +00:00
glen.beasley%sun.com
68b62dcd08 171027 removed deprecated code
git-svn-id: svn://10.0.0.236/trunk@131672 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 04:35:56 +00:00
av%netscape.com
baae49fa82 Bug 173206 -- crash after Shockwave registration, r=serge, sr=beard, a=asa
git-svn-id: svn://10.0.0.236/trunk@131671 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 04:23:18 +00:00
ian%hixie.ch
059b4d3c37 Implement #elifdef, #elifndef, #elif. Only part of Phoenix build system.
git-svn-id: svn://10.0.0.236/trunk@131668 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 04:12:59 +00:00
bryner%netscape.com
c365cdbe32 Adding a preprocessor to be used for XUL files (bug 170737). This only affects phoenix builds. r=cls, a=asa
git-svn-id: svn://10.0.0.236/trunk@131662 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 03:11:27 +00:00
sspitzer%netscape.com
c3c9f39340 more changes for the spam UI. fix the junk status column. part of bug #169638. not visible to end user yet. r/sr=bienvenu, a=asa
git-svn-id: svn://10.0.0.236/trunk@131660 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 02:21:40 +00:00
sspitzer%netscape.com
12f0d96eb4 temporary icons (from gail) and css rules for junk mail UI. part of bug #169638.
not visible to end user yet.  r/sr=bienvenu, a=asa


git-svn-id: svn://10.0.0.236/trunk@131659 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 02:07:26 +00:00
blakeross%telocity.com
e6abdb5e68 Fix checkbox for block images.
git-svn-id: svn://10.0.0.236/trunk@131658 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 01:47:29 +00:00
beard%netscape.com
d418a2a975 Fixed declaration of nsIJunkMailPlugin::setMessageClassification consistent with nsMsgJunkStatus typedef. Added pooled allocation for tokens and word strings. r=bienvenu sr=sspitzer, a=asa [not end user visible as yet]
git-svn-id: svn://10.0.0.236/trunk@131655 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 01:20:47 +00:00
sspitzer%netscape.com
2610d3b788 supplimental fix for #173590. r/sr/a=brendan
git-svn-id: svn://10.0.0.236/trunk@131654 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 00:54:05 +00:00
dougt%netscape.com
2d4f6b4911 fixes download dialog comes up even though FTP server can't be found 173280, r=neeti@netscape.com, sr=darin@netscape.com, a=dbaron
git-svn-id: svn://10.0.0.236/trunk@131653 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 00:53:53 +00:00