kin%netscape.com
6ac2ef90cb
Added OPTIMIZATION comment.
1998-12-15 02:12:25 +00:00
kin%netscape.com
0ea8f2a88a
Added tests for SetMaxTransactionCount().
1998-12-15 02:11:53 +00:00
kin%netscape.com
19fdc7f051
Removed ';' in IID defines. This was causing a problem on the Mac.
1998-12-15 02:11:17 +00:00
kipp%netscape.com
8a27f5c9df
Landed a patch from bobg@zanshin.com
1998-12-15 01:34:36 +00:00
mcafee%netscape.com
8a71d0885e
Adding Unix makefile
1998-12-15 01:27:04 +00:00
pierre%netscape.com
a516ca2794
First Checked In.
1998-12-15 01:06:58 +00:00
guha%netscape.com
e4d14a982a
Another try at search
1998-12-15 00:47:13 +00:00
pinkerton%netscape.com
fff34c5bb1
add nsHTToolbarContentModel.cpp to obj's as well as src's. Doh!
1998-12-15 00:42:55 +00:00
kipp%netscape.com
742a2097ec
Print out state bits in hex too
1998-12-15 00:16:32 +00:00
kipp%netscape.com
928bd75628
#ifdef'd out the outside-children state methods
1998-12-15 00:16:21 +00:00
kipp%netscape.com
ac68fc9c3d
Reworked line-height handling: correctly implements the spec; use value computed by nsHTMLReflowState::CalcLineHeight
1998-12-15 00:16:00 +00:00
kipp%netscape.com
8dddc9308f
Removed CalcLineHeightFor
1998-12-15 00:15:11 +00:00
kipp%netscape.com
c9fd0b4550
Added CalcLineHeight and store it in mLineHeight
1998-12-15 00:14:56 +00:00
kipp%netscape.com
8b61e19c33
Added CalcLineHeight and apply it to inline non-replaced elements as a constrained height
1998-12-15 00:14:36 +00:00
cyeh%netscape.com
5557226135
latest script used to power autoconf builds of raptor. this script
...
doesn't use a config file, and is used for example purposes only with no support
1998-12-15 00:14:25 +00:00
kipp%netscape.com
714bcb7b4a
Fixed rendering problems with lines with outside children; repaired code (currently unused an ifdef'd) to compute the lines outside children state
1998-12-15 00:14:09 +00:00
guha%netscape.com
fc57459408
add search to the big graph
1998-12-15 00:11:09 +00:00
locka%iol.ie
f98d0c0429
Added more event handlers and diagnostics
1998-12-15 00:05:28 +00:00
pinkerton%netscape.com
86ee20d225
don't build xpfeViewer anymore (obsolete).
1998-12-14 23:54:23 +00:00
pinkerton%netscape.com
ec9183d0b3
add nsHTToolbarContentModel.cpp
1998-12-14 23:51:34 +00:00
pinkerton%netscape.com
d87f5e01aa
minor tweaks to nsBasicStyleInfo struct.
1998-12-14 23:51:04 +00:00
pinkerton%netscape.com
1d183cd2b1
Talk to new nsHTToolbarDataModel
1998-12-14 23:50:34 +00:00
kin%netscape.com
13cd7486c5
Added TestTransactionFactory classes. Got rid of duplicate test/stress
...
functions.
1998-12-14 23:50:27 +00:00
pinkerton%netscape.com
7ce7c5b101
First Checked In.
1998-12-14 23:50:02 +00:00
wtc%netscape.com
273c2b7202
Removed unnecessary -L/lib.
1998-12-14 23:30:43 +00:00
akkana%netscape.com
eef05a9742
Tracking jfrancis' iterator check-in
1998-12-14 23:18:46 +00:00
jfrancis%netscape.com
d3fea66855
adding nsContentIterator
1998-12-14 23:17:52 +00:00
jfrancis%netscape.com
59913286aa
First Checked In.
1998-12-14 23:16:31 +00:00
brade%netscape.com
918bfbbb7a
(per macdev mtg) always turn on RTTI in all projects
1998-12-14 22:57:45 +00:00
wtc%netscape.com
f109124e81
Minor cleanup/fix in DoScanf.
1998-12-14 22:49:47 +00:00
guha%netscape.com
283a051d04
Add mail.c to the repository (not referenced from anywhere yet)
1998-12-14 22:49:29 +00:00
wtc%netscape.com
9bdc0b7b93
Misc. changes for Digital Unix and pthreads. Digital Unix's ld does
...
not understand the -h option but has an equivalent -soname option.
Check for the symbol pthread_attr_init instead of pthread_create in
libpthread because DCE threads also has the symbol pthread_create.
1998-12-14 22:48:03 +00:00
pnunn%netscape.com
c714e0e49c
fix to squelch some mac warnings. -pnunn.
1998-12-14 22:42:06 +00:00
guha%netscape.com
5d2b4f6503
*** empty log message ***
1998-12-14 20:51:53 +00:00
mjudge%netscape.com
c10c8bcaaa
updating txmgr..
1998-12-14 20:38:36 +00:00
waterson%netscape.com
184c550a8e
Add NameSpaceManagerCID to list of registered CIDs.
1998-12-14 19:50:57 +00:00
waterson%netscape.com
72b4601cbd
Make sure to attach the newly created column element to the right place.
1998-12-14 19:50:18 +00:00
mjudge%netscape.com
663f4b12a8
caps strikes again
1998-12-14 19:10:37 +00:00
shaver%netscape.com
006f4aee45
Now use MODULE instead of MODULE_NAME.
...
Update README for new libIDL version.
Add -o basename option and use proper output.
Eradicate some final stdout references.
Pretty printing, whee.
New |operator delete| and |IID| stuff for scc.
Support for raw codefrags (``%{ C++\n ... \n%}\n'') and more bufmgmt debugging.
Use IDL_file_set everywhere.
1998-12-14 18:47:39 +00:00
mjudge%netscape.com
128339a0fd
txmgr changes not built yet
1998-12-14 18:46:13 +00:00
cyeh%netscape.com
ef707d52a6
fix path problem (that could cause OpenErrorLog() to die) and also
...
change log name to something more meaningful and to something that
won't collide with a compile log from a previous run
1998-12-14 18:41:44 +00:00
kin%netscape.com
adf98000c4
Removed src directory from list of includes.
1998-12-14 18:39:33 +00:00
kin%netscape.com
9bfeef5433
Removed src directory from includes list.
1998-12-14 18:39:14 +00:00
kin%netscape.com
9d6d4f7613
Added LLIBS and MISCDEP.
1998-12-14 18:37:46 +00:00
mjudge%netscape.com
a26bf1cd8b
fixing registry for the range class
1998-12-14 18:34:34 +00:00
mjudge%netscape.com
209f6c6d41
adding in selection
1998-12-14 18:34:14 +00:00
mjudge%netscape.com
3ec48a739e
adding focus tracker
1998-12-14 18:31:13 +00:00
ramiro%netscape.com
e38c60a2e1
Ignore generated files.
1998-12-14 16:27:13 +00:00
pierre%netscape.com
fcccc2640d
Fix resource path of throbber images
1998-12-14 06:42:02 +00:00
troy%netscape.com
778a4ee8a2
Tables now clear the isTopOfPage when appropriate
1998-12-14 01:24:11 +00:00