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

50545 Коммитов

Автор SHA1 Сообщение Дата
tonyr%fbdesigns.com d4e579608c Added field mapping UI 2000-01-14 01:40:34 +00:00
warren%netscape.com 02cb33d860 Added 'nmake debug' rule that launches mozilla in the debugger. 2000-01-14 01:39:34 +00:00
jj%netscape.com 1576d14b51 File Removed. 2000-01-14 01:30:02 +00:00
rjc%netscape.com b2951b5f50 Sorting optimizations. (Sort-of) review by putterman@netscape.com 2000-01-14 01:21:55 +00:00
bienvenu%netscape.com 3113769c3f fix box spec memory leaks, mismatched free r=mscott 2000-01-14 01:02:57 +00:00
rhp%netscape.com 77e71c66d7 Changes to fix problem with rendering and qutoing I18N messages - Bug #: 22655 - r: naoki 2000-01-14 01:01:18 +00:00
wtc%netscape.com cd31782109 Bugzilla bug #20770: CopyHostent should handle the possibility that
h_aliases is null.  In that case, we allocate in our copy a one-element
array whose only element is a null pointer.
2000-01-14 00:58:02 +00:00
rgoodger%ihug.co.nz a7c8a3fda9 [prefwindow] fixing 23909 - cookies radiobutton group has no default (typo) 2000-01-14 00:57:48 +00:00
wtc%netscape.com 80903f0202 Bugzilla bug #20770: on Solaris, gethost.c needs to link with -lsocket
if USE_IPV6=1 is specified.
2000-01-14 00:53:39 +00:00
brendan%mozilla.org dfaa05987e InitStandardClasses so JS compiler makes well-prototyped objects (22048,22098 r=shaver). 2000-01-14 00:49:30 +00:00
rgoodger%ihug.co.nz abf28826c4 add alert message for existing profile in create profile wizard 2000-01-14 00:46:18 +00:00
rgoodger%ihug.co.nz 8d88ad28dc add check & failure for existing profile name in create profile wizard. 2000-01-14 00:44:44 +00:00
varada%netscape.com 142d16e6e2 fix for bug #23523 getting rid of netscape name in the fields 2000-01-14 00:44:06 +00:00
hyatt%netscape.com f46bc1840c Adding a new interface for retrieving/setting state information on form
controls.
2000-01-14 00:43:39 +00:00
danm%netscape.com 219f3348ce scoping local variables cleans up warnings and probably stops someone's compiler from hurting itself 2000-01-14 00:38:12 +00:00
wtc%netscape.com 7c5910301a Removed the assertion in PR_JoinThread. Returning PR_FAILURE is enough. 2000-01-14 00:31:07 +00:00
terry%mozilla.org 9e09009c26 Fixed typos. 2000-01-14 00:22:54 +00:00
wtc%netscape.com 1fe6e35eab Set the reuseaddr socket option before calling PR_Bind. 2000-01-14 00:22:37 +00:00
rgoodger%ihug.co.nz 18683b3db2 23872, fixing double click behaviour in profile manager 2000-01-14 00:17:48 +00:00
wtc%netscape.com 9b24c418ae Bugzilla bug #23694: added a global variable to control the
native-threads-only mode of our NT implementation. r=srinivas@netscape.com
2000-01-14 00:10:48 +00:00
danm%netscape.com f3fcbf5966 removing JS for persisting position and size (now handled automatically by C code) 2000-01-14 00:09:50 +00:00
norris%netscape.com 87697c901f Work on 13838 missing property checks
r=mstoltz
2000-01-14 00:08:44 +00:00
jst%citec.fi eeccc4859d Fixing copying of wstring argument, this fixes the problem with only the first character of some status messages showing up in the browser. This fix also eliminates one string copy. r=dougt@netscape.com, a=mozbot. 2000-01-14 00:06:57 +00:00
norris%netscape.com b0ba1f5b70 Fix 18592 Fix example: XPCom components cannot be used under
r=mstoltz
2000-01-14 00:03:46 +00:00
cata%netscape.com 9c30d5180f Added a couple of comments into these property files. r=none 2000-01-14 00:03:06 +00:00
putterman%netscape.com c5a60b4daf Fix crash when getting collation key for empty string. r=nhotta. 2000-01-14 00:02:57 +00:00
gordon%netscape.com c984eee3a8 Enabling memory cache. r=warren. 2000-01-13 23:56:39 +00:00
mjudge%netscape.com 035bf4f17e small fix for bug23833 r= jfrancis 2000-01-13 23:56:34 +00:00
danm%netscape.com 689f8aa0a3 removing (temporary) JS code to persist navigator window position and size (now handled in C code). r:hyatt 2000-01-13 23:54:01 +00:00
danm%netscape.com 4e8af4b4e8 changing name of position persistence attribute from [x|y] to screen[x|y]. r:hyatt 2000-01-13 23:53:19 +00:00
rods%netscape.com b01cef4a9a The combobox would be scrolled into view if some portion of it is visible.
b 23068 r=attintasi
2000-01-13 23:52:53 +00:00
cata%netscape.com c748f978eb Charset menu code. Bugs #15867, #15034. r=ftang 2000-01-13 23:52:50 +00:00
danm%netscape.com 334e9cd1b3 save/restore size & position as XUL tags. bug 15775. r:hyatt 2000-01-13 23:51:01 +00:00
harishd%netscape.com 3ea1ae7be6 Fix for Bugs 22485, 20799 ( SCRIPT content processing ).
r=vidur,pollmann
Partial fix for bug 22260 ( enabling userdefined Tags ).
r=rickg
2000-01-13 23:50:41 +00:00
kin%netscape.com 3f215a5e83 We now cut the correct number of characters from the styleValue string.
Fixed bug that prevented us from removing properties starting at the
zeroth position in the string.
r=sfraser@netscape.com
2000-01-13 23:50:28 +00:00
danm%netscape.com 05825e9716 removing initial window sizing from StartLayout (now done in nsWebShellWindow). Long overdue change; also necessary as part of bug 15775. r:hyatt@netscape.com 2000-01-13 23:49:25 +00:00
ftang%netscape.com caf1ed4081 Add ibm converters and charset menu related files . r=cata 2000-01-13 23:46:18 +00:00
slamm%netscape.com 4bb5f6be0e Fix search panel popping open. r=rjc. 2000-01-13 23:46:13 +00:00
slamm%netscape.com fcb6b2bea2 Style tweak. Reduce the line under the panel headers. r=german. 2000-01-13 23:44:17 +00:00
alecf%netscape.com ad1c3f61c3 fix compiler bustage
r=mscott
2000-01-13 23:43:46 +00:00
akkana%netscape.com 6e375f1cb8 22662: Rewrap text nodes which contain long lines, to prevent editor output from being too long to be accepted by servers. r=buster 2000-01-13 23:40:52 +00:00
ftang%netscape.com d891c30a18 add make alias for cata's charset menu change. r=cata 2000-01-13 23:38:45 +00:00
rgoodger%ihug.co.nz d32a214318 fixing 20606, advanced edit dialog comes up blank. r=cmanske@netscape.com 2000-01-13 23:37:01 +00:00
cata%netscape.com 5eefea868d Adding 2 new properties files to the build. r=ftang 2000-01-13 23:35:04 +00:00
bienvenu%netscape.com 631db5d616 fix mork cell leaks in history, r=waterson 2000-01-13 23:35:00 +00:00
neeti%netscape.com 0aaf184ecb fix for memory leak of ImageSystemServicesImpl, bug 21298, r=pnunn 2000-01-13 23:34:19 +00:00
rods%netscape.com 117c3ec89c Fixed two bugs, it puts the entire native file path into the text control instead of just the file name
and now it obeys the "size" attribute
b=19010 r=attintasi
2000-01-13 23:34:01 +00:00
locka%iol.ie f1c18133a7 Fixed control after changes to web shell caused compile errors 2000-01-13 23:33:27 +00:00
cmanske%netscape.com e70eaf046f Table editing work and fixed bug 21389, r=buster. Added detecting table, row, or cell for setting background color, bug 7992, r=kin. Renamed overloaded GetDocumentTitle to GetDocumentTitleString and set new URL of saved page in webshell, bug 23726, r=mjudge 2000-01-13 23:33:00 +00:00
nisheeth%netscape.com 9665380540 Fix for bug 23781. 2000-01-13 23:32:47 +00:00