Commit Graph

6917 Commits

Author SHA1 Message Date
raman%netscape.com
06c4d898e1 Merging 4.5 SmartUpdate changes 1998-09-02 19:05:33 +00:00
raman%netscape.com
2a8a818d58 Build SmartUpdate when MOZ_SMARTUPDATE is defined 1998-09-02 19:05:13 +00:00
cyeh%netscape.com
7166e00ae5 disable setting the agent for right now 1998-09-02 19:04:13 +00:00
terry%netscape.com
6f8faf658a Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for
empty resolution.
1998-09-02 19:02:30 +00:00
terry%netscape.com
3ca3e981e0 Changelog of important Bugzilla changes. 1998-09-02 18:56:48 +00:00
cls%seawood.org
a58cd3bcff Sync'd with Makefile. 1998-09-02 18:56:17 +00:00
terry%netscape.com
1644915b59 Changed the way password validation works. We now keep a
crypt'd version of the password in the database, and check against
that.  (This is silly, because we're also keeping the plaintext
version there, but I have plans...)  Stop passing the plaintext
password around as a cookie; instead, we have a cookie that references
a record in a new database table, logincookies.

IMPORTANT: if updating from an older version of Bugzilla, you must run
the following commands to keep things working:

 ./makelogincookiestable.sh
 echo "alter table profiles add column cryptpassword varchar(64);" | mysql bugs
 echo "update profiles set cryptpassword = encrypt(password,substring(rand(),3, 4));" | mysql bugs
