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

50659 Коммитов

Автор SHA1 Сообщение Дата
rbs%maths.uq.edu.au e1fd5b686c [#ifdef MOZ_MATHML] Change of the character cordinate system of GetBoundingMetrics() 2000-01-14 06:15:37 +00:00
karnaze%netscape.com 33245f0203 new regression test not affecting the build. 2000-01-14 05:10:36 +00:00
dougt%netscape.com 4090a10b2b Making event handler callbacks static.
removing lock during XPT invoke

suggested by jband.  bug 18110.
2000-01-14 05:03:29 +00:00
tbogard%aol.net 16c206f9f4 added files: mozilla/xpfe/appshell/public/nsIXULWindow.idl 2000-01-14 04:41:38 +00:00
tbogard%aol.net 3191ddb194 Added nsIXULWindow.idl and put the list in alpha order. 2000-01-14 04:33:54 +00:00
tbogard%aol.net d3dd8a79de Added nsIXULWindow.idl to the build. 2000-01-14 04:24:16 +00:00
tbogard%aol.net 5913a2f65d First check-in. Empty right now, but it will grow into a big boy real soon now. 2000-01-14 04:23:38 +00:00
scc%netscape.com da2c4e9fd1 Fix build bustage; r=sfraser. My theory for what the current build bustage is: `tainted' |nsCOMPtr<nsIDOMElement>| definition. The full definition of |nsIDOMElement| must be in scope first. 2000-01-14 04:14:09 +00:00
varada%netscape.com 4103d9aaaa checking in a wizardmachine.ini with bogus values to act as global variables inorder for QA to verify 2000-01-14 03:12:40 +00:00
varada%netscape.com 5e8cb94c78 reading the keys from the wizardmachine.ini and getting the values and storing them in widgets for later use as global variables 2000-01-14 03:12:01 +00:00
beard%netscape.com c06f7951c2 Using byte array buffer to implement sock read. 2000-01-14 02:26:50 +00:00
scc%netscape.com a6f15a4b09 Added |ilISystemServices::GetIID()| to fix build bustage 2000-01-14 02:05:53 +00:00
slamm%netscape.com 547afde1b3 Fix separators in toolbar's bookmark menu. Bug #23639. 2000-01-14 01:52:23 +00:00
tonyr%fbdesigns.com 1abe7ce7f9 Update to generic modules and add field map support 2000-01-14 01:41:56 +00:00
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