kipp
916473e190
Made it build on IRIX
1998-04-26 03:21:14 +00:00
kipp
b881d71f5b
Fixed compiler bugs/warnings
1998-04-26 03:13:20 +00:00
briano
bda16166bb
Got rid of a minor redundancy, and added support for 2.1.x kernels.
1998-04-26 03:07:41 +00:00
kipp
941c955ed8
Fix porting bugs - made it compile on IRIX
1998-04-26 02:59:29 +00:00
kipp
60f094b770
Added keywords for cursors and direction
1998-04-26 02:59:02 +00:00
kipp
90207ec31a
Added missing newline
1998-04-26 02:57:39 +00:00
kipp
6aac22187e
Added trailing newline
1998-04-26 02:57:05 +00:00
rickg
2af9fb2e9f
added parse-system debugging hooks
1998-04-25 23:10:51 +00:00
rickg
808f265fa1
update
1998-04-25 19:46:11 +00:00
rickg
fd95c28b7d
propagation is now online, aren't DTD's cool?
1998-04-25 19:45:14 +00:00
rickg
7cd013ca7c
added Append(unichar)
1998-04-25 19:44:35 +00:00
kipp
3af5e0736e
new keywords
1998-04-25 19:11:20 +00:00
kipp
0de4c14b00
Port to new nsIDocument API
1998-04-25 18:49:06 +00:00
kipp
93fdfbe671
Port to removal of nsStyleMolecule
1998-04-25 18:48:48 +00:00
kipp
411ab2a617
Fixed a memory problem; implement align and border properties
1998-04-25 18:48:30 +00:00
kipp
c588caa1db
Port to removal of nsStyleMolecule; add in border support
1998-04-25 18:46:55 +00:00
kipp
4d3e04fbea
Added in nsCSSDisplay; cleaned up text align; moved float, clear and display out of position and into display
1998-04-25 18:45:22 +00:00
kipp
e5b3174e4c
Implement borders, padding, text-align properties, display, etc. Fixed bug in list inheritance
1998-04-25 18:44:55 +00:00
kipp
cd1e827899
Updated to use new style constants
1998-04-25 18:44:17 +00:00
kipp
a9a585a83b
Added support for more properties
1998-04-25 18:43:42 +00:00
kipp
cc3135da10
updated
1998-04-25 18:41:41 +00:00
kipp
f0db59c603
Stop using nsStyleMolecule; fixed bug that led to missing spaces
1998-04-25 18:41:33 +00:00
kipp
dbfabd5c7a
Fixed up cursor handling; map align parameter
1998-04-25 18:40:47 +00:00
kipp
14bfc9fbd0
Removed nsStyleMolecule decl
1998-04-25 18:40:17 +00:00
kipp
e88c5944a1
Repaired cursor discovery logic to handle A tag oddities
1998-04-25 18:40:01 +00:00
kipp
881a887f23
new atoms
1998-04-25 18:39:16 +00:00
kipp
8143878ab1
Updated to new style constants
1998-04-25 18:37:29 +00:00
kipp
5a60c8962c
Stop building unused tags file
1998-04-25 18:34:02 +00:00
kipp
f94192041a
Implement nsStyleText, nsStyleDisplay; added cursors; removed hack code
1998-04-25 18:33:32 +00:00
kipp
0881a942f0
Tidy up style constants
1998-04-25 18:33:11 +00:00
kipp
7c51e017b9
Cleaned up the API
1998-04-25 18:32:59 +00:00
kipp
edb8a27c9e
Added nsStyleText, nsStyleDisplay; removed nsStyleMolecule and hack code; cleaned up a few others
1998-04-25 18:32:11 +00:00
wtc
1599c0527a
"gmake clobber" should remove $(OBJDIR) too.
1998-04-25 16:14:33 +00:00
hshaw
5edfa17cf1
Only compile security stubs if NO_SECURITY turned on
1998-04-25 11:32:20 +00:00
hshaw
1425a614e2
libjar is not part of public source
1998-04-25 11:29:10 +00:00
mccabe
e3b569eaac
Fix to (115008). ECMA fix - revert to earlier behavior of decompiling
...
functions created with new Function as "function anonymous (...)".
Now only version 1.2 decompiles to the source for an anonymous
function.
1998-04-25 08:37:06 +00:00
mccabe
e249717235
Pared down prmjtime.c and prmjtime to just what is needed by jsdate.c
...
and synchronized them with js/ref/prtime.[ch].
1998-04-25 07:42:22 +00:00
mccabe
18e9d8a4bb
Propagate a fix for #ifndef HAVE_LONG_LONG that found its way into src/prmjtime.c but not ref/prtime.c
1998-04-25 05:26:09 +00:00
mccabe
9464bbf93b
Add some braces to quiet dangling-else warnings by gcc 2.8.1.
1998-04-25 05:24:42 +00:00
mccabe
43f5474e6a
Call JS_GC instead of js_GC within JS_MaybeGC. Thanks to
...
A. Hodgkinson <ahodgkin@acorn.co.uk> for finding this (and to chouck
for checking it in to js/ref/jsapi.c.)
1998-04-25 05:11:41 +00:00
troy
16ebcb630d
Changed IntersectRect() to return an empty rect in the case where the
...
two source rects don't intersect. Also changed '==' operator to return
TRUE if both rects are empty
1998-04-25 04:34:52 +00:00
troy
e6ae1b0bcb
Added mOverflow to nsStylePosition
1998-04-25 04:07:18 +00:00
rjc
777b3dd09d
Vocabulary additions for NavCenter appearance styles
1998-04-25 02:07:03 +00:00
rjc
e7d0f3e990
Add prototypes to remove warnings on Mac.
1998-04-25 00:07:08 +00:00
kmcclusk
d7d08c392b
Added SelectAll member function to nsITextWidget
...
Fixed Select(start, stop) for nsITextWidget and nsITextAreaWidget
Added NS_MOVE event
Cleanup up nsWindow.cpp by centralizing code to initialize events and dispatch events.
1998-04-24 23:09:11 +00:00
jband
9280678e1e
removing code that is not supposed to be released to the public at this time. This code still lives (for now) under m/src/ns/js/ref/jsd/ on the branch JSFUN13_BRANCH
1998-04-24 22:59:00 +00:00
slamm
f95329aca1
Remove some unused code including old-style command handling. Examples of the new command handling can be seen in EditorView.cpp and RDFView.cpp
1998-04-24 22:33:18 +00:00
karnaze
1865b0f73a
added text area
1998-04-24 22:28:41 +00:00
karnaze
8ebdcf5a79
enabled text area
1998-04-24 22:27:07 +00:00
slamm
54c27f7fe2
Add beginnings of context menu support
1998-04-24 22:26:55 +00:00