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

37671 Коммитов

Автор SHA1 Сообщение Дата
varada%netscape.com 5fd6870717 added new functions 1999-08-21 01:44:41 +00:00
varada%netscape.com d736074970 changed the module name from xpaccount32.dll to xpacct32.dll 1999-08-21 01:44:04 +00:00
varada%netscape.com e600f423ab added new functions to get phone list and dialup lists 1999-08-21 01:43:25 +00:00
varada%netscape.com ee3357f826 added comments and some values to the connectoid 1999-08-21 01:42:56 +00:00
varada%netscape.com 74d29e3e79 Added new functions in nsAccount.cpp 1999-08-21 01:41:18 +00:00
tague%netscape.com f0fb1ff7dc First Checked In. 1999-08-21 01:41:17 +00:00
beard%netscape.com 814b7396c6 added mozilla/widget/src/support to access paths, to find new location for nsWidgetSupport.cpp. 1999-08-21 01:31:01 +00:00
rjc%netscape.com e08acdbd25 More small Search tweaks. 1999-08-21 01:29:53 +00:00
sgehani%netscape.com d9e5cb95b0 Fix for bug 10696. 1999-08-21 01:20:52 +00:00
slamm%netscape.com 89b10be962 Init before parsing args. really check it in. 1999-08-21 01:11:39 +00:00
rjc%netscape.com 8e0f06f7cd Check this damn file in. 1999-08-21 01:09:30 +00:00
slamm%netscape.com 262cc366a2 Simplify the args just build depend by default. 1999-08-21 01:06:07 +00:00
danm%netscape.com a619ac77d4 adding more chrome to window cycler windows 1999-08-21 01:06:01 +00:00
danm%netscape.com 0982e590b4 restoring chromeclass to urlbar removed in rev 1.28 1999-08-21 01:04:05 +00:00
alecf%netscape.com bfa05b3b2f remove the "depth" attribute now that we have isServer 1999-08-21 01:03:00 +00:00
jdunn%netscape.com d63ebbe1f7 HP requires a newline at end of file 1999-08-21 01:01:46 +00:00
alecf%netscape.com 220dae3e90 stop using mDepth, use IsServer instead 1999-08-21 01:01:10 +00:00
alecf%netscape.com 1f12876b2a use isServer attribute 1999-08-21 00:59:15 +00:00
hangas%netscape.com b1eedbd8a3 Trigger first, last, and display name entry off of onkeypress= instead of onkeyup= 1999-08-21 00:58:26 +00:00
rjc%netscape.com 5b3e6fa1ea Tweak search UI. 1999-08-21 00:56:27 +00:00
rjc%netscape.com 67b5ca56d3 Add internetresults.js into build. 1999-08-21 00:54:54 +00:00
rjc%netscape.com 3984bd02ed Save HTML chunks in graph. 1999-08-21 00:53:52 +00:00
slamm%netscape.com 6be0e6f3bd Load defaults before handling command-line options. 1999-08-21 00:49:25 +00:00
jdunn%netscape.com a93c388cbf HP's compiler won't allow deletes of void *... so a base type is needed.
I talked this over with Bienvenu and since the code will be switched
eventually to nsCString, the change is ok.
1999-08-21 00:48:02 +00:00
jdunn%netscape.com 8228453710 HP's native compiler won't allow delete's of void *... so since this
was allocated as an array of chars, i will cast the void * to char * and that works
1999-08-21 00:43:08 +00:00
tague%netscape.com 3887bf7e87 Added to windows build. 1999-08-21 00:42:38 +00:00
tague%netscape.com 1f497299b0 Added makefile.win for windows build. 1999-08-21 00:42:03 +00:00
hangas%netscape.com acf08bfc90 Changed Select Addresses dialog to be modal. 1999-08-21 00:24:26 +00:00
bienvenu%netscape.com afefe484ec register ab history 1999-08-21 00:22:26 +00:00
gagan%netscape.com 1bb2a5c082 Code style consistency cleanup. 1999-08-21 00:22:18 +00:00
pollmann%netscape.com c4560943a3 Bug 3256: Scroll frame into view when form element receives focus. 1999-08-21 00:19:34 +00:00
german%netscape.com 4661143333 updating this windows caption, since it's now just opening web location. also moving window title to dtd for localization 1999-08-21 00:19:18 +00:00
hangas%netscape.com be45660cbe Fixed bug 10349 address book card dialogs not modal. Also made small syntax changes for rdf. 1999-08-21 00:16:01 +00:00
danm%netscape.com a74d67d0a6 move localizable string entities into separate DTD 1999-08-21 00:15:58 +00:00
pollmann%netscape.com afc22beb87 Bug 3256: Add ScrollIntoView() method to form control frame interface. 1999-08-21 00:10:13 +00:00
pollmann%netscape.com b18052f3d5 Bug 3256: Add ScrollIntoView() method to form frame objects. 1999-08-21 00:09:24 +00:00
tague%netscape.com 02a7978a0f Added nsEntityConverter components. 1999-08-20 23:57:51 +00:00
tague%netscape.com 86107ba392 Added nsIEntityConverter component. 1999-08-20 23:57:21 +00:00
tague%netscape.com fa43162019 Added nsIEntityConverter.idl component. 1999-08-20 23:56:37 +00:00
tague%netscape.com ba8c57abef Fixed bug #12052 - design changes to the implemenation of the editor charset menu. The charset information is now pushed down to the nsIDocument rather than being stored in the nsEditor component. 1999-08-20 23:52:36 +00:00
slamm%netscape.com 645eb7fa43 Split configuration into a separate file (run --example-config to start out). 1999-08-20 23:52:18 +00:00
sgehani%netscape.com 067ad1c159 Fix for Mac specific bug: 11166. Install.Gestalt() now works. 1999-08-20 23:49:20 +00:00
tague%netscape.com 865fc4c368 Added GetLocaleComponentForUserAgent to nsILocaleService. Fixes my part of bug #10465. 1999-08-20 23:47:27 +00:00
jdunn%netscape.com 3731719d4e AIX does not allow calling the baseclass via the typedef. I talked this
over with Kevin McClusky and he agreed to allow the change.
1999-08-20 23:37:15 +00:00
bienvenu%netscape.com b4e8dcfef6 add ab history to build 1999-08-20 23:34:55 +00:00
karnaze%netscape.com 02b9733497 new regression test. fixed some others 1999-08-20 23:29:56 +00:00
bienvenu%netscape.com ed1d697bc5 add history ab 1999-08-20 23:28:48 +00:00
karnaze%netscape.com 69ea614920 bug 11944 - row group is properly offset using table border. cleaned up new incremental reflow methods. 1999-08-20 23:27:54 +00:00
troy%netscape.com 91af44d712 Optimized CalculateRowHeights() to skip step 2 if there are no cells that
have row spans
1999-08-20 23:27:39 +00:00
german%netscape.com 97dd5a394c seperating out open file, which is now a separetae menu cmd 1999-08-20 23:21:30 +00:00