Commit Graph

53979 Commits

Author SHA1 Message Date
bruce%cybersight.com
de9614459e Use nsCRT::free() on nsEscapeHTML() results. Fix a small leak in nsMimeXULEmitter.cpp.
git-svn-id: svn://10.0.0.236/trunk@46017 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 17:53:00 +00:00
bruce%cybersight.com
39241ed617 Use nsCRT::free() on result of nsEscapeHTML()
git-svn-id: svn://10.0.0.236/trunk@46016 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 17:38:12 +00:00
bruce%cybersight.com
658e6af7cb Use nsCRT::free() on result of nsEscape().
git-svn-id: svn://10.0.0.236/trunk@46015 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 17:32:36 +00:00
bruce%cybersight.com
3a6ad64e5e Use nsCRT::free() on result of nsEscape() instead of delete[].
git-svn-id: svn://10.0.0.236/trunk@46014 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 17:10:10 +00:00
bruce%cybersight.com
a5103b136d MacFileHelpers::EncodeMacPath() returns the result of an nsEscape() call, so all callers must nsCRT::free() the result instead of using delete[].
git-svn-id: svn://10.0.0.236/trunk@46013 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 17:09:06 +00:00
bruce%cybersight.com
a7fd7cbbce Use nsCRT::free() on nsEscape() result rather than delete[]. Fix some memory leaks. Remove some warnings.
git-svn-id: svn://10.0.0.236/trunk@46012 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 17:00:15 +00:00
bruce%cybersight.com
703953a71c Change delete[] of nsEscape() result to nsCRT::free().
git-svn-id: svn://10.0.0.236/trunk@46011 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 16:37:24 +00:00
bruce%cybersight.com
1f08e07e26 Use nsAllocator. Some comments tweaked.
git-svn-id: svn://10.0.0.236/trunk@46010 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 16:33:12 +00:00
bruce%cybersight.com
58e855b961 Use nsAllocator
git-svn-id: svn://10.0.0.236/trunk@46009 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 15:57:05 +00:00
bruce%cybersight.com
761c30eb41 Use nsCRT::free() instead of delete[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@46008 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 15:40:35 +00:00
bruce%cybersight.com
e5963730e1 Use nsCRT::free() instead of delete[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@46007 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 15:32:52 +00:00
bruce%cybersight.com
7bc6267a19 Use nsAllocator for char* data.
git-svn-id: svn://10.0.0.236/trunk@46006 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 13:59:52 +00:00
bruce%cybersight.com
0285df2027 Use nsAllocator instead of new[] and nsCRT::free() instead of delete[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@46005 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 13:42:15 +00:00
rods%netscape.com
3de715c8ad Fills in background color webshell gets centered and the size is large then the minium
git-svn-id: svn://10.0.0.236/trunk@46004 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 13:34:40 +00:00
pavlov%netscape.com
fe6dfe465c use macros for getiid, isupport, etc
git-svn-id: svn://10.0.0.236/trunk@46003 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 08:13:41 +00:00
pavlov%netscape.com
7c9e4335a9 remove more code duplication
git-svn-id: svn://10.0.0.236/trunk@46002 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 08:12:23 +00:00
rjc%netscape.com
89c99e1a70 If startHour is greater than endHour, switch 'em.
git-svn-id: svn://10.0.0.236/trunk@46001 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 07:36:12 +00:00
briano%netscape.com
8a0a0eb640 Automated update
git-svn-id: svn://10.0.0.236/trunk@46000 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 06:15:45 +00:00
cls%seawood.org
4193af1493 Not all compilers support -Wno-long-long so do a compile test.
git-svn-id: svn://10.0.0.236/trunk@45999 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 06:02:45 +00:00
briano%netscape.com
8b06f5ce9f Automated update
git-svn-id: svn://10.0.0.236/trunk@45998 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 04:15:40 +00:00
cls%seawood.org
4dc0c59997 Ignore ANSI long long warnings by default since -pedantic is on by default.
git-svn-id: svn://10.0.0.236/trunk@45997 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 04:07:28 +00:00
briano%netscape.com
9996d55f07 Fix for the QNX 4.24 tinderbox breakage.
git-svn-id: svn://10.0.0.236/trunk@45996 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 03:25:02 +00:00
beard%netscape.com
b70857e687 added dialogs.rsrc
git-svn-id: svn://10.0.0.236/trunk@45995 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:58:45 +00:00
beard%netscape.com
80a0564d1c bumped version to 1.0d11
git-svn-id: svn://10.0.0.236/trunk@45994 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:58:18 +00:00
beard%netscape.com
0a5f16e16f Implemented java_authenticate (duh!). Uses appearance manager text controls to implement a pretty convincing password dialog.
git-svn-id: svn://10.0.0.236/trunk@45993 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:57:57 +00:00
beard%netscape.com
14061e7b5d Removed a lot of static kI*IID constants in favor of NS_GET_IID(). Added code to open the plugin's resource file when library is loaded.
git-svn-id: svn://10.0.0.236/trunk@45992 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:56:51 +00:00
beard%netscape.com
b5dccf6a4d Added an authentication dialog.
git-svn-id: svn://10.0.0.236/trunk@45991 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:55:32 +00:00
beard%netscape.com
5452e9209d Fix bustage caused by Caps changes.
git-svn-id: svn://10.0.0.236/trunk@45990 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:54:32 +00:00
pavlov%netscape.com
7ee8a99fe6 use the macros for NS_IMPL_ISUPPORTS[0-3]
make nsImageGTK a bit happier when it gets 8bit images
remove excess code


git-svn-id: svn://10.0.0.236/trunk@45989 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:33:47 +00:00
pavlov%netscape.com
2ce2bcb20a remove more unused code.
work on getting pointer grabs working properly


git-svn-id: svn://10.0.0.236/trunk@45988 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:30:25 +00:00
saari%netscape.com
6f36001c7e Adding support for full keyboard to XUL keybinds
git-svn-id: svn://10.0.0.236/trunk@45987 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:25:55 +00:00
briano%netscape.com
07ad38d6be Automated update
git-svn-id: svn://10.0.0.236/trunk@45986 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:21:27 +00:00
briano%netscape.com
22bb282155 Moved the _PEDANTIC definition up to the top so it can be automatically overridden for any OS (in this case BSDI).
git-svn-id: svn://10.0.0.236/trunk@45985 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:20:49 +00:00
slamm%netscape.com
93834436d2 Trim some whitespace off the front.
git-svn-id: svn://10.0.0.236/trunk@45984 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 00:42:57 +00:00
pierre%netscape.com
7b65136077 Fixed #6874 "Hover doesn't work for gfx-rendered buttons"
git-svn-id: svn://10.0.0.236/trunk@45983 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 00:15:43 +00:00
dougt%netscape.com
872898eb76 removing redundant default/ in chrome URI string.
git-svn-id: svn://10.0.0.236/trunk@45982 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 00:02:35 +00:00
slamm%netscape.com
1c26818213 Update
git-svn-id: svn://10.0.0.236/trunk@45981 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 00:01:42 +00:00
dougt%netscape.com
09ea62c9e6 removing redundant default/ in chrome uri string
git-svn-id: svn://10.0.0.236/trunk@45980 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:59:05 +00:00
shaver%netscape.com
3fd6f08466 properly initialize loaders on creation, and remove code that's now in nsFileSpec
git-svn-id: svn://10.0.0.236/trunk@45979 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:51:31 +00:00
valeski%netscape.com
30bf2a8793 changed nsCOMTypeInfo<> template to NS_GET_IID macro
git-svn-id: svn://10.0.0.236/trunk@45978 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:51:14 +00:00
alecf%netscape.com
d31074aaac make libxp a static library, eliminate useless cruft, and link it into libjar
(it's the only one that uses libxp these days)


git-svn-id: svn://10.0.0.236/trunk@45977 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:50:11 +00:00
shaver%netscape.com
b932ee6cbf add IsChildOf
git-svn-id: svn://10.0.0.236/trunk@45976 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:45:50 +00:00
shaver%netscape.com
aff923d924 add IsChildOf, and dougt's relative-path-handling diff
git-svn-id: svn://10.0.0.236/trunk@45975 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:44:59 +00:00
davidm%netscape.com
02a905b6be remove Mac command line initialation
git-svn-id: svn://10.0.0.236/trunk@45974 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:42:40 +00:00
davidm%netscape.com
14923f353c Move nsCommandLineServiceMac to apprunner to allow initialization before XPCOM registration
git-svn-id: svn://10.0.0.236/trunk@45973 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:42:13 +00:00
davidm%netscape.com
f8f9d03e79 change from bool to PRBool. move mac commandline service before XPCom initialization
git-svn-id: svn://10.0.0.236/trunk@45972 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:41:26 +00:00
peterl%netscape.com
1622ba5d47 added accessors to additional style contexts
git-svn-id: svn://10.0.0.236/trunk@45971 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:41:20 +00:00
peterl%netscape.com
80ac4d30c5 tracking UI & forms proposal changes
git-svn-id: svn://10.0.0.236/trunk@45970 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:40:35 +00:00
peterl%netscape.com
5d27c6992a fix warning
git-svn-id: svn://10.0.0.236/trunk@45969 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:40:22 +00:00
peterl%netscape.com
83e6bd30dd remove error output for non-error conditions
git-svn-id: svn://10.0.0.236/trunk@45968 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:38:40 +00:00