Граф коммитов

7130 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com c4c7020588 Implemented ConvertPixel 1998-09-02 19:26:43 +00:00
rods%netscape.com b565caf5f2 Added ConvertPixel to nsIDeviceContext 1998-09-02 19:24:05 +00:00
sar%netscape.com ee43b7b27d Smartupdate landing. Added autoinstl to project. 1998-09-02 19:19:51 +00:00
raman%netscape.com c90b0b0e0b Build Smartupdate when MOZ_SMARTUPDATE is defined 1998-09-02 19:16:07 +00:00
cyeh%netscape.com df6c067a29 change version number to reflect reality 1998-09-02 19:12:26 +00:00
raman%netscape.com aafd68b5d3 Added CPPSRCS 1998-09-02 19:11:06 +00:00
raman%netscape.com 8a741a872b Added getSigners API for SmartUpate 1998-09-02 19:10:57 +00:00
cyeh%netscape.com 8b3985ca80 change version number to reflect alpha reality 1998-09-02 19:10:53 +00:00
raman%netscape.com a3cd0e4330 Merging 4.5 softupdate changes and converting Java code into C++ code and making smartupdate build when MOZ_SMARTUPDATE is defined 1998-09-02 19:09:53 +00:00
raman%netscape.com a8ceafe1c2 Merging 4.5 Libreg changes 1998-09-02 19:09:30 +00:00
raman%netscape.com 2ccd89843b removing smartupdate related code, because it is not dependent on Java 1998-09-02 19:09:03 +00:00
raman%netscape.com 9dacca8e6d Added a background/autoupdate pulling of URLs 1998-09-02 19:08:32 +00:00
raman%netscape.com 2064a2efe0 Added a background, autoupdate pulling of URLs 1998-09-02 19:08:00 +00:00
raman%netscape.com 81dd1e9387 Added SmartUpdate related strings 1998-09-02 19:05:49 +00:00
raman%netscape.com 6e0e003c16 Added SmartUpdate related strings 1998-09-02 19:05:48 +00:00
raman%netscape.com b1e638c987 Merging 4.5 SmartUpdate changes 1998-09-02 19:05:33 +00:00
raman%netscape.com 8ab946d6d2 Build SmartUpdate when MOZ_SMARTUPDATE is defined 1998-09-02 19:05:13 +00:00
cyeh%netscape.com 47652ff9c4 disable setting the agent for right now 1998-09-02 19:04:13 +00:00
terry%netscape.com 28ecbe013a Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for
empty resolution.
1998-09-02 19:02:30 +00:00
terry%netscape.com 7b9f4a667e Changelog of important Bugzilla changes. 1998-09-02 18:56:48 +00:00
cls%seawood.org c0984ff9b5 Sync'd with Makefile. 1998-09-02 18:56:17 +00:00
terry%netscape.com d570212b2b 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 49b606e47a 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 6fc18e4898 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 ef1116ba46 Added new atoms 1998-09-02 18:40:08 +00:00
terry%netscape.com f42a22045c Mention the "comments" file. 1998-09-02 18:34:04 +00:00
kostello%netscape.com 3ec450c3ea Add nsILookAndFeel.h MANIFEST 1998-09-02 17:58:37 +00:00
pinkerton%netscape.com 0c4e559f70 fix build bustage on mac (rev mjudge). 1998-09-02 16:15:43 +00:00
cmanske%netscape.com e6bb5283b3 Fixed build bustage for Mac 1998-09-02 16:08:46 +00:00
ramiro%netscape.com b16a2d8da2 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 bb022be61f 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 b3671f82b9 Fixed comflicts with mjudge changes for Ender toolbar 1998-09-02 13:22:13 +00:00
cmanske%netscape.com 89bebf4ded 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 76843888e4 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 ebda7d6b2a 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 4edadcbf48 Add support for OpenBSD. Thanks to Marco S Hyman <marc@snafu.org>. 1998-09-02 12:36:18 +00:00
mcafee%netscape.com e79aa722c4 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 6d679d576b 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 a559236681 Fixes for NetBSD and OpenBSD.
Thanks Marco S Hyman <marc@snafu.org>.
1998-09-02 07:56:50 +00:00
rickg%netscape.com 0d56b08baf added new EnableParser() routine for kipp; WIP 1998-09-02 07:12:49 +00:00
cls%seawood.org 4f61ab80eb 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 f567de491e enable trust labels for unix 1998-09-02 05:06:15 +00:00
tomw%netscape.com 397341da78 Whoops. Use NETSCAPE_OFFICIAL, not BUILD_OFFICIAL 1998-09-02 03:20:44 +00:00
valeski%netscape.com ecab01bad4 added net_xp_file.h to #include 1998-09-02 03:01:14 +00:00
tomw%netscape.com 1335a3e81a 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 7a54377bea reversed doc style sheet ordering in the style set 1998-09-02 02:13:37 +00:00
peterl%netscape.com 5000842324 fixed unit assumptions in map attributes into 1998-09-02 02:12:41 +00:00
peterl%netscape.com 703a2a4274 COMified interface
made first attribute local
added support for attr uniquing
1998-09-02 02:10:44 +00:00
peterl%netscape.com 0487d758b2 COMified style rule interface 1998-09-02 02:09:43 +00:00
peterl%netscape.com ede441c851 sync to attribute container api change 1998-09-02 02:08:14 +00:00