Commit Graph

48580 Commits

Author SHA1 Message Date
rogerl%netscape.com
7b2b34b4b3 Added 'flat' argument to NewRegExp to force literal interpretation of
entire string.
1999-12-08 01:48:03 +00:00
rogerl%netscape.com
b75ab1c96c Needed a quick-and-dirty constructor from a string. 1999-12-08 01:47:13 +00:00
rogerl%netscape.com
bcf6134bde Added 'flat' argument to NewRegExp to force literal interpretation of
entire string.
Fixed String.replace to not coerce first arg to regexp.
Fixed behaviour of replace w.r.t. $
1999-12-08 01:46:43 +00:00
rogerl%netscape.com
4ce70bbabb Added 'flat' argument to NewRegEXp to force literal interpretation of
entire string.
1999-12-08 01:44:08 +00:00
scc%netscape.com
964ca8227e Fix specialized |CallQueryInterface| as per review by travis ... r=travis. 1999-12-08 01:44:06 +00:00
scc%netscape.com
9c8ee3253d |NS_REINTERPRET_CAST| might try to adjust pointers on machines where it turns into an old-style cast. Fix that by first casting to |void*|. r=alecf. 1999-12-08 01:41:28 +00:00
dveditz%netscape.com
6ae1c20499 fixing Unix clobber build bustage, r=dbragg 1999-12-08 01:26:04 +00:00
dveditz%netscape.com
7e257c3df4 fixing Solaris bustage (usuall nsCOMPtr problem) r-dbragg 1999-12-08 01:19:13 +00:00
waldemar%netscape.com
0df97687fd Removed field, method, and constructor. Added static. 1999-12-08 00:35:00 +00:00
waldemar%netscape.com
ac82c657bc Fixed Harlequin incompatibilities 1999-12-08 00:34:29 +00:00
racham%netscape.com
b13b6be8a2 error value returned from profile manager to exit the app. removing check on rv. r=sspitzer 1999-12-08 00:25:52 +00:00
robinf%netscape.com
ad5e9f6751 removed Netscape branding and added Mozilla branding 1999-12-08 00:19:07 +00:00
beard%netscape.com
ddd1c99054 took out calls to NS_InitGarbageCollector() & NS_ShutdownGarbageCollector() which are now supplanted by internal NSPR versions. r=gordon, bug #15906 1999-12-08 00:13:13 +00:00
pinkerton%netscape.com
e5a1d5da15 fix spellings and build warnings (bug #15571). r=gimpy. 1999-12-08 00:12:15 +00:00
rods%netscape.com
83b5ade6c9 Fixing the updating of the frame for when the label changes (i.e. via script)
sends back a reflow hint. It also checks to see if the primary frame is a combobox
and asks it to refresh its display
r=kmcclusk bug 19373 (PDT+)
1999-12-08 00:10:34 +00:00
gordon%netscape.com
3d04409fa8 formatting change. r=beard 1999-12-08 00:10:30 +00:00
gordon%netscape.com
436766b54a added prgcleak.c. r=beard, bug #15906 1999-12-08 00:10:15 +00:00
dbragg%netscape.com
5a4e870414 MCP file change for bug 7753 r=dveditz 1999-12-08 00:09:53 +00:00
dbragg%netscape.com
76682e3e50 New Progress dialog and support code.Fixes bug #7753 (and others) r=dveditz 1999-12-08 00:09:16 +00:00
rods%netscape.com
525477239f Always passing back that the frames are there, this still isn't right and needs to be
reworked again. But this will able some XUL selects to work that otherwise would be
broken and I haven't found it to cause any problems with a lot of testing. I have
regressed to this situation in the past and it worked OK.
r=kmcclusk, bug=none but hangas (or self) would have filed one by end of day.
1999-12-08 00:08:41 +00:00
alecf%netscape.com
03a7f545e7 check for null pointer - happens when necko gives us back an empty channel (this is the only place we weren't checking)
r=jefft
1999-12-08 00:01:52 +00:00
varada%netscape.com
0072a51e84 fix for bug #4992 - the second and third lines for the installer screen - changed the script.ib 1999-12-07 23:59:20 +00:00
locka%iol.ie
2682d39149 Fixed to build mozctl.dll 1999-12-07 23:54:09 +00:00
blizzard%redhat.com
d87f0b4f02 fix for bug 19559. fix the test plugin on linux. r=pavlov 1999-12-07 23:50:00 +00:00
law%netscape.com
4c6d1eb90a Fix for 10613; don't use setTimeout which crashes Mac; r=matt@netscape.com 1999-12-07 23:48:28 +00:00
troy%netscape.com
4860bec449 Removed an assert that is no longer applicable 1999-12-07 23:43:07 +00:00
norris%netscape.com
9aea6d6321 The data protocol doesn't seem to be working. The problem appears to be that a nsStdURL is used to hold the data URI.
Unfortunately, using nsStdURL parses the data URI so that a URI like "data:text/html,<html>hi</html>" gets parsed with a
host of "text". When the rest of the data URI processing calls GetSpec, it then gets "//text/html,<html>hi</html>", which
confuses the content type parsing so no data is displayed.

This checkin changes to use a nsSimpleURI instead.
r=valeski
1999-12-07 23:42:58 +00:00
troy%netscape.com
d36f7cea02 b=16456. Removed some debug assertion code that was incorrect and caused
us to hit asserts when printing
1999-12-07 23:41:48 +00:00
putterman%netscape.com
7cbc3a0958 Fixes part of 18075. reviewed by jefft. Don't crash when doing get msg on a pop account
that has no incoming server.
1999-12-07 23:35:05 +00:00
robinf%netscape.com
07b5e20eed expanded width of a text field so that text is not truncated 1999-12-07 23:32:19 +00:00
dougt%netscape.com
e966a61f6c 13320 more tweaking to nsIFile windows impl.
not part of build yet.
1999-12-07 23:31:25 +00:00
erik%netscape.com
bd0bf11aae bug 8801; adding new font prefs implementation; r=ftang 1999-12-07 23:27:52 +00:00
erik%netscape.com
f329f5e894 bug 8801; adding font prefs implementation for Windows initially; r=ftang 1999-12-07 23:27:17 +00:00
varada%netscape.com
e3379095f8 clean up 1999-12-07 23:26:22 +00:00
erik%netscape.com
c073dbf20a bug 8801; adding defaults for the new font prefs; r=ftang 1999-12-07 23:25:50 +00:00
gordon%netscape.com
1bfc681f1d Checkin for Mark Welch. Approved by wtc. Reviewed by gordon. Fixes for bugs 4318 and 4320 (server sockets and blocking socket IO for mac). 1999-12-07 23:22:59 +00:00
varada%netscape.com
5676d9cdcf fix for bug #17478 getting rid of unix line endings - merely check them out in vi or viw and then save them and the line endings disappear 1999-12-07 23:13:58 +00:00
racham%netscape.com
a5cfe6edea Fixing memory leak. bug 21038. r=sspitzer 1999-12-07 23:05:22 +00:00
sspitzer%netscape.com
d067253aff fix for #21079, infinite loop when discovering folders. r=bienvenu 1999-12-07 23:04:24 +00:00
locka%iol.ie
319b6ae38a Include nsXPIDLString.h 1999-12-07 23:02:20 +00:00
locka%iol.ie
253cb2b7cc Fixed bad const casting 1999-12-07 23:01:59 +00:00
locka%iol.ie
d0c1c85e70 Added a guard around the interface file to stop #include'ing exdisp.h before or after MozillaBrowser.h from breaking a build 1999-12-07 23:01:28 +00:00
rhp%netscape.com
33c6cfdf17 Fix for garbage display on text=flowed messages. r: rhp Externally Contributed 1999-12-07 22:54:41 +00:00
pinkerton%netscape.com
116603af29 Fixes for bug #18409 (again). Don't assume that we can rely on ::GlobalSize() for the
length of the data. We have to figure it out ourselves because of alignment differences
between 98 and NT (r=gimpy).
1999-12-07 22:45:01 +00:00
dp%netscape.com
2836fa3605 Converting to generic factory. Fixed vcard factory holding
servicemanager. r=rhp@netscape.com
1999-12-07 22:44:49 +00:00
fur%netscape.com
d3989be886 Add cache manager xpt file to installed components, in case someone wants to script it someday 1999-12-07 22:41:16 +00:00
valeski%netscape.com
de9d6ddf86 r=chofmann. adding content-type to default response headers for testserver 1999-12-07 22:36:47 +00:00
rickg%netscape.com
bab76ad3ce removed debug-test code I added yesterday that caused problem with pasting fragments; My apologies. r=kmcclusk 1999-12-07 22:35:57 +00:00
rhp%netscape.com
33774bf8ac Fixing Mac Project - Location of new stream converter 1999-12-07 22:31:49 +00:00
sdagley%netscape.com
548e71bc93 Part of #17949. nsLocalFileMac work. Not part of build yet. 1999-12-07 22:26:51 +00:00