Commit Graph

39596 Commits

Author SHA1 Message Date
dveditz%netscape.com
28bcd902fb fixing Unix bustage. These were apparently set in xp_file.h but also in a Windows system header 1999-09-04 20:25:38 +00:00
morse%netscape.com
02b0067ffb temporarily use OK/Cancel dialog instead of yes/no dialog because latter is busted 1999-09-04 20:11:35 +00:00
shaver%netscape.com
e8f8822686 added files: mozilla/js/src/xpconnect/src/xpcruntimesvc.cpp 1999-09-04 20:09:55 +00:00
pinkerton%netscape.com
8862e68dd0 another attempt to stop copying data so much. 1999-09-04 20:04:26 +00:00
pinkerton%netscape.com
867ed4a72d idl-ifying nsIclipboard 1999-09-04 19:59:38 +00:00
beard%netscape.com
9e769e7afe added files: mozilla/js/src/xpconnect/idl/nsIJSRuntimeService.idl 1999-09-04 19:58:30 +00:00
pinkerton%netscape.com
398cc45dd0 IDL'ing nsIClipboard. 1999-09-04 19:58:06 +00:00
shaver%netscape.com
98e7010140 JSRuntime management service 1999-09-04 19:57:49 +00:00
pinkerton%netscape.com
c961a4dbd1 First Checked In. 1999-09-04 19:57:42 +00:00
dveditz%netscape.com
ee89552282 remove xp_file.h from NSReg.h, required minor tweaking elsewhere to include
now missing NSPR types.
1999-09-04 19:46:18 +00:00
shaver%netscape.com
f66252b2c9 add JSRuntime-access service 1999-09-04 19:25:15 +00:00
dveditz%netscape.com
c3e1883efa fixing registry assert 1999-09-04 19:18:57 +00:00
bruce%cybersight.com
81a6b33ba3 Use nsCRT::free() on nsEscapeHTML() results. Fix a small leak in nsMimeXULEmitter.cpp. 1999-09-04 17:53:00 +00:00
bruce%cybersight.com
72d6b9c113 Use nsCRT::free() on result of nsEscapeHTML() 1999-09-04 17:38:12 +00:00
bruce%cybersight.com
ea2a483a36 Use nsCRT::free() on result of nsEscape(). 1999-09-04 17:32:36 +00:00
bruce%cybersight.com
2627b068df Use nsCRT::free() on result of nsEscape() instead of delete[]. 1999-09-04 17:10:10 +00:00
bruce%cybersight.com
36d8b82698 MacFileHelpers::EncodeMacPath() returns the result of an nsEscape() call, so all callers must nsCRT::free() the result instead of using delete[]. 1999-09-04 17:09:06 +00:00
bruce%cybersight.com
87b10d9485 Use nsCRT::free() on nsEscape() result rather than delete[]. Fix some memory leaks. Remove some warnings. 1999-09-04 17:00:15 +00:00
bruce%cybersight.com
d16eeb2d46 Change delete[] of nsEscape() result to nsCRT::free(). 1999-09-04 16:37:24 +00:00
bruce%cybersight.com
497a6f2b74 Use nsAllocator. Some comments tweaked. 1999-09-04 16:33:12 +00:00
bruce%cybersight.com
df9eb1be0c Use nsAllocator 1999-09-04 15:57:05 +00:00
bruce%cybersight.com
dddb6c04a9 Use nsCRT::free() instead of delete[] for char* data. 1999-09-04 15:40:35 +00:00
bruce%cybersight.com
57a301bc82 Use nsCRT::free() instead of delete[] for char* data. 1999-09-04 15:32:52 +00:00
bruce%cybersight.com
4921b1d83b Use nsAllocator for char* data. 1999-09-04 13:59:52 +00:00
bruce%cybersight.com
54d5c088f2 Use nsAllocator instead of new[] and nsCRT::free() instead of delete[] for char* data. 1999-09-04 13:42:15 +00:00
rods%netscape.com
925132c54e Fills in background color webshell gets centered and the size is large then the minium 1999-09-04 13:34:40 +00:00
pavlov%netscape.com
44b8929649 use macros for getiid, isupport, etc 1999-09-04 08:13:41 +00:00
pavlov%netscape.com
c6fa2ca755 remove more code duplication 1999-09-04 08:12:23 +00:00
rjc%netscape.com
a7caa1f3d9 If startHour is greater than endHour, switch 'em. 1999-09-04 07:36:12 +00:00
briano%netscape.com
f1be69c981 Automated update 1999-09-04 06:15:45 +00:00
cls%seawood.org
f8cfd5e736 Not all compilers support -Wno-long-long so do a compile test. 1999-09-04 06:02:45 +00:00
briano%netscape.com
f4b1826241 Automated update 1999-09-04 04:15:40 +00:00
cls%seawood.org
614f22e28e Ignore ANSI long long warnings by default since -pedantic is on by default. 1999-09-04 04:07:28 +00:00
briano%netscape.com
9908dc9a51 Fix for the QNX 4.24 tinderbox breakage. 1999-09-04 03:25:02 +00:00
beard%netscape.com
017c151266 added dialogs.rsrc 1999-09-04 01:58:45 +00:00
beard%netscape.com
a1d6070e3a bumped version to 1.0d11 1999-09-04 01:58:18 +00:00
beard%netscape.com
6b9763c789 Implemented java_authenticate (duh!). Uses appearance manager text controls to implement a pretty convincing password dialog. 1999-09-04 01:57:57 +00:00
beard%netscape.com
a3839fe2da 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. 1999-09-04 01:56:51 +00:00
beard%netscape.com
f7dc882535 Added an authentication dialog. 1999-09-04 01:55:32 +00:00
beard%netscape.com
96f6b9c460 Fix bustage caused by Caps changes. 1999-09-04 01:54:32 +00:00
pavlov%netscape.com
195848b693 use the macros for NS_IMPL_ISUPPORTS[0-3]
make nsImageGTK a bit happier when it gets 8bit images
remove excess code
1999-09-04 01:33:47 +00:00
pavlov%netscape.com
37aa057cc9 remove more unused code.
work on getting pointer grabs working properly
1999-09-04 01:30:25 +00:00
saari%netscape.com
5feefa7589 Adding support for full keyboard to XUL keybinds 1999-09-04 01:25:55 +00:00
briano%netscape.com
c10545528a Automated update 1999-09-04 01:21:27 +00:00
briano%netscape.com
c0a4da7184 Moved the _PEDANTIC definition up to the top so it can be automatically overridden for any OS (in this case BSDI). 1999-09-04 01:20:49 +00:00
slamm%netscape.com
445a05c4b1 Trim some whitespace off the front. 1999-09-04 00:42:57 +00:00
pierre%netscape.com
9dab157a97 Fixed #6874 "Hover doesn't work for gfx-rendered buttons" 1999-09-04 00:15:43 +00:00
dougt%netscape.com
8fdaa5dc38 removing redundant default/ in chrome URI string. 1999-09-04 00:02:35 +00:00
slamm%netscape.com
7d8e5e088a Update 1999-09-04 00:01:42 +00:00
dougt%netscape.com
c437641dc6 removing redundant default/ in chrome uri string 1999-09-03 23:59:05 +00:00