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

37811 Коммитов

Автор SHA1 Сообщение Дата
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
german%netscape.com 9d310faa05 splitting open file and open web page menus 1999-08-20 23:20:18 +00:00
beard%netscape.com 5fb1e6b12f fixed zoom mouse tracking, now calls TrackBox properly. 1999-08-20 23:20:04 +00:00
beard%netscape.com 6fc8f3d208 Moved StRegionFromPool to header file, using more consistently, fixed some child widget clipping bugs, changed scrolling to just repaint when complex clipping in use. 1999-08-20 23:19:06 +00:00
beard%netscape.com 030feb3a63 Using StRegionFromPool, fixed some widget clipping bugs (invisible siblings). 1999-08-20 23:17:45 +00:00
german%netscape.com f6a0ae3d83 preparing for split of open menu into open file and open web page 1999-08-20 23:17:12 +00:00
beard%netscape.com e4ab00bcd7 Added helper class StRegionFromPool to make it useable from multiple source files. 1999-08-20 23:16:53 +00:00
pollmann%netscape.com c9f3e8764c Bug 3285: Implement Item() method on Form Element content object. 1999-08-20 23:15:40 +00:00
german%netscape.com 5885978887 cosmetic/usability improvements to unknown content dialog 1999-08-20 23:13:51 +00:00
jband%netscape.com b029b36916 added files: mozilla/js/src/xpconnect/src/xpcexception.cpp 1999-08-20 23:11:45 +00:00
jband%netscape.com 2b6e686d50 Rework nsIDs are reflected into JS. Expose HasInstance to nsIXPCScriptable. Initial work on making structured exceptions for JS. Switch nsIXPCScriptable implementations to use multiple inheritence rather that returning separate objects - stop breaking some xpcom rules. Fix NS_IMPL_QUERY_INTERFACE_SCRIPTABLE. Get rid of caching of nsIAllocator service. Add system to conditionally auto update the ThreadJSContextStack as we get called from JS. Expose Components.Exception and Components.ID ctors to JS. Convert more NULLs to nsnulls. Trim and or fix broken nsID tests. 1999-08-20 23:11:30 +00:00