1998-09-02 18:54:54 +00:00
cls%seawood.org
32653b6fde Removed OJI ifdef from LO_GetBuiltInAttribute() as the LO_BuiltinStruct is the same for both cases. 1998-09-02 18:54:53 +00:00
cls%seawood.org
cea397e3a6 Added check for HAVE_SYSERRLIST to get rid of redefinition warning when using autoconf. 1998-09-02 18:52:56 +00:00
kipp%netscape.com
9f8482d6ff Added new atoms 1998-09-02 18:40:08 +00:00
terry%netscape.com
196ef2e670 Mention the "comments" file. 1998-09-02 18:34:04 +00:00
kostello%netscape.com
a42e7e8bb4 Add nsILookAndFeel.h MANIFEST 1998-09-02 17:58:37 +00:00
pinkerton%netscape.com
4e8d6b8d4e fix build bustage on mac (rev mjudge). 1998-09-02 16:15:43 +00:00
cmanske%netscape.com
ed4be6ae13 Fixed build bustage for Mac 1998-09-02 16:08:46 +00:00
ramiro%netscape.com
cb251ba871 Add support for -config-dir command line flag. That means mozilla can now
use a configdir other that ~/.netscape without having to do HOME environment
hacks.
Thanks to Aleksey Nogin (ayn2@cornell.edu) for doing all the work and being
patient for me to actually check the stuff in.
1998-09-02 14:29:42 +00:00
cmanske%netscape.com
962c1716b5 Composer work: Check for valid charset in metatag, paste character style, split table cell, optimization for table cell layout (not turned on), remove P_MENU, P_DIRECTORY support for UIs 1998-09-02 14:21:41 +00:00
cmanske%netscape.com
86fee05e21 Fixed comflicts with mjudge changes for Ender toolbar 1998-09-02 13:22:13 +00:00
cmanske%netscape.com
e35c302a63 Composer work: Menus, paste style, paragraph properties dialog improvements, remove P_MENU, P_DIRECTORY 1998-09-02 13:12:58 +00:00
cmanske%netscape.com
7df1a9a13b Added strings for new I18N features in Composer: correct bad charset param in tag 1998-09-02 13:12:40 +00:00
cmanske%netscape.com
89ebe1bf57 Added strings for new I18N features in Composer: correct bad charset param in tag 1998-09-02 13:12:39 +00:00
ramiro%netscape.com
fc3ae571e9 Add support for OpenBSD. Thanks to Marco S Hyman <marc@snafu.org>. 1998-09-02 12:36:18 +00:00
mcafee%netscape.com
028d2f0c99 Moving getBuiltInAttribute() from winfe to layout, it's now LO_GetBuiltInAttribute(). a+r=nisheeth 1998-09-02 09:13:50 +00:00
mccabe%netscape.com
5569d89bd7 Another platform!
Thanks go to Marc Fraioli <fraioli@dg-rtp.dg.com> for
the initial port of the js/ref standalone javascript
engine to DG/UX.
1998-09-02 08:19:31 +00:00
mccabe%netscape.com
f9f7609482 Fixes for NetBSD and OpenBSD.
Thanks Marco S Hyman <marc@snafu.org>.
1998-09-02 07:56:50 +00:00
rickg%netscape.com
631ac3f398 added new EnableParser() routine for kipp; WIP 1998-09-02 07:12:49 +00:00
cls%seawood.org
52c74ded1d Tweaks to remove XFE dependencies from other parts of the tree. Approved by {gagan,malmer,ramiro}%netscape.com. 1998-09-02 07:02:04 +00:00
morse%netscape.com
efc4421e7b enable trust labels for unix 1998-09-02 05:06:15 +00:00
tomw%netscape.com
46f9636a61 Whoops. Use NETSCAPE_OFFICIAL, not BUILD_OFFICIAL 1998-09-02 03:20:44 +00:00
valeski%netscape.com
7308624784 added net_xp_file.h to #include 1998-09-02 03:01:14 +00:00
tomw%netscape.com
739b97bdf2 Generate exports table for Cartman. This stuff needs to get moved out of
mozilla at some point.
1998-09-02 02:25:40 +00:00
peterl%netscape.com
d61df5bb70 reversed doc style sheet ordering in the style set 1998-09-02 02:13:37 +00:00
peterl%netscape.com
6989690b85 fixed unit assumptions in map attributes into 1998-09-02 02:12:41 +00:00
peterl%netscape.com
2c3031a807 COMified interface
made first attribute local
added support for attr uniquing
1998-09-02 02:10:44 +00:00
peterl%netscape.com
1efe47933e COMified style rule interface 1998-09-02 02:09:43 +00:00
peterl%netscape.com
746613f1b5 sync to attribute container api change 1998-09-02 02:08:14 +00:00
peterl%netscape.com
ff11f4fc1d added DTD mode 1998-09-02 02:07:42 +00:00
peterl%netscape.com
7db7e48608 reversed style sheet order in the set
added DTD mode
1998-09-02 02:06:39 +00:00
peterl%netscape.com
74b7177896 added support for uniquing attr containers 1998-09-02 02:05:53 +00:00
peterl%netscape.com
7b3d37dc64 added support for uniquing attribute containers 1998-09-02 02:05:13 +00:00
peterl%netscape.com
dc32acedf3 COMified some interfaces 1998-09-02 02:03:24 +00:00
peterl%netscape.com
ee9dde6128 turned around doc style sheet order 1998-09-02 02:02:53 +00:00
peterl%netscape.com
c69f8a9be8 comment about style sheet ordering 1998-09-02 02:02:30 +00:00
peterl%netscape.com
cba10565bc reversed style sheet ordering in the set 1998-09-02 02:02:14 +00:00
peterl%netscape.com
1460522396 comments on sheet/rule ordering 1998-09-02 02:00:24 +00:00
peterl%netscape.com
ef15112377 COMified 1998-09-02 02:00:05 +00:00
peterl%netscape.com
76b0c57697 changed HashCode to HashValue and fixed return type 1998-09-02 01:59:30 +00:00
akkana%netscape.com
5a87e443b4 new FE_EncodingDialog to match new API in edtutil.cpp 1998-09-02 01:39:39 +00:00
mcafee%netscape.com
8c8b81fd84 Solaris wants EOF character, added comment for #endif. 1998-09-02 01:35:54 +00:00
kipp%netscape.com
7a44d1de70 Added new atoms 1998-09-02 01:08:32 +00:00
kipp%netscape.com
0564946aae New content spanking to use new impl macros for attributes 1998-09-02 01:08:23 +00:00