davidm%netscape.com
|
f6a1ee8672
|
1877 [FEATURE] Javascript window.screen implementation use new routines to get avail* data.
|
1999-09-05 02:51:25 +00:00 |
|
pinkerton%netscape.com
|
6a8a37ea44
|
add mac code to see if there is any data on the clipboard.
|
1999-09-05 02:29:02 +00:00 |
|
pinkerton%netscape.com
|
8a439fca22
|
use new mime mapper flag where appropriate.
|
1999-09-05 02:28:49 +00:00 |
|
pinkerton%netscape.com
|
8ca528f938
|
use xpidl macros.
|
1999-09-05 02:28:38 +00:00 |
|
pinkerton%netscape.com
|
21ae722449
|
add a new flag so mime types aren't added to the mapper if they are not found.
|
1999-09-05 02:27:54 +00:00 |
|
mscott%netscape.com
|
dcb880ceae
|
Bug #12988 --> always clear the server busy flag regardless of whether an error occurred or if we succeeded.
|
1999-09-05 01:21:08 +00:00 |
|
driehuis%playbeing.org
|
1a157b514d
|
Unbreak the BSD/OS build. sys/mount.h drags in net/radix.h, which happens
to define a symbol called Free. Sigh. Clean up after net/radix.h.
|
1999-09-05 00:49:01 +00:00 |
|
shaver%netscape.com
|
97cca12af5
|
work with service to manage JSRuntimes
|
1999-09-05 00:43:39 +00:00 |
|
mscott%netscape.com
|
f4df3a45be
|
Fix a crash when we display some news messages by not issuing just a blank " " to the xml parser.
If we don't have a from line, don't try to add the address book icon.
|
1999-09-05 00:13:29 +00:00 |
|
bienvenu%netscape.com
|
e4ffe365e2
|
more filling out of missing imap methods, use nsIThread...
|
1999-09-05 00:04:56 +00:00 |
|
morse%netscape.com
|
c9cb183710
|
fix bug 13068
|
1999-09-04 23:26:34 +00:00 |
|
morse%netscape.com
|
e1e3f251dc
|
temporarily use OK/Cancel dialog instead of yes/no dialog because latter is busted
|
1999-09-04 23:24:46 +00:00 |
|
pinkerton%netscape.com
|
91ce1ee5ac
|
adding #include of string.h for dveditz.
|
1999-09-04 21:42:02 +00:00 |
|
bienvenu%netscape.com
|
28cff6c100
|
fix build bustage
|
1999-09-04 21:23:08 +00:00 |
|
shaver%netscape.com
|
9dc7d56e3c
|
_finish_ adding JSRuntime service
|
1999-09-04 20:41:27 +00:00 |
|
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 |
|