mccabe
5b41f43d8b
ECMA-conformance fix to (95045) - added 'enum' and 'debugger' as
...
reserved words, and changed the versioning check that previously
applied to 'export' to accept any 'ecma' version... which means that
export becomes a keyword for the default version. Does this mean
we'll need to unreserve all the java keywords? Not sure we want to do
that...
1998-04-29 23:57:20 +00:00
mccabe
e1312c52c9
Fixed error message associated with trying to use a keyword as an
...
identifier; it was only printing the first character of the
identifier, because it expected 8-bit chars, and was being called with
a 16-bit representation of the offending keyword.
1998-04-29 23:52:40 +00:00
spider
456fa4f4ca
Fix yet another build bustage by maio ... windows.h was removed somewhere....
1998-04-29 23:49:38 +00:00
spider
131b6a7008
Fix build bustage of non-existent header file
1998-04-29 23:23:40 +00:00
spider
06d17672ff
Modifications to support new nsIApplicationShell interface
1998-04-29 22:43:33 +00:00
peterl
0a3102284e
removed unneeded destructors
...
cleaned up some initial values
1998-04-29 21:06:15 +00:00
peterl
159b9dacbb
added normal value
1998-04-29 21:05:28 +00:00
peterl
2024e83fbb
removed unneeded destructors
1998-04-29 21:04:57 +00:00
rpotts
4392dfbf15
added windows.h since NSPR no longer includes it...
1998-04-29 20:47:18 +00:00
dcone
f13f98ddad
Updated nsImageWin and gfx bit test for composite functionality
1998-04-29 20:28:16 +00:00
rpotts
bc21e8ff01
removed eval(PRBool,...) function since it clashes with the eval(PRInt32,...) version
1998-04-29 20:10:16 +00:00
rpotts
4c0a20e9f0
added include of string.h since NSPR no longer includes windows.h which pulled it in...
1998-04-29 20:04:28 +00:00
rpotts
ba5d204422
Added windows.h since NSPR no longer includes it...
1998-04-29 20:01:24 +00:00
kmcclusk
77f256ef6b
Added events for left and right mouse button double clicks
1998-04-29 19:59:06 +00:00
rpotts
3481de99be
added windows.h since it is no longer provided by NSPR
1998-04-29 19:57:57 +00:00
rpotts
eced657cf7
PRBool is now a PRIntn which caused conflicts between member functions mangled on PRInt32 vs PRBool. To fix the build I removed the PRBool versions...
1998-04-29 19:52:45 +00:00
rpotts
b41ced0e32
added include of windows.h since NSPR no longer pulls it in...
1998-04-29 19:37:33 +00:00
rpotts
ff7d7f4bd1
added #include windows.h since NSPR no longer includes it...
1998-04-29 19:25:27 +00:00
kostello
2ba6959e2c
Fixed Unix Build Error -- nsCoord.h must be case sensitive
1998-04-29 18:39:30 +00:00
guha
f2ac5c4865
Remove some files from CVS
...
(the old xml parser was confusing a lot of people
even though it wasn't being used.)
1998-04-29 18:00:31 +00:00
karnaze
c39523c9c0
ifdefed MapAttributesInto
1998-04-29 17:27:44 +00:00
karnaze
fb01e9bb7d
ifdefed style sizing code
1998-04-29 17:14:24 +00:00
rods
bda1d7b02a
initial check in
1998-04-29 17:08:57 +00:00
karnaze
e2dd2d5163
minor cleanup, reinstate css sizing.
1998-04-29 16:30:55 +00:00
ramiro
b6769b0ecd
The reallyUpdateRoot() call seems to be crashing the browser for some people.
...
I cannot reproduce the problem yet. Im working on finding a real solution,
but I dont want the browser to crash on startup on the next mozilla release,
so im commenting it out.
1998-04-29 14:45:52 +00:00
ramiro
9d581f79e0
Dont update the menu accent if the widget is dead. Fixes core dump in
...
Mozilla that occurs on filing of bookmarks.
1998-04-29 11:14:05 +00:00
nisheeth
a971fa33f1
- Added #ifdef DOM to layout.h
...
- Backing out some changes in layout.c that should not have gotten checked in...
1998-04-29 10:47:20 +00:00
nisheeth
ad3b27e8dd
Added lm_trans.c to Unix makefile...
1998-04-29 10:45:43 +00:00
nisheeth
3c07afe7ae
Added layspan.c in mozilla/lib/layout, lm_span.c and lm_trans.c in mozilla/lib/libmocha.
1998-04-29 10:20:16 +00:00
nisheeth
d864ac89a5
Touchdown of MARINER_DOM_BRANCH.
1998-04-29 10:13:27 +00:00
nisheeth
11dfd2eaaa
Touchdown of MARINER_DOM_BRANCH...
1998-04-29 10:08:50 +00:00
nisheeth
ea7e325503
Warning fixes. Thanks to Rick Osborne (rick@spacey.net).
1998-04-29 08:41:05 +00:00
nisheeth
c03cfd3d2c
Warning fix. Thanks to tenthumbs@cybernex.net.
1998-04-29 08:39:56 +00:00
jsw
30ef93cdca
get the damn function name right
1998-04-29 08:38:27 +00:00
nisheeth
71a8b721c5
Added access path for jscompat.h
1998-04-29 08:05:20 +00:00
nisheeth
71201582c7
Added export of CL_CompositeNow, CL_GetCompositorOffscreenDrawing, CL_SetCompositorOffscreenDrawing and CL_UpdateDocumentRect for XML changes.
1998-04-29 07:50:37 +00:00
toshok
88875f1359
REQUIRE js
1998-04-29 07:09:33 +00:00
ftang
aac9a8b57f
fix CP1251 viewing problem by using 8859_5 font. We may need to
...
add better support (decide which font to use in the init time instead of
compile time) in the future.
1998-04-29 06:09:25 +00:00
mccabe
ea62776503
Added some #ifdef JAVA guards to remove compile warnings.
...
Thanks go to rick@spacey.net (Rick Osborne) for finding these.
1998-04-29 02:39:43 +00:00
michaelp
c1742af35d
more cliprect api changes...
1998-04-29 02:24:07 +00:00
troy
f4c0f974bb
Changed space manager to return a list of available and unavailable trapezoids
1998-04-29 00:58:16 +00:00
pinkerton
fce71a412e
also send the bookmark drag flavor so that other applications (dragThing, etc) can get both the url and the title (rev sdagley, appr sdagley).
1998-04-29 00:57:11 +00:00
pinkerton
ef39ab7b10
remove the comment about how we're going to pull the bookmark drag flavor, since we're not. (rev sdagley, appr sdagley).
1998-04-29 00:56:31 +00:00
ftang
5091dc41b0
Check in additional KOI8-R font registry name. Thanks for
...
sorlov@con.mcst.ru
from the net
1998-04-29 00:56:23 +00:00
ftang
7809fb7a87
fix ISO8859-5,7,9 KOI8-R Name entity problem
1998-04-29 00:36:25 +00:00
wtc
2f2115c237
ReliantUNIX is renamed SINIX.
1998-04-29 00:08:32 +00:00
peterl
e680905372
changed nsStyleText to use nsStyleCoord
1998-04-28 23:57:01 +00:00
peterl
e7b269d828
removed inheritance from style mapping
...
changed nsStyleText to use nsStyleCoord
1998-04-28 23:56:28 +00:00
wtc
89b2aa5242
Got rid of the LINUX1_2 and LINUX2_0 macros. I hope that this will
...
make building on 2.1.x easier. In case we need to distinguish between
different versions of Linux, we will try to use feature-based macros
as opposed to version-based macros.
Files changed: Linux.mk, _linux.h, _pth.h, prnetdb.c, and ptthread.c.
1998-04-28 23:54:29 +00:00
peterl
3545f4e831
added nsStyleCoord
1998-04-28 23:54:06 +00:00